diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000000000000000000000000000000000000..2e0dd7b088bfddcdb1ec2c4072873ab287457580 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "json.schemas": [] +} \ No newline at end of file diff --git a/_bibliography.bib b/_bibliography.bib index f606052dd5c3762651839278474b1d6e56e111ac..777b411cac6ea0eceae0a925e60049da2fcf6550 100644 --- a/_bibliography.bib +++ b/_bibliography.bib @@ -1,123 +1,244 @@ -@InProceedings{10.1007/3-540-36127-8_20, -author="Neto, Joel Larocca -and Freitas, Alex A. -and Kaestner, Celso A. A.", -editor="Bittencourt, Guilherme -and Ramalho, Geber L.", -title="Automatic Text Summarization Using a Machine Learning Approach", -booktitle="Advances in Artificial Intelligence", -year="2002", -publisher="Springer Berlin Heidelberg", -address="Berlin, Heidelberg", -pages="205--215", -abstract="In this paper we address the automatic summarization task. Recent research works on extractive-summary generation employ some heuristics, but few works indicate how to select the relevant features. We will present a summarization procedure based on the application of trainable Machine Learning algorithms which employs a set of features extracted directly from the original text. These features are of two kinds: statistical - based on the frequency of some elements in the text; and linguistic - extracted from a simplified argumentative structure of the text. We also present some computational results obtained with the application of our summarizer to some well known text databases, and we compare these results to some baseline summarization procedures.", -isbn="978-3-540-36127-5" + + +@inproceedings{10.1007/3-540-36127-8_20, + author = {Neto, Joel Larocca and Freitas, Alex A. and Kaestner, Celso A. A.}, + editor = {Bittencourt, Guilherme and Ramalho, Geber L.}, + title = {Automatic Text Summarization Using a Machine Learning Approach}, + booktitle = {Advances in Artificial Intelligence}, + year = {2002}, + publisher = {Springer Berlin Heidelberg}, + address = {Berlin, Heidelberg}, + pages = {205--215}, + abstract = {In this paper we address the automatic summarization task. Recent research works on extractive-summary generation employ some heuristics, but few works indicate how to select the relevant features. We will present a summarization procedure based on the application of trainable Machine Learning algorithms which employs a set of features extracted directly from the original text. These features are of two kinds: statistical - based on the frequency of some elements in the text; and linguistic - extracted from a simplified argumentative structure of the text. We also present some computational results obtained with the application of our summarizer to some well known text databases, and we compare these results to some baseline summarization procedures.}, + isbn = {978-3-540-36127-5} } @inproceedings{schroder-etal-2021-neural, - title = "Neural End-to-end Coreference Resolution for {G}erman in Different Domains", - author = {Schr{\"o}der, Fynn and - Hatzel, Hans Ole and - Biemann, Chris}, - editor = "Evang, Kilian and - Kallmeyer, Laura and - Osswald, Rainer and - Waszczuk, Jakub and - Zesch, Torsten", - booktitle = "Proceedings of the 17th Conference on Natural Language Processing (KONVENS 2021)", - month = "6--9 " # sep, - year = "2021", - address = {D{\"u}sseldorf, Germany}, - publisher = "KONVENS 2021 Organizers", - url = "https://aclanthology.org/2021.konvens-1.15", - pages = "170--181", + title = {Neural End-to-end Coreference Resolution for {G}erman in Different Domains}, + author = {Schr{\"o}der, Fynn and + Hatzel, Hans Ole and + Biemann, Chris}, + editor = {Evang, Kilian and + Kallmeyer, Laura and + Osswald, Rainer and + Waszczuk, Jakub and + Zesch, Torsten}, + booktitle = {Proceedings of the 17th Conference on Natural Language Processing (KONVENS 2021)}, + month = {9}, + year = {2021}, + address = {D{\"u}sseldorf, Germany}, + publisher = {KONVENS 2021 Organizers}, + url = {https://aclanthology.org/2021.konvens-1.15}, + pages = {170--181} +} + +@inproceedings{hatzel-biemann-2024-tell-large, + title = "Tell Me Again! a Large-Scale Dataset of Multiple Summaries for the Same Story", + author = "Hatzel, Hans Ole and Biemann, Chris", + booktitle = "Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)", + month = may, + year = "2024", + address = "Torino, Italia", + publisher = "ELRA and ICCL", + url = "https://aclanthology.org/2024.lrec-main.1366", + pages = "15732--15741", } @inproceedings{dobrovolskii-2021-word, - title = "Word-Level Coreference Resolution", - author = "Dobrovolskii, Vladimir", - editor = "Moens, Marie-Francine and - Huang, Xuanjing and - Specia, Lucia and - Yih, Scott Wen-tau", - booktitle = "Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing", - month = nov, - year = "2021", - address = "Online and Punta Cana, Dominican Republic", - publisher = "Association for Computational Linguistics", - url = "https://aclanthology.org/2021.emnlp-main.605", - doi = "10.18653/v1/2021.emnlp-main.605", - pages = "7670--7675", - abstract = "Recent coreference resolution models rely heavily on span representations to find coreference links between word spans. As the number of spans is $O(n^2)$ in the length of text and the number of potential links is $O(n^4)$, various pruning techniques are necessary to make this approach computationally feasible. We propose instead to consider coreference links between individual words rather than word spans and then reconstruct the word spans. This reduces the complexity of the coreference model to $O(n^2)$ and allows it to consider all potential mentions without pruning any of them out. We also demonstrate that, with these changes, SpanBERT for coreference resolution will be significantly outperformed by RoBERTa. While being highly efficient, our model performs competitively with recent coreference resolution systems on the OntoNotes benchmark.", -} -@inproceedings{post-2018-call, - title = "A Call for Clarity in Reporting {BLEU} Scores", - author = "Post, Matt", - booktitle = "Proceedings of the Third Conference on Machine Translation: Research Papers", - month = oct, - year = "2018", - address = "Belgium, Brussels", - publisher = "Association for Computational Linguistics", - url = "https://www.aclweb.org/anthology/W18-6319", - pages = "186--191", + title = {Word-Level Coreference Resolution}, + author = {Dobrovolskii, Vladimir}, + editor = {Moens, Marie-Francine and + Huang, Xuanjing and + Specia, Lucia and + Yih, Scott Wen-tau}, + booktitle = {Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing}, + month = nov, + year = {2021}, + address = {Online and Punta Cana, Dominican Republic}, + publisher = {Association for Computational Linguistics}, + url = {https://aclanthology.org/2021.emnlp-main.605}, + doi = {10.18653/v1/2021.emnlp-main.605}, + pages = {7670--7675}, + abstract = {Recent coreference resolution models rely heavily on span representations to find coreference links between word spans. As the number of spans is $O(n^2)$ in the length of text and the number of potential links is $O(n^4)$, various pruning techniques are necessary to make this approach computationally feasible. We propose instead to consider coreference links between individual words rather than word spans and then reconstruct the word spans. This reduces the complexity of the coreference model to $O(n^2)$ and allows it to consider all potential mentions without pruning any of them out. We also demonstrate that, with these changes, SpanBERT for coreference resolution will be significantly outperformed by RoBERTa. While being highly efficient, our model performs competitively with recent coreference resolution systems on the OntoNotes benchmark.} } +@misc{doshi2021foundations, + title={Foundations of NLP Explained — Bleu Score and WER Metrics}, + author={Ketan Doshi}, + year={2021}, + howpublished={\url{https://towardsdatascience.com/foundations-of-nlp-explained-bleu-score-and-wer-metrics-1a5ba06d812b}} +} + +@misc{suvratarora2024nlp, + title={NLP - BLEU Score for Evaluating Neural Machine Translation – Python}, + author={suvratarora06}, + year={2024}, + howpublished={\url{https://www.geeksforgeeks.org/nlp-bleu-score-for-evaluating-neural-machine-translation-python/}} +} + @inproceedings{bert-score, - title={BERTScore: Evaluating Text Generation with BERT}, - author={Tianyi Zhang* and Varsha Kishore* and Felix Wu* and Kilian Q. Weinberger and Yoav Artzi}, - booktitle={International Conference on Learning Representations}, - year={2020}, - url={https://openreview.net/forum?id=SkeHuCVFDr} + title = {BERTScore: Evaluating Text Generation with BERT}, + author = {Tianyi Zhang* and Varsha Kishore* and Felix Wu* and Kilian Q. Weinberger and Yoav Artzi}, + booktitle = {International Conference on Learning Representations}, + year = {2020}, + url = {https://openreview.net/forum?id=SkeHuCVFDr} } @inproceedings{brahman-etal-2021-characters-tell, - title = "{``}Let Your Characters Tell Their Story{''}: A Dataset for Character-Centric Narrative Understanding", - author = "Brahman, Faeze and - Huang, Meng and - Tafjord, Oyvind and - Zhao, Chao and - Sachan, Mrinmaya and - Chaturvedi, Snigdha", - editor = "Moens, Marie-Francine and - Huang, Xuanjing and - Specia, Lucia and - Yih, Scott Wen-tau", - booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2021", - month = nov, - year = "2021", - address = "Punta Cana, Dominican Republic", - publisher = "Association for Computational Linguistics", - url = "https://aclanthology.org/2021.findings-emnlp.150", - doi = "10.18653/v1/2021.findings-emnlp.150", - pages = "1734--1752", - abstract = "When reading a literary piece, readers often make inferences about various characters{'} roles, personalities, relationships, intents, actions, etc. While humans can readily draw upon their past experiences to build such a character-centric view of the narrative, understanding characters in narratives can be a challenging task for machines. To encourage research in this field of character-centric narrative understanding, we present LiSCU {--} a new dataset of literary pieces and their summaries paired with descriptions of characters that appear in them. We also introduce two new tasks on LiSCU: Character Identification and Character Description Generation. Our experiments with several pre-trained language models adapted for these tasks demonstrate that there is a need for better models of narrative comprehension.", + title = {{``}Let Your Characters Tell Their Story{''}: A Dataset for Character-Centric Narrative Understanding}, + author = {Brahman, Faeze and + Huang, Meng and + Tafjord, Oyvind and + Zhao, Chao and + Sachan, Mrinmaya and + Chaturvedi, Snigdha}, + editor = {Moens, Marie-Francine and + Huang, Xuanjing and + Specia, Lucia and + Yih, Scott Wen-tau}, + booktitle = {Findings of the Association for Computational Linguistics: EMNLP 2021}, + month = nov, + year = {2021}, + address = {Punta Cana, Dominican Republic}, + publisher = {Association for Computational Linguistics}, + url = {https://aclanthology.org/2021.findings-emnlp.150}, + doi = {10.18653/v1/2021.findings-emnlp.150}, + pages = {1734--1752}, + abstract = {When reading a literary piece, readers often make inferences about various characters{'} roles, personalities, relationships, intents, actions, etc. While humans can readily draw upon their past experiences to build such a character-centric view of the narrative, understanding characters in narratives can be a challenging task for machines. To encourage research in this field of character-centric narrative understanding, we present LiSCU {--} a new dataset of literary pieces and their summaries paired with descriptions of characters that appear in them. We also introduce two new tasks on LiSCU: Character Identification and Character Description Generation. Our experiments with several pre-trained language models adapted for these tasks demonstrate that there is a need for better models of narrative comprehension.} } @article{wang2023improving, - title={Improving Text Embeddings with Large Language Models}, - author={Wang, Liang and Yang, Nan and Huang, Xiaolong and Yang, Linjun and Majumder, Rangan and Wei, Furu}, - journal={arXiv preprint arXiv:2401.00368}, - year={2023} + title = {Improving Text Embeddings with Large Language Models}, + author = {Wang, Liang and Yang, Nan and Huang, Xiaolong and Yang, Linjun and Majumder, Rangan and Wei, Furu}, + journal = {arXiv preprint arXiv:2401.00368}, + year = {2023} } @article{wang2022text, - title={Text Embeddings by Weakly-Supervised Contrastive Pre-training}, - author={Wang, Liang and Yang, Nan and Huang, Xiaolong and Jiao, Binxing and Yang, Linjun and Jiang, Daxin and Majumder, Rangan and Wei, Furu}, - journal={arXiv preprint arXiv:2212.03533}, - year={2022} + title = {Text Embeddings by Weakly-Supervised Contrastive Pre-training}, + author = {Wang, Liang and Yang, Nan and Huang, Xiaolong and Jiao, Binxing and Yang, Linjun and Jiang, Daxin and Majumder, Rangan and Wei, Furu}, + journal = {arXiv preprint arXiv:2212.03533}, + year = {2022} } @misc{mixtral7b, - title = {mixtral-instruct-8x7b-quantized-gguf}, + title = {Mixtral-Instruct-8x7b-Quantized-GGUF}, + author = {{Hugging Face}}, howpublished = {\url{https://huggingface.co/ikawrakow/mixtral-instruct-8x7b-quantized-gguf}}, - note = {Accessed: 2024-07-19} + note = {Accessed: 2024-07-19} } +@misc{e5-mistral, + title = {E5-Mistral-7b-Instruct}, + author = {Intfloat}, + howpublished = {\url{https://huggingface.co/intfloat/e5-mistral-7b-instruct}}, + note = {Accessed: 2024-08-11} +} @misc{huggingfacetokenizer, - title = {tokenizer_summary}, - howpublished = {\url{https://huggingface.co/docs/transformers/en/tokenizer_summary}}, - note = {Accessed: 2024-07-19} + author = {Hugging Face}, + title = {Tokenizer Summary}, + year = {2024}, + url = {https://huggingface.co/docs/transformers/en/tokenizer_summary}, + note = {Accessed: 2024-08-14} +} + + +@online{finetune, + title = {Fine-Tuning LLMs: Overview, Methods, and Best Practices}, + author = {Turing}, + howpublished = {\url{https://www.turing.com/resources/finetuning-large-language-models}}, + note = {Accessed: 2024-07-19} +} + +@misc{gutenberg, + title = {Project Gutenberg}, + author = {{Project Gutenberg}}, + year = {2023}, + url = {https://www.gutenberg.org}, + note = {Accessed: 2024-08-06} +} + +@article{raschka2024encoderdecoder, + title = {Understanding Encoder and Decoder Architectures in Deep Learning}, + author = {Raschka, Sebastian}, + journal = {Sebastian Raschka's Magazine}, + year = {2024}, + url = {https://magazine.sebastianraschka.com/p/understanding-encoder-and-decoder}, + note = {Accessed: 2024-08-14} } +@misc{aws_rag, + title = {What is Retrieval-Augmented Generation?}, + author = {{Amazon Web Services}}, + year = {2024}, + url = {https://aws.amazon.com/de/what-is/retrieval-augmented-generation/}, + note = {Accessed: 2024-08-14} +} + +@misc{w3c_sparql_2008, + title = {SPARQL Query Language for RDF}, + author = {{W3C}}, + year = {2008}, + url = {https://www.w3.org/TR/rdf-sparql-query/}, + note = {Accessed: 2024-08-14} +} + +@misc{wikidata_sparql_tutorial, + title = {Wikidata: SPARQL tutorial}, + author = {{Wikidata}}, + year = {2024}, + url = {https://www.wikidata.org/wiki/Wikidata:SPARQL_tutorial}, + note = {Accessed: 2024-08-14} +} + + +@misc{cheng2024dateddatatracingknowledge, + title={Dated Data: Tracing Knowledge Cutoffs in Large Language Models}, + author={Jeffrey Cheng and Marc Marone and Orion Weller and Dawn Lawrie and Daniel Khashabi and Benjamin Van Durme}, + year={2024}, + eprint={2403.12958}, + archivePrefix={arXiv}, + primaryClass={cs.CL}, + url={https://arxiv.org/abs/2403.12958}, +} + +@inproceedings{TalikaGupta2024CoreferenceIL, + title={Coreference in Long Documents using Hierarchical Entity Merging}, + author={† TalikaGupta and ‡ HansOleHatzel and Christian Biemann}, + booktitle={LATECHCLFL}, + year={2024}, + url={https://api.semanticscholar.org/CorpusID:267336474} +} + + +@misc{yuan2024evaluatingcharacterunderstandinglarge, + title={Evaluating Character Understanding of Large Language Models via Character Profiling from Fictional Works}, + author={Xinfeng Yuan and Siyu Yuan and Yuhan Cui and Tianhe Lin and Xintao Wang and Rui Xu and Jiangjie Chen and Deqing Yang}, + year={2024}, + eprint={2404.12726}, + archivePrefix={arXiv}, + primaryClass={cs.CL}, + url={https://arxiv.org/abs/2404.12726}, +} + + +@inproceedings{NIPS2017_3f5ee243, + author = {Vaswani, Ashish and Shazeer, Noam and Parmar, Niki and Uszkoreit, Jakob and Jones, Llion and Gomez, Aidan N and Kaiser, Lukasz and Polosukhin, Illia}, + booktitle = {Advances in Neural Information Processing Systems}, + editor = {Guyon, I. and Von Luxburg, U. and Bengio, S. and Wallach, H. and Fergus, R. and Vishwanathan, S. and Garnett, R.}, + title = {Attention is All you Need}, + url = {https://proceedings.neurips.cc/paper_files/paper/2017/file/3f5ee243547dee91fbd053c1c4a845aa-Paper.pdf}, + volume = {30}, + year = {2017} +} +@misc{dubey2024llama3herdmodels, + title={The Llama 3 Herd of Models}, + author={Abhimanyu Dubey and Abhinav Jauhri and Abhinav Pandey and Abhishek Kadian and Ahmad Al-Dahle and Aiesha Letman and Akhil Mathur and Alan Schelten and Amy Yang and Angela Fan and Anirudh Goyal and Anthony Hartshorn and Aobo Yang and Archi Mitra and Archie Sravankumar and Artem Korenev and Arthur Hinsvark and Arun Rao and Aston Zhang and Aurelien Rodriguez and Austen Gregerson and Ava Spataru and Baptiste Roziere and Bethany Biron and Binh Tang and Bobbie Chern and Charlotte Caucheteux and Chaya Nayak and Chloe Bi and Chris Marra and Chris McConnell and Christian Keller and Christophe Touret and Chunyang Wu and Corinne Wong and Cristian Canton Ferrer and Cyrus Nikolaidis and Damien Allonsius and Daniel Song and Danielle Pintz and Danny Livshits and David Esiobu and Dhruv Choudhary and Dhruv Mahajan and Diego Garcia-Olano and Diego Perino and Dieuwke Hupkes and Egor Lakomkin and Ehab AlBadawy and Elina Lobanova and Emily Dinan and Eric Michael Smith and Filip Radenovic and Frank Zhang and Gabriel Synnaeve and Gabrielle Lee and Georgia Lewis Anderson and Graeme Nail and Gregoire Mialon and Guan Pang and Guillem Cucurell and Hailey Nguyen and Hannah Korevaar and Hu Xu and Hugo Touvron and Iliyan Zarov and Imanol Arrieta Ibarra and Isabel Kloumann and Ishan Misra and Ivan Evtimov and Jade Copet and Jaewon Lee and Jan Geffert and Jana Vranes and Jason Park and Jay Mahadeokar and Jeet Shah and Jelmer van der Linde and Jennifer Billock and Jenny Hong and Jenya Lee and Jeremy Fu and Jianfeng Chi and Jianyu Huang and Jiawen Liu and Jie Wang and Jiecao Yu and Joanna Bitton and Joe Spisak and Jongsoo Park and Joseph Rocca and Joshua Johnstun and Joshua Saxe and Junteng Jia and Kalyan Vasuden Alwala and Kartikeya Upasani and Kate Plawiak and Ke Li and Kenneth Heafield and Kevin Stone and Khalid El-Arini and Krithika Iyer and Kshitiz Malik and Kuenley Chiu and Kunal Bhalla and Lauren Rantala-Yeary and Laurens van der Maaten and Lawrence Chen and Liang Tan and Liz Jenkins and Louis Martin and Lovish Madaan and Lubo Malo and Lukas Blecher and Lukas Landzaat and Luke de Oliveira and Madeline Muzzi and Mahesh Pasupuleti and Mannat Singh and Manohar Paluri and Marcin Kardas and Mathew Oldham and Mathieu Rita and Maya Pavlova and Melanie Kambadur and Mike Lewis and Min Si and Mitesh Kumar Singh and Mona Hassan and Naman Goyal and Narjes Torabi and Nikolay Bashlykov and Nikolay Bogoychev and Niladri Chatterji and Olivier Duchenne and Onur Çelebi and Patrick Alrassy and Pengchuan Zhang and Pengwei Li and Petar Vasic and Peter Weng and Prajjwal Bhargava and Pratik Dubal and Praveen Krishnan and Punit Singh Koura and Puxin Xu and Qing He and Qingxiao Dong and Ragavan Srinivasan and Raj Ganapathy and Ramon Calderer and Ricardo Silveira Cabral and Robert Stojnic and Roberta Raileanu and Rohit Girdhar and Rohit Patel and Romain Sauvestre and Ronnie Polidoro and Roshan Sumbaly and Ross Taylor and Ruan Silva and Rui Hou and Rui Wang and Saghar Hosseini and Sahana Chennabasappa and Sanjay Singh and Sean Bell and Seohyun Sonia Kim and Sergey Edunov and Shaoliang Nie and Sharan Narang and Sharath Raparthy and Sheng Shen and Shengye Wan and Shruti Bhosale and Shun Zhang and Simon Vandenhende and Soumya Batra and Spencer Whitman and Sten Sootla and Stephane Collot and Suchin Gururangan and Sydney Borodinsky and Tamar Herman and Tara Fowler and Tarek Sheasha and Thomas Georgiou and Thomas Scialom and Tobias Speckbacher and Todor Mihaylov and Tong Xiao and Ujjwal Karn and Vedanuj Goswami and Vibhor Gupta and Vignesh Ramanathan and Viktor Kerkez and Vincent Gonguet and Virginie Do and Vish Vogeti and Vladan Petrovic and Weiwei Chu and Wenhan Xiong and Wenyin Fu and Whitney Meers and Xavier Martinet and Xiaodong Wang and Xiaoqing Ellen Tan and Xinfeng Xie and Xuchao Jia and Xuewei Wang and Yaelle Goldschlag and Yashesh Gaur and Yasmine Babaei and Yi Wen and Yiwen Song and Yuchen Zhang and Yue Li and Yuning Mao and Zacharie Delpierre Coudert and Zheng Yan and Zhengxing Chen and Zoe Papakipos and Aaditya Singh and Aaron Grattafiori and Abha Jain and Adam Kelsey and Adam Shajnfeld and Adithya Gangidi and Adolfo Victoria and Ahuva Goldstand and Ajay Menon and Ajay Sharma and Alex Boesenberg and Alex Vaughan and Alexei Baevski and Allie Feinstein and Amanda Kallet and Amit Sangani and Anam Yunus and Andrei Lupu and Andres Alvarado and Andrew Caples and Andrew Gu and Andrew Ho and Andrew Poulton and Andrew Ryan and Ankit Ramchandani and Annie Franco and Aparajita Saraf and Arkabandhu Chowdhury and Ashley Gabriel and Ashwin Bharambe and Assaf Eisenman and Azadeh Yazdan and Beau James and Ben Maurer and Benjamin Leonhardi and Bernie Huang and Beth Loyd and Beto De Paola and Bhargavi Paranjape and Bing Liu and Bo Wu and Boyu Ni and Braden Hancock and Bram Wasti and Brandon Spence and Brani Stojkovic and Brian Gamido and Britt Montalvo and Carl Parker and Carly Burton and Catalina Mejia and Changhan Wang and Changkyu Kim and Chao Zhou and Chester Hu and Ching-Hsiang Chu and Chris Cai and Chris Tindal and Christoph Feichtenhofer and Damon Civin and Dana Beaty and Daniel Kreymer and Daniel Li and Danny Wyatt and David Adkins and David Xu and Davide Testuggine and Delia David and Devi Parikh and Diana Liskovich and Didem Foss and Dingkang Wang and Duc Le and Dustin Holland and Edward Dowling and Eissa Jamil and Elaine Montgomery and Eleonora Presani and Emily Hahn and Emily Wood and Erik Brinkman and Esteban Arcaute and Evan Dunbar and Evan Smothers and Fei Sun and Felix Kreuk and Feng Tian and Firat Ozgenel and Francesco Caggioni and Francisco Guzmán and Frank Kanayet and Frank Seide and Gabriela Medina Florez and Gabriella Schwarz and Gada Badeer and Georgia Swee and Gil Halpern and Govind Thattai and Grant Herman and Grigory Sizov and Guangyi and Zhang and Guna Lakshminarayanan and Hamid Shojanazeri and Han Zou and Hannah Wang and Hanwen Zha and Haroun Habeeb and Harrison Rudolph and Helen Suk and Henry Aspegren and Hunter Goldman and Igor Molybog and Igor Tufanov and Irina-Elena Veliche and Itai Gat and Jake Weissman and James Geboski and James Kohli and Japhet Asher and Jean-Baptiste Gaya and Jeff Marcus and Jeff Tang and Jennifer Chan and Jenny Zhen and Jeremy Reizenstein and Jeremy Teboul and Jessica Zhong and Jian Jin and Jingyi Yang and Joe Cummings and Jon Carvill and Jon Shepard and Jonathan McPhie and Jonathan Torres and Josh Ginsburg and Junjie Wang and Kai Wu and Kam Hou U and Karan Saxena and Karthik Prasad and Kartikay Khandelwal and Katayoun Zand and Kathy Matosich and Kaushik Veeraraghavan and Kelly Michelena and Keqian Li and Kun Huang and Kunal Chawla and Kushal Lakhotia and Kyle Huang and Lailin Chen and Lakshya Garg and Lavender A and Leandro Silva and Lee Bell and Lei Zhang and Liangpeng Guo and Licheng Yu and Liron Moshkovich and Luca Wehrstedt and Madian Khabsa and Manav Avalani and Manish Bhatt and Maria Tsimpoukelli and Martynas Mankus and Matan Hasson and Matthew Lennie and Matthias Reso and Maxim Groshev and Maxim Naumov and Maya Lathi and Meghan Keneally and Michael L. Seltzer and Michal Valko and Michelle Restrepo and Mihir Patel and Mik Vyatskov and Mikayel Samvelyan and Mike Clark and Mike Macey and Mike Wang and Miquel Jubert Hermoso and Mo Metanat and Mohammad Rastegari and Munish Bansal and Nandhini Santhanam and Natascha Parks and Natasha White and Navyata Bawa and Nayan Singhal and Nick Egebo and Nicolas Usunier and Nikolay Pavlovich Laptev and Ning Dong and Ning Zhang and Norman Cheng and Oleg Chernoguz and Olivia Hart and Omkar Salpekar and Ozlem Kalinli and Parkin Kent and Parth Parekh and Paul Saab and Pavan Balaji and Pedro Rittner and Philip Bontrager and Pierre Roux and Piotr Dollar and Polina Zvyagina and Prashant Ratanchandani and Pritish Yuvraj and Qian Liang and Rachad Alao and Rachel Rodriguez and Rafi Ayub and Raghotham Murthy and Raghu Nayani and Rahul Mitra and Raymond Li and Rebekkah Hogan and Robin Battey and Rocky Wang and Rohan Maheswari and Russ Howes and Ruty Rinott and Sai Jayesh Bondu and Samyak Datta and Sara Chugh and Sara Hunt and Sargun Dhillon and Sasha Sidorov and Satadru Pan and Saurabh Verma and Seiji Yamamoto and Sharadh Ramaswamy and Shaun Lindsay and Shaun Lindsay and Sheng Feng and Shenghao Lin and Shengxin Cindy Zha and Shiva Shankar and Shuqiang Zhang and Shuqiang Zhang and Sinong Wang and Sneha Agarwal and Soji Sajuyigbe and Soumith Chintala and Stephanie Max and Stephen Chen and Steve Kehoe and Steve Satterfield and Sudarshan Govindaprasad and Sumit Gupta and Sungmin Cho and Sunny Virk and Suraj Subramanian and Sy Choudhury and Sydney Goldman and Tal Remez and Tamar Glaser and Tamara Best and Thilo Kohler and Thomas Robinson and Tianhe Li and Tianjun Zhang and Tim Matthews and Timothy Chou and Tzook Shaked and Varun Vontimitta and Victoria Ajayi and Victoria Montanez and Vijai Mohan and Vinay Satish Kumar and Vishal Mangla and Vlad Ionescu and Vlad Poenaru and Vlad Tiberiu Mihailescu and Vladimir Ivanov and Wei Li and Wenchen Wang and Wenwen Jiang and Wes Bouaziz and Will Constable and Xiaocheng Tang and Xiaofang Wang and Xiaojian Wu and Xiaolan Wang and Xide Xia and Xilun Wu and Xinbo Gao and Yanjun Chen and Ye Hu and Ye Jia and Ye Qi and Yenda Li and Yilin Zhang and Ying Zhang and Yossi Adi and Youngjin Nam and Yu and Wang and Yuchen Hao and Yundi Qian and Yuzi He and Zach Rait and Zachary DeVito and Zef Rosnbrick and Zhaoduo Wen and Zhenyu Yang and Zhiwei Zhao}, + year={2024}, + eprint={2407.21783}, + archivePrefix={arXiv}, + primaryClass={cs.AI}, + url={https://arxiv.org/abs/2407.21783}, +} \ No newline at end of file diff --git a/_eidversicherung.tex b/_eidversicherung.tex index 87920fdb9ae5b9ae7d9ee58ab915c5fbb76a9f23..85a894ef72e0dc8bd3e0aa7be2dc2622e0444510 100644 --- a/_eidversicherung.tex +++ b/_eidversicherung.tex @@ -1,13 +1,20 @@ -\chapter*{Eidesstattliche Versicherung} +\chapter*{Affidavit} \thispagestyle{empty} -\addcontentsline{toc}{chapter}{Eidesstattliche Versicherung} +\addcontentsline{toc}{chapter}{Affidavit} +Hiermit versichere ich an Eides statt, dass ich die vorliegende Arbeit im +Masterstudiengang Informatik selbstständig verfasst und keine anderen +als die angegebenen Hilfsmittel – insbesondere keine im Quellenverzeichnis nicht benannten Internet-Quellen – benutzt habe. Alle +Stellen, die wörtlich oder sinngemäß aus Veröffentlichungen +entnommen wurden, sind als solche kenntlich gemacht. Ich versichere +weiterhin, dass ich die Arbeit vorher nicht in einem anderen +Prüfungsverfahren eingereicht habe. -Hiermit versichere ich an Eides statt, dass ich die vorliegende Arbeit selbstständig und ohne fremde Hilfe angefertigt und mich anderer als der im beigefügten Verzeichnis angegebenen Hilfsmittel nicht bedient habe. -Alle Stellen, die wörtlich oder sinngemäß aus Veröffentlichungen entnommen wurden, sind als solche kenntlich gemacht. -Ich versichere weiterhin, dass ich die Arbeit vorher nicht in einem anderen Prüfungsverfahren eingereicht habe und die eingereichte schriftliche Fassung der auf dem elektronischen Speichermedium entspricht. - -\noindent Ich bin mit einer Einstellung in den Bestand der Bibliothek des Fachbereiches einverstanden. +\noindent Ich stimme der Einstellung der Arbeit in die Bibliothek des Fachbereichs +Informatik zu. \vspace{2cm} -\noindent Hamburg, den \uline{~~~~~~~~~~~~~~~~~~~~}~~~~~Unterschrift: \uline{~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~} +\noindent Hamburg, den \uline{~~~~~~~~~~~~~~~~~~~~}~~~~~Signature: \uline{~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~} + + + diff --git a/_preamble.sty b/_preamble.sty index 303b0b639a006ce214adb4d57de47c92f692b6b4..8829560f9ae85e2f16340328771680f89ec74f88 100644 --- a/_preamble.sty +++ b/_preamble.sty @@ -1,92 +1,93 @@ - % packages - \usepackage[ngerman,german]{babel} - \usepackage[utf8]{inputenc} - \usepackage[T1]{fontenc} - \usepackage[pdftex]{color} - \usepackage{setspace} - \usepackage[pdftex]{graphicx} - \usepackage[final]{listings} - \usepackage{ae,aecompl} - - % Text durchstreichen mit \sout; Option 'normalem' verhindert, - % dass das Makro \emph{} umdefiniert wird. - \usepackage[normalem]{ulem} - - % ok-zeichen usw - \usepackage{amsfonts} - - % Die folgenden drei Pakete ersetzen das veraltete palatino-Paket. - % Für die Begründung siehe 'Das Latex2-Sündenregister' von Mart Trettin - \usepackage{mathpazo} - \usepackage[scaled=.95]{helvet} - \usepackage{courier} - \setkomafont{sectioning}{\normalcolor\bfseries} +% packages +\usepackage[english]{babel} +% \usepackage{textcomp} +% \usepackage[utf8]{inputenc} +\usepackage[T1]{fontenc} +\usepackage[pdftex]{color} +\usepackage{setspace} +\usepackage[pdftex]{graphicx} +\usepackage[final]{listings} +% \usepackage{ae,aecompl} +% \usepackage{lmodern} +% Text durchstreichen mit \sout; Option 'normalem' verhindert, +% dass das Makro \emph{} umdefiniert wird. +\usepackage[normalem]{ulem} + +% ok-zeichen usw +\usepackage{amsfonts} + +% Die folgenden drei Pakete ersetzen das veraltete palatino-Paket. +% Für die Begründung siehe 'Das Latex2-Sündenregister' von Mart Trettin +% \usepackage{mathpazo} +% \usepackage[scaled=.95]{helvet} +% \usepackage{courier} +% \setkomafont{sectioning}{\normalcolor\bfseries} + +% pdfbookmarks +% (generiert für PDF auch gleich +% ein Inhaltsverzeichnis und Links) +\usepackage[ + pdfstartview=FitH, + pdffitwindow=true, + colorlinks, + linkcolor=black, + anchorcolor=black, + citecolor=black, + urlcolor=black +]{hyperref} + +% Linien in Kopf- und Fußzeilen einschalten +\usepackage[headsepline,footsepline]{scrlayer-scrpage} + +% Seitenstil setzen +\pagestyle{scrheadings} + +% Anpassung der Kopf- und Fußzeile (Koma-Guide: 'Kopf- und Fußzeilen mit scrpage2') +\ohead[\pagemark]{\pagemark} +\chead[\headmark]{\headmark} +\ofoot{} + +% Den Seitenstil 'scrheadings' statt des vordefinierten 'scrplain' +% auch für Index- und Kapitelseiten benutzen. +\renewcommand*{\chapterpagestyle}{scrheadings} +\renewcommand*{\indexpagestyle}{scrheadings} + +% Leere Seiten erzeugt durch cleardoublepage sollen auch +% den Seitenstil 'scrheadings' benutzen (Koma-Guide: 'Vakatseiten'). +\KOMAoptions{cleardoublepage=scrheadings} + +% Zeilenabstand +\setstretch{1.24} + +% Ränder +\setlength{\textwidth}{15cm} % Textbreite +\setlength{\textheight}{24cm} % Texthöhe +\setlength{\topmargin}{-12mm} % oberer Rand + +% PDF Dokumentinformationen +\hypersetup +{ + pdftitle = {Titel}, + pdfsubject = {Universität Hamburg / FB18 / VSIS / Art des Artikels}, + pdfauthor = {Vorname Name}, + pdfkeywords = {Keywords}, + plainpages = false, pdfpagelabels +} + +% Listingsformatierung (Quelltexte) +\definecolor{lightgrey}{rgb}{0.90,0.90,0.90} +\lstloadlanguages{XML} +\lstset{ + tabsize=2, + escapeinside={(*@}{@*)}, + captionpos=t, + framerule=0pt, + backgroundcolor=\color{lightgrey}, + basicstyle=\small\ttfamily, + keywordstyle=\small\bfseries, + numbers=left, + fontadjust +} - % pdfbookmarks - % (generiert für PDF auch gleich - % ein Inhaltsverzeichnis und Links) - \usepackage[ - pdfstartview=FitH, - pdffitwindow=true, - colorlinks, - linkcolor=black, - anchorcolor=black, - citecolor=black, - urlcolor=black - ]{hyperref} - - % Linien in Kopf- und Fußzeilen einschalten - \usepackage[headsepline,footsepline]{scrlayer-scrpage} - - % Seitenstil setzen - \pagestyle{scrheadings} - - % Anpassung der Kopf- und Fußzeile (Koma-Guide: 'Kopf- und Fußzeilen mit scrpage2') - \ohead[\pagemark]{\pagemark} - \chead[\headmark]{\headmark} - \ofoot{} - - % Den Seitenstil 'scrheadings' statt des vordefinierten 'scrplain' - % auch für Index- und Kapitelseiten benutzen. - \renewcommand*{\chapterpagestyle}{scrheadings} - \renewcommand*{\indexpagestyle}{scrheadings} - - % Leere Seiten erzeugt durch cleardoublepage sollen auch - % den Seitenstil 'scrheadings' benutzen (Koma-Guide: 'Vakatseiten'). - \KOMAoptions{cleardoublepage=scrheadings} - - % Zeilenabstand - \setstretch{1.24} - - % Ränder - \setlength{\textwidth}{15cm} % Textbreite - \setlength{\textheight}{24cm} % Texthöhe - \setlength{\topmargin}{-12mm} % oberer Rand - - % PDF Dokumentinformationen - \hypersetup - { - pdftitle = {Titel}, - pdfsubject = {Universität Hamburg / FB18 / VSIS / Art des Artikels}, - pdfauthor = {Vorname Name}, - pdfkeywords = {Keywords}, - plainpages = false, pdfpagelabels - } - - % Listingsformatierung (Quelltexte) - \definecolor{lightgrey}{rgb}{0.90,0.90,0.90} - \lstloadlanguages{XML} - \lstset{ - tabsize=2, - escapeinside={(*@}{@*)}, - captionpos=t, - framerule=0pt, - backgroundcolor=\color{lightgrey}, - basicstyle=\small\ttfamily, - keywordstyle=\small\bfseries, - numbers=left, - fontadjust - } - % Tabellenbezeichnungen als Überschriften -\KOMAoptions{captions=tableheading} \ No newline at end of file +\KOMAoptions{captions=tableheading} \ No newline at end of file diff --git a/_titlepage.aux b/_titlepage.aux index f7b718f04fc5d701660f47b0b602e4b6da679420..f23b1e2251e869d9c4589152491d196891228fd9 100644 --- a/_titlepage.aux +++ b/_titlepage.aux @@ -143,5 +143,6 @@ \setcounter{bbx:relatedtotal}{0} \setcounter{parentequation}{0} \setcounter{float@type}{8} +\setcounter{dirtytalk@qdepth}{0} \setcounter{lstlisting}{0} } diff --git a/appendix.aux b/appendix.aux index 9f992cc5aacafa4cb397f93de06e633def44f39d..814c452bdbf3c5cf267894f387b40fb03e7f8527 100644 --- a/appendix.aux +++ b/appendix.aux @@ -1,11 +1,11 @@ \relax \providecommand\hyper@newdestlabel[2]{} -\@writefile{toc}{\contentsline {chapter}{\numberline {7}Appendix}{27}{chapter.7}\protected@file@percent } +\@writefile{toc}{\contentsline {chapter}{\numberline {7}Appendix}{49}{chapter.7}\protected@file@percent } \@writefile{lof}{\addvspace {10\p@ }} \@writefile{lot}{\addvspace {10\p@ }} \@writefile{lol}{\addvspace {10\p@ }} \@setckpt{appendix}{ -\setcounter{page}{28} +\setcounter{page}{50} \setcounter{equation}{0} \setcounter{enumi}{0} \setcounter{enumii}{0} @@ -22,12 +22,12 @@ \setcounter{subparagraph}{0} \setcounter{figure}{0} \setcounter{table}{0} -\setcounter{lstnumber}{1} +\setcounter{lstnumber}{2} \setcounter{section@level}{1} \setcounter{Item}{0} \setcounter{Hfootnote}{0} \setcounter{bookmark@seq@number}{0} -\setcounter{caption@flags}{2} +\setcounter{caption@flags}{6} \setcounter{continuedfloat}{0} \setcounter{subfigure}{0} \setcounter{subtable}{0} @@ -40,7 +40,7 @@ \setcounter{citetotal}{0} \setcounter{multicitecount}{0} \setcounter{multicitetotal}{0} -\setcounter{instcount}{0} +\setcounter{instcount}{25} \setcounter{maxnames}{3} \setcounter{minnames}{1} \setcounter{maxitems}{3} @@ -147,5 +147,6 @@ \setcounter{bbx:relatedtotal}{0} \setcounter{parentequation}{0} \setcounter{float@type}{8} +\setcounter{dirtytalk@qdepth}{0} \setcounter{lstlisting}{0} } diff --git a/appendix.tex b/appendix.tex index 1f90e4ebe32721db648489c0da0306a1f1506f75..9abfbad91d4f7acba5e1d3b512ee1e132eeb6d52 100644 --- a/appendix.tex +++ b/appendix.tex @@ -1,2 +1,9 @@ \chapter{Appendix} -\textit{In this section I will link my repositories containing all my scripts and data that I created and collected during my thesis.} \ No newline at end of file + +\section*{Codebase} +The codebase repository, accessible at \url{https://gitlab.rrz.uni-hamburg.de/BAR9094/nlp_thesis_scripts}, contains all the programming scripts, both used on my personal computer and the remote server from the LT group, developed and utilized throughout this thesis. + + + +\section*{LaTeX} +The LaTeX files used for the compilation of this thesis are stored in the repository at \url{https://gitlab.rrz.uni-hamburg.de/BAR9094/nlp_thesis_latex}. \ No newline at end of file diff --git a/literature.aux b/background.aux similarity index 64% rename from literature.aux rename to background.aux index 5c137db45849282d07ed928ded8e38c9b76d4d98..f72f69c0cffe9fe58ade27629f933724acd90186 100644 --- a/literature.aux +++ b/background.aux @@ -1,15 +1,26 @@ \relax \providecommand\hyper@newdestlabel[2]{} -\@writefile{toc}{\contentsline {chapter}{\numberline {4}Gathering of literature}{9}{chapter.4}\protected@file@percent } +\@writefile{toc}{\contentsline {chapter}{\numberline {2}Background}{3}{chapter.2}\protected@file@percent } \@writefile{lof}{\addvspace {10\p@ }} \@writefile{lot}{\addvspace {10\p@ }} \@writefile{lol}{\addvspace {10\p@ }} -\@writefile{lot}{\contentsline {table}{\numberline {4.1}{\ignorespaces dataset of characters and their descriptions}}{10}{table.caption.3}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {2.1}Tokenization}{3}{section.2.1}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {2.2}The Transformer}{4}{section.2.2}\protected@file@percent } +\@writefile{lof}{\contentsline {figure}{\numberline {2.1}{\ignorespaces Transformer Architecture as presented in the original paper [Vas+17]. This diagram illustrates the various layers of the architecture within the Encoder and Decoder, demonstrating the flow of data through each component.}}{4}{figure.caption.3}\protected@file@percent } \providecommand*\caption@xref[2]{\@setref\relax\@undefined{#1}} -\newlabel{tab:example_table}{{4.1}{10}{dataset of characters and their descriptions}{table.caption.3}{}} -\@setckpt{literature}{ +\newlabel{fig:transformer}{{2.1}{4}{Transformer Architecture as presented in the original paper [Vas+17]. This diagram illustrates the various layers of the architecture within the Encoder and Decoder, demonstrating the flow of data through each component}{figure.caption.3}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {2.2.1}Encoder}{5}{subsection.2.2.1}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {2.2.2}Decoder}{5}{subsection.2.2.2}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {2.3}BERT}{6}{section.2.3}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {2.3.1}Embeddings}{6}{subsection.2.3.1}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {2.4}Fine-Tuning}{7}{section.2.4}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {2.5}Quantization}{7}{section.2.5}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {2.5.1}BERTScore}{8}{subsection.2.5.1}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {2.6}BLEU-Score}{9}{section.2.6}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {2.7}RAG}{10}{section.2.7}\protected@file@percent } +\@setckpt{background}{ \setcounter{page}{11} -\setcounter{equation}{0} +\setcounter{equation}{1} \setcounter{enumi}{0} \setcounter{enumii}{0} \setcounter{enumiii}{0} @@ -17,14 +28,14 @@ \setcounter{footnote}{0} \setcounter{mpfootnote}{0} \setcounter{part}{0} -\setcounter{chapter}{4} -\setcounter{section}{0} +\setcounter{chapter}{2} +\setcounter{section}{7} \setcounter{subsection}{0} \setcounter{subsubsection}{0} \setcounter{paragraph}{0} \setcounter{subparagraph}{0} -\setcounter{figure}{0} -\setcounter{table}{1} +\setcounter{figure}{1} +\setcounter{table}{0} \setcounter{lstnumber}{1} \setcounter{section@level}{1} \setcounter{Item}{0} @@ -43,7 +54,7 @@ \setcounter{citetotal}{0} \setcounter{multicitecount}{0} \setcounter{multicitetotal}{0} -\setcounter{instcount}{4} +\setcounter{instcount}{11} \setcounter{maxnames}{3} \setcounter{minnames}{1} \setcounter{maxitems}{3} @@ -148,5 +159,8 @@ \setcounter{smartand}{1} \setcounter{bbx:relatedcount}{0} \setcounter{bbx:relatedtotal}{0} +\setcounter{parentequation}{0} +\setcounter{float@type}{8} +\setcounter{dirtytalk@qdepth}{0} \setcounter{lstlisting}{0} } diff --git a/background.tex b/background.tex new file mode 100644 index 0000000000000000000000000000000000000000..a2924d5a291d6cfa564032f5d2f0991b752ed0a9 --- /dev/null +++ b/background.tex @@ -0,0 +1,148 @@ +\chapter{Background} + +The background section explains basic NLP methods in order to gain important knowledge on which I can build as we continue to explore. + +\section{Tokenization} +Tokens are the fundamental units of data processing in natural language processing (NLP). A token is the smallest meaningful unit of text, which can be a word, subword, or even a single character or punctuation mark. Tokenization is typically performed at one of three levels: single characters (character-based tokenization), subwords (subword-based tokenization), or whole words (word-based tokenization). + +In most modern NLP models, subword tokenization is predominantly used. This technique breaks words into smaller units, such as prefixes and suffixes. Unlike word-based tokenizers, which generate a very large vocabulary and suffer from a loss of meaning across very similar words as well as a large quantity of out-of-vocabulary tokens, or character-based tokenization, where each token has minimal meaning in context and the overall number of tokens on a tokenized text is enormous, subword-based tokenization seeks to find a middle ground. The idea is to decompose rare words into meaningful subwords while maintaining few to single tokens for every meaningful or frequently used word. + +Byte Pair Encoding (BPE) is a simple and popular method for subword tokenization. +BPE describes an algorithm of frequency-based merging of character pairs into subwords. It starts out with single character symbols and iteratively creates new candidates by merging the most frequent pairs of adjacent symbols until a specified vocabulary size is reached. +Another popular tokenizer is the WordPiece tokenizer. The WordPiece tokenizer is quiet similar, but uses a different merging criteria. Instead of choosing the most frequent pairs, it chooses pairs that maximize the likelihood of the training corpus by dividing the frequency of the pair by the product of frequency of the individual tokens. + +Now both of these methods require a pre-tokenized text or whitespace boundaries. However, not all languages use spaces to separate words such as in chinese or japanese. A more general approach than using specific pre-tokenizers is SentencePiece tokenization, that treats the input as a raw input stream, thus including the space in the set of characters to use. It then uses BPE or unigram tokenization, a probabilistic method that selects the best segmentation of text based on the likelihood of subwords to make a purely end-to-end and language independent system. + +Subword tokenizers are employed in almost every widely used large language model such as GPT-2, Llama 3, and in large pre-trained language models such as BERT.\cite{huggingfacetokenizer} + + +\section{The Transformer} +The Transformer architecture, introduced in June 2017 \cite{NIPS2017_3f5ee243}, marked a significant advancement in natural language processing (NLP), initially focusing on sequence-to-sequence NLP problems like machine translation tasks. However, its capabilities quickly revealed a broader potential, particularly in developing large language models (LLMs). These models are trained on vast amounts of raw text using self-supervised learning, a method where the training objective is derived automatically from the input data, typically through tasks such as masked language modeling or causal language modeling. These techniques help the model develop a statistical understanding of the language. The Transformer architecture consists of an encoder and a decoder. + +\begin{figure}[h] + \centering + \includegraphics[width=8cm]{ressources/images/Transformer.png} + \caption{Transformer Architecture as presented in the original paper [Vas+17]. This diagram illustrates the various layers of the architecture within the Encoder and Decoder, demonstrating the flow of data through each component.} + \label{fig:transformer} + \end{figure} + +\subsection{Encoder} +For each token an embedding vector is computed, which is a very high-dimensional (currently at around 256 to 4096 dimensions) numerical vector representation of that token, that captures its semantic meaning. + +A key component of the encoder is the self-attention mechanism. Self-attention enables the model to consider the entire sequence when encoding each token, allowing it to weigh the relevance of other tokens in the input sequence dynamically. For each token, the self-attention mechanism computes attention scores that determine the influence of all other tokens in the sequence. As a result, the generated embedded vector for each token not only represents the token alone but also its left and right contextual influence. +The encoder consists of multiple identical layers, or encoder blocks. Each encoder block contains two main sub-layers: + +\begin{itemize} + \item \textbf{Multi-Head Self-Attention Layer}: This sub-layer allows the model to attend to different parts of the sequence from multiple perspectives or ``heads''. Each head performs self-attention independently, and their outputs are concatenated and linearly transformed to provide a richer representation. + + \item \textbf{Feed-Forward Layer}: After the self-attention sub-layer, each token's representation is passed through a feed-forward neural network. This layer is a simple fully connected feed-forward network applied to each position (word) in the sequence independently and identically. It consists of two linear transformations with a non-liniarity (e.g. ReLU) activation in between, allowing the model to apply non-linear transformations and further refine the encoded representation. +\end{itemize} + +Both sub-layers in the encoder block are followed by residual connections and layer normalization, which help in stabilizing the training and improving convergence. + +\subsection{Decoder} +The decoder has a similar structur and therfore works quiet as similar as the encoder and can also be used for similar tasks. The decoder uses multiple decoder blocks, but has two additional sub-layers per block as compared to the encoder block. In the transformer's architecture the decoder's role is to generate the output sequence based on the encoded representation from the encoder (referred to ascross-attention). This is done auto-regressively, which means that the generated computed feature-vector, which holds information about the input sequence will be tranformed by the language modelling head mapping into the next probable following word, which then will be added to the input text and and is then fed back into the decoder. The most important difference to the encoder is the masked multi-head self-attention. + +\begin{itemize} + \item \textbf{Masked Multi-Head Self-Attention Layer}: + Since the decoder cannot predict future words based on information not yet generated, it only attends uni-directional to the previously generated tokens in the output sequence. Therfore only the left context is used and the right context is masked. Masking the right context is of course only applicable for left-to-right written languages e.g. languages in european and american countries that utilize the latin script. +\end{itemize} +\cite{raschka2024encoderdecoder, NIPS2017_3f5ee243} + +\section{BERT} +BERT (Bidirectional Encoder Representations from Transformers) is a pre-trained language representation model introduced by Devlin et al. in 2019 (\cite{bert-score}). Its based on the Transformer architecture from \cite{NIPS2017_3f5ee243} but instead of using in contrast to using both, an encoder and a decoder as in the original transformer, BERT only utilizes the encoder component. Consequently, unlike other large language models (LLMs), BERT cannot predict new tokens and thus is not suitable for text generation. Instead, it achieved state-of-the-art results in tasks such as text classification, sentiment analysis, and named entity recognition. The attention scores are computed using queries, keys, and values derived from the input embeddings. + +\subsection{Embeddings} +The three matrices in BERT—token embeddings, segment embeddings, and positional embeddings are generated as part of the model's training process. + +For each unique Token ID (i.e. for each of the 30,522 words and subwords in the BERT Tokenizer’s vocabulary), the BERT model contains an embedding that is trained to represent that specific token. The Embedding Layer within the model is responsible for mapping tokens to their corresponding embeddings. +Before a string of text is passed to the BERT model, the BERT Tokenizer is used to convert the input from a string into a list of integer Token IDs, where each ID directly maps to a word or part of a word in the original string. In addition to the Token Embeddings described so far, BERT also relies on Position Embeddings. While Token Embeddings are used to represent each possible word or subword that can be provided to the model, Position Embeddings represent the position of each token in the input sequence. +The final type of embedding used by BERT is the Token Type Embedding, also called the Segment Embedding in the original BERT paper. One of the tasks that BERT was originally trained to solve was Next Sentence Prediction. That is, given two sentences A and B, BERT was trained to determine whether B logically follows A.\\ + +BERT introduces two pre-training objectives, the masked language model objective (MLM), and the next sentence prediction objective (NSP). + + +\begin{itemize} + \item \textbf{Masked Language Modeling (MLM)}: + 15\% of the words in a sentence are randomly masked, and the model is trained to predict these masked words based on the context provided by the other words in the sentence. This enables BERT to learn bidirectional representations. + + \item \textbf{Next Sentence Prediction (NSP)}: + To understand relationships between sentences, BERT is trained on pairs of sentences. Given two sentences, the model predicts whether the second sentence is the actual next sentence in the original text or a randomly chosen one. This task helps BERT capture the coherence and context between sentences. +\end{itemize} + + +\section{Fine-Tuning} +After pre-training on large text corpora, BERT can be fine-tuned for specific downstream tasks using relatively small datasets. Fine-tuning involves making slight adjustments to the pre-trained model weights to better align with the target task. This process leverages robust pre-trained language representations and adapts them to meet the specific requirements of the task at hand. + +One can distiguish between ``Feature extraction'' and ``Full fine-tuning'' as different types for fine-tuning. In Full fine-tuning, the entire model is trained on new task-specific data, meaning all model layers are adjusted during this process. This method is particularly advantageous when the task-specific dataset is large and significantly different from the pre-training data. Feature extraction treats the pre-trained model as a fixed feature extractor. Only the final layers of the model (or even newly added layers) are then trained on the task-specific data, while the rest of the model remains unchanged. It therfore is a more cost-effective and efficient way to fine-tune pre-trained language models. + +Fine-tuning closely resembles regular training but, as mentioned, may only affect certain weights, depending on the chosen method. During fine-tuning, the loss is calculated based on the difference between the model's predictions and the true labels using backpropagation. Gradients of the loss are then computed and used to update the model's weights through gradient descent, iteratively refining the model to minimize the loss and enhance its performance. \cite{finetune} + + + + +\section{Quantization} +Quantization is a technique designed to reduce the computational and memory demands of running inference using low-precision data types, such as 8-bit integers (int8), instead of the standard 32-bit floating-point (float32). This approach decreases memory storage requirements, theoretically lowers energy consumption, and accelerates operations like matrix multiplication through integer arithmetic. Moreover, it enables models to operate on embedded devices that may only support integer data types. + +\subsection{BERTScore} +BERTScore is an evaluation metric that utilizes the BERT model to compare texts more semantically than traditional metrics like BLEU. It leverages the contextualized embeddings provided by a pre-trained BERT model to assess the similarity between candidate and reference texts.\\ + +The process begins by inputting both candidate and reference texts into the BERT-style model, which generates contextualized embeddings for each token in both texts. For each token, the similarity between its embedding and every token embedding in the comparison text is calculated using cosine similarity +\begin{equation} + \cos(\theta) = \frac{\mathbf{A} \cdot \mathbf{B}}{\|\mathbf{A}\| \|\mathbf{B}\|} = \frac{\sum_{i=1}^{n} \mathbf{A}_{i} \mathbf{B}_{i} }{\sqrt{\sum_{i=1}^{n} \mathbf{A}_{i}} \cdot \sqrt{\sum_{i=1}^{n} \mathbf{B}_{i}} } +\end{equation} +This results in a similarity matrix where each entry represents the cosine similarity between the embeddings of a pair of tokens (one from the candidate sentence and one from the reference sentence).\\ + + +The metric is computed symmetrically as follows:\\ +For each token embedding in the candidate sentence, find the maximum similarity score with any token embedding in the reference sentence, and average these scores across all tokens in the candidate sentence to obtain precision.\\ + +Similarly, for each token embedding in the reference sentence, find the maximum similarity score with any token embedding in the candidate sentence, and average these scores across all tokens in the reference sentence to obtain recall. + +\[P_{BERT} = \frac{1}{|\hat{x}|} \sum_{\hat{x}_j\in \hat{x}} \max_{x_i \in x} x_i^T \hat{x_j} \] +\[R_{BERT} = \frac{1}{|x|} \sum_{x_i \in x} \max_{\hat{x}_j\in \hat{x}} x_i^T \hat{x_j} \] + + +Finally, the $F_1$-score (an $F$-measure) is computed as the harmonic mean of precision and recall, providing a balanced measure that considers both the model's ability to capture relevant information and its accuracy in predicting new text equally. This works particularly well in BERTScore because the individual tokens are represented as contextualized embeddings, which means that when comparing two token embeddings and receiving similar results does not only generally mean that the tokens are quite similar semantically but also in regards to their positional context of the entire sentence. + + +\[F_{BERT} = 2\frac{P_{BERT}R_{BERT}}{P_{BERT} + R_{BERT}} \]\cite{bert-score} + +\section{BLEU-Score} + +BLEU-Score is a different metric I use in my thesis for comparing texts. BLEU does not evaluate and compare the semantics of the reference and candidate text but instead compares the similarity of vocabulary between them. + +Let $\left\{y^{1}, y^{2}, ..., y^{N}\right\}$ be the words of the reference text and $\left\{\hat{y}^{1}, \hat{y}^{2}, ..., \hat{y}^{N}\right\}$ + +The first step is to create n-grams $\text{G}_n(y)$ for both texts. An n-gram is just a set of consecutive words of length n in a text. + +\[ + \text{G}_n(y) = \left\{y_1, y_2, ..., y_k\right\} +\] + +Next, we define the function $\text{C}(s,y)$ that counts the appearances of s as a substring in y. +Now we can count n-grams of the candidate that appear in the reference text. We can compute the clipped precision by taking the minimum of the appearances of the n-gram in $y$ and $\hat{y}$ and then dividing by the amount of all occurrences of n-grams in $\hat{y}$. Therefore candidates that have the same n-gram repeating over and over again don't get a higher precision score if the same n-gram does not appear in the reference text the same amount. + +\[ + \text{p}_n(\hat{y} , y) = \frac{\sum_{s \in G_n(\hat{y})} \min(\text{C}(s,\hat{y}), \text{C}(s,y))}{\sum_{s \in G_n(\hat{y})} \text{C}(s,\hat{y})} +\] + + +Right now short candidate texts are more likely to get a good score although the reference text is much longer. Therefore we add a brevity penalty in order to give higher scores to texts that are closer or even longer to the reference texts' real size. +\[ + \text{BP}(c, r) = \left\{\begin{array}{lr} + 1, & \text{if } c > r \\ + \ e^{(1 - r/c)}, & \text{if } c \leq r \\ + \end{array}\right\} +\] + +Finally, for BLEU-Score we combine the brevity penalty with the clipped precision of n-grams. We additionally add a distribution vector to weigh each $ \text{p}_n$ by $w_n$ in order to have the opportunity to give n-grams with different $n$ also a different impact on the overall result. Although in the end most BLEU-Scores just use a uniform distribution with $N = 4$ so that $w_n$ always stays $\frac{1}{4}$ + + +\[\text{BLEU} = \text{BP}(c, r) \cdot \exp\left(\sum_{n=1}^{N} \text{w}_n \cdot \ln(p_n)\right)\]\cite{doshi2021foundations,suvratarora2024nlp} + + + +\section{RAG} +Retrieval-augmented generation (RAG), is a technique used to improve the quality of LLM-generated responses by grounding the model on external sources, by passing the sources along with the prompt as input. LLMs are inconsistent in terms of producing same quality responses for each and every topic, since they knowledge is based on finite amount of information, that is not equally distributed for every potential topic. But Retrieval-augmented generation doesn't only reduce the need for internal sources (continuous training, lowering computational and financial costs) but also ensures that the model has access to the most current, reliable facts. It therefore reduces the chances of generating false information and ensures that the generated content is relevant. +In this thesis, I am utilizing RAG to hopefully improve (key features) from the characters described in the literature to achieve better characterizations with grounded models that utilize this external information.\cite{aws_rag} diff --git a/conclusion.aux b/conclusion.aux index e38618640026cf53cf71884cb7edef4cfa3d622a..9cb9a9daf120bd3c23f83b8de78c9b8bb9858e50 100644 --- a/conclusion.aux +++ b/conclusion.aux @@ -1,14 +1,14 @@ \relax \providecommand\hyper@newdestlabel[2]{} -\@writefile{toc}{\contentsline {chapter}{\numberline {6}Conclusion}{25}{chapter.6}\protected@file@percent } +\@writefile{toc}{\contentsline {chapter}{\numberline {6}Conclusion}{45}{chapter.6}\protected@file@percent } \@writefile{lof}{\addvspace {10\p@ }} \@writefile{lot}{\addvspace {10\p@ }} \@writefile{lol}{\addvspace {10\p@ }} -\@writefile{toc}{\contentsline {section}{\numberline {6.1}summary}{25}{section.6.1}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {6.2}future work}{25}{section.6.2}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {6.3}note of thanks}{25}{section.6.3}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {6.1}Summary}{45}{section.6.1}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {6.2}Future Work}{45}{section.6.2}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {6.3}Acknowledgments}{47}{section.6.3}\protected@file@percent } \@setckpt{conclusion}{ -\setcounter{page}{26} +\setcounter{page}{48} \setcounter{equation}{0} \setcounter{enumi}{0} \setcounter{enumii}{0} @@ -25,12 +25,12 @@ \setcounter{subparagraph}{0} \setcounter{figure}{0} \setcounter{table}{0} -\setcounter{lstnumber}{1} +\setcounter{lstnumber}{2} \setcounter{section@level}{1} \setcounter{Item}{0} \setcounter{Hfootnote}{0} \setcounter{bookmark@seq@number}{0} -\setcounter{caption@flags}{2} +\setcounter{caption@flags}{6} \setcounter{continuedfloat}{0} \setcounter{subfigure}{0} \setcounter{subtable}{0} @@ -43,7 +43,7 @@ \setcounter{citetotal}{0} \setcounter{multicitecount}{0} \setcounter{multicitetotal}{0} -\setcounter{instcount}{0} +\setcounter{instcount}{25} \setcounter{maxnames}{3} \setcounter{minnames}{1} \setcounter{maxitems}{3} @@ -150,5 +150,6 @@ \setcounter{bbx:relatedtotal}{0} \setcounter{parentequation}{0} \setcounter{float@type}{8} +\setcounter{dirtytalk@qdepth}{0} \setcounter{lstlisting}{0} } diff --git a/conclusion.tex b/conclusion.tex index b3ed177ef6bfd0ccca2b08b0dd231107f73603d4..22122ec84d87766810de77565241b3c2a081e63b 100644 --- a/conclusion.tex +++ b/conclusion.tex @@ -1,20 +1,26 @@ \chapter{Conclusion} -\section{summary} -\section{future work} -For me, what comes first to mind when it comes to future work is how annoying and extensive time i had to put into scraping single pdfs. Every author has a different way to structure their book with different placements for pagenumbers, chapternumbers and -names which makes it really hard to find the right way to scrape them all efficiently. But plenty and clean data is so important when it is the bases for almost everything that follows up. Therefore i would condone to create the amount of literatur and characters and even improve on the already so carefully filtered data. -There is a second part to the mentioned data filtering which also leaves room to improve on which are the human-written fandom articles from fandom.com. Since some of them are so long since they contain so much detail i had to cut them to a specific paragraph. Take whole??? +\section{Summary} -More evaluation methods +Although different prompt wordings have only a slight impact on both BLEU and BERTScore, $P_{1}$ appears to be the clear winner. My experiments have clearly shown that passage retrieval positively impacts the generation of character descriptions. Passage embedding retrieval also outperforms baseline retrieval, but only with respect to characters with high chunk embedding scores, which have been shown to correlate with complete franchise datasets that do not miss any novels. The inconsistency of the dataset in particular missing novels for the corresponding franchise but also the inclusion of characters in fandom pages from similar works by the same author, different media like TV shows or older versions, has a measurable negative impact on the results. This likely affects passage embedding retrieval more severely than baseline retrieval because passage embedding retrieval still results in a fixed amount of passages that do not contain the mentioned character, thereby confusing the LLM. In contrast, baseline retrieval simply does not include any sentences at all for that character, making the results quite similar to those without passage retrieval. +Llama3 and Gemma2 produce very different results for the same prompt. Gemma2 is more consistent in BLEUScore, whereas Llama3 achieves better BERTScore results. Gemma2 uses markdown elements like bullet points and sections and adds information in the response that goes beyond the desired result and is hindering. +The reason why passage embedding retrieval negatively impacts BLEUScore is likely due to Mixtral7b's 32k context size. The larger input size allows for more input passages, and therefore, Mixtral7b captures more of the fandom articles' thesaurus compared to the other models. -Since LLMs will continue to improve and might also increase their maximum input size to a point where maybe the input size will easily handle any single book, the task might shift to -\section{note of thanks} -I would like to extend my heartfelt gratitude to all those who have knowingly or unknowingly supported me throughout the completion of this master's thesis. +\section{Future Work} -First and foremost, to my advisor, Hans Ole Hatzel, for his unwavering guidance, invaluable insights, and constant encouragement. Your expertise and patience have been instrumental in shaping this research. +One of the most immediate challenges I encountered during my thesis was the significant amount of time required to scrape individual PDFs. Each editor structures their book differently, with varying placements for page numbers, chapter numbers, and titles, making it difficult to devise an efficient extraction method that works universally. But having a large and clean dataset is crucial, as it forms the foundation for everything that follows. It therefore would be reasonable to expand the amount of literature and character descriptions and to further refine the already carefully filtered dataset. -I would also like to thank my family and friends, whose love, support, and understanding throughout this semester provided me with both motivation and inspiration. +Another area for improvement would be the data filtering process of the human-written fandom articles from fandom.com. These articles often contain a wealth of detail and can be quite lengthy, which led me to truncate them to a specific paragraph. My initial approach was to cut off the end of the articles, but there may be more effective ways to compress these articles e.g. using LLMs to shorten the summaries (although this also comes with a new set of potential correctness concerns) or possibly use them in their entirety without truncation. +Further improvements might be achievable by applying coreference resolution techniques (\cite{dobrovolskii-2021-word,schroder-etal-2021-neural}) to identify all tokens that refer to the given entity. If it is possible to identify self-contained content scopes using coreference resolution and segmenting the content by highly self-referenced text passages, the language model can generate even better character profiles due to the additional relevant information. Unfortunately this is currently hampered by coreference resolution quality. +Additionally, fine-tuning models specifically for the task of creating character profiles presents another opportunity to align the results more closely with the desired outcomes. Since I used distinct models for baseline retrieval and passage embedding retrieval but did not apply both retrieval methods to a single model, we still need to conduct an experiment using both methods on the same model to obtain model-independent results. - -Finally, I am grateful to all those, named and unnamed, who have directly or indirectly contributed to this thesis. Your support has been invaluable, and I am deeply thankful for your contributions. +For Evaluation, I primarily used BLEU and BERTScore metrics, although there are plenty more metrics and methods, some of which may be more discriminative with regard to the properties we look for in a good summary. As explored in \cite{yuan2024evaluatingcharacterunderstandinglarge}, generating questions about characters and attempting to answer them using the generated summaries with a large language model (LLM), or even having an LLM evaluate the summaries on a scale, could provide deeper insights. +It is always quiet hard to establish a trustworthy relationship between the models output and the users needs, since we have no control on what pretrained- and passage retrieval data the LLM is relying on and which parts of it it is combining for its actual response. But there are still some ways to reject the obvious. Since language models are typically trained on extensive data, they might already contain information about certain books. To test this, we can compare queries that include key sentences to those that omit them. If the model produces the same output despite the missing key information, it suggests prior training on that data. Additionally, using books released after the model's training period ensures no pre-existing knowledge about the characters at all. Although i analyzed the results for each different book at the end of my experiments, a comparison between results for content that the LLM may have prior training knowledge of and newly released novels could put my findings even more into perspective. +As LLMs continue to improve and increase their maximum input size to the point where handling the entirety of a book becomes feasible, the focus may shift to enhancing the quality and relevance of the information the LLMs process. +\newpage +\section{Acknowledgments} +I would like to extend my heartfelt gratitude to all those who have supported me, knowingly or unknowingly, throughout the completion of this master's thesis. +First and foremost, I am deeply grateful to my advisor, Hans Ole Hatzel, for his invaluable guidance and insights into NLP, which have been instrumental in shaping this research. +I also wish to express my profound appreciation to my girlfriend, family and friends. Their unwavering love, support, and understanding throughout this journey have provided me with the motivation and inspiration needed to complete this work. +Finally, I am thankful to everyone, both named and unnamed, who has directly or indirectly contributed to the success of this thesis. \ No newline at end of file diff --git a/dataset.aux b/dataset.aux index 7d7147603c239a5c5c60735df7fc5177c90fd10a..a3df4e295e255d48113c0ffa9e5586bb4dbef891 100644 --- a/dataset.aux +++ b/dataset.aux @@ -1,14 +1,21 @@ \relax \providecommand\hyper@newdestlabel[2]{} -\@writefile{toc}{\contentsline {chapter}{\numberline {4}Gathering of literature}{13}{chapter.4}\protected@file@percent } +\@writefile{toc}{\contentsline {chapter}{\numberline {4}Gathering of Literature}{17}{chapter.4}\protected@file@percent } \@writefile{lof}{\addvspace {10\p@ }} \@writefile{lot}{\addvspace {10\p@ }} \@writefile{lol}{\addvspace {10\p@ }} -\@writefile{lot}{\contentsline {table}{\numberline {4.1}{\ignorespaces dataset of characters and their descriptions}}{14}{table.caption.4}\protected@file@percent } -\providecommand*\caption@xref[2]{\@setref\relax\@undefined{#1}} -\newlabel{tab:example_table}{{4.1}{14}{dataset of characters and their descriptions}{table.caption.4}{}} +\newlabel{chap:dataset}{{4}{17}{Gathering of Literature}{chapter.4}{}} +\@writefile{lof}{\contentsline {figure}{\numberline {4.1}{\ignorespaces Number of Fandom Articles included in our Dataset for each Work}}{18}{figure.caption.4}\protected@file@percent } +\newlabel{fig:fandused}{{4.1}{18}{Number of Fandom Articles included in our Dataset for each Work}{figure.caption.4}{}} +\newlabel{fig:litused}{{\caption@xref {fig:litused}{ on input line 80}}{19}{Gathering of Literature}{figure.caption.5}{}} +\@writefile{lof}{\contentsline {figure}{\numberline {4.2}{\ignorespaces List of Individual Novels per Franchise Utilized for Passage Retrieval in the Experiments}}{19}{figure.caption.5}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {4.1}Querying Wikidata}{19}{section.4.1}\protected@file@percent } +\@writefile{lof}{\contentsline {figure}{\numberline {4.3}{\ignorespaces SPARQL query to retrieve selected items, fandoms, fandom statements, and character names filtered by the "lotr" fandom from wikidata.}}{20}{figure.caption.6}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {4.1.1}Scraping Fandom Articles}{20}{subsection.4.1.1}\protected@file@percent } +\@writefile{lof}{\contentsline {figure}{\numberline {4.4}{\ignorespaces Sample Fandom Article for the Character "Gollum" from "The Lord of the Rings" Fandom Site (\url {https://lotr.fandom.com/wiki/Gollum})}}{21}{figure.caption.7}\protected@file@percent } +\newlabel{fig:fand_gollum}{{4.4}{21}{Sample Fandom Article for the Character "Gollum" from "The Lord of the Rings" Fandom Site (\url {https://lotr.fandom.com/wiki/Gollum})}{figure.caption.7}{}} \@setckpt{dataset}{ -\setcounter{page}{15} +\setcounter{page}{22} \setcounter{equation}{0} \setcounter{enumi}{0} \setcounter{enumii}{0} @@ -18,15 +25,15 @@ \setcounter{mpfootnote}{0} \setcounter{part}{0} \setcounter{chapter}{4} -\setcounter{section}{0} -\setcounter{subsection}{0} +\setcounter{section}{1} +\setcounter{subsection}{1} \setcounter{subsubsection}{0} \setcounter{paragraph}{0} \setcounter{subparagraph}{0} -\setcounter{figure}{0} -\setcounter{table}{1} -\setcounter{lstnumber}{1} -\setcounter{section@level}{1} +\setcounter{figure}{4} +\setcounter{table}{0} +\setcounter{lstnumber}{15} +\setcounter{section@level}{2} \setcounter{Item}{0} \setcounter{Hfootnote}{0} \setcounter{bookmark@seq@number}{0} @@ -43,7 +50,7 @@ \setcounter{citetotal}{0} \setcounter{multicitecount}{0} \setcounter{multicitetotal}{0} -\setcounter{instcount}{0} +\setcounter{instcount}{19} \setcounter{maxnames}{3} \setcounter{minnames}{1} \setcounter{maxitems}{3} @@ -150,5 +157,6 @@ \setcounter{bbx:relatedtotal}{0} \setcounter{parentequation}{0} \setcounter{float@type}{8} +\setcounter{dirtytalk@qdepth}{0} \setcounter{lstlisting}{0} } diff --git a/dataset.tex b/dataset.tex index dd1502db60aa4d050a51f946082a58086fddaf48..077800e22844f0c2b75b0ea8b00f06474d584708 100644 --- a/dataset.tex +++ b/dataset.tex @@ -1,45 +1,129 @@ -\chapter{Gathering of literature} -Unfortunately, there's barely any open-source collection of literature with -characterizations available. Examples like ``Romeo and Juliet'', ``Moby Dick'', ``Frankenstein'' or ``Alice's Adventures in Wonderland'' are rare cases where enough fandom exists to create accessible and reviewed content. In most other instances, it seems too risky to use open-source literature, as these collections predominantly consist of less popular books with minimal fanbase and related content. Popular literature, with its larger online presence, results in more detailed and reviewed community-generated content, such as characterizations and summaries, which are valuable as reference points for my generated characterizations which is why I will mostly rely on non-open source literatur for this thesis.\\ +\chapter{Gathering of Literature} +\label{chap:dataset} +Unfortunately, there's barely any open-source collection of literature with +characterizations available. Examples like ``Romeo and Juliet'', ``Moby Dick'', ``Frankenstein'' or ``Alice's Adventures in Wonderland'' are rare cases where enough fandom exists to create accessible and reviewed content. In most other instances, it seems too risky to use public-domain literature, as these collections predominantly consist of less popular books with minimal fanbase and related content. Popular literature, with its larger online presence, results in more detailed and reviewed community-generated content, such as characterizations and summaries, which are valuable as reference points for my generated characterizations, which is why I will mostly rely on non-open source literature for this thesis.\\ -During the process of using Wikidata, a free and open knowledge database, to query characters and filter personal descriptions from books, I discovered that many of these descriptions contain references to articles from fandom.com, the world's most popular open-source wiki platform for fan-related content. Initially, I planned to query Wikidata for all characters linked to Fandom articles to gather literature with the most comprehensive fandom articles. However, I realized that not all character descriptions in Wikidata include Fandom article links. Some character descriptions are missing Fandom article URLs, making it insufficient to rely solely on Wikidata for content. Additionally, there are instances of multiple articles linked to one character. Some articles are in different languages, while others are older versions or from different universes within the same saga. In most cases, I was able to chose to use the newest, longest English version but this was not always possible. For example, when fetching Dune character fandom articles, I had to manually sort out some characters. The Dune fandom includes characters from the ``Dune Encyclopedia'' and ``Expanded Dune'', as well as from the original ``Dune'' by Frank Herbert. This overlap made it problematic to compare information about the same character in different contexts, especially when relevant information might not be available across all contexts.\\ +During the process of using Wikidata, a free and open knowledge database, to query characters and filter personal descriptions from books, I discovered that many of these descriptions contain references to articles from fandom.com, the world's most popular open-source wiki platform for fan-related content. Initially, I planned to query Wikidata for all characters linked to Fandom articles to gather literature with the most comprehensive fandom articles. However, I realized that not all character descriptions in Wikidata include Fandom article links. Some character descriptions are missing Fandom article URLs, making it insufficient to rely solely on Wikidata for content. Additionally, there are instances of multiple articles linked to one character. Some articles are in different languages, while others are older versions or from different universes within the same saga. In most cases, I was able to choose to use the newest, longest English version but this was not always possible. For example, when fetching Dune character fandom articles, I had to manually sort out some characters. The Dune fandom includes characters from the ``Dune Encyclopedia'' and ``Expanded Dune'', as well as from the original ``Dune'' by Frank Herbert. This overlap made it problematic to compare information about the same character in different contexts, especially when relevant information might not be available across all contexts.\\ -In the end, I used multiple methods. First, I queried Wikidata to quickly obtain a large number of characters, then manually deleted duplicates and added additional characters with URLs by hand. The fetched articles varied significantly in length, requiring me to cut them down so they were roughly the same size. I achieved this by sequentially removing paragraphs from the bottom of each original article until they reached the desired length. +In the end, I used multiple methods. First, I queried Wikidata to quickly obtain a large number of characters, then manually deleted duplicates and added additional characters with their corresponding fandom URLs by hand. I found that the fetched articles varied significantly in length, requiring me to cut some of them down so they were roughly the same size. I achieved this by sequentially removing paragraphs from the bottom of each original article until they reached the desired length. Truncating the end of articles yields better results than truncating the beginning, as it is unlikely that the ending contains any essential information about the character that has not been mentioned before. +Since readers of this thesis might not have access to all the non-open-source literature I used, I aimed to minimize the number of sources to make the results easier to replicate and verify. Ultimately, I was able to obtain character data for 570 characters from six franchises in total. All of the books contain text decorations and structural elements such as chapters, sections, and page numbers, which remained present after converting the PDFs and text files and loading them into memory. These elements had to be manually filtered out using regular expressions before further processing. All the results are linked in the appendix. \\ -Since readers of this thesis might not have access to all the non-open-source literature I used, I aimed to minimize the number of sources to make the results easier to replicate and verify. Ultimately, I was able to obtain character data for 534 characters from eight books in total. The results are linked in the appendix. All of the books contain text decorations and structural elements such as chapters, sections, and page numbers, which remained present after converting the PDFs and text files and loading them into memory. These elements had to be manually filtered out using regular expressions before further processing.\\ +\begin{figure}[H] + \centering + \begin{tabular}{|l|c|} + \hline + \textbf{Book} & \textbf{Amount} \\ + \hline + Harry Potter & 157 \\ + \hline + Dune & 95 \\ + \hline + Twilight & 71 \\ + \hline + The Lord of the Rings & 106 \\ + \hline + The Hitchhiker's Guide to the Galaxy & 82 \\ + \hline + The Hunger Games & 29 \\ + \hline + \hline + Total & 570 \\ + \hline + \end{tabular} + + \caption{Number of Fandom Articles included in our Dataset for each Work} + \label{fig:fandused} +\end{figure} -\begin{table}[h!] +\begin{figure}[H] \centering - \begin{tabular}{|l|c|} - \hline - \textbf{Book} & \textbf{Amount} \\ - \hline - Harry Potter & 157 \\ - \hline - Dune & 103 \\ - \hline - Twilight & 72 \\ - \hline - Alice's Adventures in Wonderland & 30 \\ - \hline - The Lord of the Rings & 53 \\ - \hline - The Hitchhiker's Guide to the Galaxy & 90 \\ - \hline - The Hunger Games & 29 \\ - \hline - \hline - Total & 534 \\ - \hline + \begin{tabular}{|l|l|} + \hline + \textbf{Franchise} & \textbf{Book} + \\ + \hline + \multirow{7}{*}{Harry Potter} & The Sorcerers Stone \\ + & The Chamber of Secrets \\ + & The Prisoner of Azkaban \\ + & The Goblet of Fire \\ + & The Order of the Phoenix \\ + & The Half-Blood Prince \\ + & The Deathly Hallows \\ + \hline + \multirow{6}{*}{Dune} & Chapterhouse\_ Dune \\ + & Children of Dune \\ + & Dune \\ + & Dune Messiah \\ + & God Emperor of Dune \\ + & Heretics of Dune \\ + \hline + \multirow{4}{*}{Twilight} & Twilight \\ + & New Moon \\ + & Eclipse \\ + & Breaking Dawn \\ + \hline + \multirow{3}{*}{The Lord of the Rings } & The Fellowship of the Ring \\ + & The Two Towers \\ + & The Return of the King \\ + + \hline + \multirow{1}{*}{The Hitchhiker's Guide to the Galaxy} & The Hitchhiker's Guide to the Galaxy \\ + + \hline + \multirow{1}{*}{The Hunger Games } & The Hunger Games \\ + + \hline \end{tabular} - \caption{dataset of characters and their descriptions} - \label{tab:example_table} - \end{table} + \label{fig:litused} + \caption{List of Individual Novels per Franchise Utilized for Passage Retrieval in the Experiments} +\end{figure} +\section{Querying Wikidata} +As previously mentioned, Wikidata provides a way to directly retrieve information from its database through HTTP requests. To do so, one must formulate a SPARQL query. SPARQL has emerged as the standard semantic query language for databases that store their data in Resource Description Framework (RDF). It allows for querying required and optional patterns, conjunctions, disjunctions, supports complex queries with nested queries and then can return results in multiple formats including XML, JSON, and CSV, making it highly flexible for integration with different systems. RDF represents data as a directed graph composed of triplet statements: subject, predicate, and object. These triplets are structured by the database designer to reflect the underlying data and their relationships. +To get a more practical understanding, I will now briefly explain a query that I built to retrieve character names with their corresponding fandom URLs given a fandom page name (in this case Lord of the Rings). +\begin{figure}[H] + \centering + \begin{lstlisting}[language=SPARQL, frame=single] + SELECT + ?item + ?fandom + ?fandomStatement + ?characterName + WHERE { + ?item wdt:P31 wd:Q3658341. + ?item p:P6262 ?fandomStatement. + ?fandomStatement ps:P6262 ?fandom. + ?fandomStatement pq:P1810 ?characterName. + BIND(STRBEFORE(?fandom, ":") AS ?firstHalf). + FILTER (?firstHalf = "lotr"). + SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } + } +\end{lstlisting} + \caption{SPARQL query to retrieve selected items, fandoms, fandom statements, and character names filtered by the "lotr" fandom from wikidata.} +\end{figure} +Below the SELECT clause, we define some variables to store parts of the triples specified in the WHERE clause. This query retrieves entities that are instances (P31) of literary characters (Q3658341) and stores the statement node for the Fandom Article ID (P6262) in the \texttt{?fandomStatement} variable. From this statement node, we extract the fandom object (P6262) and store it in the \texttt{?fandom} variable. We also extract the character name (p1810) from the statement node and store it in the \texttt{?characterName} variable. Finally, we filter the results to include only those where the fandom URL starts with the desired prefix "lotr". Note that I used different qualifiers in the query, such as p, ps, or pq, to access different desired parts of the predicate, such as only the statement node, the actual value, or the qualifier value.\cite{w3c_sparql_2008, wikidata_sparql_tutorial} + + +\subsection{Scraping Fandom Articles} + + +Nearly every character article from fandom.com starts out with a quote that mostly belongs to that character and describes him well. Then there is a general short summary, that gives the most important aspects of that character followed by an agenda for all the specific content that follows right after. Usually, the agenda contains topics such as ``Biography'', ``Character'' and mostly also ``Gallery'' and ``References''. The agenda is different for every character. Fandom articles do not have to be about characters but can also be about anything else e.g. places, traditions, ethnics, artefacts or ideas in the same universe that are interesting to the writers. +Any article is at least peer-reviewed twice before publishment and anyone after that can review it and ask for changes if they detect any faults. The Figure \ref{fig:fand_gollum} illustrates the structure and appearance of such an article. + +\begin{figure}[h] + \centering + \croppedimage{40}{600}{10}{40} + \begin{center} + \wavyline + \end{center} + \croppedimage{40}{210}{10}{560} + \caption{Sample Fandom Article for the Character "Gollum" from "The Lord of the Rings" Fandom Site (\url{https://lotr.fandom.com/wiki/Gollum})} + \label{fig:fand_gollum} +\end{figure} \ No newline at end of file diff --git a/evaluation.aux b/evaluation.aux deleted file mode 100644 index 8bc83c8a71384e97623e937cefccd3b996a30cab..0000000000000000000000000000000000000000 --- a/evaluation.aux +++ /dev/null @@ -1,149 +0,0 @@ -\relax -\providecommand\hyper@newdestlabel[2]{} -\@writefile{toc}{\contentsline {chapter}{\numberline {6}Evaluation}{19}{chapter.6}\protected@file@percent } -\@writefile{lof}{\addvspace {10\p@ }} -\@writefile{lot}{\addvspace {10\p@ }} -\@writefile{lol}{\addvspace {10\p@ }} -\@setckpt{evaluation}{ -\setcounter{page}{20} -\setcounter{equation}{0} -\setcounter{enumi}{0} -\setcounter{enumii}{0} -\setcounter{enumiii}{0} -\setcounter{enumiv}{0} -\setcounter{footnote}{0} -\setcounter{mpfootnote}{0} -\setcounter{part}{0} -\setcounter{chapter}{6} -\setcounter{section}{0} -\setcounter{subsection}{0} -\setcounter{subsubsection}{0} -\setcounter{paragraph}{0} -\setcounter{subparagraph}{0} -\setcounter{figure}{0} -\setcounter{table}{0} -\setcounter{lstnumber}{1} -\setcounter{section@level}{1} -\setcounter{Item}{0} -\setcounter{Hfootnote}{0} -\setcounter{bookmark@seq@number}{0} -\setcounter{caption@flags}{4} -\setcounter{continuedfloat}{0} -\setcounter{subfigure}{0} -\setcounter{subtable}{0} -\setcounter{tabx@nest}{0} -\setcounter{listtotal}{0} -\setcounter{listcount}{0} -\setcounter{liststart}{0} -\setcounter{liststop}{0} -\setcounter{citecount}{0} -\setcounter{citetotal}{0} -\setcounter{multicitecount}{0} -\setcounter{multicitetotal}{0} -\setcounter{instcount}{6} -\setcounter{maxnames}{3} -\setcounter{minnames}{1} -\setcounter{maxitems}{3} -\setcounter{minitems}{1} -\setcounter{citecounter}{0} -\setcounter{maxcitecounter}{0} -\setcounter{savedcitecounter}{0} -\setcounter{uniquelist}{0} -\setcounter{uniquename}{0} -\setcounter{refsection}{0} -\setcounter{refsegment}{0} -\setcounter{maxextratitle}{0} -\setcounter{maxextratitleyear}{0} -\setcounter{maxextraname}{0} -\setcounter{maxextradate}{0} -\setcounter{maxextraalpha}{0} -\setcounter{abbrvpenalty}{50} -\setcounter{highnamepenalty}{50} -\setcounter{lownamepenalty}{25} -\setcounter{maxparens}{3} -\setcounter{parenlevel}{0} -\setcounter{blx@maxsection}{0} -\setcounter{mincomprange}{10} -\setcounter{maxcomprange}{100000} -\setcounter{mincompwidth}{1} -\setcounter{afterword}{0} -\setcounter{savedafterword}{0} -\setcounter{annotator}{0} -\setcounter{savedannotator}{0} -\setcounter{author}{0} -\setcounter{savedauthor}{0} -\setcounter{bookauthor}{0} -\setcounter{savedbookauthor}{0} -\setcounter{commentator}{0} -\setcounter{savedcommentator}{0} -\setcounter{editor}{0} -\setcounter{savededitor}{0} -\setcounter{editora}{0} -\setcounter{savededitora}{0} -\setcounter{editorb}{0} -\setcounter{savededitorb}{0} -\setcounter{editorc}{0} -\setcounter{savededitorc}{0} -\setcounter{foreword}{0} -\setcounter{savedforeword}{0} -\setcounter{holder}{0} -\setcounter{savedholder}{0} -\setcounter{introduction}{0} -\setcounter{savedintroduction}{0} -\setcounter{namea}{0} -\setcounter{savednamea}{0} -\setcounter{nameb}{0} -\setcounter{savednameb}{0} -\setcounter{namec}{0} -\setcounter{savednamec}{0} -\setcounter{translator}{0} -\setcounter{savedtranslator}{0} -\setcounter{shortauthor}{0} -\setcounter{savedshortauthor}{0} -\setcounter{shorteditor}{0} -\setcounter{savedshorteditor}{0} -\setcounter{labelname}{0} -\setcounter{savedlabelname}{0} -\setcounter{institution}{0} -\setcounter{savedinstitution}{0} -\setcounter{lista}{0} -\setcounter{savedlista}{0} -\setcounter{listb}{0} -\setcounter{savedlistb}{0} -\setcounter{listc}{0} -\setcounter{savedlistc}{0} -\setcounter{listd}{0} -\setcounter{savedlistd}{0} -\setcounter{liste}{0} -\setcounter{savedliste}{0} -\setcounter{listf}{0} -\setcounter{savedlistf}{0} -\setcounter{location}{0} -\setcounter{savedlocation}{0} -\setcounter{organization}{0} -\setcounter{savedorganization}{0} -\setcounter{origlocation}{0} -\setcounter{savedoriglocation}{0} -\setcounter{origpublisher}{0} -\setcounter{savedorigpublisher}{0} -\setcounter{publisher}{0} -\setcounter{savedpublisher}{0} -\setcounter{language}{0} -\setcounter{savedlanguage}{0} -\setcounter{origlanguage}{0} -\setcounter{savedoriglanguage}{0} -\setcounter{pageref}{0} -\setcounter{savedpageref}{0} -\setcounter{textcitecount}{0} -\setcounter{textcitetotal}{0} -\setcounter{textcitemaxnames}{0} -\setcounter{biburlbigbreakpenalty}{100} -\setcounter{biburlbreakpenalty}{200} -\setcounter{biburlnumpenalty}{0} -\setcounter{biburlucpenalty}{0} -\setcounter{biburllcpenalty}{0} -\setcounter{smartand}{1} -\setcounter{bbx:relatedcount}{0} -\setcounter{bbx:relatedtotal}{0} -\setcounter{lstlisting}{0} -} diff --git a/experiments.aux b/experiments.aux index 2b18d1571a2b6a318a3dbc2e6ea04b69ed83c156..e3864207805311313c84ccd79e051f4c3b0f3adc 100644 --- a/experiments.aux +++ b/experiments.aux @@ -1,53 +1,61 @@ \relax \providecommand\hyper@newdestlabel[2]{} -\@writefile{toc}{\contentsline {chapter}{\numberline {5}Experiments}{15}{chapter.5}\protected@file@percent } +\@writefile{toc}{\contentsline {chapter}{\numberline {5}Experiments}{23}{chapter.5}\protected@file@percent } \@writefile{lof}{\addvspace {10\p@ }} \@writefile{lot}{\addvspace {10\p@ }} \@writefile{lol}{\addvspace {10\p@ }} -\@writefile{toc}{\contentsline {section}{\numberline {5.1}Base Experiment}{15}{section.5.1}\protected@file@percent } -\newlabel{fig:prompts2}{{\caption@xref {fig:prompts2}{ on input line 35}}{16}{Base Experiment}{figure.caption.5}{}} -\@writefile{toc}{\contentsline {subsection}{\numberline {5.1.1}Results}{18}{subsection.5.1.1}\protected@file@percent } -\newlabel{fig:prompt1}{{\caption@xref {fig:prompt1}{ on input line 338}}{18}{Results}{figure.caption.6}{}} -\newlabel{sub@fig:prompt1}{{}{18}{Results}{figure.caption.6}{}} -\newlabel{fig:prompt2}{{\caption@xref {fig:prompt2}{ on input line 338}}{18}{Results}{figure.caption.6}{}} -\newlabel{sub@fig:prompt2}{{}{18}{Results}{figure.caption.6}{}} -\newlabel{fig:prompt3}{{\caption@xref {fig:prompt3}{ on input line 338}}{18}{Results}{figure.caption.6}{}} -\newlabel{sub@fig:prompt3}{{}{18}{Results}{figure.caption.6}{}} -\newlabel{fig:prompt4}{{\caption@xref {fig:prompt4}{ on input line 338}}{18}{Results}{figure.caption.6}{}} -\newlabel{sub@fig:prompt4}{{}{18}{Results}{figure.caption.6}{}} -\@writefile{lof}{\contentsline {figure}{\numberline {5.1}{\ignorespaces Blue-Metric of Zero-Shot Characterizations generated with Llama without ($P$) and with passage retrieval ($P'$) from the literature}}{18}{figure.caption.6}\protected@file@percent } -\newlabel{fig:prompt1}{{\caption@xref {fig:prompt1}{ on input line 623}}{19}{Results}{figure.caption.7}{}} -\newlabel{sub@fig:prompt1}{{}{19}{Results}{figure.caption.7}{}} -\newlabel{fig:prompt2}{{\caption@xref {fig:prompt2}{ on input line 623}}{19}{Results}{figure.caption.7}{}} -\newlabel{sub@fig:prompt2}{{}{19}{Results}{figure.caption.7}{}} -\newlabel{fig:prompt3}{{\caption@xref {fig:prompt3}{ on input line 623}}{19}{Results}{figure.caption.7}{}} -\newlabel{sub@fig:prompt3}{{}{19}{Results}{figure.caption.7}{}} -\newlabel{fig:prompt4}{{\caption@xref {fig:prompt4}{ on input line 623}}{19}{Results}{figure.caption.7}{}} -\newlabel{sub@fig:prompt4}{{}{19}{Results}{figure.caption.7}{}} -\@writefile{lof}{\contentsline {figure}{\numberline {5.2}{\ignorespaces BERTScore of Zero-Shot Characterizations generated with Llama without ($P$) and with passage retrieval ($P'$) from the literatur}}{19}{figure.caption.7}\protected@file@percent } -\newlabel{fig:boxplot}{{\caption@xref {fig:boxplot}{ on input line 661}}{20}{Results}{figure.caption.8}{}} -\newlabel{sub@fig:boxplot}{{}{20}{Results}{figure.caption.8}{}} -\newlabel{fig:boxplot}{{\caption@xref {fig:boxplot}{ on input line 920}}{20}{Results}{figure.caption.8}{}} -\newlabel{sub@fig:boxplot}{{}{20}{Results}{figure.caption.8}{}} -\@writefile{lof}{\contentsline {figure}{\numberline {5.3}{\ignorespaces Boxplots of BLEU- and BERTScores for every prompt ($P_{1}, P_{1}', P_{2},...,P_{4}'$)}}{20}{figure.caption.8}\protected@file@percent } -\newlabel{fig:prompts2}{{\caption@xref {fig:prompts2}{ on input line 943}}{20}{Results}{figure.caption.9}{}} -\@writefile{lof}{\contentsline {figure}{\numberline {5.4}{\ignorespaces T-Test and spearman correlation with according p-values after prompting llama3 and gemma2 with $P_{1}$ with and without a selection of embedded text chunks for passage retrieval}}{20}{figure.caption.9}\protected@file@percent } -\@writefile{toc}{\contentsline {subsection}{\numberline {5.1.2}Analysis}{21}{subsection.5.1.2}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {5.2}Selected Embedded chunks}{22}{section.5.2}\protected@file@percent } -\newlabel{fig:prompt1}{{\caption@xref {fig:prompt1}{ on input line 1109}}{22}{Selected Embedded chunks}{figure.caption.10}{}} -\newlabel{sub@fig:prompt1}{{}{22}{Selected Embedded chunks}{figure.caption.10}{}} -\newlabel{fig:prompt2}{{\caption@xref {fig:prompt2}{ on input line 1109}}{22}{Selected Embedded chunks}{figure.caption.10}{}} -\newlabel{sub@fig:prompt2}{{}{22}{Selected Embedded chunks}{figure.caption.10}{}} -\@writefile{lof}{\contentsline {figure}{\numberline {5.5}{\ignorespaces Blue-Metric of Zero-Shot Characterizations generated with Llama3 and Gemma2 without ($P$) and with passage retrieval ($P'$) from the literature}}{22}{figure.caption.10}\protected@file@percent } -\newlabel{fig:prompt1}{{\caption@xref {fig:prompt1}{ on input line 1256}}{23}{Selected Embedded chunks}{figure.caption.11}{}} -\newlabel{sub@fig:prompt1}{{}{23}{Selected Embedded chunks}{figure.caption.11}{}} -\newlabel{fig:prompt2}{{\caption@xref {fig:prompt2}{ on input line 1256}}{23}{Selected Embedded chunks}{figure.caption.11}{}} -\newlabel{sub@fig:prompt2}{{}{23}{Selected Embedded chunks}{figure.caption.11}{}} -\@writefile{lof}{\contentsline {figure}{\numberline {5.6}{\ignorespaces BERTScore of Zero-Shot Characterizations generated with Llama3 and Gemma2 without ($P$) and with passage retrieval ($P'$) from the literature}}{23}{figure.caption.11}\protected@file@percent } -\newlabel{fig:prompts2}{{\caption@xref {fig:prompts2}{ on input line 1281}}{23}{Selected Embedded chunks}{figure.caption.12}{}} -\@writefile{lof}{\contentsline {figure}{\numberline {5.7}{\ignorespaces T-Test and spearman correlation with according p-values after prompting llama3 and gemma2 with $P_{1}$ with and without a selection of embedded text chunks for passage retrieval}}{23}{figure.caption.12}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {5.1}Baseline Experiment}{23}{section.5.1}\protected@file@percent } +\@writefile{lof}{\contentsline {figure}{\numberline {5.1}{\ignorespaces Structures of All Prompts Used for Zero-Shotting and Passage Retrieval in the Baseline Experiment}}{24}{figure.caption.8}\protected@file@percent } +\newlabel{fig:allprompts}{{5.1}{24}{Structures of All Prompts Used for Zero-Shotting and Passage Retrieval in the Baseline Experiment}{figure.caption.8}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {5.1.1}Results}{26}{subsection.5.1.1}\protected@file@percent } +\@writefile{lof}{\contentsline {figure}{\numberline {5.2}{\ignorespaces Scatterplot of BLEUScores of character descriptions generated with Mixtral7b without ($P^{z}$) and with baseline passage retrieval ($P^{r}$) plotted against each other}}{26}{figure.caption.9}\protected@file@percent } +\newlabel{fig:base_bleu}{{5.2}{26}{Scatterplot of BLEUScores of character descriptions generated with Mixtral7b without ($P^{z}$) and with baseline passage retrieval ($P^{r}$) plotted against each other}{figure.caption.9}{}} +\newlabel{fig:basebert}{{\caption@xref {fig:basebert}{ on input line 617}}{27}{Results}{figure.caption.10}{}} +\@writefile{lof}{\contentsline {figure}{\numberline {5.3}{\ignorespaces Scatterplot of BERTScores of character descriptions generated with Mixtral7b without ($P^{z}$) and with baseline passage retrieval ($P^{r}$) plotted against each other}}{27}{figure.caption.10}\protected@file@percent } +\newlabel{fig:basediff}{{\caption@xref {fig:basediff}{ on input line 761}}{28}{Results}{figure.caption.11}{}} +\@writefile{lof}{\contentsline {figure}{\numberline {5.4}{\ignorespaces Sorted differences between BLEUScores of character descriptions generated with Mixtral7b without ($P^{z}$) and with baseline passage retrieval ($P^{r}$) for every prompt ($P_{1}, P_{2}, P_{3}, P_{4}$).}}{28}{figure.caption.11}\protected@file@percent } +\newlabel{fig:basediff}{{\caption@xref {fig:basediff}{ on input line 900}}{29}{Results}{figure.caption.12}{}} +\@writefile{lof}{\contentsline {figure}{\numberline {5.5}{\ignorespaces Sorted differences between BERTScores of character descriptions generated with Mixtral7b without ($P^{z}$) and with baseline passage retrieval ($P^{r}$) for every prompt ($P_{1}, P_{2}, P_{3}, P_{4}$).}}{29}{figure.caption.12}\protected@file@percent } +\newlabel{fig:basebox}{{\caption@xref {fig:basebox}{ on input line 1189}}{30}{Results}{figure.caption.13}{}} +\@writefile{lof}{\contentsline {figure}{\numberline {5.6}{\ignorespaces Boxplots of BLEU- and BERTScores of character descriptions generated with Mixtral7b for every prompt ($P_{1}, P_{2}, P_{3}, P_{4}$) with and without baseline passage retrieval.}}{30}{figure.caption.13}\protected@file@percent } +\@writefile{lof}{\contentsline {figure}{\numberline {5.7}{\ignorespaces T-Test and Spearman's correlation (with Corresponding p-values) of BLEU- and BERTScores of character descriptions generated with Mixtral7b for every prompt ($P_{1}, P_{2}, P_{3}, P_{4}$) with and without baseline passage retrieval.}}{31}{figure.caption.14}\protected@file@percent } +\newlabel{fig:base_test}{{5.7}{31}{T-Test and Spearman's correlation (with Corresponding p-values) of BLEU- and BERTScores of character descriptions generated with Mixtral7b for every prompt ($P_{1}, P_{2}, P_{3}, P_{4}$) with and without baseline passage retrieval}{figure.caption.14}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {5.1.2}Analysis}{31}{subsection.5.1.2}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {5.2}Passage Embedding Experiment}{33}{section.5.2}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {5.2.1}Results}{34}{subsection.5.2.1}\protected@file@percent } +\@writefile{lof}{\contentsline {figure}{\numberline {5.8}{\ignorespaces Scatterplot of BLEUScores of character descriptions generated with Llama3 and Gemma2 on $P_1$ without ($P^{z}$) and with passage embedding retrieval ($P^{r}$) plotted against each other.}}{34}{figure.caption.15}\protected@file@percent } +\newlabel{fig:passagebleu}{{5.8}{34}{Scatterplot of BLEUScores of character descriptions generated with Llama3 and Gemma2 on $P_1$ without ($P^{z}$) and with passage embedding retrieval ($P^{r}$) plotted against each other}{figure.caption.15}{}} +\@writefile{lof}{\contentsline {figure}{\numberline {5.9}{\ignorespaces Scatterplot of BERTScore of character descriptions generated with Llama3 and Gemma2 on $P_1$ without ($P^{z}$) and with passage embedding retrieval ($P^{r}$) plotted against each other.}}{34}{figure.caption.16}\protected@file@percent } +\newlabel{fig:passagebert}{{5.9}{34}{Scatterplot of BERTScore of character descriptions generated with Llama3 and Gemma2 on $P_1$ without ($P^{z}$) and with passage embedding retrieval ($P^{r}$) plotted against each other}{figure.caption.16}{}} +\@writefile{lof}{\contentsline {figure}{\numberline {5.10}{\ignorespaces T-Test and Spearman's Correlation (with Corresponding p-values) after prompting Llama3 and Gemma2 with $P_{1}$ with and without passage embedding retrieval}}{35}{figure.caption.17}\protected@file@percent } +\newlabel{fig:passagetest}{{5.10}{35}{T-Test and Spearman's Correlation (with Corresponding p-values) after prompting Llama3 and Gemma2 with $P_{1}$ with and without passage embedding retrieval}{figure.caption.17}{}} +\@writefile{lof}{\contentsline {figure}{\numberline {5.11}{\ignorespaces Sorted differences between BLEU- and BERTScores of character descriptions generated with Llama3 and Gemma2 of $P_{1}$ without ($P_{1}^{z}$) and with passage embedding retrieval ($P_{1}^{r}$).}}{35}{figure.caption.18}\protected@file@percent } +\newlabel{fig:passagediffbleu}{{5.11}{35}{Sorted differences between BLEU- and BERTScores of character descriptions generated with Llama3 and Gemma2 of $P_{1}$ without ($P_{1}^{z}$) and with passage embedding retrieval ($P_{1}^{r}$)}{figure.caption.18}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {5.2.2}Analysis}{35}{subsection.5.2.2}\protected@file@percent } +\@writefile{lof}{\contentsline {figure}{\numberline {5.12}{\ignorespaces Prompting result for the character ``Nymphadora Tonks'' from the Harry Potter franchise generated with $P_{1}^{r}$ (passage embedding retrieval) in Gemma2.}}{36}{figure.caption.19}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {5.3}Method Comparison}{38}{section.5.3}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {5.3.1}Results}{38}{subsection.5.3.1}\protected@file@percent } +\@writefile{lof}{\contentsline {figure}{\numberline {5.13}{\ignorespaces Sorted Differences of BLEU- and BERTScores for $P_{1}$ Between Baseline Retrieval on Mixtral7b and Passage Embedding Retrieval on Llama3 Before and After Retrieval}}{38}{figure.caption.20}\protected@file@percent } +\newlabel{fig:comparedifflama}{{5.13}{38}{Sorted Differences of BLEU- and BERTScores for $P_{1}$ Between Baseline Retrieval on Mixtral7b and Passage Embedding Retrieval on Llama3 Before and After Retrieval}{figure.caption.20}{}} +\@writefile{lof}{\contentsline {figure}{\numberline {5.14}{\ignorespaces Sorted Differences of BLEU- and BERTScores for $P_{1}$ Between Baseline Retrieval on Mixtral7b and Passage Embedding Retrieval on Gemma2 Before and After Retrieval}}{39}{figure.caption.21}\protected@file@percent } +\newlabel{fig:comparediffgemma}{{5.14}{39}{Sorted Differences of BLEU- and BERTScores for $P_{1}$ Between Baseline Retrieval on Mixtral7b and Passage Embedding Retrieval on Gemma2 Before and After Retrieval}{figure.caption.21}{}} +\@writefile{lof}{\contentsline {figure}{\numberline {5.15}{\ignorespaces T-Test and Spearman's Correlation (with Corresponding p-values) of BLEU- and BERTScore for $P_{1}$ Using Base Retrieval and Selected Embedded Chunk Retrieval on Llama3 and Gemma2}}{39}{figure.caption.22}\protected@file@percent } +\newlabel{fig:comparetest}{{5.15}{39}{T-Test and Spearman's Correlation (with Corresponding p-values) of BLEU- and BERTScore for $P_{1}$ Using Base Retrieval and Selected Embedded Chunk Retrieval on Llama3 and Gemma2}{figure.caption.22}{}} +\@writefile{toc}{\contentsline {subsection}{\numberline {5.3.2}Analysis}{40}{subsection.5.3.2}\protected@file@percent } +\@writefile{lof}{\contentsline {figure}{\numberline {5.16}{\ignorespaces Distribution of the embedding scores of all passages used for passage retrieval computed with e5-mistral.}}{40}{figure.caption.23}\protected@file@percent } +\newlabel{fig:histogram_scores}{{5.16}{40}{Distribution of the embedding scores of all passages used for passage retrieval computed with e5-mistral}{figure.caption.23}{}} +\@writefile{lof}{\contentsline {figure}{\numberline {5.17}{\ignorespaces Distribution of embedding similarity scores (in percentages) for all passages used for retrieval, categorized by fandom and score interval, calculated using e5-mistral.}}{41}{figure.caption.24}\protected@file@percent } +\newlabel{fig:compare_percent_book}{{5.17}{41}{Distribution of embedding similarity scores (in percentages) for all passages used for retrieval, categorized by fandom and score interval, calculated using e5-mistral}{figure.caption.24}{}} +\@writefile{lof}{\contentsline {figure}{\numberline {5.18}{\ignorespaces T-Test and Spearman's Correlation (with Corresponding p-values) of BLEU and BERTScore for $P_{1}$ Using Mixtral7b Base Retrieval and Embedded Chunk Retrieval on Llama3 and Gemma2 only on Characters with all Selected Embedded Chunks having a Score of 75 or higher }}{42}{figure.caption.25}\protected@file@percent } +\newlabel{fig:comparetest75}{{5.18}{42}{T-Test and Spearman's Correlation (with Corresponding p-values) of BLEU and BERTScore for $P_{1}$ Using Mixtral7b Base Retrieval and Embedded Chunk Retrieval on Llama3 and Gemma2 only on Characters with all Selected Embedded Chunks having a Score of 75 or higher}{figure.caption.25}{}} +\newlabel{fig:scattercolorbleu}{{\caption@xref {fig:scattercolorbleu}{ on input line 2168}}{43}{Analysis}{figure.caption.26}{}} +\@writefile{lof}{\contentsline {figure}{\numberline {5.19}{\ignorespaces Scatterplot of BLEUScores of character descriptions generated with Llama3 on $P_{1}$ without ($P^{z}$) and with passage embedding retrieval ($P^{r}$) plotted against each other, color-coded and dissected into franchises and surrounded with convex hulls.}}{43}{figure.caption.27}\protected@file@percent } +\newlabel{fig:compareconvex}{{5.19}{43}{Scatterplot of BLEUScores of character descriptions generated with Llama3 on $P_{1}$ without ($P^{z}$) and with passage embedding retrieval ($P^{r}$) plotted against each other, color-coded and dissected into franchises and surrounded with convex hulls}{figure.caption.27}{}} +\newlabel{fig:scattercolorbert}{{\caption@xref {fig:scattercolorbert}{ on input line 2480}}{44}{Analysis}{figure.caption.28}{}} +\@writefile{lof}{\contentsline {figure}{\numberline {5.20}{\ignorespaces Scatterplot of BERTScores of character descriptions generated with Llama3 on $P_{1}$ without ($P^{z}$) and with passage embedding retrieval ($P^{r}$) plotted against each other, color-coded and dissected into franchises and surrounded with convex hulls.}}{44}{figure.caption.29}\protected@file@percent } +\newlabel{fig:compareconvex}{{5.20}{44}{Scatterplot of BERTScores of character descriptions generated with Llama3 on $P_{1}$ without ($P^{z}$) and with passage embedding retrieval ($P^{r}$) plotted against each other, color-coded and dissected into franchises and surrounded with convex hulls}{figure.caption.29}{}} \@setckpt{experiments}{ -\setcounter{page}{24} +\setcounter{page}{45} \setcounter{equation}{0} \setcounter{enumi}{0} \setcounter{enumii}{0} @@ -57,19 +65,19 @@ \setcounter{mpfootnote}{0} \setcounter{part}{0} \setcounter{chapter}{5} -\setcounter{section}{2} -\setcounter{subsection}{0} +\setcounter{section}{3} +\setcounter{subsection}{2} \setcounter{subsubsection}{0} \setcounter{paragraph}{0} \setcounter{subparagraph}{0} -\setcounter{figure}{7} +\setcounter{figure}{20} \setcounter{table}{0} -\setcounter{lstnumber}{1} -\setcounter{section@level}{1} +\setcounter{lstnumber}{2} +\setcounter{section@level}{2} \setcounter{Item}{0} \setcounter{Hfootnote}{0} \setcounter{bookmark@seq@number}{0} -\setcounter{caption@flags}{2} +\setcounter{caption@flags}{6} \setcounter{continuedfloat}{0} \setcounter{subfigure}{0} \setcounter{subtable}{0} @@ -82,7 +90,7 @@ \setcounter{citetotal}{0} \setcounter{multicitecount}{0} \setcounter{multicitetotal}{0} -\setcounter{instcount}{0} +\setcounter{instcount}{22} \setcounter{maxnames}{3} \setcounter{minnames}{1} \setcounter{maxitems}{3} @@ -189,5 +197,6 @@ \setcounter{bbx:relatedtotal}{0} \setcounter{parentequation}{0} \setcounter{float@type}{8} +\setcounter{dirtytalk@qdepth}{0} \setcounter{lstlisting}{0} } diff --git a/experiments.tex b/experiments.tex index 1ff88c28aa2e74f326357abef58e017f00b42077..b3e3ae9341b1c7abf9ee315df61c035531e81856 100644 --- a/experiments.tex +++ b/experiments.tex @@ -1,11 +1,10 @@ \chapter{Experiments} -All my experiments have been conducted partially on my own computer but also over ssh on a remote server from the LT group at the University of Hamburg. This was mainly due to accessing a better GPU like the NVIDEA RTX A6000 for doing more computational intensive work such as prompting large language models (LLMs) and generating embeddings. +All my experiments have been conducted partially on my own computer but also over SSH on a remote server from the LT group at the University of Hamburg. This was mainly due to accessing a better GPU like the NVIDIA RTX A6000 for doing more computational intensive work such as prompting large language models (LLMs) and generating embeddings. +\section{Baseline Experiment} -\section{Base Experiment} - -For my first experiment, I formulated four prompts with slightly different wordings to observe how varying prompts affect the outcomes of the LLM. For each prompt, I tested two versions: one with additional passages from the literature providing information about the character, and one without such information, requiring the model to rely solely on its training data. All the eight raw prompts \ref*{fig:prompt2} contain tags. These tags will be interpreted as following. ``[INST]'' and ``[\textbackslash INST]'' mark the start and end of each query instruction. ``\{character\}'' and ``\{book\}'' will be replaced with the real character name and book title. ``\{passages\}'' marks the spot where a collection of retrieved passages from the book for the given character that should help the Llama model with its characterizations will be passed into the prompt.\\ +For my first experiment, I formulated four prompts with slightly different wordings to observe how varying prompts affect the outcomes of the LLM. For each prompt, I tested two versions: one with additional passages from the literature providing information about the character, and one without such information, requiring the model to solely rely on its training data. All the eight raw prompts \ref{fig:allprompts} contain tags. These tags will be interpreted as follows. ``[INST]'' and ``[\textbackslash INST]'' mark the start and end of each query instruction. ``\{character\}'' and ``\{book\}'' will be replaced with the real character name and book title. ``\{passages\}'' marks the spot where a collection of retrieved passages for the given character from the corresponding book will be passed into. Notice that by ``real character name'' I am referring to the canonical name displayed in the fandom article. Only few characters may have one or more aliases, which are mostly observed in already quite popular characters. Retrieving these aliases and adding them to the prompt seems to be too high effort-low reward and is therefore left out.\\ \begin{figure} @@ -32,26 +31,27 @@ For my first experiment, I formulated four prompts with slightly different wordi \hline \end{tabular} \end{center} - \label{fig:prompts2} + \caption{Structures of All Prompts Used for Zero-Shotting and Passage Retrieval in the Baseline Experiment} + \label{fig:allprompts} \end{figure} -As you can see, $P_{2}$ is more specific, requesting the style of a fandom article, whereas $P_{3}$ is less precise, asking only for an overview without specifying a particular format. The last prompt $P_{4}$ is similar to $P_{1}$ but is intentionally faulty by missing characters.These different prompts are used to determine the overall effects of various prompt wordings and faulty instructions on the language model. +As you can see, $P_{2}$ is more specific, requesting the style of a fandom article, whereas $P_{3}$ is less precise, asking only for an overview without specifying a particular format. The last prompt $P_{4}$ is similar to $P_{1}$ but is intentionally faulty by missing characters. These different prompts are used to determine the overall effects of various prompt wordings and faulty instructions on the language model. -In this first experiment, I selected additional information from the book by filtering for every sentence in which the character's name occurred at least once. Since the number of tokens might exceed the maximum input size of the LLaMA model, I removed every $n$-th sentence, where $n$ is calculated in such a way that the query size fits perfectly. -Additionally, because characters are more likely to be introduced in the first sentences where they appear in the book, I added an additional cutoff $\alpha$. This cutoff represents the percentage of relevant sentences (with character name occurrences) to which every sentence with name occurence will be taken, so the rule of taking every $n$-th sentence only affects sentences after the cutoff. Overall the passage retrieval for this experiment $R_{base}$ works as follows. Let $S = \{s_i \mid 1 \leq i \leq k \}$ be the set of size $k$ which contains all relevant sentences containig the character and $l$ be the maximum inputsize of the Llama query. We first definde a function $S_{t}(a, b) = \{ s_{ti} \mid a \cdot k \leq ti \leq b \cdot k \}$, that enables a range selection of sentences with a lower and upper limit and a parameter $t$ for the stepsize. If we now choose our $n$ the right way +In the baseline experiment, I defined the baseline retrieval as follows. The additional information from the book is selected by filtering for every sentence in which the character's name occurred at least once. Since the number of tokens might exceed the maximum input size of the LLaMA model, I removed every $n$-th sentence, where $n$ is calculated in such a way that the query size fits perfectly. +Additionally, to account for characters being more likely to be introduced in the first sentences they are mentioned, an additional hyperparameter $\alpha \in [0, 1] \subset \mathbb{R}$ to control the cutoff is used. This cutoff represents the percentage of relevant sentences (with character name occurrences) to which every sentence with name occurence will be taken, so the rule of taking every $n$-th sentence only affects sentences after the cutoff. Overall the passage retrieval for this experiment $R_{base}$ works as follows. Let $S = \{s_i \mid 1 \leq I \leq k \}$ be the set of size $k$ which contains all relevant sentences containing the character and $l$ be the maximum input size of the Llama query. We first definde a function $S_{t}(a, b) = \{ s_{ti} \mid a \cdot k \leq ti \leq b \cdot k \}$, that enables a range selection of sentences with a lower and upper limit and a parameter $t$ for the stepsize. If we now choose our $n$ the right way \[n = \begin{cases} \left\lfloor \frac{k - \alpha k}{l}\right\rfloor & \text{if } k - \alpha k > l \\ 1 & \text{otherwise} \end{cases} \] we can write $R_{base}$ as \[R_{base} = S_{1}(0, \alpha) \cup S_{n} ( \alpha, 1) \]. -I utilized the Mixtral 7B model with quantized weights to process the prompts. Quantization is a technique designed to reduce the computational and memory demands of running inference by using low-precision data types, such as 8-bit integers (int8), instead of the standard 32-bit floating-point (float32). This approach decreases memory storage requirements, theoretically lowers energy consumption, and accelerates operations like matrix multiplication through integer arithmetic. Moreover, it enables models to operate on embedded devices that may only support integer data types. I started with the smallest quantization level, $Q2_K$ weights, to achieve the quickest responses. For evaluation, I used BLEUScore and BERTScore to compare the generated results against manually written articles from fandom.com.\\ +I utilized the Mixtral7B model \cite{mixtral7b} with the smallest quantization level ($Q2_K$ weights) to process the prompts to achieve the quick responses. For evaluation, I used BLEUScore and BERTScore to compare the generated results against manually written articles from fandom.com.\\ -For the analysis of the results, I decided to use boxplots, t-tests, and Spearman correlation. To quickly summarize, a paired t-test compares the means of two related groups to determine if there is a statistically significant difference between these means. I used them to have quantitative proof that the results improved after passage retrieval. A boxplot segregates the data into four parts by determining the three quartiles. Additionally, with the added histograms, it allows a better overview of the distribution of the data than just looking at the mean or median. The Spearman correlation evaluates monotonic relationships between two ranked variables, which helps to identify the general tendency of the passage retrieval. +To analyze the results, I decided to use boxplots, T-tests, and Spearman's correlation. To quickly summarize, a paired T-test compares the means of two related groups to determine if there is a statistically significant difference between those means. I used it to have quantitative proof that the results improved after the passage retrieval. A boxplot divides the data into four parts by determining the three quartiles. Additionally, the added histograms on the sides of the scatterplots allow for a better overview of the distribution of the data. The Spearman's correlation evaluates monotonic relationships between two ranked variables, which helps to identify the general tendency of the passage retrieval. \subsection{Results} \begin{figure}[H] @@ -65,10 +65,10 @@ For the analysis of the results, I decided to use boxplots, t-tests, and Spearma % Main axis (scatter plot) \begin{axis}[ enlargelimits=false, - title={Prompt 1}, + title={$P_{1}$}, title style={at={(0.2,1.2)}, anchor=north}, - xlabel={$BERT(P_{1}^{z})$}, - ylabel={$BERT(P^{r})$}, + xlabel={$BLEU(P_{1}^{z})$}, + ylabel={$BLEU(P^{r})$}, xmin=0.35, xmax=0.65, ymin=0.35, ymax=0.65, xtick distance=0.1, ytick distance=0.1, @@ -125,7 +125,6 @@ For the analysis of the results, I decided to use boxplots, t-tests, and Spearma ] table [col sep=comma, x=F1, y=wF1] {ressources/data/results.csv}; \end{axis} \end{tikzpicture} - \label{fig:prompt1} \end{subfigure} \hfill \begin{subfigure}[b]{0.45\textwidth} @@ -134,9 +133,9 @@ For the analysis of the results, I decided to use boxplots, t-tests, and Spearma % Main axis (scatter plot) \begin{axis}[ enlargelimits=false, - title={Prompt 2}, + title={$P_{2}$}, title style={at={(0.2,1.2)}, anchor=north}, - xlabel={$BERT(P_{2}^{z})$}, + xlabel={$BLEU(P_{2}^{z})$}, % ylabel={$BLEU(P')$}, xmin=0.35, xmax=0.65, ymin=0.35, ymax=0.65, @@ -194,7 +193,6 @@ For the analysis of the results, I decided to use boxplots, t-tests, and Spearma ] table [col sep=comma, x=F1, y=wF1] {ressources/data/results2.csv}; \end{axis} \end{tikzpicture} - \label{fig:prompt2} \end{subfigure} \vspace{0.5cm} \begin{subfigure}[b]{0.45\textwidth} @@ -203,10 +201,10 @@ For the analysis of the results, I decided to use boxplots, t-tests, and Spearma % Main axis (scatter plot) \begin{axis}[ enlargelimits=false, - title={Prompt 3}, + title={$P_{3}$}, title style={at={(0.2,1.2)}, anchor=north}, - xlabel={$BERT(P_{3}^{z})$}, - ylabel={$BERT(P^{r})$}, + xlabel={$BLEU(P_{3}^{z})$}, + ylabel={$BLEU(P^{r})$}, xmin=0.35, xmax=0.65, ymin=0.35, ymax=0.65, xtick distance=0.1, ytick distance=0.1, @@ -263,7 +261,6 @@ For the analysis of the results, I decided to use boxplots, t-tests, and Spearma ] table [col sep=comma, x=F1, y=wF1] {ressources/data/results3.csv}; \end{axis} \end{tikzpicture} - \label{fig:prompt3} \end{subfigure} \hfill \begin{subfigure}[b]{0.45\textwidth} @@ -272,9 +269,9 @@ For the analysis of the results, I decided to use boxplots, t-tests, and Spearma % Main axis (scatter plot) \begin{axis}[ enlargelimits=false, - title={Prompt 4}, + title={$P_{4}$}, title style={at={(0.2,1.2)}, anchor=north}, - xlabel={$BERT(P_{4}^{z})$}, + xlabel={$BLEU(P_{4}^{z})$}, % ylabel={$BLEU(P')$}, xmin=0.35, xmax=0.65, ymin=0.35, ymax=0.65, @@ -332,11 +329,11 @@ For the analysis of the results, I decided to use boxplots, t-tests, and Spearma ] table [col sep=comma, x=F1, y=wF1] {ressources/data/results4.csv}; \end{axis} \end{tikzpicture} - \label{fig:prompt4} \end{subfigure} \end{minipage} } - \caption{Blue-Metric of Zero-Shot Characterizations generated with Llama without ($P$) and with passage retrieval ($P'$) from the literature} + \caption{Scatterplot of BLEUScores of character descriptions generated with Mixtral7b without ($P^{z}$) and with baseline passage retrieval ($P^{r}$) plotted against each other} + \label{fig:base_bleu} \end{figure} \begin{figure}[H] @@ -350,7 +347,7 @@ For the analysis of the results, I decided to use boxplots, t-tests, and Spearma % Main axis (scatter plot) \begin{axis}[ enlargelimits=false, - title={Prompt 1}, + title={$P_{1}$}, xlabel={$BERT(P_{1}^{z})$}, ylabel={$BERT(P^{r})$}, xmin=0, xmax=16, @@ -410,7 +407,6 @@ For the analysis of the results, I decided to use boxplots, t-tests, and Spearma ] table [col sep=comma, x=h, y=wh] {ressources/data/results.csv}; \end{axis} \end{tikzpicture} - \label{fig:prompt1} \end{subfigure} \hfill \begin{subfigure}[b]{0.45\textwidth} @@ -419,7 +415,7 @@ For the analysis of the results, I decided to use boxplots, t-tests, and Spearma % Main axis (scatter plot) \begin{axis}[ enlargelimits=false, - title={Prompt 1}, + title={$P_{2}$}, xlabel={$BERT(P_{2}^{z})$}, % ylabel={$BERT(P')$}, xmin=0, xmax=16, @@ -479,7 +475,6 @@ For the analysis of the results, I decided to use boxplots, t-tests, and Spearma ] table [col sep=comma, x=h, y=wh] {ressources/data/results2.csv}; \end{axis} \end{tikzpicture} - \label{fig:prompt2} \end{subfigure} \vspace{0.5cm} \begin{subfigure}[b]{0.45\textwidth} @@ -488,7 +483,7 @@ For the analysis of the results, I decided to use boxplots, t-tests, and Spearma % Main axis (scatter plot) \begin{axis}[ enlargelimits=false, - title={Prompt 1}, + title={$P_{3}$}, xlabel={$BERT(P_{3}^{z})$}, ylabel={$BERT(P^{r})$}, xmin=0, xmax=16, @@ -548,7 +543,6 @@ For the analysis of the results, I decided to use boxplots, t-tests, and Spearma ] table [col sep=comma, x=h, y=wh] {ressources/data/results3.csv}; \end{axis} \end{tikzpicture} - \label{fig:prompt3} \end{subfigure} \hfill \begin{subfigure}[b]{0.45\textwidth} @@ -557,7 +551,7 @@ For the analysis of the results, I decided to use boxplots, t-tests, and Spearma % Main axis (scatter plot) \begin{axis}[ enlargelimits=false, - title={Prompt 1}, + title={$P_{4}$}, xlabel={$BERT(P_{4}^{z})$}, % ylabel={$BERT(P')$}, xmin=0, xmax=16, @@ -617,12 +611,11 @@ For the analysis of the results, I decided to use boxplots, t-tests, and Spearma ] table [col sep=comma, x=h, y=wh] {ressources/data/results4.csv}; \end{axis} \end{tikzpicture} - \label{fig:prompt4} \end{subfigure} \end{minipage} } - - \caption{BERTScore of Zero-Shot Characterizations generated with Llama without ($P$) and with passage retrieval ($P'$) from the literatur} + \label{fig:basebert} + \caption{Scatterplot of BERTScores of character descriptions generated with Mixtral7b without ($P^{z}$) and with baseline passage retrieval ($P^{r}$) plotted against each other} \end{figure} @@ -631,7 +624,283 @@ For the analysis of the results, I decided to use boxplots, t-tests, and Spearma %Other +\begin{figure}[H] + \centering + \makebox[\textwidth][c]{ + \begin{minipage}{1.1\textwidth} + \centering + \begin{subfigure}[b]{0.45\textwidth} + \centering + \begin{tikzpicture}[scale=0.8] + \begin{axis}[ + colormap={mycolormap}{[1pt] + rgb(0pt)=(0.95,0.44,0.45); + rgb(100pt)=(0.44,0.45,0.65) + }, + colorbar, + point meta min=-0.15, + point meta max=0.15, + % ytick={-1, -0.5, 0, 0.5, 1}, + ytick distance={0.05}, + ymin=-0.15,ymax=0.15, + xlabel={Characters}, + title={($P_{1}$)}, + ylabel={$BLEU(P_{1}^{r}) - BLEU(P_{1}^{z})$} + ] + + \addplot+ [ + ycomb, + color=lightgray, + scatter, + scatter src=y, + mark=*, + ultra thin, + ] table [col sep=comma, x expr=\coordindex, y=F1_to_wF1] {ressources/data/differences/sorted_by_F1_to_wF1_0.csv}; + + \end{axis} + \end{tikzpicture} + \end{subfigure} + \hfill + \begin{subfigure}[b]{0.45\textwidth} + \centering + \begin{tikzpicture}[scale=0.8] + \begin{axis}[ + colormap={mycolormap}{[1pt] + rgb(0pt)=(0.95,0.44,0.45); + rgb(100pt)=(0.44,0.45,0.65) + }, + colorbar, + point meta min=-0.15, + point meta max=0.15, + % ytick={-1, -0.5, 0, 0.5, 1}, + ytick distance={0.05}, + ymin=-0.15,ymax=0.15, + xlabel={Characters}, + title={($P_{2}$)}, + ylabel={$BLEU(P_{2}^{r}) - BLEU(P_{2}^{z})$} + ] + + \addplot+ [ + ycomb, + color=lightgray, + scatter, + scatter src=y, + mark=*, + ultra thin, + ] table [col sep=comma, x expr=\coordindex, y=F1_to_wF1] {ressources/data/differences/sorted_by_F1_to_wF1_1.csv}; + + \end{axis} + \end{tikzpicture} + \end{subfigure} + \vspace{0.5cm} + \begin{subfigure}[b]{0.45\textwidth} + \centering + \begin{tikzpicture}[scale=0.8] + \begin{axis}[ + colormap={mycolormap}{[1pt] + rgb(0pt)=(0.95,0.44,0.45); + rgb(100pt)=(0.44,0.45,0.65) + }, + colorbar, + point meta min=-0.15, + point meta max=0.15, + % ytick={-1, -0.5, 0, 0.5, 1}, + ytick distance={0.05}, + ymin=-0.15,ymax=0.15, + xlabel={Characters}, + title={($P_{3}$)}, + ylabel={$BLEU(P_{3}^{r}) - BLEU(P_{3}^{z})$} + ] + + \addplot+ [ + ycomb, + color=lightgray, + scatter, + scatter src=y, + mark=*, + ultra thin, + ] table [col sep=comma, x expr=\coordindex, y=F1_to_wF1] {ressources/data/differences/sorted_by_F1_to_wF1_2.csv}; + + \end{axis} + \end{tikzpicture} + \end{subfigure} + \hfill + \begin{subfigure}[b]{0.45\textwidth} + \centering + \begin{tikzpicture}[scale=0.8] + \begin{axis}[ + colormap={mycolormap}{[1pt] + rgb(0pt)=(0.95,0.44,0.45); + rgb(100pt)=(0.44,0.45,0.65) + }, + colorbar, + point meta min=-0.15, + point meta max=0.15, + % ytick={-1, -0.5, 0, 0.5, 1}, + ytick distance={0.05}, + ymin=-0.15,ymax=0.15, + xlabel={Characters}, + title={($P_{4}$)}, + ylabel={$BLEU(P_{4}^{r}) - BLEU(P_{4}^{z})$} + ] + + \addplot+ [ + ycomb, + color=lightgray, + scatter, + scatter src=y, + mark=*, + ultra thin, + ] table [col sep=comma, x expr=\coordindex, y=F1_to_wF1] {ressources/data/differences/sorted_by_F1_to_wF1_3.csv}; + + \end{axis} + \end{tikzpicture} + \end{subfigure} + \end{minipage} + } + \label{fig:basediff} + \caption{ + Sorted differences between BLEUScores of character descriptions generated with Mixtral7b without ($P^{z}$) and with baseline passage retrieval ($P^{r}$) for every prompt ($P_{1}, P_{2}, P_{3}, P_{4}$).} +\end{figure} + +\begin{figure}[H] + \centering + \makebox[\textwidth][c]{ + \begin{minipage}{1.1\textwidth} + \centering + \begin{subfigure}[b]{0.45\textwidth} + \centering + \begin{tikzpicture}[scale=0.8] + \begin{axis}[ + colormap={mycolormap}{[1pt] + rgb(0pt)=(0.95,0.44,0.45); + rgb(100pt)=(0.44,0.45,0.65) + }, + colorbar, + point meta min=-8, + point meta max=8, + % ytick={-1, -0.5, 0, 0.5, 1}, + title={($P_{1}$)}, + ytick distance={1}, + ymin=-8,ymax=8, + xlabel={Characters}, + ylabel={$BERT(P_{1}^{r}) - BERT(P_{1}^{z})$} + ] + + \addplot+ [ + ycomb, + color=lightgray, + scatter, + scatter src=y, + mark=*, + ultra thin, + ] table [col sep=comma, x expr=\coordindex, y=h_to_wh] {ressources/data/differences/sorted_by_h_to_wh_0.csv}; + + \end{axis} + \end{tikzpicture} + \end{subfigure} + \hfill + \begin{subfigure}[b]{0.45\textwidth} + \centering + \begin{tikzpicture}[scale=0.8] + \begin{axis}[ + colormap={mycolormap}{[1pt] + rgb(0pt)=(0.95,0.44,0.45); + rgb(100pt)=(0.44,0.45,0.65) + }, + colorbar, + point meta min=-8, + point meta max=8, + % ytick={-1, -0.5, 0, 0.5, 1}, + ytick distance={1}, + ymin=-8,ymax=8, + title={($P_{2}$)}, + xlabel={Characters}, + ylabel={$BERT(P_{2}^{r}) - BERT(P_{2}^{z})$} + ] + + \addplot+ [ + ycomb, + color=lightgray, + scatter, + scatter src=y, + mark=*, + ultra thin, + ] table [col sep=comma, x expr=\coordindex, y=h_to_wh] {ressources/data/differences/sorted_by_h_to_wh_1.csv}; + + \end{axis} + \end{tikzpicture} + \end{subfigure} + \vspace{0.5cm} + \begin{subfigure}[b]{0.45\textwidth} + \centering + \begin{tikzpicture}[scale=0.8] + \begin{axis}[ + colormap={mycolormap}{[1pt] + rgb(0pt)=(0.95,0.44,0.45); + rgb(100pt)=(0.44,0.45,0.65) + }, + colorbar, + point meta min=-8, + point meta max=8, + % ytick={-1, -0.5, 0, 0.5, 1}, + ytick distance={1}, + ymin=-8,ymax=8, + title={($P_{3}$)}, + xlabel={Characters}, + ylabel={$BERT(P_{3}^{r}) - BERT(P_{3}^{z})$} + ] + + \addplot+ [ + ycomb, + color=lightgray, + scatter, + scatter src=y, + mark=*, + ultra thin, + ] table [col sep=comma, x expr=\coordindex, y=h_to_wh] {ressources/data/differences/sorted_by_h_to_wh_2.csv}; + + \end{axis} + \end{tikzpicture} + \end{subfigure} + \hfill + \begin{subfigure}[b]{0.45\textwidth} + \centering + \begin{tikzpicture}[scale=0.8] + \begin{axis}[ + colormap={mycolormap}{[1pt] + rgb(0pt)=(0.95,0.44,0.45); + rgb(100pt)=(0.44,0.45,0.65) + }, + colorbar, + point meta min=-8, + point meta max=8, + % ytick={-1, -0.5, 0, 0.5, 1}, + ytick distance={1}, + ymin=-8,ymax=8, + title={($P_{4}$)}, + xlabel={Characters}, + ylabel={$BERT(P_{4}^{r}) - BERT(P_{4}^{z})$} + ] + + \addplot+ [ + ycomb, + color=lightgray, + scatter, + scatter src=y, + mark=*, + ultra thin, + ] table [col sep=comma, x expr=\coordindex, y=h_to_wh] {ressources/data/differences/sorted_by_h_to_wh_3.csv}; + \end{axis} + \end{tikzpicture} + \end{subfigure} + \end{minipage} + } + \label{fig:basediff} + \caption{ + Sorted differences between BERTScores of character descriptions generated with Mixtral7b without ($P^{z}$) and with baseline passage retrieval ($P^{r}$) for every prompt ($P_{1}, P_{2}, P_{3}, P_{4}$).} +\end{figure} \begin{figure}[H] \centering @@ -649,7 +918,7 @@ For the analysis of the results, I decided to use boxplots, t-tests, and Spearma cycle list={{blue}}, xtick = {1,2,3,4,5,6,7,8}, xticklabel style = {align=center, font=\small}, - xticklabels = {$P_{1}$, $P_{1}'$, $P_{2}$, $P_{2}'$, $P_{3}$, $P_{3}'$, $P_{4}$, $P_{4}'$}, + xticklabels = {$P_{1}^{z}$, $P_{1}^{r}$, $P_{2}^{z}$, $P_{2}^{r}$, $P_{3}^{z}$, $P_{3}^{r}$, $P_{4}^{z}$, $P_{4}^{r}$}, xtick style = {draw=none}, ylabel = {$BLEU$} ] @@ -658,7 +927,6 @@ For the analysis of the results, I decided to use boxplots, t-tests, and Spearma } \end{axis} \end{tikzpicture} - \label{fig:boxplot} \end{subfigure} \hfill \vspace{1cm} @@ -801,7 +1069,7 @@ For the analysis of the results, I decided to use boxplots, t-tests, and Spearma \nextgroupplot[ xtick = {1,2,3,4,5,6,7,8}, xticklabel style = {align=center, font=\small}, - xticklabels = {$P_{1}$, $P_{1}'$, $P_{2}$, $P_{2}'$, $P_{3}$, $P_{3}'$, $P_{4}$, $P_{4}'$}, + xticklabels = {$P_{1}^{z}$, $P_{1}^{r}$, $P_{2}^{z}$, $P_{2}^{r}$, $P_{3}^{z}$, $P_{3}^{r}$, $P_{4}^{z}$, $P_{4}^{r}$}, xtick style = {draw=none}, axis x line* = bottom, axis y line = left, @@ -916,53 +1184,74 @@ For the analysis of the results, I decided to use boxplots, t-tests, and Spearma \end{groupplot} \end{tikzpicture} - - \label{fig:boxplot} \end{subfigure} \vspace{1cm} - \caption{Boxplots of BLEU- and BERTScores for every prompt ($P_{1}, P_{1}', P_{2},...,P_{4}'$)} + \label{fig:basebox} + \caption{Boxplots of BLEU- and BERTScores of character descriptions generated with Mixtral7b for every prompt ($P_{1}, P_{2}, P_{3}, P_{4}$) with and without baseline passage retrieval.} \end{figure} \begin{figure}[H] \begin{center} \begin{tabular}{|c|c||c|c|c|c|} \hline - Prompt & Heuristic & T-Test & Spearman Correlation \\ [0.5ex] + Prompt & Heuristic & T-Test & Spearman's Correlation \\ [0.5ex] \hline\hline - $P_{1}$ & BLEU & -15.0 (6.65e-40) & 0.62 (3.46e-40) \\ - $P_{1}$ & BERT & -3.04 (2.56e-03) & 0.91 (4.34e-142) \\ - $P_{2}$ & BLEU & -4.2 (3.08e-05) & 0.74 (1.23e-95) \\ - $P_{2}$ & BERT & -2.58 (1.00e-02) & 0.92 (5.12e-224) \\ - $P_{3}$ & BLEU & -15.52 (4.30e-45) & 0.7 (1.76e-79) \\ - $P_{3}$ & BERT & -2.06 (3.94e-02) & 0.92 (2.51e-218) \\ - $P_{4}$ & BLEU & -20.65 (4.30e-70) & 0.61 (6.66e-57) \\ - $P_{4}$ & BERT & -4.0 (7.13e-05) & 0.92 (2.14e-220) \\ + $P_{1}$ & BLEU & -15.0 (6.65e-40) & 0.62 (3.46e-40) \\ + $P_{1}$ & BERT & -3.04 (2.56e-03) & 0.91 (4.34e-142) \\ + $P_{2}$ & BLEU & -4.2 (3.08e-05) & 0.74 (1.23e-95) \\ + $P_{2}$ & BERT & -2.58 (1.00e-02) & 0.92 (5.12e-224) \\ + $P_{3}$ & BLEU & -15.52 (4.30e-45) & 0.7 (1.76e-79) \\ + $P_{3}$ & BERT & -2.06 (3.94e-02) & 0.92 (2.51e-218) \\ + $P_{4}$ & BLEU & -20.65 (4.30e-70) & 0.61 (6.66e-57) \\ + $P_{4}$ & BERT & -4.0 (7.13e-05) & 0.92 (2.14e-220) \\ \hline\hline \end{tabular} \end{center} - \label{fig:prompts2} - \caption{T-Test and spearman correlation with according p-values after prompting llama3 and gemma2 with $P_{1}$ with and without a selection of embedded text chunks for passage retrieval} + \caption{T-Test and Spearman's correlation (with Corresponding p-values) of BLEU- and BERTScores of character descriptions generated with Mixtral7b for every prompt ($P_{1}, P_{2}, P_{3}, P_{4}$) with and without baseline passage retrieval.} + \label{fig:base_test} \end{figure} \subsection{Analysis} -Having a more detailed look at the results, we can see that the BLEU scores of each prompt mostly improve after passage retrieval. Although the maximum values of $P_{1}^{z}$ and $P_{2}^{z}$ have decreased slightly in $P_{1}^{r}$ and $P_{2}^{r}$, the minimum values, Q1, and Q3 have significantly increased, as observed in the box plots. For both $P_{3}^{z}$ and $P_{4}^{z}$, every box plot quartile has improved.\\ +Having a more detailed look at the results, we can see that the T-Test scores for BLEU- and BERTScores of each prompt have all improved after passage retrieval. + +The BLEUScore improvements are more drastic. $P_{1}$, $P_{4}$ and $P_{3}$ have T-Test (\ref*{fig:base_test}) values (negative values indicate an improvement in the T-Test) smaller than -14.0 with p-values in the order of magnitutde of around -40. $P_{2}$ however has only slightly improved with a score of -4.2 (p-value=3.08e-05). The boxplots reveal, that the maximum values of $P_{1}^{z}$ and $P_{2}^{z}$ have decreased slightly in $P_{1}^{r}$ and $P_{2}^{r}$, the minimum values, Q1, and Q3 have significantly increased, as observed in the boxplots. For both $P_{3}^{z}$ and $P_{4}^{z}$, every boxplot quartile has improved. + +For BERTScore, the improvement is not quite as obvious. In fact, the upper quartiles have a lower maximum after passage retrieval, but Q1-Q3 have improved slightly across all prompts. In other words, the distribution of BERTScore shows less variance as we introduce additional information using RAG. \\ -For BERTScore, the improvement isn't quite as visible. In fact, the upper quartiles have a lower maximum after passage retrieval, but Q1-Q3 has improved slightly for every prompt. Consequently, the results are more compact. Some outliers close to the maximum in Q4 might score so high prior to passage retrieval due to Llama being trained on similar information to the fandom articles. Especially when generating summaries for main characters, Llama might already have a great knowledge base for that character, and relying solely on the additional passed sentences might therefore be hindering in generating a good characterization.\\ +The exceptional BERTScore outliers in the setup without RAG might be attributed to characters for which a significant number of training samples, closely resembling the target summary, are present in Mixtral's training data. Especially when generating summaries for main characters, Mixtral might already have a great knowledge base for that character, and relying solely on the additional passed sentences might therefore be hindering in generating a good character descriptions. Obviously the method of passage retrieval used for this experiment is not ideal, as regularly eliminating sentences could omit important context. Please note that this experiment was performed on a preliminary dataset that included some duplicates and missing character profiles. Despite these limitations, the data is still sufficient enough to show two important aspects. First, the results with passage retrieval are at least as good as, or already slightly better than, those without. The similarity of the vocabulary has increased quite significantly whereas semantics seem only to have improved slightly, just barely scratching the statistical significance level of $p < 0.05$. -Obviously the method of passage retrieval used for this experiment isn't ideal, as regularly eliminating sentences could omit important context, also at this stage, the process of fetching fandom articles wasn't complete, resulting in a dataset with some duplicates and missing characterizations. Despite these limitations, the data is still sufficient enough to show two important aspects. First, the results with passage retrieval are at least as good as, or already slightly better than, those without. The similarity of the vocabulary has increased quite significantly whereas semantics seem only to have improved slightly. -Second, the results and the different wordings in the prompts definately have an influence on the results average and variance \ref*{fig:enter-label}. Nevertheless choosing the right prompt for this task isn't as simple as choosing the results with the highest score average, a low variance is even more crucial since testifies a higher precision and is therefore a more accurate prompt for archieving the desired output. Based on this deduction and the observations of BERT- and BLEUScore i will continue the next experiment with prompt $P_{2}$.\\since it had the highest results in both metrics and will improve on the method for passage retrieval. +Second, the results and the different wordings in the prompts definitely have an influence on the results average and variance \ref{fig:base_bleu}. Nevertheless choosing the right prompt for this task is not as simple as choosing the results with the highest score average, a low variance is even more crucial since it testifies to a higher precision and is therefore a more accurate prompt for achieving the desired output. Based on this deduction and the observations of BERT- and BLEUScore I will continue the next experiment with prompt $P_{1}$. $P_{1}$ did not achieve the highest BLEUScore values but it for sure has the highest average while maintaining a low variance after passage retrieval. The same can be said about BERTScore. The only prompt that comes close to $P_{1}$ is $P_{2}$. $P_{2}$ has the highest Pearson Correlation for BLEUScore that can also be easily obducted by just looking at the Scatterplots (\ref{fig:base_bleu}). $P_{2}$ delivers more consistent results but still does not deliver a higher BLEUScore average and higher BERTScores spread into the upper quartile than $P_{1}$. \newpage -\section{Selected Embedded chunks} +\section{Passage Embedding Experiment} +We will now continue with $P_{1}$ from the base experiment and apply passage embedding retrieval. Rather than selecting $n$ sentences containing the target name, we first divide each book into chunks of approximately 1,000 character symbols. +For reasons of simplicity, we employ the chunking implementation SpacyTextSplitter from the langchain library. Alternatives for normal continuous text would include the NLTKTextSplitter which is a slightly more ressources performant text splitter but not taking any context preservation into account. Nevertheless due to the sliding window approach used by both of them and just a chunk size of 1000, the difference, if any is completely negligible. +Next, we use the e-5-mistral model \cite{e5-mistral} to generate embedding tensors for each chunk. We then compare the similarity scores between these tensors and an embedding tensor to a query specifically designed to meet our requirements. The chunks with the highest matching scores are retrieved and subsequently reordered to reflect their original sequence in the book. The query employed for this task is as follows: +\say{Given passages of a book, retrieve the most relevant passages that best describe the following character \{character\}.}. +For the text generation, I used the two current models Llama3 (i.e. llama3:8b-instruct-fp16) and Gemma2 (i.e. gemma2:9b-instruct-fp16 ). Both have a context length of 8192 tokens leaving room for about 4096 tokens for the input query and passage retrieval. I will also zero-shot the prompts without passage retrieval in order to see how the scores improved from the baseline retrieval and from Mixtral7b. In order to estimate the number $m$ of chunks that can be used for passage retrieval, I conducted a small experiment on the fetched fandom articles to average out the number of words per token which resulted in a mean and median of around 0.28. Since every chunk has a length of roughly 1000 characters the possible amounts of chunks can be calculated easily as $m = \left\lfloor\frac{4096}{1000 \cdot 0.28}\right\rfloor = 14 $. I decided to reduce $m$ even further to 13 just to leave enough room. + + + + +% Hier wäre es glaube ich insgesamt super wenn du in 5.1 und 5.2 dich noch ein bisschen bei der RAG Terminologie bedienst -We will now continue with $P_{1}$ from the base experiment. Instead of selecting $n$ sentences that just containt the name, we first chunk each books into roughly 1000 character big chunks and then use BERT to create embeddings. Then we are trying to retrieve the chunks that describe the character best. +% "Retrieval Memory" und sowas. +% Dann kannst du z.B. aufzeigen das ja das Namens suchen RAG nicht typisches RAG ist. Aber es ist ja total spannend dann sagen zu können das es trotzdem gut funktioneirt. + + + + + +\newpage +\subsection{Results} +% Data \begin{figure}[H] \centering \makebox[\textwidth][c]{ @@ -1034,7 +1323,6 @@ We will now continue with $P_{1}$ from the base experiment. Instead of selecting ] table [col sep=comma, x=F1, y=wF1] {ressources/data/normal_eval.csv}; \end{axis} \end{tikzpicture} - \label{fig:prompt1} \end{subfigure} \hfill \begin{subfigure}[b]{0.45\textwidth} @@ -1103,11 +1391,11 @@ We will now continue with $P_{1}$ from the base experiment. Instead of selecting ] table [col sep=comma, x=F1, y=wF1] {ressources/data/normal_eval2.csv}; \end{axis} \end{tikzpicture} - \label{fig:prompt2} \end{subfigure} \end{minipage} } - \caption{Blue-Metric of Zero-Shot Characterizations generated with Llama3 and Gemma2 without ($P$) and with passage retrieval ($P'$) from the literature} + \caption{Scatterplot of BLEUScores of character descriptions generated with Llama3 and Gemma2 on $P_1$ without ($P^{z}$) and with passage embedding retrieval ($P^{r}$) plotted against each other.} + \label{fig:passagebleu} \end{figure} \begin{figure}[H] @@ -1181,7 +1469,6 @@ We will now continue with $P_{1}$ from the base experiment. Instead of selecting ] table [col sep=comma, x=h, y=wh] {ressources/data/normal_eval.csv}; \end{axis} \end{tikzpicture} - \label{fig:prompt1} \end{subfigure} \hfill \begin{subfigure}[b]{0.45\textwidth} @@ -1250,36 +1537,1220 @@ We will now continue with $P_{1}$ from the base experiment. Instead of selecting ] table [col sep=comma, x=h, y=wh] {ressources/data/normal_eval2.csv}; \end{axis} \end{tikzpicture} - \label{fig:prompt2} \end{subfigure} \end{minipage} } - - \caption{BERTScore of Zero-Shot Characterizations generated with Llama3 and Gemma2 without ($P$) and with passage retrieval ($P'$) from the literature} + \caption{Scatterplot of BERTScore of character descriptions generated with Llama3 and Gemma2 on $P_1$ without ($P^{z}$) and with passage embedding retrieval ($P^{r}$) plotted against each other.} + \label{fig:passagebert} \end{figure} - +% Table \begin{figure}[H] \begin{center} \begin{tabular}{|c|c||c|c|c|c|} \hline - Model & Heuristic & T-Test & Spearman Correlation \\ [0.5ex] + Model & Heuristic & T-Test & Spearman's Correlation \\ [0.5ex] \hline\hline - llama3 & BLEU & -10.31 (6.99e-23) & 0.55 (2.40e-43) \\ + llama3 & BLEU & -10.31 (6.99e-23) & 0.55 (2.40e-43) \\ \hline - llama3 & BERT & -7.42 (4.52e-13) & 0.77 (1.03e-106) \\ + llama3 & BERT & -7.42 (4.52e-13) & 0.77 (1.03e-106) \\ \hline - Gemma2 & BLEU & -14.29 (1.64e-39) & 0.53 (7.09e-40) \\ + Gemma2 & BLEU & -14.29 (1.64e-39) & 0.53 (7.09e-40) \\ \hline - Gemma2 & BERT & -3.69 (2.43e-4) & 0.56 (6.30e-46) \\ + Gemma2 & BERT & -3.69 (2.43e-4) & 0.56 (6.30e-46) \\ \hline \hline \end{tabular} \end{center} - \label{fig:prompts2} - \caption{T-Test and spearman correlation with according p-values after prompting llama3 and gemma2 with $P_{1}$ with and without a selection of embedded text chunks for passage retrieval} + \caption{T-Test and Spearman's Correlation (with Corresponding p-values) after prompting Llama3 and Gemma2 with $P_{1}$ with and without passage embedding retrieval} + \label{fig:passagetest} +\end{figure} + +% Difference + +\begin{figure}[H] + \centering + \makebox[\textwidth][c]{ + \begin{minipage}{1.1\textwidth} + \centering + \begin{subfigure}[b]{0.45\textwidth} + \centering + \begin{tikzpicture}[scale=0.8] + \begin{axis}[ + colormap={mycolormap}{[1pt] + rgb(0pt)=(0.95,0.44,0.45); + rgb(100pt)=(0.44,0.45,0.65) + }, + colorbar, + point meta min=-0.15, + point meta max=0.15, + % ytick={-1, -0.5, 0, 0.5, 1}, + ytick distance={0.05}, + ymin=-0.15,ymax=0.15, + title={Llama3}, + xlabel={Characters}, + scaled ticks=false, tick label style={/pgf/number format/fixed}, + ylabel={$BLEU(P_{1}^{r}) - BLEU(P_{1}^{z})$} + ] + + \addplot+ [ + ycomb, + color=lightgray, + scatter, + scatter src=y, + mark=*, + ultra thin, + ] table [col sep=comma, x expr=\coordindex, y=F1_to_wF1] {ressources/data/differences/embed_sorted_by_F1_to_wF1_0.csv}; + + \end{axis} + \end{tikzpicture} + \end{subfigure} + \hfill + \begin{subfigure}[b]{0.45\textwidth} + \centering + \begin{tikzpicture}[scale=0.8] + \begin{axis}[ + colormap={mycolormap}{[1pt] + rgb(0pt)=(0.95,0.44,0.45); + rgb(100pt)=(0.44,0.45,0.65) + }, + colorbar, + point meta min=-0.15, + point meta max=0.15, + % ytick={-1, -0.5, 0, 0.5, 1}, + ytick distance={0.05}, + ymin=-0.15,ymax=0.15, + title={Gemma2}, + xlabel={Characters}, + scaled ticks=false, tick label style={/pgf/number format/fixed} + % ylabel={$BLEU(P_{1}^{r}) - BLEU(P_{1}^{z})$} + ] + + \addplot+ [ + ycomb, + color=lightgray, + scatter, + scatter src=y, + mark=*, + ultra thin, + ] table [col sep=comma, x expr=\coordindex, y=F1_to_wF1] {ressources/data/differences/embed_sorted_by_F1_to_wF1_1.csv}; + + \end{axis} + \end{tikzpicture} + \end{subfigure} + \vspace{0.5cm} + \begin{subfigure}[b]{0.45\textwidth} + \centering + \begin{tikzpicture}[scale=0.8] + \begin{axis}[ + colormap={mycolormap}{[1pt] + rgb(0pt)=(0.95,0.44,0.45); + rgb(100pt)=(0.44,0.45,0.65) + }, + colorbar, + point meta min=-8, + point meta max=8, + % ytick={-1, -0.5, 0, 0.5, 1}, + ytick distance={1}, + ymin=-8,ymax=8, + title={Llama3}, + xlabel={Characters}, + scaled ticks=false, tick label style={/pgf/number format/fixed}, + ylabel={$BERT(P_{1}^{r}) - BERT(P_{1}^{z})$} + ] + + \addplot+ [ + ycomb, + color=lightgray, + scatter, + scatter src=y, + mark=*, + ultra thin, + ] table [col sep=comma, x expr=\coordindex, y=h_to_wh] {ressources/data/differences/embed_sorted_by_h_to_wh_0.csv}; + + \end{axis} + \end{tikzpicture} + \end{subfigure} + \hfill + \begin{subfigure}[b]{0.45\textwidth} + \centering + \begin{tikzpicture}[scale=0.8] + \begin{axis}[ + colormap={mycolormap}{[1pt] + rgb(0pt)=(0.95,0.44,0.45); + rgb(100pt)=(0.44,0.45,0.65) + }, + colorbar, + point meta min=-8, + point meta max=8, + % ytick={-1, -0.5, 0, 0.5, 1}, + ytick distance={1}, + ymin=-8,ymax=8, + title={Gemma2}, + xlabel={Characters}, + scaled ticks=false, tick label style={/pgf/number format/fixed} + % ylabel={$BERT(P_{1}^{r}) - BERT(P_{1}^{z})$} + ] + + \addplot+ [ + ycomb, + color=lightgray, + scatter, + scatter src=y, + mark=*, + ultra thin, + ] table [col sep=comma, x expr=\coordindex, y=h_to_wh] {ressources/data/differences/embed_sorted_by_h_to_wh_1.csv}; + + \end{axis} + \end{tikzpicture} + \end{subfigure} + \end{minipage} + } + \caption{Sorted differences between BLEU- and BERTScores of character descriptions generated with Llama3 and Gemma2 of $P_{1}$ without ($P_{1}^{z}$) and with passage embedding retrieval ($P_{1}^{r}$).} + \label{fig:passagediffbleu} +\end{figure} + + + +% Compare + +\subsection{Analysis} + +Looking at the results we can see that first of all there is a clear improvement for both BLEU- and BERTScore after passage embedding retrieval for both models. Although BERTScore improved too, the changes seem to be more drastic for BLEUScore. +For BLEUScore, the results generated by Gemma2 seem to have a concentrated cluster at around $(0.5|0.55)$, whereas the results from Llama3 look more equally distributed. +Unfortunately for BERTScore most of the results have not changed too much. The results from Gemma2 already have a slightly better score but the results have not improved as much as the results from Llama3. +So it seems that Gemma2 already is very consistently using similar words as the fandom articles, even without passage retrieval, and has even improved stronger in BLEUScore than Llama3. +At this point, I have to mention, that the version of Gemma2 I chose was not quite easy to work with. I think it is best to just show an example from the results: + +\begin{figure}[H] + \centering + \begin{lstlisting}[frame=single, breaklines=true, gobble=8, tabsize=4, numbers=none] + "This is a great excerpt from Harry Potter! It seems like you've pulled together several scenes that focus on Tonks and her relationship with Remus Lupin. \n\nHere are some key takeaways and observations:\n\n* **Tonks's Transformation:** We see a stark contrast between Tonks's personality before and after the events at the Ministry. She's lost her lightheartedness and seems burdened by a heavy sadness. This suggests the trauma she experienced has deeply affected her.\n* **Her Love for Lupin:** The scene where Tonks confronts Lupin about his werewolf status reveals the depth of her feelings for him. Despite the danger and societal stigma, she is determined to be with him. \n* **Lupin's Struggle:** Lupin appears conflicted and hesitant about accepting Tonks's love. He worries about being a burden and believes he is too old and \"dangerous\" for her. This internal conflict adds another layer of complexity to their relationship.\n* **Harry's Guilt:** Harry feels responsible for the potential danger faced by Tonks and the other Order members. His decision to provide his hair for the plan weighs heavily on him, highlighting the consequences of his actions.\n\n**Overall, this excerpt effectively portrays the emotional turmoil and complexities surrounding Tonks and Lupin's relationship in the wake of tragedy.** It also emphasizes Harry's growing awareness of the sacrifices made by those fighting against Voldemort.\n\n\nLet me know if you have any other questions or want to discuss specific aspects of the excerpt further!" + \end{lstlisting} + \caption{Prompting result for the character ``Nymphadora Tonks'' from the Harry Potter franchise generated with $P_{1}^{r}$ (passage embedding retrieval) in Gemma2.} +\end{figure} + +Gemma2 uses a lot of markdown. The results are heavily structured with bullet points or headlines. Gemma2 also praises me at the beginning for the provided passages and asks me at the end whether I need further assistance. This character is not an exception, but just an arbitary choice. I observed that almost every character demonstrates similar patterns. Attempts to suppress this behavior through system prompting were only partially successful, and the quality of the descriptions noticeably deteriorated when trying to adjust it directly. + +In contrast, I did not encounter similar issues with Llama3. As noted in Meta's recent paper, "The Llama 3 Herd of Models" (\cite{dubey2024llama3herdmodels}): \say{We find markdown is harmful to the performance of a model that + is primarily trained on web data compared to plain text, so we remove all markdown markers.} + +\newpage +\section{Method Comparison} +We now have clear evidence that passage retrieval, both in the Passage Embedding Experiment and the Base Experiment, positively impacts the quality of generated character descriptions—at least within the scope of the experiment. However, it remains unclear which passage retrieval method performs better. Is it worth the computational effort to create embeddings for generating character descriptions? If so, is there a specific method or model that outperforms the others? +To address these questions, we will compare the results of the two experiments conducted with prompt $P_{1}$ across different models and evaluate the differences in their outcomes. +\subsection{Results} +\begin{figure}[H] + \centering + \makebox[\textwidth][c]{ + \begin{minipage}{1.1\textwidth} + \centering + \begin{subfigure}[b]{0.45\textwidth} + \centering + \begin{tikzpicture}[scale=0.8] + \begin{axis}[ + colormap={mycolormap}{[1pt] + rgb(0pt)=(0.95,0.44,0.45); + rgb(100pt)=(0.44,0.45,0.65) + }, + colorbar, + point meta min=-0.15, + point meta max=0.15, + % ytick={-0.15, -0.5, 0, 0.5, 0.15}, + ytick distance={0.05}, + ymin=-0.15,ymax=0.15, + title={Baseline Retrieval}, + xlabel={Characters}, + ylabel={$BLEU(P_{1}^{r}) - BLEU(P_{1}^{z})$} + ] + + \addplot+ [ + ycomb, + color=lightgray, + scatter, + scatter src=y, + mark=*, + ultra thin, + ] table [col sep=comma, x expr=\coordindex, y=F1c] {ressources/data/total_comparisson/normal_eval_comparisonF.csv}; + + \end{axis} + \end{tikzpicture} + \end{subfigure} + \hfill + \begin{subfigure}[b]{0.45\textwidth} + \centering + \begin{tikzpicture}[scale=0.8] + \begin{axis}[ + colormap={mycolormap}{[1pt] + rgb(0pt)=(0.95,0.44,0.45); + rgb(100pt)=(0.44,0.45,0.65) + }, + colorbar, + point meta min=-8, + point meta max=8, + % ytick={-1, -0.5, 0, 0.5, 1}, + ytick distance={4}, + ymin=-8,ymax=8, + title={Baseline Retrieval}, + xlabel={Characters}, + ylabel={$BERT(P_{1}^{r}) - BERT(P_{1}^{z})$} + ] + + \addplot+ [ + ycomb, + color=lightgray, + scatter, + scatter src=y, + mark=*, + ultra thin, + ] table [col sep=comma, x expr=\coordindex, y=hc] {ressources/data/total_comparisson/normal_eval_comparisonh.csv}; + + \end{axis} + \end{tikzpicture} + \end{subfigure} + \vspace{0.5cm} + \begin{subfigure}[b]{0.45\textwidth} + \centering + \begin{tikzpicture}[scale=0.8] + \begin{axis}[ + colormap={mycolormap}{[1pt] + rgb(0pt)=(0.95,0.44,0.45); + rgb(100pt)=(0.44,0.45,0.65) + }, + colorbar, + point meta min=-0.15, + point meta max=0.15, + % ytick={-0.15, -0.5, 0, 0.5, 0.15}, + ytick distance={0.05}, + ymin=-0.15,ymax=0.15, + title={Passage Embedding Retrieval}, + xlabel={Characters}, + ylabel={$BLEU(P_{1}^{r}) - BLEU(P_{1}^{z})$} + ] + + \addplot+ [ + ycomb, + color=lightgray, + scatter, + scatter src=y, + mark=*, + ultra thin, + ] table [col sep=comma, x expr=\coordindex, y=wF1c] {ressources/data/total_comparisson/normal_eval_comparisonwF.csv}; + + \end{axis} + \end{tikzpicture} + \end{subfigure} + \hfill + \begin{subfigure}[b]{0.45\textwidth} + \centering + \begin{tikzpicture}[scale=0.8] + \begin{axis}[ + colormap={mycolormap}{[1pt] + rgb(0pt)=(0.95,0.44,0.45); + rgb(100pt)=(0.44,0.45,0.65) + }, + colorbar, + point meta min=-8, + point meta max=8, + % ytick={-1, -0.5, 0, 0.5, 1}, + ytick distance={4}, + ymin=-8,ymax=8, + title={Passage Embedding Retrieval}, + xlabel={Characters}, + ylabel={$BERT(P_{1}^{r}) - BERT(P_{1}^{z})$} + ] + + \addplot+ [ + ycomb, + color=lightgray, + scatter, + scatter src=y, + mark=*, + ultra thin, + ] table [col sep=comma, x expr=\coordindex, y=whc] {ressources/data/total_comparisson/normal_eval_comparisonwh.csv}; + + \end{axis} + \end{tikzpicture} + \end{subfigure} + \end{minipage} + } + \caption{Sorted Differences of BLEU- and BERTScores for $P_{1}$ Between Baseline Retrieval on Mixtral7b and Passage Embedding Retrieval on Llama3 Before and After Retrieval} + \label{fig:comparedifflama} \end{figure} +\begin{figure}[H] + \centering + \makebox[\textwidth][c]{ + \begin{minipage}{1.1\textwidth} + \centering + \begin{subfigure}[b]{0.45\textwidth} + \centering + \begin{tikzpicture}[scale=0.8] + \begin{axis}[ + colormap={mycolormap}{[1pt] + rgb(0pt)=(0.95,0.44,0.45); + rgb(100pt)=(0.44,0.45,0.65) + }, + colorbar, + point meta min=-0.15, + point meta max=0.15, + % ytick={-0.15, -0.5, 0, 0.5, 0.15}, + ytick distance={0.05}, + ymin=-0.15,ymax=0.15, + title={Baseline Retrieval}, + xlabel={Characters}, + ylabel={$BLEU(P_{1}^{r}) - BLEU(P_{1}^{z})$} + ] + + \addplot+ [ + ycomb, + color=lightgray, + scatter, + scatter src=y, + mark=*, + ultra thin, + ] table [col sep=comma, x expr=\coordindex, y=F1c] {ressources/data/total_comparisson/normal_eval2_comparisonF.csv}; + + \end{axis} + \end{tikzpicture} + \end{subfigure} + \hfill + \begin{subfigure}[b]{0.45\textwidth} + \centering + \begin{tikzpicture}[scale=0.8] + \begin{axis}[ + colormap={mycolormap}{[1pt] + rgb(0pt)=(0.95,0.44,0.45); + rgb(100pt)=(0.44,0.45,0.65) + }, + colorbar, + point meta min=-8, + point meta max=8, + % ytick={-1, -0.5, 0, 0.5, 1}, + ytick distance={4}, + ymin=-8,ymax=8, + title={Baseline Retrieval}, + xlabel={Characters}, + ylabel={$BERT(P_{1}^{r}) - BERT(P_{1}^{z})$} + ] + \addplot+ [ + ycomb, + color=lightgray, + scatter, + scatter src=y, + mark=*, + ultra thin, + ] table [col sep=comma, x expr=\coordindex, y=hc] {ressources/data/total_comparisson/normal_eval2_comparisonh.csv}; + \end{axis} + \end{tikzpicture} + \end{subfigure} + \vspace{0.5cm} + \begin{subfigure}[b]{0.45\textwidth} + \centering + \begin{tikzpicture}[scale=0.8] + \begin{axis}[ + colormap={mycolormap}{[1pt] + rgb(0pt)=(0.95,0.44,0.45); + rgb(100pt)=(0.44,0.45,0.65) + }, + colorbar, + point meta min=-0.15, + point meta max=0.15, + % ytick={-0.15, -0.5, 0, 0.5, 0.15}, + ytick distance={0.05}, + ymin=-0.15,ymax=0.15, + title={Passage Embedding Retrieval}, + xlabel={Characters}, + ylabel={$BLEU(P_{1}^{r}) - BLEU(P_{1}^{z})$} + ] + + \addplot+ [ + ycomb, + color=lightgray, + scatter, + scatter src=y, + mark=*, + ultra thin, + ] table [col sep=comma, x expr=\coordindex, y=wF1c] {ressources/data/total_comparisson/normal_eval2_comparisonwF.csv}; + + \end{axis} + \end{tikzpicture} + \end{subfigure} + \hfill + \begin{subfigure}[b]{0.45\textwidth} + \centering + \begin{tikzpicture}[scale=0.8] + \begin{axis}[ + colormap={mycolormap}{[1pt] + rgb(0pt)=(0.95,0.44,0.45); + rgb(100pt)=(0.44,0.45,0.65) + }, + colorbar, + point meta min=-8, + point meta max=8, + % ytick={-1, -0.5, 0, 0.5, 1}, + ytick distance={4}, + ymin=-8,ymax=8, + title={Passage Embedding Retrieval}, + xlabel={Characters}, + ylabel={$BERT(P_{1}^{r}) - BERT(P_{1}^{z})$} + ] + + \addplot+ [ + ycomb, + color=lightgray, + scatter, + scatter src=y, + mark=*, + ultra thin, + ] table [col sep=comma, x expr=\coordindex, y=whc] {ressources/data/total_comparisson/normal_eval2_comparisonwh.csv}; + + \end{axis} + \end{tikzpicture} + \end{subfigure} + \end{minipage} + } + \caption{Sorted Differences of BLEU- and BERTScores for $P_{1}$ Between Baseline Retrieval on Mixtral7b and Passage Embedding Retrieval on Gemma2 Before and After Retrieval} + \label{fig:comparediffgemma} +\end{figure} +\begin{figure}[H] + \begin{center} + \begin{tabular}{|c|c|c||c|c|c|c|} + \hline + Model & Heuristic & Retrieval & T-Test & Spearman's Correlation \\ [0.5ex] + \hline\hline + Llama3 & BLEU & Before & 4.2 (3.48e-05) & 0.33 (2.83e-09) \\ + Llama3 & BLEU & After & 10.32 (1.18e-21) & 0.5 (1.11e-20) \\ + Llama3 & BERT & Before & 0.13 (8.93e-01) & 0.52 (7.54e-23) \\ + Llama3 & BERT & After & -0.77 (4.41e-01) & 0.56 (1.55e-26) \\ + Gemma2 & BLEU & Before & 9.3 (2.61e-18) & 0.3 (4.19e-08) \\ + Gemma2 & BLEU & After & 9.11 (1.02e-17) & 0.49 (2.29e-20) \\ + Gemma2 & BERT & Before & 2.24 (2.57e-02) & 0.48 (1.60e-19) \\ + Gemma2 & BERT & After & 2.59 (1.01e-02) & 0.55 (1.57e-25) \\ + \hline + \hline + \end{tabular} + \end{center} + \caption{T-Test and Spearman's Correlation (with Corresponding p-values) of BLEU- and BERTScore for $P_{1}$ Using Base Retrieval and Selected Embedded Chunk Retrieval on Llama3 and Gemma2} + \label{fig:comparetest} +\end{figure} + +\subsection{Analysis} + +Looking at the T-Test it seems that the BERTScore stays unchanged and the BLEUScore seem to have drastically worsen. +A further investigation of the results, conducted on a case-by-case basis, discovered a potential cause of the underperformance of the embedding RAG approach. +In the process of retrieving fandom articles from fandom.com, there are instances where it is unclear which books are associated with the specific article in question. For example, the Lord of the Rings fandom (\url{https://lotr.fandom.com/}) includes not only the three Lord of the Rings books but also characters from "The Hobbit" and "The Silmarillion." As a result, when embedding retrieval is applied to a character name that does not appear in the specific book being referenced, the retrieval process may return passages describing a different or similar character. This poses a significant challenge for the language models used for character generation. When the retrieved passages do not correctly correspond to the intended character, the models may either fail to identify the character or suggest alternative narratives for unrelated characters. + +\begin{figure}[H] + \centering + \begin{tikzpicture} + \begin{axis}[ + ybar, + % symbolic x coords={}, + xtick distance={5}, + ytick distance={100}, + xlabel={Scores}, + ylabel={Frequency}, + xmin=55, xmax=85, + ymin=0, + title={Histogram of Scores}, + bar width=0.5 + ] + \addplot+[ + hist={ + bins=30, % Adjust the number of bins here + data min=55, + data max=85 + } + ] table [y=Score, col sep=comma] {ressources/data/scores/passages_13_scores.csv}; + \end{axis} + \end{tikzpicture} + \caption{Distribution of the embedding scores of all passages used for passage retrieval computed with e5-mistral.} + \label{fig:histogram_scores} +\end{figure} + +\begin{figure}[H] + \centering + \begin{tikzpicture} + \begin{axis}[ + ybar stacked, + xlabel={Score Interval}, + ylabel={Percentage}, + legend cell align=left, + legend style={at={(1.0,1.15)}, anchor=north}, + scale only axis, + bar width=2.8 + % width=0.7\textwidth + ] + \addplot[fill=cyan] table [x=Score Interval, y=The Lord of the Rings, col sep=comma] {ressources/data/splitting/passages_13_scores_binned_percentages_Score.csv}; + \addplot[fill=green] table [x=Score Interval, y=Harry Potter, col sep=comma] {ressources/data/splitting/passages_13_scores_binned_percentages_Score.csv}; + \addplot[fill=orange] table [x=Score Interval, y=The Hunger Games, col sep=comma] {ressources/data/splitting/passages_13_scores_binned_percentages_Score.csv}; + \addplot[fill=magenta] table [x=Score Interval, y=Dune, col sep=comma] {ressources/data/splitting/passages_13_scores_binned_percentages_Score.csv}; + \addplot[fill=purple] table [x=Score Interval, y=Twilight, col sep=comma] {ressources/data/splitting/passages_13_scores_binned_percentages_Score.csv}; + \addplot[fill=black] table [x=Score Interval, y=The Hitchhiker's Guide to the Galaxy, col sep=comma] {ressources/data/splitting/passages_13_scores_binned_percentages_Score.csv}; + + \legend{The Lord of the Rings, Harry Potter, The Hunger Games, Dune, Twilight, The Hitchhiker's Guide to the Galaxy} + \end{axis} + \end{tikzpicture} + \caption{Distribution of embedding similarity scores (in percentages) for all passages used for retrieval, categorized by fandom and score interval, calculated using e5-mistral.} + \label{fig:compare_percent_book} +\end{figure} + +As illustrated in the histogram \ref{fig:histogram_scores}, a distinct double hump is evident, indicative of a discernible segregation in scores between passages that effectively portray a particular character and those that do not. It is clear that there is a distinct separation between the characters that are present in the book and those that are not. The number of scores in the intermediate range is relatively limited, as the likelihood of passages in a lengthy text that provide only partial information about a character and still score into the top 13 passages describing that character is relatively small. + +Additionally, we now have proof that the poor passage retrieval is caused by missing novels from the entire franchise. In figure \ref{fig:compare_percent_book}, one can see that the highest embedding scores are yielded for Dune, Harry Potter and The Lord of the Rings, which are the most complete and largest parts of my dataset. For both "The Hitchhiker's Guide to the Galaxy" and "The Hunger Games," I only included one novel each, so the datasets are only complete to around 17\% and 25\%, respectively. Twilight falls between them, with a dataset completeness of 67\%. This correlates very well with the score observations in figure \ref{fig:compare_percent_book}. + +Given that our data is not as clean as we would have preferred, I will conduct a further investigation with a new T-test, including only characters whose scores are 75 or higher for passage retrieval. + + +\begin{figure}[H] + \begin{center} + \begin{tabular}{|c|c|c||c|c|c|c|} + \hline + Model & Heuristic & Retrieval & T-Test & Spearman's Correlation \\ [0.5ex] + \hline\hline + Llama3 & BLEU & Before & -0.2 ( 8.41e-01) & 0.43 ( 1.86e-03) \\ + Llama3 & BLEU & After & 3.75 ( 4.68e-04) & 0.56 ( 2.20e-05) \\ + Llama3 & BERT & Before & -3.18 ( 2.58e-03) & 0.07 ( 6.27e-01) \\ + Llama3 & BERT & After & -3.76 ( 4.48e-04) & 0.01 ( 9.35e-01) \\ + Gemma2 & BLEU & Before & 1.6 ( 1.16e-01) & 0.29 ( 3.96e-02) \\ + Gemma2 & BLEU & After & 5.09 ( 5.72e-06) & 0.64 ( 5.83e-07) \\ + Gemma2 & BERT & Before & -5.28 ( 2.98e-06) & 0.21 ( 1.34e-01) \\ + Gemma2 & BERT & After & -2.3 ( 2.57e-02) & -0.03 ( 8.20e-01) \\ + \hline + \end{tabular} + \end{center} + \caption{T-Test and Spearman's Correlation (with Corresponding p-values) of BLEU and BERTScore for $P_{1}$ Using Mixtral7b Base Retrieval and Embedded Chunk Retrieval on Llama3 and Gemma2 only on Characters with all Selected Embedded Chunks having a Score of 75 or higher } + \label{fig:comparetest75} +\end{figure} +In conclusion, even with effective passage embedding retrieval, the BLEUScore still worsens, but we observe a significant improvement in BERTScore across both models. Gemma2 does not benefit as much from passage embedding retrieval as Llama3, but it still delivers a much better BERTScore than Mixtral7b out of the box. The likely reason for the BLEUScore remaining similar without passage retrieval and then worsening in the passage embedding experiment with both models is the difference in context sizes: Mixtral7b has a context size of 32k tokens, whereas Gemma2 and Llama3 only have 8196 tokens. This can notably impact the results even with the same prompt length. A fair comparison between the models in any case is quite challenging due to their differing performances on various prompts. Their distinct architectures and vastly different training datasets make it nearly impossible to craft a query that elicits same behavior across all models. +Finally, I provided the same scatterplots for Llamas BLEU- and BERTScores with passage embedding retrieval as in \ref{fig:passagebleu}, but with color-coding for each franchise. The results demonstrate how different franchises improve at varying rates. +\newpage +\begin{figure}[H] + \centering + \begin{tikzpicture} + % Main axis (scatter plot) + \begin{axis}[ + enlargelimits=false, + xlabel={$BLEU(P_{1}^{z})$}, + ylabel={$BLEU(P^{r})$}, + xmin=0.35, xmax=0.65, + ymin=0.35, ymax=0.65, + xtick distance=0.1, ytick distance=0.1, + name=main axis, + legend style={at={(0.8,1.2)}, anchor=north}, + legend cell align=left, + scale only axis, + width=0.8\textwidth + ] + \addplot[ + scatter, + only marks, + point meta=explicit symbolic, + mark=o, + mark size=1.0pt, + scatter/classes={ + 0={mark=square*,cyan}, + 1={mark=triangle*,green}, + 3={mark=diamond*,magenta}, + 2={mark=10-pointed star,orange}, + 4={mark=pentagon*,purple}, + 5={mark=asterisk,black} + } + ] table [col sep=comma, x=F1, y=wF1, meta=Book] {ressources/data/normal_eval_meta.csv}; + \legend{The Lord of the Rings, Harry Potter, The Hunger Games, Dune, Twilight, The Hitchhiker's Guide to the Galaxy} + \end{axis} + + \end{tikzpicture} + \label{fig:scattercolorbleu} +\end{figure} +\begin{figure}[H] + \centering + \makebox[\textwidth][c]{ + \begin{minipage}{1.1\textwidth} + \centering + \begin{subfigure}[b]{0.3\textwidth} + \centering + \begin{tikzpicture}[scale=0.7] + % Main axis (scatter plot) + \begin{axis}[ + enlargelimits=false, + title style={at={(0.1,1.2)}, anchor=north}, + xlabel={$BLEU(P_{1}^{z})$}, + ylabel={$BLEU(P^{r})$}, + xmin=0.35, xmax=0.65, + ymin=0.35, ymax=0.65, + name=main axis, + width=\textwidth, + height=\textwidth + ] + + % Draw Manual Shape + \addplot[ + scatter, + only marks, + point meta=explicit symbolic, + mark=o, + mark size=1.0pt, + scatter/classes={ + 0={mark=square*,cyan}, + 1={mark=none}, + 2={mark=none}, + 3={mark=none}, + 4={mark=none}, + 5={mark=none} + } + ] table [col sep=comma, x=F1, y=wF1, meta=Book] {ressources/data/normal_eval_meta.csv}; + \addplot [ + color=blue, + fill=blue!30, + opacity=0.7, + thick + ] + table [col sep=comma, x=X, y=Y] {ressources/data/convex/The Lord of the Rings_F1_wF1_convex_hull.csv}; + + \end{axis} + \end{tikzpicture} + \end{subfigure} + \hfill + \begin{subfigure}[b]{0.3\textwidth} + \centering + \begin{tikzpicture}[scale=0.7] + % Main axis (scatter plot) + \begin{axis}[ + enlargelimits=false, + title style={at={(0.1,1.2)}, anchor=north}, + xlabel={$BLEU(P_{1}^{z})$}, + ylabel={$BLEU(P^{r})$}, + xmin=0.35, xmax=0.65, + ymin=0.35, ymax=0.65, + name=main axis, + width=\textwidth, + height=\textwidth + ] + \addplot[ + scatter, + only marks, + point meta=explicit symbolic, + mark=o, + mark size=1.0pt, + scatter/classes={ + 0={mark=none}, + 1={mark=triangle*,green}, + 2={mark=none}, + 3={mark=none}, + 4={mark=none}, + 5={mark=none} + } + ] table [col sep=comma, x=F1, y=wF1, meta=Book] {ressources/data/normal_eval_meta.csv}; + + % Draw Manual Shape + \addplot [ + color=green, + fill=green!30, + opacity=0.7, + thick + ] + table [col sep=comma, x=X, y=Y] {ressources/data/convex/Harry Potter_F1_wF1_convex_hull.csv}; + + + \end{axis} + \end{tikzpicture} + \end{subfigure} + \hfill + \begin{subfigure}[b]{0.3\textwidth} + \centering + \begin{tikzpicture}[scale=0.7] + % Main axis (scatter plot) + \begin{axis}[ + enlargelimits=false, + title style={at={(0.1,1.2)}, anchor=north}, + xlabel={$BLEU(P_{1}^{z})$}, + ylabel={$BLEU(P^{r})$}, + xmin=0.35, xmax=0.65, + ymin=0.35, ymax=0.65, + name=main axis, + width=\textwidth, + height=\textwidth + ] + + % Draw Manual Shape + \addplot[ + scatter, + only marks, + point meta=explicit symbolic, + mark=o, + mark size=1.0pt, + scatter/classes={ + 0={mark=none}, + 1={mark=none}, + 3={mark=diamond*,magenta}, + 2={mark=none}, + 4={mark=none}, + 5={mark=none} + } + ] table [col sep=comma, x=F1, y=wF1, meta=Book] {ressources/data/normal_eval_meta.csv}; + \addplot [ + color=orange, + fill=orange!30, + opacity=0.7, + thick + ] + table [col sep=comma, x=X, y=Y] {ressources/data/convex/The Hunger Games_F1_wF1_convex_hull.csv}; + + \end{axis} + \end{tikzpicture} + \end{subfigure} + \vspace{1.0cm} + \begin{subfigure}[b]{0.3\textwidth} + \centering + \begin{tikzpicture}[scale=0.7] + % Main axis (scatter plot) + \begin{axis}[ + enlargelimits=false, + title style={at={(0.1,1.2)}, anchor=north}, + xlabel={$BLEU(P_{1}^{z})$}, + ylabel={$BLEU(P^{r})$}, + xmin=0.35, xmax=0.65, + ymin=0.35, ymax=0.65, + name=main axis, + width=\textwidth, + height=\textwidth + ] + + % Draw Manual Shape + \addplot[ + scatter, + only marks, + point meta=explicit symbolic, + mark=o, + mark size=1.0pt, + scatter/classes={ + 0={mark=none}, + 1={mark=none}, + 3={mark=none}, + 2={mark=10-pointed star,orange}, + 4={mark=none}, + 5={mark=none} + } + ] table [col sep=comma, x=F1, y=wF1, meta=Book] {ressources/data/normal_eval_meta.csv}; + \addplot [ + color=red, + fill=red!30, + opacity=0.7, + thick + ] + table [col sep=comma, x=X, y=Y] {ressources/data/convex/Dune_F1_wF1_convex_hull.csv}; + + \end{axis} + \end{tikzpicture} + \end{subfigure} + \hfill + \begin{subfigure}[b]{0.3\textwidth} + \centering + \begin{tikzpicture}[scale=0.7] + % Main axis (scatter plot) + \begin{axis}[ + enlargelimits=false, + title style={at={(0.1,1.2)}, anchor=north}, + xlabel={$BLEU(P_{1}^{z})$}, + ylabel={$BLEU(P^{r})$}, + xmin=0.35, xmax=0.65, + ymin=0.35, ymax=0.65, + name=main axis, + width=\textwidth, + height=\textwidth + ] + \addplot[ + scatter, + only marks, + point meta=explicit symbolic, + mark=o, + mark size=1.0pt, + scatter/classes={ + 0={mark=none}, + 1={mark=none}, + 2={mark=none}, + 3={mark=none}, + 4={mark=pentagon*,purple}, + 5={mark=none} + } + ] table [col sep=comma, x=F1, y=wF1, meta=Book] {ressources/data/normal_eval_meta.csv}; + + \addplot [ + color=brown, + fill=brown!30, + opacity=0.7, + thick + ] + table [col sep=comma, x=X, y=Y] {ressources/data/convex/Twilight_F1_wF1_convex_hull.csv}; + + + \end{axis} + \end{tikzpicture} + \end{subfigure} + \hfill + \begin{subfigure}[b]{0.3\textwidth} + \centering + \begin{tikzpicture}[scale=0.7] + % Main axis (scatter plot) + \begin{axis}[ + enlargelimits=false, + title style={at={(0.1,1.2)}, anchor=north}, + xlabel={$BLEU(P_{1}^{z})$}, + ylabel={$BLEU(P^{r})$}, + xmin=0.35, xmax=0.65, + ymin=0.35, ymax=0.65, + name=main axis, + width=\textwidth, + height=\textwidth + ] + + \addplot[ + scatter, + only marks, + point meta=explicit symbolic, + mark=o, + mark size=1.0pt, + scatter/classes={ + 0={mark=none}, + 1={mark=none}, + 2={mark=none}, + 3={mark=none}, + 4={mark=none}, + 5={mark=asterisk,black} + } + ] table [col sep=comma, x=F1, y=wF1, meta=Book] {ressources/data/normal_eval_meta.csv}; + + % Draw Manual Shape + \addplot [ + color=black, + fill=black!30, + opacity=0.7, + thick + ] + table [col sep=comma, x=X, y=Y] {ressources/data/convex/The Hitchhiker's Guide to the Galaxy_F1_wF1_convex_hull.csv}; + + \end{axis} + \end{tikzpicture} + \end{subfigure} + \end{minipage} + } + \caption{Scatterplot of BLEUScores of character descriptions generated with Llama3 on $P_{1}$ without ($P^{z}$) and with passage embedding retrieval ($P^{r}$) plotted + against each other, color-coded and dissected into franchises and surrounded with convex hulls.} + \label{fig:compareconvex} +\end{figure} +\begin{figure}[H] + \centering + \begin{tikzpicture} + % Main axis (scatter plot) + \begin{axis}[ + enlargelimits=false, + xlabel={$BERT(P_{1}^{z})$}, + ylabel={$BERT(P^{r})$}, + name=main axis, + legend style={at={(0.67,0.95)}, anchor=north}, + legend cell align=left, + xmin=0, xmax=16, + ymin=0, ymax=16, + scale only axis, + width=0.8\textwidth + ] + \addplot[ + scatter, + only marks, + point meta=explicit symbolic, + mark=o, + mark size=1.0pt, + scatter/classes={ + 0={mark=square*,cyan}, + 1={mark=triangle*,green}, + 3={mark=diamond*,magenta}, + 2={mark=10-pointed star,orange}, + 4={mark=pentagon*,purple}, + 5={mark=asterisk,black} + } + ] table [col sep=comma, x=h, y=wh, meta=Book] {ressources/data/normal_eval_meta.csv}; + \legend{The Lord of the Rings, Harry Potter, The Hunger Games, Dune, Twilight, The Hitchhiker's Guide to the Galaxy} + \end{axis} + \end{tikzpicture} + \label{fig:scattercolorbert} +\end{figure} +\begin{figure}[H] + \centering + \makebox[\textwidth][c]{ + \begin{minipage}{1.1\textwidth} + \centering + \begin{subfigure}[b]{0.3\textwidth} + \centering + \begin{tikzpicture}[scale=0.7] + % Main axis (scatter plot) + \begin{axis}[ + enlargelimits=false, + title style={at={(0.1,1.2)}, anchor=north}, + xlabel={$BERT(P_{1}^{z})$}, + ylabel={$BERT(P^{r})$}, + xmin=0, xmax=16, + ymin=0, ymax=16, + name=main axis, + width=\textwidth, + height=\textwidth + ] + \addplot[ + scatter, + only marks, + point meta=explicit symbolic, + mark=o, + mark size=1.0pt, + scatter/classes={ + 0={mark=square*,cyan}, + 1={mark=none}, + 2={mark=none}, + 3={mark=none}, + 4={mark=none}, + 5={mark=none} + } + ] table [col sep=comma, x=h, y=wh, meta=Book] {ressources/data/normal_eval_meta.csv}; + + % Draw Manual Shape + \addplot [ + color=blue, + fill=blue!30, + opacity=0.7, + thick + ] + table [col sep=comma, x=X, y=Y] {ressources/data/convex/The Lord of the Rings_h_wh_convex_hull.csv}; + + \end{axis} + \end{tikzpicture} + \end{subfigure} + \hfill + \begin{subfigure}[b]{0.3\textwidth} + \centering + \begin{tikzpicture}[scale=0.7] + % Main axis (scatter plot) + \begin{axis}[ + enlargelimits=false, + title style={at={(0.1,1.2)}, anchor=north}, + xlabel={$BERT(P_{1}^{z})$}, + ylabel={$BERT(P^{r})$}, + xmin=0, xmax=16, + ymin=0, ymax=16, + name=main axis, + width=\textwidth, + height=\textwidth + ] + + \addplot[ + scatter, + only marks, + point meta=explicit symbolic, + mark=o, + mark size=1.0pt, + scatter/classes={ + 0={mark=none}, + 1={mark=triangle*,green}, + 2={mark=none}, + 3={mark=none}, + 4={mark=none}, + 5={mark=none} + } + ] table [col sep=comma, x=h, y=wh, meta=Book] {ressources/data/normal_eval_meta.csv}; + % Draw Manual Shape + \addplot [ + color=green, + fill=green!30, + opacity=0.7, + thick + ] + table [col sep=comma, x=X, y=Y] {ressources/data/convex/Harry Potter_h_wh_convex_hull.csv}; + + + \end{axis} + \end{tikzpicture} + \end{subfigure} + \hfill + \begin{subfigure}[b]{0.3\textwidth} + \centering + \begin{tikzpicture}[scale=0.7] + % Main axis (scatter plot) + \begin{axis}[ + enlargelimits=false, + title style={at={(0.1,1.2)}, anchor=north}, + xlabel={$BERT(P_{1}^{z})$}, + ylabel={$BERT(P^{r})$}, + xmin=0, xmax=16, + ymin=0, ymax=16, + name=main axis, + width=\textwidth, + height=\textwidth + ] + + \addplot[ + scatter, + only marks, + point meta=explicit symbolic, + mark=o, + mark size=1.0pt, + scatter/classes={ + 0={mark=none}, + 1={mark=none}, + 3={mark=diamond*,magenta}, + 2={mark=none}, + 4={mark=none}, + 5={mark=none} + } + ] table [col sep=comma, x=h, y=wh, meta=Book] {ressources/data/normal_eval_meta.csv}; + % Draw Manual Shape + \addplot [ + color=orange, + fill=orange!30, + opacity=0.7, + thick + ] + table [col sep=comma, x=X, y=Y] {ressources/data/convex/The Hunger Games_h_wh_convex_hull.csv}; + + \end{axis} + \end{tikzpicture} + \end{subfigure} + \vspace{1.0cm} + \begin{subfigure}[b]{0.3\textwidth} + \centering + \begin{tikzpicture}[scale=0.7] + % Main axis (scatter plot) + \begin{axis}[ + enlargelimits=false, + title style={at={(0.1,1.2)}, anchor=north}, + xlabel={$BERT(P_{1}^{z})$}, + ylabel={$BERT(P^{r})$}, + xmin=0, xmax=16, + ymin=0, ymax=16, + name=main axis, + width=\textwidth, + height=\textwidth + ] + + \addplot[ + scatter, + only marks, + point meta=explicit symbolic, + mark=o, + mark size=1.0pt, + scatter/classes={ + 0={mark=none}, + 1={mark=none}, + 3={mark=none}, + 2={mark=10-pointed star,orange}, + 4={mark=none}, + 5={mark=none} + } + ] table [col sep=comma, x=h, y=wh, meta=Book] {ressources/data/normal_eval_meta.csv}; + % Draw Manual Shape + \addplot [ + color=red, + fill=red!30, + opacity=0.7, + thick + ] + table [col sep=comma, x=X, y=Y] {ressources/data/convex/Dune_h_wh_convex_hull.csv}; + + \end{axis} + \end{tikzpicture} + \end{subfigure} + \hfill + \begin{subfigure}[b]{0.3\textwidth} + \centering + \begin{tikzpicture}[scale=0.7] + % Main axis (scatter plot) + \begin{axis}[ + enlargelimits=false, + title style={at={(0.1,1.2)}, anchor=north}, + xlabel={$BERT(P_{1}^{z})$}, + ylabel={$BERT(P^{r})$}, + xmin=0, xmax=16, + ymin=0, ymax=16, + name=main axis, + width=\textwidth, + height=\textwidth + ] + + \addplot[ + scatter, + only marks, + point meta=explicit symbolic, + mark=o, + mark size=1.0pt, + scatter/classes={ + 0={mark=none}, + 1={mark=none}, + 2={mark=none}, + 3={mark=none}, + 4={mark=pentagon*,purple}, + 5={mark=none} + } + ] table [col sep=comma, x=h, y=wh, meta=Book] {ressources/data/normal_eval_meta.csv}; + \addplot [ + color=brown, + fill=brown!30, + opacity=0.7, + thick + ] + table [col sep=comma, x=X, y=Y] {ressources/data/convex/Twilight_h_wh_convex_hull.csv}; + + + \end{axis} + \end{tikzpicture} + \end{subfigure} + \hfill + \begin{subfigure}[b]{0.3\textwidth} + \centering + \begin{tikzpicture}[scale=0.7] + % Main axis (scatter plot) + \begin{axis}[ + enlargelimits=false, + title style={at={(0.1,1.2)}, anchor=north}, + xlabel={$BERT(P_{1}^{z})$}, + ylabel={$BERT(P^{r})$}, + xmin=0, xmax=16, + ymin=0, ymax=16, + name=main axis, + width=\textwidth, + height=\textwidth + ] + + \addplot[ + scatter, + only marks, + point meta=explicit symbolic, + mark=o, + mark size=1.0pt, + scatter/classes={ + 0={mark=none}, + 1={mark=none}, + 2={mark=none}, + 3={mark=none}, + 4={mark=none}, + 5={mark=asterisk,black} + } + ] table [col sep=comma, x=h, y=wh, meta=Book] {ressources/data/normal_eval_meta.csv}; + % Draw Manual Shape + \addplot [ + color=black, + fill=black!30, + opacity=0.7, + thick + ] + table [col sep=comma, x=X, y=Y] {ressources/data/convex/The Hitchhiker's Guide to the Galaxy_h_wh_convex_hull.csv}; + + \end{axis} + \end{tikzpicture} + \end{subfigure} + \end{minipage} + } + \caption{Scatterplot of BERTScores of character descriptions generated with Llama3 on $P_{1}$ without ($P^{z}$) and with passage embedding retrieval ($P^{r}$) plotted + against each other, color-coded and dissected into franchises and surrounded with convex hulls.} + \label{fig:compareconvex} +\end{figure} diff --git a/introduction.aux b/introduction.aux index f2b7c95beacfbe539bd821ed2a7b88b286ecf440..a3ceaa19f1dd4aac1584c8513c60f9a3a1c80909 100644 --- a/introduction.aux +++ b/introduction.aux @@ -147,5 +147,6 @@ \setcounter{bbx:relatedtotal}{0} \setcounter{parentequation}{0} \setcounter{float@type}{8} +\setcounter{dirtytalk@qdepth}{0} \setcounter{lstlisting}{0} } diff --git a/introduction.tex b/introduction.tex index 46a112ec32c13a409a63d44c146c1a2904908414..74048cb74356a2468c000b4e021e9c56d2441e7a 100644 --- a/introduction.tex +++ b/introduction.tex @@ -6,13 +6,11 @@ % ----------------------------------------------------------------------- % ----------------------------------------------------------------------- \chapter{Introduction} +Embarking on the literary journey of a captivating book, one often finds oneself entangled in a web of intricate characters, each contributing to the rich tapestry of the narrative. Yet, the overwhelming abundance of details can pose a challenge, making it difficult for readers to retain a comprehensive understanding of each character's essence. To address this challenge, this thesis aims to employ Retrieval-Augmented Generation (RAG) in order to create detailed personal descriptions for each character.\\ -Embarking on the literary journey of a captivating book, one often finds themselves entangled in a web of intricate characters, each contributing to the rich tapestry of the narrative. Yet, the overwhelming abundance of details can pose a challenge, making it difficult for readers to retain a comprehensive understanding of each character's essence. To address this challenge, this thesis aims to employ Retrieval-Augmented Generation (RAG) in order to create improved, meticulous and detailed personal descriptions for each character.\\ +An important aspect of this study involves compiling existing literature and human-written descriptions of its characters, allowing for a comparison between these established descriptions and the results generated by large language models (LLMs). We tested various prompts created using different techniques that extract information from the relevant work of fiction. The main focus will be on methods for extracting and modifying information from literature to enhance the query results, along with their evaluation and analysis.\\ -An important aspect of this study involves compiling existing literature and human-written characterizations of its characters, allowing for a comparison between these established descriptions and the results generated by large language models (LLMs) when given various prompts created using different techniques that extract information from the according literatur. The main focus will be on the methods for extracting and modifying information from literatur in order to enhance the query results, along with their evaluation and analysis.\\ +The findings of this thesis can be significantly applied to similar Natural Language Processing (NLP) tasks, especially those requiring the extraction and summarization of information from very long texts. Ultimately, it can also be used to improve the readers' comprehension and as an educational tool that can be used to specifically extract information about a certain entities from texts. It is particularly interesting to observe how LLMs respond to slight variations in query formulations and how well RAG can enhance the results. \\ -The findings of this thesis can be significantly applied to similar Natural Language Processing (NLP) tasks, especially those requiring the extraction and summarization of information from running literature into different text formats. It is particularly interesting to observe how LLMs, such as LLaMA, respond to slight variations in query formulations. -Ultimately it can also be used to improve the readers comprehension and as an educational tool that can be used to specifically extract information about a certain entitiy from a text.\\ - -I intend to structure the thesis around the experiments and their results. I believe that segregating the experiments with formal sections would disrupt the central theme, making it harder for both me and the reader to follow. Therefore, I will provide a broad overview of the methods I might consider using in the methodology section and then each experiment will be discussed and evaluated individually. +Following this brief introduction, I will present a comprehensive overview of the background, focusing on key NLP methods. I will then summarize significant works and papers relevant to my topic before conducting experiments, which I will discuss and evaluate individually. Finally, I will address potential issues encountered during the experiments and suggest possible improvements for the future. \ No newline at end of file diff --git a/masterthesis.aux b/masterthesis.aux index 77cd8e8aa3d2527464762fca7e807b4e2de8a830..113ef44183c0a1d862112936d6be69421d8091db 100644 --- a/masterthesis.aux +++ b/masterthesis.aux @@ -2,64 +2,142 @@ \providecommand*\new@tpo@label[2]{} \providecommand\babel@aux[2]{} \@nameuse{bbl@beforestart} -\catcode `"\active \providecommand\hyper@newdestlabel[2]{} \providecommand\HyField@AuxAddToFields[1]{} \providecommand\HyField@AuxAddToCoFields[2]{} \providecommand\BKM@entry[2]{} \abx@aux@refcontext{anyt/global//global/global/global} \@input{_titlepage.aux} -\babel@aux{german}{} +\providecommand \oddpage@label [2]{} +\babel@aux{english}{} \@input{introduction.aux} \BKM@entry{id=1,dest={636861707465722E31},srcline={8}}{5C3337365C3337375C303030495C3030306E5C303030745C303030725C3030306F5C303030645C303030755C303030635C303030745C303030695C3030306F5C3030306E} -\@input{methodology.aux} -\BKM@entry{id=2,dest={636861707465722E32},srcline={1}}{5C3337365C3337375C3030304D5C303030655C303030745C303030685C3030306F5C303030645C3030306F5C3030306C5C3030306F5C303030675C30303079} -\BKM@entry{id=3,dest={73656374696F6E2E322E31},srcline={2}}{5C3337365C3337375C303030525C303030655C3030306C5C303030615C303030745C303030655C303030645C3030305C3034305C303030575C3030306F5C303030725C3030306B} +\@input{background.aux} +\BKM@entry{id=2,dest={636861707465722E32},srcline={1}}{5C3337365C3337375C303030425C303030615C303030635C3030306B5C303030675C303030725C3030306F5C303030755C3030306E5C30303064} +\BKM@entry{id=3,dest={73656374696F6E2E322E31},srcline={5}}{5C3337365C3337375C303030545C3030306F5C3030306B5C303030655C3030306E5C303030695C3030307A5C303030615C303030745C303030695C3030306F5C3030306E} +\abx@aux@cite{0}{huggingfacetokenizer} +\abx@aux@segm{0}{0}{huggingfacetokenizer} +\BKM@entry{id=4,dest={73656374696F6E2E322E32},srcline={19}}{5C3337365C3337375C303030545C303030685C303030655C3030305C3034305C303030545C303030725C303030615C3030306E5C303030735C303030665C3030306F5C303030725C3030306D5C303030655C30303072} +\abx@aux@cite{0}{NIPS2017_3f5ee243} +\abx@aux@segm{0}{0}{NIPS2017_3f5ee243} +\BKM@entry{id=5,dest={73756273656374696F6E2E322E322E31},srcline={29}}{5C3337365C3337375C303030455C3030306E5C303030635C3030306F5C303030645C303030655C30303072} +\BKM@entry{id=6,dest={73756273656374696F6E2E322E322E32},srcline={43}}{5C3337365C3337375C303030445C303030655C303030635C3030306F5C303030645C303030655C30303072} +\abx@aux@cite{0}{raschka2024encoderdecoder} +\abx@aux@segm{0}{0}{raschka2024encoderdecoder} +\abx@aux@cite{0}{NIPS2017_3f5ee243} +\abx@aux@segm{0}{0}{NIPS2017_3f5ee243} +\BKM@entry{id=7,dest={73656374696F6E2E322E33},srcline={52}}{5C3337365C3337375C303030425C303030455C303030525C30303054} +\abx@aux@cite{0}{bert-score} +\abx@aux@segm{0}{0}{bert-score} +\abx@aux@cite{0}{NIPS2017_3f5ee243} +\abx@aux@segm{0}{0}{NIPS2017_3f5ee243} +\BKM@entry{id=8,dest={73756273656374696F6E2E322E332E31},srcline={55}}{5C3337365C3337375C303030455C3030306D5C303030625C303030655C303030645C303030645C303030695C3030306E5C303030675C30303073} +\BKM@entry{id=9,dest={73656374696F6E2E322E34},srcline={74}}{5C3337365C3337375C303030465C303030695C3030306E5C303030655C3030302D5C303030545C303030755C3030306E5C303030695C3030306E5C30303067} +\abx@aux@cite{0}{finetune} +\abx@aux@segm{0}{0}{finetune} +\BKM@entry{id=10,dest={73656374696F6E2E322E35},srcline={84}}{5C3337365C3337375C303030515C303030755C303030615C3030306E5C303030745C303030695C3030307A5C303030615C303030745C303030695C3030306F5C3030306E} +\BKM@entry{id=11,dest={73756273656374696F6E2E322E352E31},srcline={87}}{5C3337365C3337375C303030425C303030455C303030525C303030545C303030535C303030635C3030306F5C303030725C30303065} +\abx@aux@cite{0}{bert-score} +\abx@aux@segm{0}{0}{bert-score} +\BKM@entry{id=12,dest={73656374696F6E2E322E36},srcline={111}}{5C3337365C3337375C303030425C3030304C5C303030455C303030555C3030302D5C303030535C303030635C3030306F5C303030725C30303065} +\abx@aux@cite{0}{doshi2021foundations} +\abx@aux@segm{0}{0}{doshi2021foundations} +\abx@aux@cite{0}{suvratarora2024nlp} +\abx@aux@segm{0}{0}{suvratarora2024nlp} +\BKM@entry{id=13,dest={73656374696F6E2E322E37},srcline={146}}{5C3337365C3337375C303030525C303030415C30303047} +\abx@aux@cite{0}{aws_rag} +\abx@aux@segm{0}{0}{aws_rag} +\@input{related_work.aux} +\BKM@entry{id=14,dest={636861707465722E33},srcline={1}}{5C3337365C3337375C303030525C303030655C3030306C5C303030615C303030745C303030655C303030645C3030305C3034305C303030575C3030306F5C303030725C3030306B} \abx@aux@cite{0}{10.1007/3-540-36127-8_20} \abx@aux@segm{0}{0}{10.1007/3-540-36127-8_20} +\BKM@entry{id=15,dest={73656374696F6E2E332E31},srcline={7}}{5C3337365C3337375C303030435C3030306F5C303030725C303030655C303030665C303030655C303030725C303030655C3030306E5C303030635C303030655C3030305C3034305C303030695C3030306E5C3030305C3034305C3030304C5C3030306F5C3030306E5C303030675C3030305C3034305C303030445C3030306F5C303030635C303030755C3030306D5C303030655C3030306E5C303030745C303030735C3030305C3034305C303030755C303030735C303030695C3030306E5C303030675C3030305C3034305C303030485C303030695C303030655C303030725C303030615C303030725C303030635C303030685C303030695C303030635C303030615C3030306C5C3030305C3034305C303030455C3030306E5C303030745C303030695C303030745C303030795C3030305C3034305C3030304D5C303030655C303030725C303030675C303030695C3030306E5C30303067} +\abx@aux@cite{0}{TalikaGupta2024CoreferenceIL} +\abx@aux@segm{0}{0}{TalikaGupta2024CoreferenceIL} +\BKM@entry{id=16,dest={73656374696F6E2E332E32},srcline={16}}{5C3337365C3337375C303030455C303030765C303030615C3030306C5C303030755C303030615C303030745C303030695C3030306E5C303030675C3030305C3034305C303030435C303030685C303030615C303030725C303030615C303030635C303030745C303030655C303030725C3030305C3034305C303030555C3030306E5C303030645C303030655C303030725C303030735C303030745C303030615C3030306E5C303030645C303030695C3030306E5C303030675C3030305C3034305C3030306F5C303030665C3030305C3034305C3030304C5C303030615C303030725C303030675C303030655C3030305C3034305C3030304C5C303030615C3030306E5C303030675C303030755C303030615C303030675C303030655C3030305C3034305C3030304D5C3030306F5C303030645C303030655C3030306C5C303030735C3030305C3034305C303030765C303030695C303030615C3030305C3034305C303030435C303030685C303030615C303030725C303030615C303030635C303030745C303030655C303030725C3030305C3034305C303030505C303030725C3030306F5C303030665C303030695C3030306C5C303030695C3030306E5C303030675C3030305C3034305C303030665C303030725C3030306F5C3030306D5C3030305C3034305C303030465C303030695C303030635C303030745C303030695C3030306F5C3030306E5C303030615C3030306C5C3030305C3034305C303030575C3030306F5C303030725C3030306B5C30303073} +\abx@aux@cite{0}{yuan2024evaluatingcharacterunderstandinglarge} +\abx@aux@segm{0}{0}{yuan2024evaluatingcharacterunderstandinglarge} +\BKM@entry{id=17,dest={73656374696F6E2E332E33},srcline={30}}{5C3337365C3337375C303030505C303030725C3030306F5C3030306A5C303030655C303030635C303030745C3030305C3034305C303030475C303030755C303030745C303030655C3030306E5C303030625C303030655C303030725C30303067} +\abx@aux@cite{0}{gutenberg} +\abx@aux@segm{0}{0}{gutenberg} +\BKM@entry{id=18,dest={73656374696F6E2E332E34},srcline={35}}{5C3337365C3337375C3030304C5C303030495C303030535C303030435C30303055} \abx@aux@cite{0}{brahman-etal-2021-characters-tell} \abx@aux@segm{0}{0}{brahman-etal-2021-characters-tell} -\abx@aux@cite{0}{schroder-etal-2021-neural} -\abx@aux@segm{0}{0}{schroder-etal-2021-neural} -\BKM@entry{id=4,dest={73756273656374696F6E2E322E312E31},srcline={59}}{5C3337365C3337375C303030505C303030725C3030306F5C3030306A5C303030655C303030635C303030745C3030305C3034305C303030475C303030755C303030745C303030655C3030306E5C303030625C303030655C303030725C30303067} -\BKM@entry{id=5,dest={73656374696F6E2E322E32},srcline={62}}{5C3337365C3337375C303030525C303030415C30303047} -\BKM@entry{id=6,dest={73656374696F6E2E322E33},srcline={67}}{5C3337365C3337375C303030515C303030755C303030655C303030725C303030795C3030305C3034305C303030675C303030655C3030306E5C303030655C303030725C303030615C303030745C303030695C3030306F5C3030306E} -\abx@aux@cite{0}{schroder-etal-2021-neural} -\abx@aux@segm{0}{0}{schroder-etal-2021-neural} -\abx@aux@cite{0}{dobrovolskii-2021-word} -\abx@aux@segm{0}{0}{dobrovolskii-2021-word} -\@input{related_work.aux} -\BKM@entry{id=7,dest={636861707465722E33},srcline={1}}{5C3337365C3337375C303030525C303030655C3030306C5C303030615C303030745C303030655C303030645C3030305C3034305C303030575C3030306F5C303030725C3030306B} -\BKM@entry{id=8,dest={73656374696F6E2E332E31},srcline={3}}{5C3337365C3337375C303030545C3030306F5C3030306B5C303030655C3030306E5C303030695C3030307A5C303030615C303030745C303030695C3030306F5C3030306E} -\BKM@entry{id=9,dest={73656374696F6E2E332E32},srcline={13}}{5C3337365C3337375C303030545C303030685C303030655C3030305C3034305C303030545C303030725C303030615C3030306E5C303030735C303030665C3030306F5C303030725C3030306D5C303030655C30303072} -\BKM@entry{id=10,dest={73756273656374696F6E2E332E322E31},srcline={25}}{5C3337365C3337375C303030455C3030306E5C303030635C3030306F5C303030645C303030655C30303072} -\BKM@entry{id=11,dest={73756273656374696F6E2E332E322E32},srcline={42}}{5C3337365C3337375C303030445C303030655C303030635C3030306F5C303030645C303030655C30303072} -\BKM@entry{id=12,dest={73656374696F6E2E332E33},srcline={54}}{5C3337365C3337375C303030425C303030455C303030525C30303054} -\BKM@entry{id=13,dest={73756273656374696F6E2E332E332E31},srcline={57}}{5C3337365C3337375C303030455C3030306D5C303030625C303030655C303030645C303030645C303030695C3030306E5C303030675C30303073} -\BKM@entry{id=14,dest={73756273656374696F6E2E332E332E32},srcline={78}}{5C3337365C3337375C303030465C303030695C3030306E5C303030655C3030302D5C303030545C303030755C3030306E5C303030695C3030306E5C30303067} -\BKM@entry{id=15,dest={73756273656374696F6E2E332E332E33},srcline={84}}{5C3337365C3337375C303030425C303030455C303030525C303030545C303030535C303030635C3030306F5C303030725C30303065} -\BKM@entry{id=16,dest={73656374696F6E2E332E34},srcline={110}}{5C3337365C3337375C303030425C3030304C5C303030455C303030555C3030302D5C303030535C303030635C3030306F5C303030725C30303065} +\BKM@entry{id=19,dest={73656374696F6E2E332E35},srcline={42}}{5C3337365C3337375C303030445C303030615C303030745C303030655C303030645C3030305C3034305C303030445C303030615C303030745C303030615C3030303A5C3030305C3034305C303030545C303030725C303030615C303030635C303030695C3030306E5C303030675C3030305C3034305C3030304B5C3030306E5C3030306F5C303030775C3030306C5C303030655C303030645C303030675C303030655C3030305C3034305C303030435C303030755C303030745C3030306F5C303030665C303030665C303030735C3030305C3034305C303030695C3030306E5C3030305C3034305C3030304C5C303030615C303030725C303030675C303030655C3030305C3034305C3030304C5C303030615C3030306E5C303030675C303030755C303030615C303030675C303030655C3030305C3034305C3030304D5C3030306F5C303030645C303030655C3030306C5C30303073} +\abx@aux@cite{0}{cheng2024dateddatatracingknowledge} +\abx@aux@segm{0}{0}{cheng2024dateddatatracingknowledge} +\BKM@entry{id=20,dest={73656374696F6E2E332E36},srcline={47}}{5C3337365C3337375C3030304D5C303030655C303030745C303030685C3030306F5C303030645C3030306F5C3030306C5C3030306F5C303030675C303030695C303030635C303030615C3030306C5C3030305C3034305C303030415C303030705C303030705C303030725C3030306F5C303030615C303030635C30303068} \@input{dataset.aux} -\BKM@entry{id=17,dest={636861707465722E34},srcline={2}}{5C3337365C3337375C303030475C303030615C303030745C303030685C303030655C303030725C303030695C3030306E5C303030675C3030305C3034305C3030306F5C303030665C3030305C3034305C3030306C5C303030695C303030745C303030655C303030725C303030615C303030745C303030755C303030725C30303065} +\BKM@entry{id=21,dest={636861707465722E34},srcline={2}}{5C3337365C3337375C303030475C303030615C303030745C303030685C303030655C303030725C303030695C3030306E5C303030675C3030305C3034305C3030306F5C303030665C3030305C3034305C3030304C5C303030695C303030745C303030655C303030725C303030615C303030745C303030755C303030725C30303065} +\BKM@entry{id=22,dest={73656374696F6E2E342E31},srcline={85}}{5C3337365C3337375C303030515C303030755C303030655C303030725C303030795C303030695C3030306E5C303030675C3030305C3034305C303030575C303030695C3030306B5C303030695C303030645C303030615C303030745C30303061} +\abx@aux@cite{0}{w3c_sparql_2008} +\abx@aux@segm{0}{0}{w3c_sparql_2008} +\abx@aux@cite{0}{wikidata_sparql_tutorial} +\abx@aux@segm{0}{0}{wikidata_sparql_tutorial} +\BKM@entry{id=23,dest={73756273656374696F6E2E342E312E31},srcline={114}}{5C3337365C3337375C303030535C303030635C303030725C303030615C303030705C303030695C3030306E5C303030675C3030305C3034305C303030465C303030615C3030306E5C303030645C3030306F5C3030306D5C3030305C3034305C303030415C303030725C303030745C303030695C303030635C3030306C5C303030655C30303073} \@input{experiments.aux} -\BKM@entry{id=18,dest={636861707465722E35},srcline={1}}{5C3337365C3337375C303030455C303030785C303030705C303030655C303030725C303030695C3030306D5C303030655C3030306E5C303030745C30303073} -\BKM@entry{id=19,dest={73656374696F6E2E352E31},srcline={6}}{5C3337365C3337375C303030425C303030615C303030735C303030655C3030305C3034305C303030455C303030785C303030705C303030655C303030725C303030695C3030306D5C303030655C3030306E5C30303074} -\BKM@entry{id=20,dest={73756273656374696F6E2E352E312E31},srcline={56}}{5C3337365C3337375C303030525C303030655C303030735C303030755C3030306C5C303030745C30303073} -\BKM@entry{id=21,dest={73756273656374696F6E2E352E312E32},srcline={949}}{5C3337365C3337375C303030415C3030306E5C303030615C3030306C5C303030795C303030735C303030695C30303073} -\BKM@entry{id=22,dest={73656374696F6E2E352E32},srcline={960}}{5C3337365C3337375C303030535C303030655C3030306C5C303030655C303030635C303030745C303030655C303030645C3030305C3034305C303030455C3030306D5C303030625C303030655C303030645C303030645C303030655C303030645C3030305C3034305C303030635C303030685C303030755C3030306E5C3030306B5C30303073} +\BKM@entry{id=24,dest={636861707465722E35},srcline={1}}{5C3337365C3337375C303030455C303030785C303030705C303030655C303030725C303030695C3030306D5C303030655C3030306E5C303030745C30303073} +\BKM@entry{id=25,dest={73656374696F6E2E352E31},srcline={5}}{5C3337365C3337375C303030425C303030615C303030735C303030655C3030306C5C303030695C3030306E5C303030655C3030305C3034305C303030455C303030785C303030705C303030655C303030725C303030695C3030306D5C303030655C3030306E5C30303074} +\abx@aux@cite{0}{mixtral7b} +\abx@aux@segm{0}{0}{mixtral7b} +\BKM@entry{id=26,dest={73756273656374696F6E2E352E312E31},srcline={56}}{5C3337365C3337375C303030525C303030655C303030735C303030755C3030306C5C303030745C30303073} +\BKM@entry{id=27,dest={73756273656374696F6E2E352E312E32},srcline={1216}}{5C3337365C3337375C303030415C3030306E5C303030615C3030306C5C303030795C303030735C303030695C30303073} +\BKM@entry{id=28,dest={73656374696F6E2E352E32},srcline={1230}}{5C3337365C3337375C303030505C303030615C303030735C303030735C303030615C303030675C303030655C3030305C3034305C303030455C3030306D5C303030625C303030655C303030645C303030645C303030695C3030306E5C303030675C3030305C3034305C303030455C303030785C303030705C303030655C303030725C303030695C3030306D5C303030655C3030306E5C30303074} +\abx@aux@cite{0}{e5-mistral} +\abx@aux@segm{0}{0}{e5-mistral} +\BKM@entry{id=29,dest={73756273656374696F6E2E352E322E31},srcline={1253}}{5C3337365C3337375C303030525C303030655C303030735C303030755C3030306C5C303030745C30303073} +\BKM@entry{id=30,dest={73756273656374696F6E2E352E322E32},srcline={1719}}{5C3337365C3337375C303030415C3030306E5C303030615C3030306C5C303030795C303030735C303030695C30303073} +\abx@aux@cite{0}{dubey2024llama3herdmodels} +\abx@aux@segm{0}{0}{dubey2024llama3herdmodels} +\BKM@entry{id=31,dest={73656374696F6E2E352E33},srcline={1741}}{5C3337365C3337375C3030304D5C303030655C303030745C303030685C3030306F5C303030645C3030305C3034305C303030435C3030306F5C3030306D5C303030705C303030615C303030725C303030695C303030735C3030306F5C3030306E} +\BKM@entry{id=32,dest={73756273656374696F6E2E352E332E31},srcline={1744}}{5C3337365C3337375C303030525C303030655C303030735C303030755C3030306C5C303030745C30303073} +\BKM@entry{id=33,dest={73756273656374696F6E2E352E332E32},srcline={2041}}{5C3337365C3337375C303030415C3030306E5C303030615C3030306C5C303030795C303030735C303030695C30303073} \@input{conclusion.aux} -\BKM@entry{id=23,dest={636861707465722E36},srcline={1}}{5C3337365C3337375C303030435C3030306F5C3030306E5C303030635C3030306C5C303030755C303030735C303030695C3030306F5C3030306E} -\BKM@entry{id=24,dest={73656374696F6E2E362E31},srcline={3}}{5C3337365C3337375C303030735C303030755C3030306D5C3030306D5C303030615C303030725C30303079} -\BKM@entry{id=25,dest={73656374696F6E2E362E32},srcline={4}}{5C3337365C3337375C303030665C303030755C303030745C303030755C303030725C303030655C3030305C3034305C303030775C3030306F5C303030725C3030306B} -\BKM@entry{id=26,dest={73656374696F6E2E362E33},srcline={12}}{5C3337365C3337375C3030306E5C3030306F5C303030745C303030655C3030305C3034305C3030306F5C303030665C3030305C3034305C303030745C303030685C303030615C3030306E5C3030306B5C30303073} +\BKM@entry{id=34,dest={636861707465722E36},srcline={1}}{5C3337365C3337375C303030435C3030306F5C3030306E5C303030635C3030306C5C303030755C303030735C303030695C3030306F5C3030306E} +\BKM@entry{id=35,dest={73656374696F6E2E362E31},srcline={3}}{5C3337365C3337375C303030535C303030755C3030306D5C3030306D5C303030615C303030725C30303079} +\BKM@entry{id=36,dest={73656374696F6E2E362E32},srcline={10}}{5C3337365C3337375C303030465C303030755C303030745C303030755C303030725C303030655C3030305C3034305C303030575C3030306F5C303030725C3030306B} +\abx@aux@cite{0}{dobrovolskii-2021-word} +\abx@aux@segm{0}{0}{dobrovolskii-2021-word} +\abx@aux@cite{0}{schroder-etal-2021-neural} +\abx@aux@segm{0}{0}{schroder-etal-2021-neural} +\abx@aux@cite{0}{yuan2024evaluatingcharacterunderstandinglarge} +\abx@aux@segm{0}{0}{yuan2024evaluatingcharacterunderstandinglarge} +\BKM@entry{id=37,dest={73656374696F6E2E362E33},srcline={22}}{5C3337365C3337375C303030415C303030635C3030306B5C3030306E5C3030306F5C303030775C3030306C5C303030655C303030645C303030675C3030306D5C303030655C3030306E5C303030745C30303073} \@input{appendix.aux} -\BKM@entry{id=27,dest={636861707465722E37},srcline={1}}{5C3337365C3337375C303030415C303030705C303030705C303030655C3030306E5C303030645C303030695C30303078} -\BKM@entry{id=28,dest={636861707465722A2E3133},srcline={3}}{5C3337365C3337375C303030455C303030695C303030645C303030655C303030735C303030735C303030745C303030615C303030745C303030745C3030306C5C303030695C303030635C303030685C303030655C3030305C3034305C303030565C303030655C303030725C303030735C303030695C303030635C303030685C303030655C303030725C303030755C3030306E5C30303067} -\@writefile{toc}{\contentsline {chapter}{Eidesstattliche Versicherung}{29}{chapter*.13}\protected@file@percent } -\abx@aux@read@bbl@mdfivesum{D41D8CD98F00B204E9800998ECF8427E} -\abx@aux@read@bblrerun -\global\@namedef{scr@dte@chapter@lastmaxnumwidth}{9.85492pt} -\global\@namedef{scr@dte@section@lastmaxnumwidth}{18.0674pt} -\global\@namedef{scr@dte@subsection@lastmaxnumwidth}{26.27988pt} +\BKM@entry{id=38,dest={636861707465722E37},srcline={1}}{5C3337365C3337375C303030415C303030705C303030705C303030655C3030306E5C303030645C303030695C30303078} +\BKM@entry{id=39,dest={636861707465722A2E3332},srcline={169}}{5C3337365C3337375C303030425C303030695C303030625C3030306C5C303030695C3030306F5C303030675C303030725C303030615C303030705C303030685C30303079} +\@writefile{toc}{\contentsline {chapter}{\nonumberline Bibliography}{51}{chapter*.32}\protected@file@percent } +\@writefile{lof}{\addvspace {10\p@ }} +\@writefile{lot}{\addvspace {10\p@ }} +\@writefile{lol}{\addvspace {10\p@ }} +\BKM@entry{id=40,dest={636861707465722A2E3334},srcline={3}}{5C3337365C3337375C303030415C303030665C303030665C303030695C303030645C303030615C303030765C303030695C30303074} +\@writefile{toc}{\contentsline {chapter}{Affidavit}{55}{chapter*.34}\protected@file@percent } +\abx@aux@read@bbl@mdfivesum{F373EB031B513843A55094DEF0DE474F} +\abx@aux@defaultrefcontext{0}{aws_rag}{anyt/global//global/global/global} +\abx@aux@defaultrefcontext{0}{brahman-etal-2021-characters-tell}{anyt/global//global/global/global} +\abx@aux@defaultrefcontext{0}{cheng2024dateddatatracingknowledge}{anyt/global//global/global/global} +\abx@aux@defaultrefcontext{0}{dobrovolskii-2021-word}{anyt/global//global/global/global} +\abx@aux@defaultrefcontext{0}{doshi2021foundations}{anyt/global//global/global/global} +\abx@aux@defaultrefcontext{0}{dubey2024llama3herdmodels}{anyt/global//global/global/global} +\abx@aux@defaultrefcontext{0}{huggingfacetokenizer}{anyt/global//global/global/global} +\abx@aux@defaultrefcontext{0}{mixtral7b}{anyt/global//global/global/global} +\abx@aux@defaultrefcontext{0}{e5-mistral}{anyt/global//global/global/global} +\abx@aux@defaultrefcontext{0}{10.1007/3-540-36127-8_20}{anyt/global//global/global/global} +\abx@aux@defaultrefcontext{0}{gutenberg}{anyt/global//global/global/global} +\abx@aux@defaultrefcontext{0}{raschka2024encoderdecoder}{anyt/global//global/global/global} +\abx@aux@defaultrefcontext{0}{schroder-etal-2021-neural}{anyt/global//global/global/global} +\abx@aux@defaultrefcontext{0}{suvratarora2024nlp}{anyt/global//global/global/global} +\abx@aux@defaultrefcontext{0}{TalikaGupta2024CoreferenceIL}{anyt/global//global/global/global} +\abx@aux@defaultrefcontext{0}{finetune}{anyt/global//global/global/global} +\abx@aux@defaultrefcontext{0}{NIPS2017_3f5ee243}{anyt/global//global/global/global} +\abx@aux@defaultrefcontext{0}{w3c_sparql_2008}{anyt/global//global/global/global} +\abx@aux@defaultrefcontext{0}{wikidata_sparql_tutorial}{anyt/global//global/global/global} +\abx@aux@defaultrefcontext{0}{yuan2024evaluatingcharacterunderstandinglarge}{anyt/global//global/global/global} +\abx@aux@defaultrefcontext{0}{bert-score}{anyt/global//global/global/global} +\global\@namedef{scr@dte@chapter@lastmaxnumwidth}{10.85587pt} +\global\@namedef{scr@dte@section@lastmaxnumwidth}{18.26904pt} +\global\@namedef{scr@dte@subsection@lastmaxnumwidth}{26.73907pt} +\global\@namedef{scr@dte@figure@lastmaxnumwidth}{23.71298pt} \@writefile{toc}{\providecommand\tocbasic@end@toc@file{}\tocbasic@end@toc@file} -\gdef \@abspage@last{33} +\@writefile{lof}{\providecommand\tocbasic@end@toc@file{}\tocbasic@end@toc@file} +\gdef \@abspage@last{59} diff --git a/masterthesis.bbl b/masterthesis.bbl index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..d9486743d1e9d59b9f58ccfb786bf16ecbe9d48e 100644 --- a/masterthesis.bbl +++ b/masterthesis.bbl @@ -0,0 +1,3652 @@ +% $ biblatex auxiliary file $ +% $ biblatex bbl format version 3.3 $ +% Do not modify the above lines! +% +% This is an auxiliary file used by the 'biblatex' package. +% This file may safely be deleted. It will be recreated by +% biber as required. +% +\begingroup +\makeatletter +\@ifundefined{ver@biblatex.sty} + {\@latex@error + {Missing 'biblatex' package} + {The bibliography requires the 'biblatex' package.} + \aftergroup\endinput} + {} +\endgroup + + +\refsection{0} + \datalist[entry]{anyt/global//global/global/global} + \entry{aws_rag}{misc}{}{} + \name{author}{1}{}{% + {{hash=3eb2c1a57a8160029f036e3dcbf84bf1}{% + family={{Amazon Web Services}}, + familyi={A\bibinitperiod}}}% + } + \strng{namehash}{3eb2c1a57a8160029f036e3dcbf84bf1} + \strng{fullhash}{3eb2c1a57a8160029f036e3dcbf84bf1} + \strng{fullhashraw}{3eb2c1a57a8160029f036e3dcbf84bf1} + \strng{bibnamehash}{3eb2c1a57a8160029f036e3dcbf84bf1} + \strng{authorbibnamehash}{3eb2c1a57a8160029f036e3dcbf84bf1} + \strng{authornamehash}{3eb2c1a57a8160029f036e3dcbf84bf1} + \strng{authorfullhash}{3eb2c1a57a8160029f036e3dcbf84bf1} + \strng{authorfullhashraw}{3eb2c1a57a8160029f036e3dcbf84bf1} + \field{labelalpha}{Ama24} + \field{sortinit}{A} + \field{sortinithash}{2f401846e2029bad6b3ecc16d50031e2} + \field{labelnamesource}{author} + \field{labeltitlesource}{title} + \field{note}{Accessed: 2024-08-14} + \field{title}{What is Retrieval-Augmented Generation?} + \field{year}{2024} + \verb{urlraw} + \verb https://aws.amazon.com/de/what-is/retrieval-augmented-generation/ + \endverb + \verb{url} + \verb https://aws.amazon.com/de/what-is/retrieval-augmented-generation/ + \endverb + \endentry + \entry{brahman-etal-2021-characters-tell}{inproceedings}{}{} + \name{author}{6}{}{% + {{hash=2b4a38ef233e401589f3114bca784bea}{% + family={Brahman}, + familyi={B\bibinitperiod}, + given={Faeze}, + giveni={F\bibinitperiod}}}% + {{hash=b702b0ce5b0a9c671b2639e09e0af1a6}{% + family={Huang}, + familyi={H\bibinitperiod}, + given={Meng}, + giveni={M\bibinitperiod}}}% + {{hash=21dbac8bb4ba1ed555216a1d80595c20}{% + family={Tafjord}, + familyi={T\bibinitperiod}, + given={Oyvind}, + giveni={O\bibinitperiod}}}% + {{hash=b9749d38cefa5213b5a281a3f3c9bf6d}{% + family={Zhao}, + familyi={Z\bibinitperiod}, + given={Chao}, + giveni={C\bibinitperiod}}}% + {{hash=642ef2dffcf1d8c1905bcf343127c6d7}{% + family={Sachan}, + familyi={S\bibinitperiod}, + given={Mrinmaya}, + giveni={M\bibinitperiod}}}% + {{hash=59f387defbbf8029d33da69f047c56e2}{% + family={Chaturvedi}, + familyi={C\bibinitperiod}, + given={Snigdha}, + giveni={S\bibinitperiod}}}% + } + \name{editor}{4}{}{% + {{hash=04fe502dceb461055032ff714831f9fd}{% + family={Moens}, + familyi={M\bibinitperiod}, + given={Marie-Francine}, + giveni={M\bibinithyphendelim F\bibinitperiod}}}% + {{hash=ed0f3403ef6238bb67876d4c6ad27464}{% + family={Huang}, + familyi={H\bibinitperiod}, + given={Xuanjing}, + giveni={X\bibinitperiod}}}% + {{hash=ede296c12d7a570bc8b70fcb82116a5f}{% + family={Specia}, + familyi={S\bibinitperiod}, + given={Lucia}, + giveni={L\bibinitperiod}}}% + {{hash=c657f71658dc4a8dc6a0e6d0ec40fb6c}{% + family={Yih}, + familyi={Y\bibinitperiod}, + given={Scott\bibnamedelima Wen-tau}, + giveni={S\bibinitperiod\bibinitdelim W\bibinithyphendelim t\bibinitperiod}}}% + } + \list{location}{1}{% + {Punta Cana, Dominican Republic}% + } + \list{publisher}{1}{% + {Association for Computational Linguistics}% + } + \strng{namehash}{1803656690f9ced5a4e5ccddd24d6ab8} + \strng{fullhash}{a83c21161c8a6768f1046478d7624c56} + \strng{fullhashraw}{a83c21161c8a6768f1046478d7624c56} + \strng{bibnamehash}{1803656690f9ced5a4e5ccddd24d6ab8} + \strng{authorbibnamehash}{1803656690f9ced5a4e5ccddd24d6ab8} + \strng{authornamehash}{1803656690f9ced5a4e5ccddd24d6ab8} + \strng{authorfullhash}{a83c21161c8a6768f1046478d7624c56} + \strng{authorfullhashraw}{a83c21161c8a6768f1046478d7624c56} + \strng{editorbibnamehash}{37ee52e763dbd58c491e692f53cc91ca} + \strng{editornamehash}{37ee52e763dbd58c491e692f53cc91ca} + \strng{editorfullhash}{ec90ccf3b84cfe7183bf239f86d7779d} + \strng{editorfullhashraw}{ec90ccf3b84cfe7183bf239f86d7779d} + \field{labelalpha}{Bra+21} + \field{sortinit}{B} + \field{sortinithash}{d7095fff47cda75ca2589920aae98399} + \field{labelnamesource}{author} + \field{labeltitlesource}{title} + \field{abstract}{When reading a literary piece, readers often make inferences about various characters{'} roles, personalities, relationships, intents, actions, etc. While humans can readily draw upon their past experiences to build such a character-centric view of the narrative, understanding characters in narratives can be a challenging task for machines. To encourage research in this field of character-centric narrative understanding, we present LiSCU {--} a new dataset of literary pieces and their summaries paired with descriptions of characters that appear in them. We also introduce two new tasks on LiSCU: Character Identification and Character Description Generation. Our experiments with several pre-trained language models adapted for these tasks demonstrate that there is a need for better models of narrative comprehension.} + \field{booktitle}{Findings of the Association for Computational Linguistics: EMNLP 2021} + \field{month}{11} + \field{title}{{``}Let Your Characters Tell Their Story{''}: A Dataset for Character-Centric Narrative Understanding} + \field{year}{2021} + \field{pages}{1734\bibrangedash 1752} + \range{pages}{19} + \verb{doi} + \verb 10.18653/v1/2021.findings-emnlp.150 + \endverb + \verb{urlraw} + \verb https://aclanthology.org/2021.findings-emnlp.150 + \endverb + \verb{url} + \verb https://aclanthology.org/2021.findings-emnlp.150 + \endverb + \endentry + \entry{cheng2024dateddatatracingknowledge}{misc}{}{} + \name{author}{6}{}{% + {{hash=b92417c81074aa5736d6222673b811ab}{% + family={Cheng}, + familyi={C\bibinitperiod}, + given={Jeffrey}, + giveni={J\bibinitperiod}}}% + {{hash=f90d875e2a9c6060d24633606bfba56b}{% + family={Marone}, + familyi={M\bibinitperiod}, + given={Marc}, + giveni={M\bibinitperiod}}}% + {{hash=a390033bb496c7e945d44bfae3e5cb96}{% + family={Weller}, + familyi={W\bibinitperiod}, + given={Orion}, + giveni={O\bibinitperiod}}}% + {{hash=53d948e643c6a184a35d322829e46b59}{% + family={Lawrie}, + familyi={L\bibinitperiod}, + given={Dawn}, + giveni={D\bibinitperiod}}}% + {{hash=98ad62481b97c9c720073d8662a904e6}{% + family={Khashabi}, + familyi={K\bibinitperiod}, + given={Daniel}, + giveni={D\bibinitperiod}}}% + {{hash=bda24e7cdf1190c6484d62e2e4898d98}{% + family={Durme}, + familyi={D\bibinitperiod}, + given={Benjamin\bibnamedelima Van}, + giveni={B\bibinitperiod\bibinitdelim V\bibinitperiod}}}% + } + \strng{namehash}{0be9af55e96b990fc1fb345c47862dec} + \strng{fullhash}{064217b8663e7699ad1cc36f9717b617} + \strng{fullhashraw}{064217b8663e7699ad1cc36f9717b617} + \strng{bibnamehash}{0be9af55e96b990fc1fb345c47862dec} + \strng{authorbibnamehash}{0be9af55e96b990fc1fb345c47862dec} + \strng{authornamehash}{0be9af55e96b990fc1fb345c47862dec} + \strng{authorfullhash}{064217b8663e7699ad1cc36f9717b617} + \strng{authorfullhashraw}{064217b8663e7699ad1cc36f9717b617} + \field{labelalpha}{Che+24} + \field{sortinit}{C} + \field{sortinithash}{4d103a86280481745c9c897c925753c0} + \field{labelnamesource}{author} + \field{labeltitlesource}{title} + \field{eprintclass}{cs.CL} + \field{eprinttype}{arXiv} + \field{title}{Dated Data: Tracing Knowledge Cutoffs in Large Language Models} + \field{year}{2024} + \verb{eprint} + \verb 2403.12958 + \endverb + \verb{urlraw} + \verb https://arxiv.org/abs/2403.12958 + \endverb + \verb{url} + \verb https://arxiv.org/abs/2403.12958 + \endverb + \endentry + \entry{dobrovolskii-2021-word}{inproceedings}{}{} + \name{author}{1}{}{% + {{hash=46e885cada67f54d91688f3a3461f995}{% + family={Dobrovolskii}, + familyi={D\bibinitperiod}, + given={Vladimir}, + giveni={V\bibinitperiod}}}% + } + \name{editor}{4}{}{% + {{hash=04fe502dceb461055032ff714831f9fd}{% + family={Moens}, + familyi={M\bibinitperiod}, + given={Marie-Francine}, + giveni={M\bibinithyphendelim F\bibinitperiod}}}% + {{hash=ed0f3403ef6238bb67876d4c6ad27464}{% + family={Huang}, + familyi={H\bibinitperiod}, + given={Xuanjing}, + giveni={X\bibinitperiod}}}% + {{hash=ede296c12d7a570bc8b70fcb82116a5f}{% + family={Specia}, + familyi={S\bibinitperiod}, + given={Lucia}, + giveni={L\bibinitperiod}}}% + {{hash=c657f71658dc4a8dc6a0e6d0ec40fb6c}{% + family={Yih}, + familyi={Y\bibinitperiod}, + given={Scott\bibnamedelima Wen-tau}, + giveni={S\bibinitperiod\bibinitdelim W\bibinithyphendelim t\bibinitperiod}}}% + } + \list{location}{2}{% + {Online}% + {Punta Cana, Dominican Republic}% + } + \list{publisher}{1}{% + {Association for Computational Linguistics}% + } + \strng{namehash}{46e885cada67f54d91688f3a3461f995} + \strng{fullhash}{46e885cada67f54d91688f3a3461f995} + \strng{fullhashraw}{46e885cada67f54d91688f3a3461f995} + \strng{bibnamehash}{46e885cada67f54d91688f3a3461f995} + \strng{authorbibnamehash}{46e885cada67f54d91688f3a3461f995} + \strng{authornamehash}{46e885cada67f54d91688f3a3461f995} + \strng{authorfullhash}{46e885cada67f54d91688f3a3461f995} + \strng{authorfullhashraw}{46e885cada67f54d91688f3a3461f995} + \strng{editorbibnamehash}{37ee52e763dbd58c491e692f53cc91ca} + \strng{editornamehash}{37ee52e763dbd58c491e692f53cc91ca} + \strng{editorfullhash}{ec90ccf3b84cfe7183bf239f86d7779d} + \strng{editorfullhashraw}{ec90ccf3b84cfe7183bf239f86d7779d} + \field{labelalpha}{Dob21} + \field{sortinit}{D} + \field{sortinithash}{6f385f66841fb5e82009dc833c761848} + \field{labelnamesource}{author} + \field{labeltitlesource}{title} + \field{abstract}{Recent coreference resolution models rely heavily on span representations to find coreference links between word spans. As the number of spans is $O(n^2)$ in the length of text and the number of potential links is $O(n^4)$, various pruning techniques are necessary to make this approach computationally feasible. We propose instead to consider coreference links between individual words rather than word spans and then reconstruct the word spans. This reduces the complexity of the coreference model to $O(n^2)$ and allows it to consider all potential mentions without pruning any of them out. We also demonstrate that, with these changes, SpanBERT for coreference resolution will be significantly outperformed by RoBERTa. While being highly efficient, our model performs competitively with recent coreference resolution systems on the OntoNotes benchmark.} + \field{booktitle}{Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing} + \field{month}{11} + \field{title}{Word-Level Coreference Resolution} + \field{year}{2021} + \field{pages}{7670\bibrangedash 7675} + \range{pages}{6} + \verb{doi} + \verb 10.18653/v1/2021.emnlp-main.605 + \endverb + \verb{urlraw} + \verb https://aclanthology.org/2021.emnlp-main.605 + \endverb + \verb{url} + \verb https://aclanthology.org/2021.emnlp-main.605 + \endverb + \endentry + \entry{doshi2021foundations}{misc}{}{} + \name{author}{1}{}{% + {{hash=85e0dd9d178e81b618c3068b81cd6dd7}{% + family={Doshi}, + familyi={D\bibinitperiod}, + given={Ketan}, + giveni={K\bibinitperiod}}}% + } + \strng{namehash}{85e0dd9d178e81b618c3068b81cd6dd7} + \strng{fullhash}{85e0dd9d178e81b618c3068b81cd6dd7} + \strng{fullhashraw}{85e0dd9d178e81b618c3068b81cd6dd7} + \strng{bibnamehash}{85e0dd9d178e81b618c3068b81cd6dd7} + \strng{authorbibnamehash}{85e0dd9d178e81b618c3068b81cd6dd7} + \strng{authornamehash}{85e0dd9d178e81b618c3068b81cd6dd7} + \strng{authorfullhash}{85e0dd9d178e81b618c3068b81cd6dd7} + \strng{authorfullhashraw}{85e0dd9d178e81b618c3068b81cd6dd7} + \field{labelalpha}{Dos21} + \field{sortinit}{D} + \field{sortinithash}{6f385f66841fb5e82009dc833c761848} + \field{labelnamesource}{author} + \field{labeltitlesource}{title} + \field{howpublished}{\url{https://towardsdatascience.com/foundations-of-nlp-explained-bleu-score-and-wer-metrics-1a5ba06d812b}} + \field{title}{Foundations of NLP Explained — Bleu Score and WER Metrics} + \field{year}{2021} + \endentry + \entry{dubey2024llama3herdmodels}{misc}{}{} + \name{author}{533}{}{% + {{hash=517ae3236e034cf4fdea5b47025e3973}{% + family={Dubey}, + familyi={D\bibinitperiod}, + given={Abhimanyu}, + giveni={A\bibinitperiod}}}% + {{hash=7cd1f80eda1bcdcfef29a10ede4dd146}{% + family={Jauhri}, + familyi={J\bibinitperiod}, + given={Abhinav}, + giveni={A\bibinitperiod}}}% + {{hash=06842da7f77ff44040c8321fd64885f3}{% + family={Pandey}, + familyi={P\bibinitperiod}, + given={Abhinav}, + giveni={A\bibinitperiod}}}% + {{hash=608d46a077e616c07f7f9f841f4de3ae}{% + family={Kadian}, + familyi={K\bibinitperiod}, + given={Abhishek}, + giveni={A\bibinitperiod}}}% + {{hash=2e761a0ae1d9bbf5f560537144813f20}{% + family={Al-Dahle}, + familyi={A\bibinithyphendelim D\bibinitperiod}, + given={Ahmad}, + giveni={A\bibinitperiod}}}% + {{hash=1debd101fb9be92bb0eece4c427841d9}{% + family={Letman}, + familyi={L\bibinitperiod}, + given={Aiesha}, + giveni={A\bibinitperiod}}}% + {{hash=457cd19c088f0576b2d4d9823277fe38}{% + family={Mathur}, + familyi={M\bibinitperiod}, + given={Akhil}, + giveni={A\bibinitperiod}}}% + {{hash=a7fbe7fc6a5ce250cabe9388e690c55b}{% + family={Schelten}, + familyi={S\bibinitperiod}, + given={Alan}, + giveni={A\bibinitperiod}}}% + {{hash=d5eae71ab93d6aef82689401f1018de6}{% + family={Yang}, + familyi={Y\bibinitperiod}, + given={Amy}, + giveni={A\bibinitperiod}}}% + {{hash=277117db6b938bd36379979ac719cc02}{% + family={Fan}, + familyi={F\bibinitperiod}, + given={Angela}, + giveni={A\bibinitperiod}}}% + {{hash=eb6a43771a55bde951c0119ac5c7ad13}{% + family={Goyal}, + familyi={G\bibinitperiod}, + given={Anirudh}, + giveni={A\bibinitperiod}}}% + {{hash=83b44b72b8c1a3fa66c344f8314ae0ea}{% + family={Hartshorn}, + familyi={H\bibinitperiod}, + given={Anthony}, + giveni={A\bibinitperiod}}}% + {{hash=406e630aa8ec4a134f9d7368afbfba7d}{% + family={Yang}, + familyi={Y\bibinitperiod}, + given={Aobo}, + giveni={A\bibinitperiod}}}% + {{hash=9ee5b7c583ffe333cff357d0076583e2}{% + family={Mitra}, + familyi={M\bibinitperiod}, + given={Archi}, + giveni={A\bibinitperiod}}}% + {{hash=476c76c4de9ec529afd69122f38f6f2a}{% + family={Sravankumar}, + familyi={S\bibinitperiod}, + given={Archie}, + giveni={A\bibinitperiod}}}% + {{hash=897d7f44330ad50e6bbabf2e19436741}{% + family={Korenev}, + familyi={K\bibinitperiod}, + given={Artem}, + giveni={A\bibinitperiod}}}% + {{hash=dd42319df6029b8779059366db5bf5a1}{% + family={Hinsvark}, + familyi={H\bibinitperiod}, + given={Arthur}, + giveni={A\bibinitperiod}}}% + {{hash=5f597674181132737db0211a957f4dde}{% + family={Rao}, + familyi={R\bibinitperiod}, + given={Arun}, + giveni={A\bibinitperiod}}}% + {{hash=983273ab2d972b56d8b64d220726b6aa}{% + family={Zhang}, + familyi={Z\bibinitperiod}, + given={Aston}, + giveni={A\bibinitperiod}}}% + {{hash=a829e25f1d50c3545ed8e99f12890acc}{% + family={Rodriguez}, + familyi={R\bibinitperiod}, + given={Aurelien}, + giveni={A\bibinitperiod}}}% + {{hash=b2689ee6da3cca0692fb764abee12be3}{% + family={Gregerson}, + familyi={G\bibinitperiod}, + given={Austen}, + giveni={A\bibinitperiod}}}% + {{hash=9c93fffb68bf410af913bd94d121f0a9}{% + family={Spataru}, + familyi={S\bibinitperiod}, + given={Ava}, + giveni={A\bibinitperiod}}}% + {{hash=5f4e5510fd04af23b103f7b65591a6c1}{% + family={Roziere}, + familyi={R\bibinitperiod}, + given={Baptiste}, + giveni={B\bibinitperiod}}}% + {{hash=511a8a03cad821bcb8d968148d173191}{% + family={Biron}, + familyi={B\bibinitperiod}, + given={Bethany}, + giveni={B\bibinitperiod}}}% + {{hash=053e8c6174328cafc9566859df3bbe95}{% + family={Tang}, + familyi={T\bibinitperiod}, + given={Binh}, + giveni={B\bibinitperiod}}}% + {{hash=1ebb377ae0403a07a7fd272138005880}{% + family={Chern}, + familyi={C\bibinitperiod}, + given={Bobbie}, + giveni={B\bibinitperiod}}}% + {{hash=60b0dee36c03f3d79184e3fe4c948885}{% + family={Caucheteux}, + familyi={C\bibinitperiod}, + given={Charlotte}, + giveni={C\bibinitperiod}}}% + {{hash=3336eb4e5300d8204ccd75e7b7c6df72}{% + family={Nayak}, + familyi={N\bibinitperiod}, + given={Chaya}, + giveni={C\bibinitperiod}}}% + {{hash=e81ac23c5f1addcd3c227114521d590f}{% + family={Bi}, + familyi={B\bibinitperiod}, + given={Chloe}, + giveni={C\bibinitperiod}}}% + {{hash=46d5807f87a73a76ecd71aeab5f8bd12}{% + family={Marra}, + familyi={M\bibinitperiod}, + given={Chris}, + giveni={C\bibinitperiod}}}% + {{hash=60db036f80713fa213a1b46d1343ab21}{% + family={McConnell}, + familyi={M\bibinitperiod}, + given={Chris}, + giveni={C\bibinitperiod}}}% + {{hash=7682db8ac070796c6a652fafec2808c0}{% + family={Keller}, + familyi={K\bibinitperiod}, + given={Christian}, + giveni={C\bibinitperiod}}}% + {{hash=9deedad9eadb158dc0b452be1ed5ea8d}{% + family={Touret}, + familyi={T\bibinitperiod}, + given={Christophe}, + giveni={C\bibinitperiod}}}% + {{hash=4540e0bc6e94d6172c825c8763ed9ea2}{% + family={Wu}, + familyi={W\bibinitperiod}, + given={Chunyang}, + giveni={C\bibinitperiod}}}% + {{hash=d16e7f0423cd1184cb11436b26a1bdaf}{% + family={Wong}, + familyi={W\bibinitperiod}, + given={Corinne}, + giveni={C\bibinitperiod}}}% + {{hash=88658b8a76c5ee08e1a06ff9a649912c}{% + family={Ferrer}, + familyi={F\bibinitperiod}, + given={Cristian\bibnamedelima Canton}, + giveni={C\bibinitperiod\bibinitdelim C\bibinitperiod}}}% + {{hash=5986b5d4a265702da5b115a74896397b}{% + family={Nikolaidis}, + familyi={N\bibinitperiod}, + given={Cyrus}, + giveni={C\bibinitperiod}}}% + {{hash=e55d6988e514e9c72f9fb21f40fb601c}{% + family={Allonsius}, + familyi={A\bibinitperiod}, + given={Damien}, + giveni={D\bibinitperiod}}}% + {{hash=55763e73a41d50cc4f9f55a06205cc86}{% + family={Song}, + familyi={S\bibinitperiod}, + given={Daniel}, + giveni={D\bibinitperiod}}}% + {{hash=4ed3f3dec5de09d37df1c34480310345}{% + family={Pintz}, + familyi={P\bibinitperiod}, + given={Danielle}, + giveni={D\bibinitperiod}}}% + {{hash=96cd5609175a1af286275fdce2035b24}{% + family={Livshits}, + familyi={L\bibinitperiod}, + given={Danny}, + giveni={D\bibinitperiod}}}% + {{hash=8bc68c3d86e021e0a7cf92611aef5aba}{% + family={Esiobu}, + familyi={E\bibinitperiod}, + given={David}, + giveni={D\bibinitperiod}}}% + {{hash=43b7c4cd20fa8299528cf96d9b0c15d7}{% + family={Choudhary}, + familyi={C\bibinitperiod}, + given={Dhruv}, + giveni={D\bibinitperiod}}}% + {{hash=3a55a24e70b781030f26c1dd27a28d97}{% + family={Mahajan}, + familyi={M\bibinitperiod}, + given={Dhruv}, + giveni={D\bibinitperiod}}}% + {{hash=0d327c0fe8637e2c0be9c118c1c6511d}{% + family={Garcia-Olano}, + familyi={G\bibinithyphendelim O\bibinitperiod}, + given={Diego}, + giveni={D\bibinitperiod}}}% + {{hash=7ae9cd6ec443d954600e0359962c4bd7}{% + family={Perino}, + familyi={P\bibinitperiod}, + given={Diego}, + giveni={D\bibinitperiod}}}% + {{hash=0aab99f9623dcafc949b52e6684d9156}{% + family={Hupkes}, + familyi={H\bibinitperiod}, + given={Dieuwke}, + giveni={D\bibinitperiod}}}% + {{hash=dba4865891705cb4d6b9c7a1035dd965}{% + family={Lakomkin}, + familyi={L\bibinitperiod}, + given={Egor}, + giveni={E\bibinitperiod}}}% + {{hash=14fd96b159eafa3f79e3845a4c443ee9}{% + family={AlBadawy}, + familyi={A\bibinitperiod}, + given={Ehab}, + giveni={E\bibinitperiod}}}% + {{hash=3591ba031dfc34f415377df95ca974e8}{% + family={Lobanova}, + familyi={L\bibinitperiod}, + given={Elina}, + giveni={E\bibinitperiod}}}% + {{hash=9d9aa89c5300a6b631bd2c11e1a5ecb5}{% + family={Dinan}, + familyi={D\bibinitperiod}, + given={Emily}, + giveni={E\bibinitperiod}}}% + {{hash=d3a381f971b5c6215ca00dbab6af16bc}{% + family={Smith}, + familyi={S\bibinitperiod}, + given={Eric\bibnamedelima Michael}, + giveni={E\bibinitperiod\bibinitdelim M\bibinitperiod}}}% + {{hash=c05b7cdee97bbf89a8dcbbc2cba01248}{% + family={Radenovic}, + familyi={R\bibinitperiod}, + given={Filip}, + giveni={F\bibinitperiod}}}% + {{hash=c36fa1678a66294c4e052073505e741f}{% + family={Zhang}, + familyi={Z\bibinitperiod}, + given={Frank}, + giveni={F\bibinitperiod}}}% + {{hash=a345e20a460089c920bb74098ed450db}{% + family={Synnaeve}, + familyi={S\bibinitperiod}, + given={Gabriel}, + giveni={G\bibinitperiod}}}% + {{hash=446d55de31cf6d76503f570d8d0e1945}{% + family={Lee}, + familyi={L\bibinitperiod}, + given={Gabrielle}, + giveni={G\bibinitperiod}}}% + {{hash=d55a7c283d9d7ec492662bd4fb221ce8}{% + family={Anderson}, + familyi={A\bibinitperiod}, + given={Georgia\bibnamedelima Lewis}, + giveni={G\bibinitperiod\bibinitdelim L\bibinitperiod}}}% + {{hash=3f24f43e1cf4e0195bd44a1bfbaa7a63}{% + family={Nail}, + familyi={N\bibinitperiod}, + given={Graeme}, + giveni={G\bibinitperiod}}}% + {{hash=b8a7ca70cb43965a42b9c6eb0bf53947}{% + family={Mialon}, + familyi={M\bibinitperiod}, + given={Gregoire}, + giveni={G\bibinitperiod}}}% + {{hash=5b08b637a3bab8f27d66577f48f39899}{% + family={Pang}, + familyi={P\bibinitperiod}, + given={Guan}, + giveni={G\bibinitperiod}}}% + {{hash=0904c97caab4d6e021d459b4326fa0ac}{% + family={Cucurell}, + familyi={C\bibinitperiod}, + given={Guillem}, + giveni={G\bibinitperiod}}}% + {{hash=239b8e5169e07c88a99c57cd2ab79bc2}{% + family={Nguyen}, + familyi={N\bibinitperiod}, + given={Hailey}, + giveni={H\bibinitperiod}}}% + {{hash=dfba7677fba7e4dc8b94d5c94ee12cfe}{% + family={Korevaar}, + familyi={K\bibinitperiod}, + given={Hannah}, + giveni={H\bibinitperiod}}}% + {{hash=e33632a7cd83c6e486ccbe7fd081f315}{% + family={Xu}, + familyi={X\bibinitperiod}, + given={Hu}, + giveni={H\bibinitperiod}}}% + {{hash=a2a13fcd633ec70c55a7f3f4812afdcf}{% + family={Touvron}, + familyi={T\bibinitperiod}, + given={Hugo}, + giveni={H\bibinitperiod}}}% + {{hash=93956bb0eb985aaa3bc14fd1e311e982}{% + family={Zarov}, + familyi={Z\bibinitperiod}, + given={Iliyan}, + giveni={I\bibinitperiod}}}% + {{hash=9671ba761407bb5cd4695fe9f7cada99}{% + family={Ibarra}, + familyi={I\bibinitperiod}, + given={Imanol\bibnamedelima Arrieta}, + giveni={I\bibinitperiod\bibinitdelim A\bibinitperiod}}}% + {{hash=ce85bd2d98b3f94c341b59edaa214e3d}{% + family={Kloumann}, + familyi={K\bibinitperiod}, + given={Isabel}, + giveni={I\bibinitperiod}}}% + {{hash=4ada721a93e1592ecdc3df0fc9876469}{% + family={Misra}, + familyi={M\bibinitperiod}, + given={Ishan}, + giveni={I\bibinitperiod}}}% + {{hash=f9a895918de323357927b1d34c9f157c}{% + family={Evtimov}, + familyi={E\bibinitperiod}, + given={Ivan}, + giveni={I\bibinitperiod}}}% + {{hash=754f41410033ef892e9ec8406be562b1}{% + family={Copet}, + familyi={C\bibinitperiod}, + given={Jade}, + giveni={J\bibinitperiod}}}% + {{hash=fad5846abebb04ef9424a83e9c98be58}{% + family={Lee}, + familyi={L\bibinitperiod}, + given={Jaewon}, + giveni={J\bibinitperiod}}}% + {{hash=783239a28c3499d058b735eae1106637}{% + family={Geffert}, + familyi={G\bibinitperiod}, + given={Jan}, + giveni={J\bibinitperiod}}}% + {{hash=c4c153a694c02a74a0a274c73e6441f2}{% + family={Vranes}, + familyi={V\bibinitperiod}, + given={Jana}, + giveni={J\bibinitperiod}}}% + {{hash=dac470c32dedad932ab1af9c3260bb72}{% + family={Park}, + familyi={P\bibinitperiod}, + given={Jason}, + giveni={J\bibinitperiod}}}% + {{hash=9a1db2f2823684340e000e50c6208a1f}{% + family={Mahadeokar}, + familyi={M\bibinitperiod}, + given={Jay}, + giveni={J\bibinitperiod}}}% + {{hash=aeee6e510ec84f70732dea374d8a5ed2}{% + family={Shah}, + familyi={S\bibinitperiod}, + given={Jeet}, + giveni={J\bibinitperiod}}}% + {{hash=99f3ebed2f6b73f262331b1ad545a6df}{% + family={Linde}, + familyi={L\bibinitperiod}, + given={Jelmer}, + giveni={J\bibinitperiod}, + prefix={van\bibnamedelima der}, + prefixi={v\bibinitperiod\bibinitdelim d\bibinitperiod}}}% + {{hash=8addaf2119b976c360fac666e552339d}{% + family={Billock}, + familyi={B\bibinitperiod}, + given={Jennifer}, + giveni={J\bibinitperiod}}}% + {{hash=faf318ef4acda4567253c563b330f7ff}{% + family={Hong}, + familyi={H\bibinitperiod}, + given={Jenny}, + giveni={J\bibinitperiod}}}% + {{hash=6ce116cb36b1ac6aa9dd9ea8b552ea39}{% + family={Lee}, + familyi={L\bibinitperiod}, + given={Jenya}, + giveni={J\bibinitperiod}}}% + {{hash=76c6af62ff4da9d3f19d41b4e8d2bbc1}{% + family={Fu}, + familyi={F\bibinitperiod}, + given={Jeremy}, + giveni={J\bibinitperiod}}}% + {{hash=3a14f76bc40e8aa0a4eccb67be887f86}{% + family={Chi}, + familyi={C\bibinitperiod}, + given={Jianfeng}, + giveni={J\bibinitperiod}}}% + {{hash=4d5dd7060b67c3b1f62b82e0dea2a4e0}{% + family={Huang}, + familyi={H\bibinitperiod}, + given={Jianyu}, + giveni={J\bibinitperiod}}}% + {{hash=451d91a5bd40575b8fa58bfe8d336090}{% + family={Liu}, + familyi={L\bibinitperiod}, + given={Jiawen}, + giveni={J\bibinitperiod}}}% + {{hash=fcd6114a30fda9801eef65b9d374f56b}{% + family={Wang}, + familyi={W\bibinitperiod}, + given={Jie}, + giveni={J\bibinitperiod}}}% + {{hash=aefd0dd76e8ae7b871a4bea7623fe602}{% + family={Yu}, + familyi={Y\bibinitperiod}, + given={Jiecao}, + giveni={J\bibinitperiod}}}% + {{hash=2a689adc56bc1cd7ef1a5d47c4f2a1c2}{% + family={Bitton}, + familyi={B\bibinitperiod}, + given={Joanna}, + giveni={J\bibinitperiod}}}% + {{hash=4a27a3fc7c2e8cf8a844a8ecd54e919d}{% + family={Spisak}, + familyi={S\bibinitperiod}, + given={Joe}, + giveni={J\bibinitperiod}}}% + {{hash=d453b06ade17d41da4d373ecf988e52a}{% + family={Park}, + familyi={P\bibinitperiod}, + given={Jongsoo}, + giveni={J\bibinitperiod}}}% + {{hash=6aaaea242a73e6eea97578d681468442}{% + family={Rocca}, + familyi={R\bibinitperiod}, + given={Joseph}, + giveni={J\bibinitperiod}}}% + {{hash=ca81589cf7cac022f06650385c8b9d05}{% + family={Johnstun}, + familyi={J\bibinitperiod}, + given={Joshua}, + giveni={J\bibinitperiod}}}% + {{hash=ebddaeb491ec309604315869c03f5fb6}{% + family={Saxe}, + familyi={S\bibinitperiod}, + given={Joshua}, + giveni={J\bibinitperiod}}}% + {{hash=0fdda3217c25f869c66e0f1f0a9816b6}{% + family={Jia}, + familyi={J\bibinitperiod}, + given={Junteng}, + giveni={J\bibinitperiod}}}% + {{hash=dbea60af0097d26182dbc78d209e116e}{% + family={Alwala}, + familyi={A\bibinitperiod}, + given={Kalyan\bibnamedelima Vasuden}, + giveni={K\bibinitperiod\bibinitdelim V\bibinitperiod}}}% + {{hash=02100c17b9904b7c4bf7845fcdf39e55}{% + family={Upasani}, + familyi={U\bibinitperiod}, + given={Kartikeya}, + giveni={K\bibinitperiod}}}% + {{hash=36190f678d0db058f91c0fa98d8c2226}{% + family={Plawiak}, + familyi={P\bibinitperiod}, + given={Kate}, + giveni={K\bibinitperiod}}}% + {{hash=815a2cdb03036dc2884fcf0472f759cf}{% + family={Li}, + familyi={L\bibinitperiod}, + given={Ke}, + giveni={K\bibinitperiod}}}% + {{hash=7335b523d68241b7785091b15c243eac}{% + family={Heafield}, + familyi={H\bibinitperiod}, + given={Kenneth}, + giveni={K\bibinitperiod}}}% + {{hash=2f7a28226c3a07d546eb4e727221d2ea}{% + family={Stone}, + familyi={S\bibinitperiod}, + given={Kevin}, + giveni={K\bibinitperiod}}}% + {{hash=f83b63a652208c1987868f7712047515}{% + family={El-Arini}, + familyi={E\bibinithyphendelim A\bibinitperiod}, + given={Khalid}, + giveni={K\bibinitperiod}}}% + {{hash=3ece0bb6da8d30142a3ff3bce0ff6dc9}{% + family={Iyer}, + familyi={I\bibinitperiod}, + given={Krithika}, + giveni={K\bibinitperiod}}}% + {{hash=d2a4ed88a068eabe32304fe58d6e038d}{% + family={Malik}, + familyi={M\bibinitperiod}, + given={Kshitiz}, + giveni={K\bibinitperiod}}}% + {{hash=ce78cb6b0c60fa398802dc90a821d318}{% + family={Chiu}, + familyi={C\bibinitperiod}, + given={Kuenley}, + giveni={K\bibinitperiod}}}% + {{hash=d8c5cf85374627a5b508c28ec50a61da}{% + family={Bhalla}, + familyi={B\bibinitperiod}, + given={Kunal}, + giveni={K\bibinitperiod}}}% + {{hash=ae95a269f6462af93a8a4e29f0c4c354}{% + family={Rantala-Yeary}, + familyi={R\bibinithyphendelim Y\bibinitperiod}, + given={Lauren}, + giveni={L\bibinitperiod}}}% + {{hash=47fbe2837893a84fb516e9e85ba7aa36}{% + family={Maaten}, + familyi={M\bibinitperiod}, + given={Laurens}, + giveni={L\bibinitperiod}, + prefix={van\bibnamedelima der}, + prefixi={v\bibinitperiod\bibinitdelim d\bibinitperiod}}}% + {{hash=090a9901d02a0452a90109efa1f31cc7}{% + family={Chen}, + familyi={C\bibinitperiod}, + given={Lawrence}, + giveni={L\bibinitperiod}}}% + {{hash=74dd8d145e8762841eba435fa00a9a37}{% + family={Tan}, + familyi={T\bibinitperiod}, + given={Liang}, + giveni={L\bibinitperiod}}}% + {{hash=93c5fa87a0065c89150edba624a9d4b4}{% + family={Jenkins}, + familyi={J\bibinitperiod}, + given={Liz}, + giveni={L\bibinitperiod}}}% + {{hash=950630d7ca7a0fad0a3d3f705e279eb1}{% + family={Martin}, + familyi={M\bibinitperiod}, + given={Louis}, + giveni={L\bibinitperiod}}}% + {{hash=bfecac3687aa510dc501bd584aebd14c}{% + family={Madaan}, + familyi={M\bibinitperiod}, + given={Lovish}, + giveni={L\bibinitperiod}}}% + {{hash=6b4ecfbce0b2f5421fca855200ce8402}{% + family={Malo}, + familyi={M\bibinitperiod}, + given={Lubo}, + giveni={L\bibinitperiod}}}% + {{hash=8269ea0da45e06632fa2fb6ab5a485f2}{% + family={Blecher}, + familyi={B\bibinitperiod}, + given={Lukas}, + giveni={L\bibinitperiod}}}% + {{hash=1d1a22fbe4ec5623497a35cc6b461e93}{% + family={Landzaat}, + familyi={L\bibinitperiod}, + given={Lukas}, + giveni={L\bibinitperiod}}}% + {{hash=6716e1a7ecf5c53811aca15e30b84ef1}{% + family={Oliveira}, + familyi={O\bibinitperiod}, + given={Luke}, + giveni={L\bibinitperiod}, + prefix={de}, + prefixi={d\bibinitperiod}}}% + {{hash=56b5b1736e48384ef7756cfaa4882fad}{% + family={Muzzi}, + familyi={M\bibinitperiod}, + given={Madeline}, + giveni={M\bibinitperiod}}}% + {{hash=d20dbd6636782c062f2caeb8df352784}{% + family={Pasupuleti}, + familyi={P\bibinitperiod}, + given={Mahesh}, + giveni={M\bibinitperiod}}}% + {{hash=f0a4c8dfbb53049c09141b32643288b2}{% + family={Singh}, + familyi={S\bibinitperiod}, + given={Mannat}, + giveni={M\bibinitperiod}}}% + {{hash=d1976e858e503a89ab7e5fa48734c939}{% + family={Paluri}, + familyi={P\bibinitperiod}, + given={Manohar}, + giveni={M\bibinitperiod}}}% + {{hash=71cb443347f4b9392a81d58940afc147}{% + family={Kardas}, + familyi={K\bibinitperiod}, + given={Marcin}, + giveni={M\bibinitperiod}}}% + {{hash=4cbcb22a60be8a2dea4f6acbcde8bc01}{% + family={Oldham}, + familyi={O\bibinitperiod}, + given={Mathew}, + giveni={M\bibinitperiod}}}% + {{hash=e5ce0679abfc2a97fd3e295186868818}{% + family={Rita}, + familyi={R\bibinitperiod}, + given={Mathieu}, + giveni={M\bibinitperiod}}}% + {{hash=0afa85890f0145d06e829a82d73ca0df}{% + family={Pavlova}, + familyi={P\bibinitperiod}, + given={Maya}, + giveni={M\bibinitperiod}}}% + {{hash=54affa9a2c21ec7e6165e1f0698417b1}{% + family={Kambadur}, + familyi={K\bibinitperiod}, + given={Melanie}, + giveni={M\bibinitperiod}}}% + {{hash=c97f53fdeeb04c28de19e3324cb4bc0a}{% + family={Lewis}, + familyi={L\bibinitperiod}, + given={Mike}, + giveni={M\bibinitperiod}}}% + {{hash=b2e053cdeb5efd4efc0a937b2925612c}{% + family={Si}, + familyi={S\bibinitperiod}, + given={Min}, + giveni={M\bibinitperiod}}}% + {{hash=8d01d4af1462d03d8e7b4d180b0034ff}{% + family={Singh}, + familyi={S\bibinitperiod}, + given={Mitesh\bibnamedelima Kumar}, + giveni={M\bibinitperiod\bibinitdelim K\bibinitperiod}}}% + {{hash=92aac3ec505dd813ea2ddd0b1a3841e6}{% + family={Hassan}, + familyi={H\bibinitperiod}, + given={Mona}, + giveni={M\bibinitperiod}}}% + {{hash=78a420900f50a8470ad085fb05231bf6}{% + family={Goyal}, + familyi={G\bibinitperiod}, + given={Naman}, + giveni={N\bibinitperiod}}}% + {{hash=c5e5ae63a4f015ffa0d6a6f773f988c7}{% + family={Torabi}, + familyi={T\bibinitperiod}, + given={Narjes}, + giveni={N\bibinitperiod}}}% + {{hash=8dca70cf10dd8f894b4dff4af9ff238c}{% + family={Bashlykov}, + familyi={B\bibinitperiod}, + given={Nikolay}, + giveni={N\bibinitperiod}}}% + {{hash=d58110a310cacc94692f0f5b6dd202ed}{% + family={Bogoychev}, + familyi={B\bibinitperiod}, + given={Nikolay}, + giveni={N\bibinitperiod}}}% + {{hash=ef6ded1d36f3b5b10bb5f2447bc40818}{% + family={Chatterji}, + familyi={C\bibinitperiod}, + given={Niladri}, + giveni={N\bibinitperiod}}}% + {{hash=f9c5d2c162690076b15de314a8215961}{% + family={Duchenne}, + familyi={D\bibinitperiod}, + given={Olivier}, + giveni={O\bibinitperiod}}}% + {{hash=b50226f3de19ee635922d59edd7ae7e5}{% + family={Çelebi}, + familyi={Ç\bibinitperiod}, + given={Onur}, + giveni={O\bibinitperiod}}}% + {{hash=798fef5b4c3e0906b43971fc37795f81}{% + family={Alrassy}, + familyi={A\bibinitperiod}, + given={Patrick}, + giveni={P\bibinitperiod}}}% + {{hash=6e8ae7560608b7727418a49a752bbe2f}{% + family={Zhang}, + familyi={Z\bibinitperiod}, + given={Pengchuan}, + giveni={P\bibinitperiod}}}% + {{hash=053d099671dbc892fb57a5464fe99862}{% + family={Li}, + familyi={L\bibinitperiod}, + given={Pengwei}, + giveni={P\bibinitperiod}}}% + {{hash=4e5b76c778a7d65b18700c12f33efa62}{% + family={Vasic}, + familyi={V\bibinitperiod}, + given={Petar}, + giveni={P\bibinitperiod}}}% + {{hash=e190d2d85cfe549644d9d4270cf3c193}{% + family={Weng}, + familyi={W\bibinitperiod}, + given={Peter}, + giveni={P\bibinitperiod}}}% + {{hash=f6126d401371bb053d15e54678a5d2be}{% + family={Bhargava}, + familyi={B\bibinitperiod}, + given={Prajjwal}, + giveni={P\bibinitperiod}}}% + {{hash=b2ca9905acb96c0dd1b36c24148fc07e}{% + family={Dubal}, + familyi={D\bibinitperiod}, + given={Pratik}, + giveni={P\bibinitperiod}}}% + {{hash=837a8f1fd024a33720a1ba69b40a2dc0}{% + family={Krishnan}, + familyi={K\bibinitperiod}, + given={Praveen}, + giveni={P\bibinitperiod}}}% + {{hash=b58bfbc914fead2ccb6bc50a44bbe36f}{% + family={Koura}, + familyi={K\bibinitperiod}, + given={Punit\bibnamedelima Singh}, + giveni={P\bibinitperiod\bibinitdelim S\bibinitperiod}}}% + {{hash=45be0856419ed489bdf51603a27cf854}{% + family={Xu}, + familyi={X\bibinitperiod}, + given={Puxin}, + giveni={P\bibinitperiod}}}% + {{hash=7c27f1b2b48feefb0593a05e9c6a8b12}{% + family={He}, + familyi={H\bibinitperiod}, + given={Qing}, + giveni={Q\bibinitperiod}}}% + {{hash=13993f1539efb56c308bc5396bf5b0f4}{% + family={Dong}, + familyi={D\bibinitperiod}, + given={Qingxiao}, + giveni={Q\bibinitperiod}}}% + {{hash=439acb42a33468f60e368e4c9b5bb4ed}{% + family={Srinivasan}, + familyi={S\bibinitperiod}, + given={Ragavan}, + giveni={R\bibinitperiod}}}% + {{hash=7588dba48927dee26ecc709c9167169e}{% + family={Ganapathy}, + familyi={G\bibinitperiod}, + given={Raj}, + giveni={R\bibinitperiod}}}% + {{hash=329dcc3352aaa5053bed2565ff100e10}{% + family={Calderer}, + familyi={C\bibinitperiod}, + given={Ramon}, + giveni={R\bibinitperiod}}}% + {{hash=aee7d69c56b580e9bedc7fefc9eb9c52}{% + family={Cabral}, + familyi={C\bibinitperiod}, + given={Ricardo\bibnamedelima Silveira}, + giveni={R\bibinitperiod\bibinitdelim S\bibinitperiod}}}% + {{hash=5f64b32e164398414aabe27f1af0140e}{% + family={Stojnic}, + familyi={S\bibinitperiod}, + given={Robert}, + giveni={R\bibinitperiod}}}% + {{hash=6f4fcbeef9e0ff74d528e953d5c5f6c7}{% + family={Raileanu}, + familyi={R\bibinitperiod}, + given={Roberta}, + giveni={R\bibinitperiod}}}% + {{hash=b04a9f34a16019be789d119ecef9ae8b}{% + family={Girdhar}, + familyi={G\bibinitperiod}, + given={Rohit}, + giveni={R\bibinitperiod}}}% + {{hash=b76c0872b581774230eafe330e0f948d}{% + family={Patel}, + familyi={P\bibinitperiod}, + given={Rohit}, + giveni={R\bibinitperiod}}}% + {{hash=8e33aea10f45b2bc5ebe66bc7fdbcab7}{% + family={Sauvestre}, + familyi={S\bibinitperiod}, + given={Romain}, + giveni={R\bibinitperiod}}}% + {{hash=249caeb243804ab63be7b727ecf9f0b3}{% + family={Polidoro}, + familyi={P\bibinitperiod}, + given={Ronnie}, + giveni={R\bibinitperiod}}}% + {{hash=2407ed6a0925d80f5c31039222182737}{% + family={Sumbaly}, + familyi={S\bibinitperiod}, + given={Roshan}, + giveni={R\bibinitperiod}}}% + {{hash=bc3d70abe301dce69ed52a2854aabd09}{% + family={Taylor}, + familyi={T\bibinitperiod}, + given={Ross}, + giveni={R\bibinitperiod}}}% + {{hash=890ca1d1a899ca554e599fcb6e7fb479}{% + family={Silva}, + familyi={S\bibinitperiod}, + given={Ruan}, + giveni={R\bibinitperiod}}}% + {{hash=87e1cd3cb3c64f79a269f8eb6ca4689c}{% + family={Hou}, + familyi={H\bibinitperiod}, + given={Rui}, + giveni={R\bibinitperiod}}}% + {{hash=9a8e37c2db183faff113a94a5dbc4914}{% + family={Wang}, + familyi={W\bibinitperiod}, + given={Rui}, + giveni={R\bibinitperiod}}}% + {{hash=4abc1e75d2af9ab7d913201989a0e571}{% + family={Hosseini}, + familyi={H\bibinitperiod}, + given={Saghar}, + giveni={S\bibinitperiod}}}% + {{hash=01bfc925489a1aa0b42bbccd3a1b910d}{% + family={Chennabasappa}, + familyi={C\bibinitperiod}, + given={Sahana}, + giveni={S\bibinitperiod}}}% + {{hash=f6f98d9855931a1b4a26f28c431c896c}{% + family={Singh}, + familyi={S\bibinitperiod}, + given={Sanjay}, + giveni={S\bibinitperiod}}}% + {{hash=66430b8659a566bd0a6f426873ec981a}{% + family={Bell}, + familyi={B\bibinitperiod}, + given={Sean}, + giveni={S\bibinitperiod}}}% + {{hash=17805ef7508734c22d008d0042164d91}{% + family={Kim}, + familyi={K\bibinitperiod}, + given={Seohyun\bibnamedelima Sonia}, + giveni={S\bibinitperiod\bibinitdelim S\bibinitperiod}}}% + {{hash=79caf76234e835df3dc38a785e0913e0}{% + family={Edunov}, + familyi={E\bibinitperiod}, + given={Sergey}, + giveni={S\bibinitperiod}}}% + {{hash=0d41a9b721eb8bfd6c1060b3a974cdbe}{% + family={Nie}, + familyi={N\bibinitperiod}, + given={Shaoliang}, + giveni={S\bibinitperiod}}}% + {{hash=a2da348cbbad750c6fe76dda9c35ffcd}{% + family={Narang}, + familyi={N\bibinitperiod}, + given={Sharan}, + giveni={S\bibinitperiod}}}% + {{hash=f46bde2b73f64feac494d54df17a56cd}{% + family={Raparthy}, + familyi={R\bibinitperiod}, + given={Sharath}, + giveni={S\bibinitperiod}}}% + {{hash=0e8faef8660b332360bc58caaa793303}{% + family={Shen}, + familyi={S\bibinitperiod}, + given={Sheng}, + giveni={S\bibinitperiod}}}% + {{hash=2980de2259ff3bfd7c43b05073509045}{% + family={Wan}, + familyi={W\bibinitperiod}, + given={Shengye}, + giveni={S\bibinitperiod}}}% + {{hash=7681ed73d0f254dc4ce489faa0245a38}{% + family={Bhosale}, + familyi={B\bibinitperiod}, + given={Shruti}, + giveni={S\bibinitperiod}}}% + {{hash=a3739bbe1787246c16692bfb043543a2}{% + family={Zhang}, + familyi={Z\bibinitperiod}, + given={Shun}, + giveni={S\bibinitperiod}}}% + {{hash=8366514841cca3b7ed038c0422a0177f}{% + family={Vandenhende}, + familyi={V\bibinitperiod}, + given={Simon}, + giveni={S\bibinitperiod}}}% + {{hash=1b9611b3526fa975cb70666e43061068}{% + family={Batra}, + familyi={B\bibinitperiod}, + given={Soumya}, + giveni={S\bibinitperiod}}}% + {{hash=957f76287a021b9d8a0a3ad11b2b2e22}{% + family={Whitman}, + familyi={W\bibinitperiod}, + given={Spencer}, + giveni={S\bibinitperiod}}}% + {{hash=6bf726fdc870ddfdcb98122f0f9e7422}{% + family={Sootla}, + familyi={S\bibinitperiod}, + given={Sten}, + giveni={S\bibinitperiod}}}% + {{hash=4b86bc07b579ac8c2921000e01f27a80}{% + family={Collot}, + familyi={C\bibinitperiod}, + given={Stephane}, + giveni={S\bibinitperiod}}}% + {{hash=d1d3c4c5376249f5a5ed8c43c6585e47}{% + family={Gururangan}, + familyi={G\bibinitperiod}, + given={Suchin}, + giveni={S\bibinitperiod}}}% + {{hash=824d6e2c49ec949550246a2ea57a743e}{% + family={Borodinsky}, + familyi={B\bibinitperiod}, + given={Sydney}, + giveni={S\bibinitperiod}}}% + {{hash=b0a9bd1317ecd31e7a0bf07e018aca1e}{% + family={Herman}, + familyi={H\bibinitperiod}, + given={Tamar}, + giveni={T\bibinitperiod}}}% + {{hash=51f4beece23d913bedabfbe65082e9b2}{% + family={Fowler}, + familyi={F\bibinitperiod}, + given={Tara}, + giveni={T\bibinitperiod}}}% + {{hash=d9cd0f1b7f1372adec7ab0cf7b63a5f1}{% + family={Sheasha}, + familyi={S\bibinitperiod}, + given={Tarek}, + giveni={T\bibinitperiod}}}% + {{hash=55899b1834a47e42e0d2d9e15f4fa5e8}{% + family={Georgiou}, + familyi={G\bibinitperiod}, + given={Thomas}, + giveni={T\bibinitperiod}}}% + {{hash=3669dc61c228df3d7b95b1306107fa82}{% + family={Scialom}, + familyi={S\bibinitperiod}, + given={Thomas}, + giveni={T\bibinitperiod}}}% + {{hash=db801b929045385e0278353141905b77}{% + family={Speckbacher}, + familyi={S\bibinitperiod}, + given={Tobias}, + giveni={T\bibinitperiod}}}% + {{hash=2760810ac53a3b0afd0d63a8af2b52e3}{% + family={Mihaylov}, + familyi={M\bibinitperiod}, + given={Todor}, + giveni={T\bibinitperiod}}}% + {{hash=41028368e6169b6177f4b66947f5eed0}{% + family={Xiao}, + familyi={X\bibinitperiod}, + given={Tong}, + giveni={T\bibinitperiod}}}% + {{hash=985c4475f1e55e59f7bd68f5ac293c6b}{% + family={Karn}, + familyi={K\bibinitperiod}, + given={Ujjwal}, + giveni={U\bibinitperiod}}}% + {{hash=3b3711fab2634fac4eff6816c0f5cb0c}{% + family={Goswami}, + familyi={G\bibinitperiod}, + given={Vedanuj}, + giveni={V\bibinitperiod}}}% + {{hash=4d2a9682f134773155ee92056a02000a}{% + family={Gupta}, + familyi={G\bibinitperiod}, + given={Vibhor}, + giveni={V\bibinitperiod}}}% + {{hash=98b5373cace5e2cae4451d8e1ab0f2a6}{% + family={Ramanathan}, + familyi={R\bibinitperiod}, + given={Vignesh}, + giveni={V\bibinitperiod}}}% + {{hash=8406b239af8c6ae9ab411887b09b8cdd}{% + family={Kerkez}, + familyi={K\bibinitperiod}, + given={Viktor}, + giveni={V\bibinitperiod}}}% + {{hash=731e41af12131339812a2e1d2fd4264b}{% + family={Gonguet}, + familyi={G\bibinitperiod}, + given={Vincent}, + giveni={V\bibinitperiod}}}% + {{hash=385be234eecddfc0f46e562565e0e8d2}{% + family={Do}, + familyi={D\bibinitperiod}, + given={Virginie}, + giveni={V\bibinitperiod}}}% + {{hash=456bbb7e40bd87c238fd46331abc4852}{% + family={Vogeti}, + familyi={V\bibinitperiod}, + given={Vish}, + giveni={V\bibinitperiod}}}% + {{hash=03f1f84e19c0effe98205ab9a4d71724}{% + family={Petrovic}, + familyi={P\bibinitperiod}, + given={Vladan}, + giveni={V\bibinitperiod}}}% + {{hash=ae16043bc735d2e68fd2f2048a261cb0}{% + family={Chu}, + familyi={C\bibinitperiod}, + given={Weiwei}, + giveni={W\bibinitperiod}}}% + {{hash=ebf728d4edd3772aa46233df8265003e}{% + family={Xiong}, + familyi={X\bibinitperiod}, + given={Wenhan}, + giveni={W\bibinitperiod}}}% + {{hash=c206969fdfb0e87b34f30ee6cc0f0139}{% + family={Fu}, + familyi={F\bibinitperiod}, + given={Wenyin}, + giveni={W\bibinitperiod}}}% + {{hash=0dca8ecf486ac7cf75fdac6bef569a8b}{% + family={Meers}, + familyi={M\bibinitperiod}, + given={Whitney}, + giveni={W\bibinitperiod}}}% + {{hash=7222f9d76b0fff504f39e7c9c2a526be}{% + family={Martinet}, + familyi={M\bibinitperiod}, + given={Xavier}, + giveni={X\bibinitperiod}}}% + {{hash=cd26424dac955ebe267f1a2f0325d9f3}{% + family={Wang}, + familyi={W\bibinitperiod}, + given={Xiaodong}, + giveni={X\bibinitperiod}}}% + {{hash=9cf8d901d24d77adab28b880dc77fbde}{% + family={Tan}, + familyi={T\bibinitperiod}, + given={Xiaoqing\bibnamedelima Ellen}, + giveni={X\bibinitperiod\bibinitdelim E\bibinitperiod}}}% + {{hash=171702d62eddf18f37fcdb07dd3cc38f}{% + family={Xie}, + familyi={X\bibinitperiod}, + given={Xinfeng}, + giveni={X\bibinitperiod}}}% + {{hash=7778cc0a3ceb7bc7d21da689ccbacadd}{% + family={Jia}, + familyi={J\bibinitperiod}, + given={Xuchao}, + giveni={X\bibinitperiod}}}% + {{hash=aca8c393efd61cde9155d6edae887bcc}{% + family={Wang}, + familyi={W\bibinitperiod}, + given={Xuewei}, + giveni={X\bibinitperiod}}}% + {{hash=fdb54ac249abf18859648480c419bf0f}{% + family={Goldschlag}, + familyi={G\bibinitperiod}, + given={Yaelle}, + giveni={Y\bibinitperiod}}}% + {{hash=d0815b5d48e41b65855ec469e3546971}{% + family={Gaur}, + familyi={G\bibinitperiod}, + given={Yashesh}, + giveni={Y\bibinitperiod}}}% + {{hash=3f8d04c034a513f6abe1e2c15f14e3e4}{% + family={Babaei}, + familyi={B\bibinitperiod}, + given={Yasmine}, + giveni={Y\bibinitperiod}}}% + {{hash=a64d15774d6fc7b1171ced403cea68c3}{% + family={Wen}, + familyi={W\bibinitperiod}, + given={Yi}, + giveni={Y\bibinitperiod}}}% + {{hash=9bd32de2762a7622190cdc86304f6b18}{% + family={Song}, + familyi={S\bibinitperiod}, + given={Yiwen}, + giveni={Y\bibinitperiod}}}% + {{hash=584fe8cb46f9a24597f46045f82d1d8d}{% + family={Zhang}, + familyi={Z\bibinitperiod}, + given={Yuchen}, + giveni={Y\bibinitperiod}}}% + {{hash=0e1dff109644a2423d611a0bfe123178}{% + family={Li}, + familyi={L\bibinitperiod}, + given={Yue}, + giveni={Y\bibinitperiod}}}% + {{hash=4bf12306f229966567f3fa80a61f52c9}{% + family={Mao}, + familyi={M\bibinitperiod}, + given={Yuning}, + giveni={Y\bibinitperiod}}}% + {{hash=5d127fc68c862ac6acbaf194dd5341b3}{% + family={Coudert}, + familyi={C\bibinitperiod}, + given={Zacharie\bibnamedelima Delpierre}, + giveni={Z\bibinitperiod\bibinitdelim D\bibinitperiod}}}% + {{hash=d2ade1cc491ab061c743877b9fac6eb4}{% + family={Yan}, + familyi={Y\bibinitperiod}, + given={Zheng}, + giveni={Z\bibinitperiod}}}% + {{hash=c2e101fe9820cc9ebb5a6d51ebdff69f}{% + family={Chen}, + familyi={C\bibinitperiod}, + given={Zhengxing}, + giveni={Z\bibinitperiod}}}% + {{hash=924298ff0f42916eefd4612747b69168}{% + family={Papakipos}, + familyi={P\bibinitperiod}, + given={Zoe}, + giveni={Z\bibinitperiod}}}% + {{hash=3f3a905d16e64c5f11efab25a0da6255}{% + family={Singh}, + familyi={S\bibinitperiod}, + given={Aaditya}, + giveni={A\bibinitperiod}}}% + {{hash=7ac1dd876daaa34de14a8cf2eb49039c}{% + family={Grattafiori}, + familyi={G\bibinitperiod}, + given={Aaron}, + giveni={A\bibinitperiod}}}% + {{hash=0dd18c09e0af266292d5a7e9a2accff3}{% + family={Jain}, + familyi={J\bibinitperiod}, + given={Abha}, + giveni={A\bibinitperiod}}}% + {{hash=c56eec940be89868eed50f123204dec0}{% + family={Kelsey}, + familyi={K\bibinitperiod}, + given={Adam}, + giveni={A\bibinitperiod}}}% + {{hash=dde1a2384f95b935aa2b55975ed2b3f6}{% + family={Shajnfeld}, + familyi={S\bibinitperiod}, + given={Adam}, + giveni={A\bibinitperiod}}}% + {{hash=4b7ae8b3b746745e1d3cadafc45ffb3e}{% + family={Gangidi}, + familyi={G\bibinitperiod}, + given={Adithya}, + giveni={A\bibinitperiod}}}% + {{hash=1aa5a110a6957624dd943b795f0af71d}{% + family={Victoria}, + familyi={V\bibinitperiod}, + given={Adolfo}, + giveni={A\bibinitperiod}}}% + {{hash=7b4fa10f252f1324eda28c7c5b71efda}{% + family={Goldstand}, + familyi={G\bibinitperiod}, + given={Ahuva}, + giveni={A\bibinitperiod}}}% + {{hash=70c4067ccb121ce9d1346cfc7c622279}{% + family={Menon}, + familyi={M\bibinitperiod}, + given={Ajay}, + giveni={A\bibinitperiod}}}% + {{hash=e9a4763f65102abab18661133f199010}{% + family={Sharma}, + familyi={S\bibinitperiod}, + given={Ajay}, + giveni={A\bibinitperiod}}}% + {{hash=a1f74b7b2d93ac9f180664f3ce1176f6}{% + family={Boesenberg}, + familyi={B\bibinitperiod}, + given={Alex}, + giveni={A\bibinitperiod}}}% + {{hash=6513aec94043b0b10600196df6026a8c}{% + family={Vaughan}, + familyi={V\bibinitperiod}, + given={Alex}, + giveni={A\bibinitperiod}}}% + {{hash=e478046d4abc39e9814f6e364a736511}{% + family={Baevski}, + familyi={B\bibinitperiod}, + given={Alexei}, + giveni={A\bibinitperiod}}}% + {{hash=2e4283faf5715d7621de875320480ded}{% + family={Feinstein}, + familyi={F\bibinitperiod}, + given={Allie}, + giveni={A\bibinitperiod}}}% + {{hash=d5cd1376c5170b4a2fa1a09ab2d87a95}{% + family={Kallet}, + familyi={K\bibinitperiod}, + given={Amanda}, + giveni={A\bibinitperiod}}}% + {{hash=e9cb262adced7bca6f31d1a1294f0604}{% + family={Sangani}, + familyi={S\bibinitperiod}, + given={Amit}, + giveni={A\bibinitperiod}}}% + {{hash=be0e999808d5e6dd7d4c77fa1e019a35}{% + family={Yunus}, + familyi={Y\bibinitperiod}, + given={Anam}, + giveni={A\bibinitperiod}}}% + {{hash=89b81451635166fcb37197f8034c95d9}{% + family={Lupu}, + familyi={L\bibinitperiod}, + given={Andrei}, + giveni={A\bibinitperiod}}}% + {{hash=d28f306dab0a156ae0ad889a94bef7bb}{% + family={Alvarado}, + familyi={A\bibinitperiod}, + given={Andres}, + giveni={A\bibinitperiod}}}% + {{hash=a452e7dc78896bd8aea0ce8cbcde161e}{% + family={Caples}, + familyi={C\bibinitperiod}, + given={Andrew}, + giveni={A\bibinitperiod}}}% + {{hash=98cfba14708bcf56744f90225338572e}{% + family={Gu}, + familyi={G\bibinitperiod}, + given={Andrew}, + giveni={A\bibinitperiod}}}% + {{hash=bb8cc10f8a196a031445b79268e837ba}{% + family={Ho}, + familyi={H\bibinitperiod}, + given={Andrew}, + giveni={A\bibinitperiod}}}% + {{hash=a2080b9d7f5596d56ff1c48c3b0bf6aa}{% + family={Poulton}, + familyi={P\bibinitperiod}, + given={Andrew}, + giveni={A\bibinitperiod}}}% + {{hash=f2c437270d4e2db1f791420ed8ac551a}{% + family={Ryan}, + familyi={R\bibinitperiod}, + given={Andrew}, + giveni={A\bibinitperiod}}}% + {{hash=39cbdced681e69a4d9c47277f4042810}{% + family={Ramchandani}, + familyi={R\bibinitperiod}, + given={Ankit}, + giveni={A\bibinitperiod}}}% + {{hash=7db8b1027b55d4c2c8dc5778a254cd8b}{% + family={Franco}, + familyi={F\bibinitperiod}, + given={Annie}, + giveni={A\bibinitperiod}}}% + {{hash=331939d1aad3f3e466c0eb41b1739e48}{% + family={Saraf}, + familyi={S\bibinitperiod}, + given={Aparajita}, + giveni={A\bibinitperiod}}}% + {{hash=4401d7038ab283d97db93f8c106d8087}{% + family={Chowdhury}, + familyi={C\bibinitperiod}, + given={Arkabandhu}, + giveni={A\bibinitperiod}}}% + {{hash=eb8a956fa9100c20675c2ee391fc7690}{% + family={Gabriel}, + familyi={G\bibinitperiod}, + given={Ashley}, + giveni={A\bibinitperiod}}}% + {{hash=3f6a694e9a7267ec68effb5fdaf12c1c}{% + family={Bharambe}, + familyi={B\bibinitperiod}, + given={Ashwin}, + giveni={A\bibinitperiod}}}% + {{hash=7340ee2f132a35281d3204fd988c70fe}{% + family={Eisenman}, + familyi={E\bibinitperiod}, + given={Assaf}, + giveni={A\bibinitperiod}}}% + {{hash=1b5c67fc4afdd85c2436b2d9d3f942b7}{% + family={Yazdan}, + familyi={Y\bibinitperiod}, + given={Azadeh}, + giveni={A\bibinitperiod}}}% + {{hash=6254b751ef20420ced84e035f2ed2139}{% + family={James}, + familyi={J\bibinitperiod}, + given={Beau}, + giveni={B\bibinitperiod}}}% + {{hash=dbf8ae26b403ade00095d259a53cc2c8}{% + family={Maurer}, + familyi={M\bibinitperiod}, + given={Ben}, + giveni={B\bibinitperiod}}}% + {{hash=afa7e051f634e451742bd0b2a88f4d59}{% + family={Leonhardi}, + familyi={L\bibinitperiod}, + given={Benjamin}, + giveni={B\bibinitperiod}}}% + {{hash=c219c269757ff4df4a753b12299956cb}{% + family={Huang}, + familyi={H\bibinitperiod}, + given={Bernie}, + giveni={B\bibinitperiod}}}% + {{hash=3aef1d7739808a2eac496e70b92c58b9}{% + family={Loyd}, + familyi={L\bibinitperiod}, + given={Beth}, + giveni={B\bibinitperiod}}}% + {{hash=9266fea639391d2bbeb3a046b64218c8}{% + family={Paola}, + familyi={P\bibinitperiod}, + given={Beto\bibnamedelima De}, + giveni={B\bibinitperiod\bibinitdelim D\bibinitperiod}}}% + {{hash=d8e8976ad7ec5848c2f5557280aa5cdf}{% + family={Paranjape}, + familyi={P\bibinitperiod}, + given={Bhargavi}, + giveni={B\bibinitperiod}}}% + {{hash=9c6fb2af2964f3126cfd4e505a38daca}{% + family={Liu}, + familyi={L\bibinitperiod}, + given={Bing}, + giveni={B\bibinitperiod}}}% + {{hash=a3467545efc97f24be8a5d66e4c70ab4}{% + family={Wu}, + familyi={W\bibinitperiod}, + given={Bo}, + giveni={B\bibinitperiod}}}% + {{hash=2f60b1b93fe3c1ea1a5dfcf2cec5dec1}{% + family={Ni}, + familyi={N\bibinitperiod}, + given={Boyu}, + giveni={B\bibinitperiod}}}% + {{hash=f003085c93285865f04f94323f8e1f55}{% + family={Hancock}, + familyi={H\bibinitperiod}, + given={Braden}, + giveni={B\bibinitperiod}}}% + {{hash=a486bf67c8cfeb78e434e64aa3e7de20}{% + family={Wasti}, + familyi={W\bibinitperiod}, + given={Bram}, + giveni={B\bibinitperiod}}}% + {{hash=83052ea7cb96114307dd409b3e563e95}{% + family={Spence}, + familyi={S\bibinitperiod}, + given={Brandon}, + giveni={B\bibinitperiod}}}% + {{hash=1662eb5e488536c1f5363556c2bf503d}{% + family={Stojkovic}, + familyi={S\bibinitperiod}, + given={Brani}, + giveni={B\bibinitperiod}}}% + {{hash=cb296ca2c75dca6391edb314d6943e54}{% + family={Gamido}, + familyi={G\bibinitperiod}, + given={Brian}, + giveni={B\bibinitperiod}}}% + {{hash=7b9c61ccfd8b3b9aa97317d0891e295c}{% + family={Montalvo}, + familyi={M\bibinitperiod}, + given={Britt}, + giveni={B\bibinitperiod}}}% + {{hash=09b953d7bf65fc43bb2742ffb96979ed}{% + family={Parker}, + familyi={P\bibinitperiod}, + given={Carl}, + giveni={C\bibinitperiod}}}% + {{hash=6547ed8bd56811accdf46e83b2f310ff}{% + family={Burton}, + familyi={B\bibinitperiod}, + given={Carly}, + giveni={C\bibinitperiod}}}% + {{hash=e5caf4b91e54513114f4b2e9d004e792}{% + family={Mejia}, + familyi={M\bibinitperiod}, + given={Catalina}, + giveni={C\bibinitperiod}}}% + {{hash=2242e23b82996e29a58069cd958eaca7}{% + family={Wang}, + familyi={W\bibinitperiod}, + given={Changhan}, + giveni={C\bibinitperiod}}}% + {{hash=2a1aad94984767bead4473eb7fd34080}{% + family={Kim}, + familyi={K\bibinitperiod}, + given={Changkyu}, + giveni={C\bibinitperiod}}}% + {{hash=a82f7b211fe415c0eccfd31925edc866}{% + family={Zhou}, + familyi={Z\bibinitperiod}, + given={Chao}, + giveni={C\bibinitperiod}}}% + {{hash=b03cef620e9fd30846f3540e0c09870f}{% + family={Hu}, + familyi={H\bibinitperiod}, + given={Chester}, + giveni={C\bibinitperiod}}}% + {{hash=2ccc00af77367adad3939db00bea965f}{% + family={Chu}, + familyi={C\bibinitperiod}, + given={Ching-Hsiang}, + giveni={C\bibinithyphendelim H\bibinitperiod}}}% + {{hash=7b2e6a6b72466725c4366d7c38b4fc04}{% + family={Cai}, + familyi={C\bibinitperiod}, + given={Chris}, + giveni={C\bibinitperiod}}}% + {{hash=1181defc635c4d87648d74557914379f}{% + family={Tindal}, + familyi={T\bibinitperiod}, + given={Chris}, + giveni={C\bibinitperiod}}}% + {{hash=bd2fff33d3a5433188d2662695e79eb5}{% + family={Feichtenhofer}, + familyi={F\bibinitperiod}, + given={Christoph}, + giveni={C\bibinitperiod}}}% + {{hash=8ca7956e6e672d37fb851f87283db254}{% + family={Civin}, + familyi={C\bibinitperiod}, + given={Damon}, + giveni={D\bibinitperiod}}}% + {{hash=058b5e7e33c66f97e4c7390ae4f31c77}{% + family={Beaty}, + familyi={B\bibinitperiod}, + given={Dana}, + giveni={D\bibinitperiod}}}% + {{hash=df2d84aa0d9f71306f386f2e0ba4a56e}{% + family={Kreymer}, + familyi={K\bibinitperiod}, + given={Daniel}, + giveni={D\bibinitperiod}}}% + {{hash=4ef9f067fa7dd881ebe6076d3c1d1c5f}{% + family={Li}, + familyi={L\bibinitperiod}, + given={Daniel}, + giveni={D\bibinitperiod}}}% + {{hash=466c2556f5190f94e1fc1e0e06a9764b}{% + family={Wyatt}, + familyi={W\bibinitperiod}, + given={Danny}, + giveni={D\bibinitperiod}}}% + {{hash=6ac810290b1640b6062b03b865aa3f26}{% + family={Adkins}, + familyi={A\bibinitperiod}, + given={David}, + giveni={D\bibinitperiod}}}% + {{hash=4ab4bfa54620bfb6e3beb068ed5d87c7}{% + family={Xu}, + familyi={X\bibinitperiod}, + given={David}, + giveni={D\bibinitperiod}}}% + {{hash=b8388eead45ea4429fa88916bc9a6cd5}{% + family={Testuggine}, + familyi={T\bibinitperiod}, + given={Davide}, + giveni={D\bibinitperiod}}}% + {{hash=d0243a1eeb11d9a28d68e4837a3f219d}{% + family={David}, + familyi={D\bibinitperiod}, + given={Delia}, + giveni={D\bibinitperiod}}}% + {{hash=d0ab7a4601951a0c59352f1dcb531afb}{% + family={Parikh}, + familyi={P\bibinitperiod}, + given={Devi}, + giveni={D\bibinitperiod}}}% + {{hash=727001a7f22db6717a536a1042b6f98b}{% + family={Liskovich}, + familyi={L\bibinitperiod}, + given={Diana}, + giveni={D\bibinitperiod}}}% + {{hash=aee34486f0fd233b49c203b3d130f41e}{% + family={Foss}, + familyi={F\bibinitperiod}, + given={Didem}, + giveni={D\bibinitperiod}}}% + {{hash=6febfd7fda62e1c77a555b50c9af4748}{% + family={Wang}, + familyi={W\bibinitperiod}, + given={Dingkang}, + giveni={D\bibinitperiod}}}% + {{hash=8c94a3f45f138176d92596819219883c}{% + family={Le}, + familyi={L\bibinitperiod}, + given={Duc}, + giveni={D\bibinitperiod}}}% + {{hash=bc5feac31f8fc7de99343e7e1aa94b59}{% + family={Holland}, + familyi={H\bibinitperiod}, + given={Dustin}, + giveni={D\bibinitperiod}}}% + {{hash=29f7b97ba50d0cbdb026f2c915c20d41}{% + family={Dowling}, + familyi={D\bibinitperiod}, + given={Edward}, + giveni={E\bibinitperiod}}}% + {{hash=daa6288a29af11a3a945b3c6570e923c}{% + family={Jamil}, + familyi={J\bibinitperiod}, + given={Eissa}, + giveni={E\bibinitperiod}}}% + {{hash=174e31a1aa41b374bb067963b6d2a13b}{% + family={Montgomery}, + familyi={M\bibinitperiod}, + given={Elaine}, + giveni={E\bibinitperiod}}}% + {{hash=360e2ddb867a61eb479ae7d054745568}{% + family={Presani}, + familyi={P\bibinitperiod}, + given={Eleonora}, + giveni={E\bibinitperiod}}}% + {{hash=ae9b4e3637efc7f1be303e3a65679b65}{% + family={Hahn}, + familyi={H\bibinitperiod}, + given={Emily}, + giveni={E\bibinitperiod}}}% + {{hash=a3f5964b64c780013113e6c7ec9fd077}{% + family={Wood}, + familyi={W\bibinitperiod}, + given={Emily}, + giveni={E\bibinitperiod}}}% + {{hash=1720f8a37adce15a8477dcca02991c42}{% + family={Brinkman}, + familyi={B\bibinitperiod}, + given={Erik}, + giveni={E\bibinitperiod}}}% + {{hash=2201729bd61693bd36df860408450550}{% + family={Arcaute}, + familyi={A\bibinitperiod}, + given={Esteban}, + giveni={E\bibinitperiod}}}% + {{hash=51c48faf493d65df58dd924e74339197}{% + family={Dunbar}, + familyi={D\bibinitperiod}, + given={Evan}, + giveni={E\bibinitperiod}}}% + {{hash=12ce8810094604a466f2b16a711b350d}{% + family={Smothers}, + familyi={S\bibinitperiod}, + given={Evan}, + giveni={E\bibinitperiod}}}% + {{hash=0fff2d014f575fc5d680e70e02e8ce38}{% + family={Sun}, + familyi={S\bibinitperiod}, + given={Fei}, + giveni={F\bibinitperiod}}}% + {{hash=7b9f656a709e39ab921a2319da205e6b}{% + family={Kreuk}, + familyi={K\bibinitperiod}, + given={Felix}, + giveni={F\bibinitperiod}}}% + {{hash=1487e60477fb6a315fa69b2f8ee53c9f}{% + family={Tian}, + familyi={T\bibinitperiod}, + given={Feng}, + giveni={F\bibinitperiod}}}% + {{hash=b99972de6b245e2104b4eacd84a61fc6}{% + family={Ozgenel}, + familyi={O\bibinitperiod}, + given={Firat}, + giveni={F\bibinitperiod}}}% + {{hash=d4eb4c0bac6f1261470c119f71c81bb8}{% + family={Caggioni}, + familyi={C\bibinitperiod}, + given={Francesco}, + giveni={F\bibinitperiod}}}% + {{hash=f2e3a540fe772c40c15564f8e6056c14}{% + family={Guzmán}, + familyi={G\bibinitperiod}, + given={Francisco}, + giveni={F\bibinitperiod}}}% + {{hash=f736a2cbfb475ab66e4513656b1e5cc4}{% + family={Kanayet}, + familyi={K\bibinitperiod}, + given={Frank}, + giveni={F\bibinitperiod}}}% + {{hash=ef03c6cf9b4db1e1c72b2202a2b4ab62}{% + family={Seide}, + familyi={S\bibinitperiod}, + given={Frank}, + giveni={F\bibinitperiod}}}% + {{hash=3f0a19d35feafb9f65696b5dc34cac51}{% + family={Florez}, + familyi={F\bibinitperiod}, + given={Gabriela\bibnamedelima Medina}, + giveni={G\bibinitperiod\bibinitdelim M\bibinitperiod}}}% + {{hash=384b4168a5627486c8f2863f21193b39}{% + family={Schwarz}, + familyi={S\bibinitperiod}, + given={Gabriella}, + giveni={G\bibinitperiod}}}% + {{hash=c586335e51a7a87f4ef46cba95d55596}{% + family={Badeer}, + familyi={B\bibinitperiod}, + given={Gada}, + giveni={G\bibinitperiod}}}% + {{hash=2adac47a7bc3aafff7340267307f70b4}{% + family={Swee}, + familyi={S\bibinitperiod}, + given={Georgia}, + giveni={G\bibinitperiod}}}% + {{hash=89b56db5c795155a6fb477702b8d5581}{% + family={Halpern}, + familyi={H\bibinitperiod}, + given={Gil}, + giveni={G\bibinitperiod}}}% + {{hash=0224eebd162ebf106ab6e6cf381c31f3}{% + family={Thattai}, + familyi={T\bibinitperiod}, + given={Govind}, + giveni={G\bibinitperiod}}}% + {{hash=37ec7fa8deaf3d2beea69784038208a0}{% + family={Herman}, + familyi={H\bibinitperiod}, + given={Grant}, + giveni={G\bibinitperiod}}}% + {{hash=12156b26e288b160b4084dd01f5f2433}{% + family={Sizov}, + familyi={S\bibinitperiod}, + given={Grigory}, + giveni={G\bibinitperiod}}}% + {{hash=9d418d200efef33c32bc46e8dc4a9359}{% + family={Guangyi}, + familyi={G\bibinitperiod}}}% + {{hash=96641e4a5a09e69b32236adbdfd55407}{% + family={Zhang}, + familyi={Z\bibinitperiod}}}% + {{hash=14ad5c11fc07d52d855b3fab9364e3b2}{% + family={Lakshminarayanan}, + familyi={L\bibinitperiod}, + given={Guna}, + giveni={G\bibinitperiod}}}% + {{hash=1edddb2944fb62f8da41fffb45d5aa81}{% + family={Shojanazeri}, + familyi={S\bibinitperiod}, + given={Hamid}, + giveni={H\bibinitperiod}}}% + {{hash=b6770a40a9ff8665ab0cd2e6541f3240}{% + family={Zou}, + familyi={Z\bibinitperiod}, + given={Han}, + giveni={H\bibinitperiod}}}% + {{hash=40449267be2ba6897871104bc8331651}{% + family={Wang}, + familyi={W\bibinitperiod}, + given={Hannah}, + giveni={H\bibinitperiod}}}% + {{hash=9dfe209df23e6d03983a09530a82cb3d}{% + family={Zha}, + familyi={Z\bibinitperiod}, + given={Hanwen}, + giveni={H\bibinitperiod}}}% + {{hash=0c672199b1759a017363c25814efa131}{% + family={Habeeb}, + familyi={H\bibinitperiod}, + given={Haroun}, + giveni={H\bibinitperiod}}}% + {{hash=7b715ce32bdd298a7fb03f43611662af}{% + family={Rudolph}, + familyi={R\bibinitperiod}, + given={Harrison}, + giveni={H\bibinitperiod}}}% + {{hash=8bf7efa7375ec8441db1315cb6341021}{% + family={Suk}, + familyi={S\bibinitperiod}, + given={Helen}, + giveni={H\bibinitperiod}}}% + {{hash=22864511e9484bbaa1d6813336431ad9}{% + family={Aspegren}, + familyi={A\bibinitperiod}, + given={Henry}, + giveni={H\bibinitperiod}}}% + {{hash=689667fa714c2b602d05f3914d3a0725}{% + family={Goldman}, + familyi={G\bibinitperiod}, + given={Hunter}, + giveni={H\bibinitperiod}}}% + {{hash=9c9c8b449afb88c0a84739775b9c805a}{% + family={Molybog}, + familyi={M\bibinitperiod}, + given={Igor}, + giveni={I\bibinitperiod}}}% + {{hash=4fd0bfb5a490ac411200ecb4bfef3f11}{% + family={Tufanov}, + familyi={T\bibinitperiod}, + given={Igor}, + giveni={I\bibinitperiod}}}% + {{hash=216c5d5b0ac00adf927eb88fade8f732}{% + family={Veliche}, + familyi={V\bibinitperiod}, + given={Irina-Elena}, + giveni={I\bibinithyphendelim E\bibinitperiod}}}% + {{hash=392591856940aee2897c65ba822d427b}{% + family={Gat}, + familyi={G\bibinitperiod}, + given={Itai}, + giveni={I\bibinitperiod}}}% + {{hash=bc66e3b1f664316b58e0fa7e96908782}{% + family={Weissman}, + familyi={W\bibinitperiod}, + given={Jake}, + giveni={J\bibinitperiod}}}% + {{hash=69e04724121064e19d266a9d52e93e1d}{% + family={Geboski}, + familyi={G\bibinitperiod}, + given={James}, + giveni={J\bibinitperiod}}}% + {{hash=3f17b4f956cd65800dd6498530521e36}{% + family={Kohli}, + familyi={K\bibinitperiod}, + given={James}, + giveni={J\bibinitperiod}}}% + {{hash=1c77614dbf40c86333a72fc8eceec34c}{% + family={Asher}, + familyi={A\bibinitperiod}, + given={Japhet}, + giveni={J\bibinitperiod}}}% + {{hash=dc250b018c408a1cc08c34e8a260090f}{% + family={Gaya}, + familyi={G\bibinitperiod}, + given={Jean-Baptiste}, + giveni={J\bibinithyphendelim B\bibinitperiod}}}% + {{hash=c341c5e189b2025238f2f39bb76b4947}{% + family={Marcus}, + familyi={M\bibinitperiod}, + given={Jeff}, + giveni={J\bibinitperiod}}}% + {{hash=cc3a414791478f4727d40c3ad7d09cd7}{% + family={Tang}, + familyi={T\bibinitperiod}, + given={Jeff}, + giveni={J\bibinitperiod}}}% + {{hash=d6d87955aa9f1e36aae0beb2c514bbbd}{% + family={Chan}, + familyi={C\bibinitperiod}, + given={Jennifer}, + giveni={J\bibinitperiod}}}% + {{hash=d2f41415278d8616e4711c471ab1873b}{% + family={Zhen}, + familyi={Z\bibinitperiod}, + given={Jenny}, + giveni={J\bibinitperiod}}}% + {{hash=8ba0e40bb2bd52546beafceb6b00d636}{% + family={Reizenstein}, + familyi={R\bibinitperiod}, + given={Jeremy}, + giveni={J\bibinitperiod}}}% + {{hash=26943fe4d27376d4354dd33390b14704}{% + family={Teboul}, + familyi={T\bibinitperiod}, + given={Jeremy}, + giveni={J\bibinitperiod}}}% + {{hash=a3c07cfb8f07a8a6e8f6a1eb59f2f6d6}{% + family={Zhong}, + familyi={Z\bibinitperiod}, + given={Jessica}, + giveni={J\bibinitperiod}}}% + {{hash=bb687b4404472c334bebf0bb6522d834}{% + family={Jin}, + familyi={J\bibinitperiod}, + given={Jian}, + giveni={J\bibinitperiod}}}% + {{hash=ed829830567c4c5d7f41d8a5c6871390}{% + family={Yang}, + familyi={Y\bibinitperiod}, + given={Jingyi}, + giveni={J\bibinitperiod}}}% + {{hash=8dbf9143627729104a6d6b0cfd7bf8bc}{% + family={Cummings}, + familyi={C\bibinitperiod}, + given={Joe}, + giveni={J\bibinitperiod}}}% + {{hash=c8a27f8b9e1b59daf8236999e928d9c8}{% + family={Carvill}, + familyi={C\bibinitperiod}, + given={Jon}, + giveni={J\bibinitperiod}}}% + {{hash=5c11475174c12ffc16f7741655c40161}{% + family={Shepard}, + familyi={S\bibinitperiod}, + given={Jon}, + giveni={J\bibinitperiod}}}% + {{hash=469d06adc4af09b08e9fa105b53879c8}{% + family={McPhie}, + familyi={M\bibinitperiod}, + given={Jonathan}, + giveni={J\bibinitperiod}}}% + {{hash=d1bf80616f29a28b111b65ce463503d1}{% + family={Torres}, + familyi={T\bibinitperiod}, + given={Jonathan}, + giveni={J\bibinitperiod}}}% + {{hash=25071ce9679f53750a15cfd7417fb8ca}{% + family={Ginsburg}, + familyi={G\bibinitperiod}, + given={Josh}, + giveni={J\bibinitperiod}}}% + {{hash=0311431642470a7b59cea4fbf9543da7}{% + family={Wang}, + familyi={W\bibinitperiod}, + given={Junjie}, + giveni={J\bibinitperiod}}}% + {{hash=6925c5dcdb9b5ed8f2a02432404549e7}{% + family={Wu}, + familyi={W\bibinitperiod}, + given={Kai}, + giveni={K\bibinitperiod}}}% + {{hash=754fb4fa1236164d9640c2837ad08976}{% + family={U}, + familyi={U\bibinitperiod}, + given={Kam\bibnamedelima Hou}, + giveni={K\bibinitperiod\bibinitdelim H\bibinitperiod}}}% + {{hash=411c62e43d66e155f8f0d60695dd8181}{% + family={Saxena}, + familyi={S\bibinitperiod}, + given={Karan}, + giveni={K\bibinitperiod}}}% + {{hash=ff03033f89dcfb6e7f181829c584da48}{% + family={Prasad}, + familyi={P\bibinitperiod}, + given={Karthik}, + giveni={K\bibinitperiod}}}% + {{hash=9e9a1e2c7a348addec1212ed39541436}{% + family={Khandelwal}, + familyi={K\bibinitperiod}, + given={Kartikay}, + giveni={K\bibinitperiod}}}% + {{hash=c9d508e3ff06c17ab652a9e7abf1e68a}{% + family={Zand}, + familyi={Z\bibinitperiod}, + given={Katayoun}, + giveni={K\bibinitperiod}}}% + {{hash=8b140dcb364c626357a8fb98a018ebb5}{% + family={Matosich}, + familyi={M\bibinitperiod}, + given={Kathy}, + giveni={K\bibinitperiod}}}% + {{hash=f2c1fa48fb8bfe45a582cdb42d0f3d96}{% + family={Veeraraghavan}, + familyi={V\bibinitperiod}, + given={Kaushik}, + giveni={K\bibinitperiod}}}% + {{hash=741b4ea99ca87a9a2a08a4132c10ded8}{% + family={Michelena}, + familyi={M\bibinitperiod}, + given={Kelly}, + giveni={K\bibinitperiod}}}% + {{hash=e242ebe4f32fe5bd2dc39b67705e1c4e}{% + family={Li}, + familyi={L\bibinitperiod}, + given={Keqian}, + giveni={K\bibinitperiod}}}% + {{hash=d00246b1153ed058a9db188c365474ca}{% + family={Huang}, + familyi={H\bibinitperiod}, + given={Kun}, + giveni={K\bibinitperiod}}}% + {{hash=40599c412a1ddc8b236d536512792328}{% + family={Chawla}, + familyi={C\bibinitperiod}, + given={Kunal}, + giveni={K\bibinitperiod}}}% + {{hash=90da1abde84b45ee8f620c681a9f2088}{% + family={Lakhotia}, + familyi={L\bibinitperiod}, + given={Kushal}, + giveni={K\bibinitperiod}}}% + {{hash=e17f32f060d0e2a15d317d2984d0ab35}{% + family={Huang}, + familyi={H\bibinitperiod}, + given={Kyle}, + giveni={K\bibinitperiod}}}% + {{hash=95c5a4f8b36337cc8d62b2d2a3f49e1f}{% + family={Chen}, + familyi={C\bibinitperiod}, + given={Lailin}, + giveni={L\bibinitperiod}}}% + {{hash=4c1946c76a98ceecd04eac7eed0dc1f7}{% + family={Garg}, + familyi={G\bibinitperiod}, + given={Lakshya}, + giveni={L\bibinitperiod}}}% + {{hash=42db2cd1749c72fa981f7ded523ada84}{% + family={A}, + familyi={A\bibinitperiod}, + given={Lavender}, + giveni={L\bibinitperiod}}}% + {{hash=1bf64285bb5330d70f13953440473a9a}{% + family={Silva}, + familyi={S\bibinitperiod}, + given={Leandro}, + giveni={L\bibinitperiod}}}% + {{hash=33fa3cdf541304a618bccc17fea57951}{% + family={Bell}, + familyi={B\bibinitperiod}, + given={Lee}, + giveni={L\bibinitperiod}}}% + {{hash=f4a4cbf770add19c206827116c68732e}{% + family={Zhang}, + familyi={Z\bibinitperiod}, + given={Lei}, + giveni={L\bibinitperiod}}}% + {{hash=516629b4d6f6f498f0b66fe2a90453f1}{% + family={Guo}, + familyi={G\bibinitperiod}, + given={Liangpeng}, + giveni={L\bibinitperiod}}}% + {{hash=be39c121bc7a07fa378493551b4a44c6}{% + family={Yu}, + familyi={Y\bibinitperiod}, + given={Licheng}, + giveni={L\bibinitperiod}}}% + {{hash=46b604ad3ed4cb60aeb537d78683a957}{% + family={Moshkovich}, + familyi={M\bibinitperiod}, + given={Liron}, + giveni={L\bibinitperiod}}}% + {{hash=484beeb805e576ed3bdb038c726f4959}{% + family={Wehrstedt}, + familyi={W\bibinitperiod}, + given={Luca}, + giveni={L\bibinitperiod}}}% + {{hash=2118ff6f53e7a26f72795cd86e0272e3}{% + family={Khabsa}, + familyi={K\bibinitperiod}, + given={Madian}, + giveni={M\bibinitperiod}}}% + {{hash=3e4f7696f3195621b9f462ed525356a7}{% + family={Avalani}, + familyi={A\bibinitperiod}, + given={Manav}, + giveni={M\bibinitperiod}}}% + {{hash=6f5d030d498f6e477b5966621575bba3}{% + family={Bhatt}, + familyi={B\bibinitperiod}, + given={Manish}, + giveni={M\bibinitperiod}}}% + {{hash=69e7c09505863223949fcb52b5d05d89}{% + family={Tsimpoukelli}, + familyi={T\bibinitperiod}, + given={Maria}, + giveni={M\bibinitperiod}}}% + {{hash=214d095b77c87bf3ca44fb9fdb919a22}{% + family={Mankus}, + familyi={M\bibinitperiod}, + given={Martynas}, + giveni={M\bibinitperiod}}}% + {{hash=843c622abc3fba6607bd660289251fa3}{% + family={Hasson}, + familyi={H\bibinitperiod}, + given={Matan}, + giveni={M\bibinitperiod}}}% + {{hash=e1761bb9763e5e762225ab7276392c5c}{% + family={Lennie}, + familyi={L\bibinitperiod}, + given={Matthew}, + giveni={M\bibinitperiod}}}% + {{hash=525237a0a8567b38319596dc54130c17}{% + family={Reso}, + familyi={R\bibinitperiod}, + given={Matthias}, + giveni={M\bibinitperiod}}}% + {{hash=9fb44e80abf1fa021cccac0860d5e882}{% + family={Groshev}, + familyi={G\bibinitperiod}, + given={Maxim}, + giveni={M\bibinitperiod}}}% + {{hash=c1805b2dbda273718fab95ee7582f4bf}{% + family={Naumov}, + familyi={N\bibinitperiod}, + given={Maxim}, + giveni={M\bibinitperiod}}}% + {{hash=0b5be788efcc10f366aa0a94b20fe4b9}{% + family={Lathi}, + familyi={L\bibinitperiod}, + given={Maya}, + giveni={M\bibinitperiod}}}% + {{hash=1b5a1f51491e8a8f32e8817961f6ffb9}{% + family={Keneally}, + familyi={K\bibinitperiod}, + given={Meghan}, + giveni={M\bibinitperiod}}}% + {{hash=57e3d899218bce9cfe05fae5fadb5f32}{% + family={Seltzer}, + familyi={S\bibinitperiod}, + given={Michael\bibnamedelima L.}, + giveni={M\bibinitperiod\bibinitdelim L\bibinitperiod}}}% + {{hash=e25b9b55e0d33d8e554fb428b0122ba9}{% + family={Valko}, + familyi={V\bibinitperiod}, + given={Michal}, + giveni={M\bibinitperiod}}}% + {{hash=04cab131fdae8df59ad85786012e0958}{% + family={Restrepo}, + familyi={R\bibinitperiod}, + given={Michelle}, + giveni={M\bibinitperiod}}}% + {{hash=0978b7a664572d10be33e089a43fabb3}{% + family={Patel}, + familyi={P\bibinitperiod}, + given={Mihir}, + giveni={M\bibinitperiod}}}% + {{hash=1f4f7f284fd53ba80361ded56d164beb}{% + family={Vyatskov}, + familyi={V\bibinitperiod}, + given={Mik}, + giveni={M\bibinitperiod}}}% + {{hash=c76172ee0c2ebda81796624b4a81ae54}{% + family={Samvelyan}, + familyi={S\bibinitperiod}, + given={Mikayel}, + giveni={M\bibinitperiod}}}% + {{hash=84666a285b6823b0dd9c9650fc5302b8}{% + family={Clark}, + familyi={C\bibinitperiod}, + given={Mike}, + giveni={M\bibinitperiod}}}% + {{hash=e3b7d3ac3c41fc36ca2ef0ced3c002dc}{% + family={Macey}, + familyi={M\bibinitperiod}, + given={Mike}, + giveni={M\bibinitperiod}}}% + {{hash=12c4fa347402de7d37d2afca53eaeafa}{% + family={Wang}, + familyi={W\bibinitperiod}, + given={Mike}, + giveni={M\bibinitperiod}}}% + {{hash=551f0565843ce1ed2171ac143389a806}{% + family={Hermoso}, + familyi={H\bibinitperiod}, + given={Miquel\bibnamedelima Jubert}, + giveni={M\bibinitperiod\bibinitdelim J\bibinitperiod}}}% + {{hash=1e85fc0bfe1b19bd3ef45a62aaf57028}{% + family={Metanat}, + familyi={M\bibinitperiod}, + given={Mo}, + giveni={M\bibinitperiod}}}% + {{hash=6e8b3d38b127f6e4cb3d429818c0fac8}{% + family={Rastegari}, + familyi={R\bibinitperiod}, + given={Mohammad}, + giveni={M\bibinitperiod}}}% + {{hash=65085c9b21420333482c003abb19468e}{% + family={Bansal}, + familyi={B\bibinitperiod}, + given={Munish}, + giveni={M\bibinitperiod}}}% + {{hash=361e3b1f0e54cfc90f70d2b0bb66997f}{% + family={Santhanam}, + familyi={S\bibinitperiod}, + given={Nandhini}, + giveni={N\bibinitperiod}}}% + {{hash=59d8b34d1d4e1679c5bac7e159a41489}{% + family={Parks}, + familyi={P\bibinitperiod}, + given={Natascha}, + giveni={N\bibinitperiod}}}% + {{hash=b00d242b09ee167e04b67656c6f7606e}{% + family={White}, + familyi={W\bibinitperiod}, + given={Natasha}, + giveni={N\bibinitperiod}}}% + {{hash=78b25d3076bbe3ee363aae67c0efbf02}{% + family={Bawa}, + familyi={B\bibinitperiod}, + given={Navyata}, + giveni={N\bibinitperiod}}}% + {{hash=e898c478735b6cf02851f3193ad09bd9}{% + family={Singhal}, + familyi={S\bibinitperiod}, + given={Nayan}, + giveni={N\bibinitperiod}}}% + {{hash=97aa82e640185022596b22bca0ef300c}{% + family={Egebo}, + familyi={E\bibinitperiod}, + given={Nick}, + giveni={N\bibinitperiod}}}% + {{hash=26e026be6d5366fce878100ba03d68c1}{% + family={Usunier}, + familyi={U\bibinitperiod}, + given={Nicolas}, + giveni={N\bibinitperiod}}}% + {{hash=e223633878a94510de938c3067713e4d}{% + family={Laptev}, + familyi={L\bibinitperiod}, + given={Nikolay\bibnamedelima Pavlovich}, + giveni={N\bibinitperiod\bibinitdelim P\bibinitperiod}}}% + {{hash=5d4e37543d0a89c80560b2dbf014118e}{% + family={Dong}, + familyi={D\bibinitperiod}, + given={Ning}, + giveni={N\bibinitperiod}}}% + {{hash=803fb0c7ba592ff2ac5109218a4a8211}{% + family={Zhang}, + familyi={Z\bibinitperiod}, + given={Ning}, + giveni={N\bibinitperiod}}}% + {{hash=6e32934aad5bb7752713e459961e0100}{% + family={Cheng}, + familyi={C\bibinitperiod}, + given={Norman}, + giveni={N\bibinitperiod}}}% + {{hash=ef6569ed842d1879c34afafd032057a7}{% + family={Chernoguz}, + familyi={C\bibinitperiod}, + given={Oleg}, + giveni={O\bibinitperiod}}}% + {{hash=46abce9f68c25ae9656bd93949debc05}{% + family={Hart}, + familyi={H\bibinitperiod}, + given={Olivia}, + giveni={O\bibinitperiod}}}% + {{hash=5466d745ccee0c7909ef89b2f94f8e08}{% + family={Salpekar}, + familyi={S\bibinitperiod}, + given={Omkar}, + giveni={O\bibinitperiod}}}% + {{hash=561024889f4a812f6cb7d9063bcf1d83}{% + family={Kalinli}, + familyi={K\bibinitperiod}, + given={Ozlem}, + giveni={O\bibinitperiod}}}% + {{hash=b6a785629bec552dd1dc659a7b81ff78}{% + family={Kent}, + familyi={K\bibinitperiod}, + given={Parkin}, + giveni={P\bibinitperiod}}}% + {{hash=8e2b190b86f26285662a8e910614422c}{% + family={Parekh}, + familyi={P\bibinitperiod}, + given={Parth}, + giveni={P\bibinitperiod}}}% + {{hash=a582947a894c4f27a43566adf5904b09}{% + family={Saab}, + familyi={S\bibinitperiod}, + given={Paul}, + giveni={P\bibinitperiod}}}% + {{hash=2cd3bd4809dbde380ae860afaa14b96f}{% + family={Balaji}, + familyi={B\bibinitperiod}, + given={Pavan}, + giveni={P\bibinitperiod}}}% + {{hash=4696787aed627eba66219d10375b6128}{% + family={Rittner}, + familyi={R\bibinitperiod}, + given={Pedro}, + giveni={P\bibinitperiod}}}% + {{hash=4505e041f77b137101094a2522aed23c}{% + family={Bontrager}, + familyi={B\bibinitperiod}, + given={Philip}, + giveni={P\bibinitperiod}}}% + {{hash=8ba9a81fd07b2afc16974cc75cf15e44}{% + family={Roux}, + familyi={R\bibinitperiod}, + given={Pierre}, + giveni={P\bibinitperiod}}}% + {{hash=37843fd1a96680e7945ac1a059b6e8b8}{% + family={Dollar}, + familyi={D\bibinitperiod}, + given={Piotr}, + giveni={P\bibinitperiod}}}% + {{hash=adcb9674130166d4fa309e9d5f19f59e}{% + family={Zvyagina}, + familyi={Z\bibinitperiod}, + given={Polina}, + giveni={P\bibinitperiod}}}% + {{hash=4497eb0b3d2072c0fb4bb0551f2324bd}{% + family={Ratanchandani}, + familyi={R\bibinitperiod}, + given={Prashant}, + giveni={P\bibinitperiod}}}% + {{hash=62888c883b7e544f3a3a50615d636636}{% + family={Yuvraj}, + familyi={Y\bibinitperiod}, + given={Pritish}, + giveni={P\bibinitperiod}}}% + {{hash=7484697c75d89fdf767ab363a99d7137}{% + family={Liang}, + familyi={L\bibinitperiod}, + given={Qian}, + giveni={Q\bibinitperiod}}}% + {{hash=0e73c5981dca93e449b0efb107db6db6}{% + family={Alao}, + familyi={A\bibinitperiod}, + given={Rachad}, + giveni={R\bibinitperiod}}}% + {{hash=3f382a8348081765315e0446d6f403a8}{% + family={Rodriguez}, + familyi={R\bibinitperiod}, + given={Rachel}, + giveni={R\bibinitperiod}}}% + {{hash=b174cc506ed225668695f2609de76e3f}{% + family={Ayub}, + familyi={A\bibinitperiod}, + given={Rafi}, + giveni={R\bibinitperiod}}}% + {{hash=f17734bc656d4669ac3abc24701d4edf}{% + family={Murthy}, + familyi={M\bibinitperiod}, + given={Raghotham}, + giveni={R\bibinitperiod}}}% + {{hash=5da021d30571b56410defdad33c2e35b}{% + family={Nayani}, + familyi={N\bibinitperiod}, + given={Raghu}, + giveni={R\bibinitperiod}}}% + {{hash=058e8580308268593962390f561faa2a}{% + family={Mitra}, + familyi={M\bibinitperiod}, + given={Rahul}, + giveni={R\bibinitperiod}}}% + {{hash=c1759f73dac024a1af9f576ddaa00100}{% + family={Li}, + familyi={L\bibinitperiod}, + given={Raymond}, + giveni={R\bibinitperiod}}}% + {{hash=01eddc92feded963d2f72d2412e9f396}{% + family={Hogan}, + familyi={H\bibinitperiod}, + given={Rebekkah}, + giveni={R\bibinitperiod}}}% + {{hash=dbf8d9ec4075dd9a2fe082c2f8d0ac72}{% + family={Battey}, + familyi={B\bibinitperiod}, + given={Robin}, + giveni={R\bibinitperiod}}}% + {{hash=6940d52693f30b2bb9a4473706040190}{% + family={Wang}, + familyi={W\bibinitperiod}, + given={Rocky}, + giveni={R\bibinitperiod}}}% + {{hash=f62a5cd724856f655b3ec8948b158fbf}{% + family={Maheswari}, + familyi={M\bibinitperiod}, + given={Rohan}, + giveni={R\bibinitperiod}}}% + {{hash=5138c225dc242e3f114b9da707387511}{% + family={Howes}, + familyi={H\bibinitperiod}, + given={Russ}, + giveni={R\bibinitperiod}}}% + {{hash=df656146081384635aff4a9c77caf560}{% + family={Rinott}, + familyi={R\bibinitperiod}, + given={Ruty}, + giveni={R\bibinitperiod}}}% + {{hash=958e1bcb3b330bcdb2831c11b58d94d4}{% + family={Bondu}, + familyi={B\bibinitperiod}, + given={Sai\bibnamedelima Jayesh}, + giveni={S\bibinitperiod\bibinitdelim J\bibinitperiod}}}% + {{hash=2db605f7dff5b8203e3ddbc6a04d06a8}{% + family={Datta}, + familyi={D\bibinitperiod}, + given={Samyak}, + giveni={S\bibinitperiod}}}% + {{hash=83b3d704d819953704f3d8a468f1dfdf}{% + family={Chugh}, + familyi={C\bibinitperiod}, + given={Sara}, + giveni={S\bibinitperiod}}}% + {{hash=88e7821bdca0652c6d651019f5f925de}{% + family={Hunt}, + familyi={H\bibinitperiod}, + given={Sara}, + giveni={S\bibinitperiod}}}% + {{hash=59e6cded8046670ba4c60e653c2af6e8}{% + family={Dhillon}, + familyi={D\bibinitperiod}, + given={Sargun}, + giveni={S\bibinitperiod}}}% + {{hash=5ced057cee4ef377f620b76bbec988a7}{% + family={Sidorov}, + familyi={S\bibinitperiod}, + given={Sasha}, + giveni={S\bibinitperiod}}}% + {{hash=7c837fcacb7310e658a14a018c0b8693}{% + family={Pan}, + familyi={P\bibinitperiod}, + given={Satadru}, + giveni={S\bibinitperiod}}}% + {{hash=be9199e2769b280d8e77f985de477790}{% + family={Verma}, + familyi={V\bibinitperiod}, + given={Saurabh}, + giveni={S\bibinitperiod}}}% + {{hash=1062b9e0f56fa30ed0a08eb73a68cd55}{% + family={Yamamoto}, + familyi={Y\bibinitperiod}, + given={Seiji}, + giveni={S\bibinitperiod}}}% + {{hash=f8f3cf465fedf0755bf26602fe05a5d3}{% + family={Ramaswamy}, + familyi={R\bibinitperiod}, + given={Sharadh}, + giveni={S\bibinitperiod}}}% + {{hash=6b54dbf4b3be2a123135dfdd1420ec32}{% + family={Lindsay}, + familyi={L\bibinitperiod}, + given={Shaun}, + giveni={S\bibinitperiod}}}% + {{hash=6b54dbf4b3be2a123135dfdd1420ec32}{% + family={Lindsay}, + familyi={L\bibinitperiod}, + given={Shaun}, + giveni={S\bibinitperiod}}}% + {{hash=172cdc3272a4a6fc64f5ee3792950ef4}{% + family={Feng}, + familyi={F\bibinitperiod}, + given={Sheng}, + giveni={S\bibinitperiod}}}% + {{hash=51b8004fa93e880b6584ed12b5472fc6}{% + family={Lin}, + familyi={L\bibinitperiod}, + given={Shenghao}, + giveni={S\bibinitperiod}}}% + {{hash=6950cf3c852aa626e12e9607f46cf864}{% + family={Zha}, + familyi={Z\bibinitperiod}, + given={Shengxin\bibnamedelima Cindy}, + giveni={S\bibinitperiod\bibinitdelim C\bibinitperiod}}}% + {{hash=eab9dab4b3286059e4ba07f8493313ca}{% + family={Shankar}, + familyi={S\bibinitperiod}, + given={Shiva}, + giveni={S\bibinitperiod}}}% + {{hash=f263556bc4337effab2effa8385dd0df}{% + family={Zhang}, + familyi={Z\bibinitperiod}, + given={Shuqiang}, + giveni={S\bibinitperiod}}}% + {{hash=f263556bc4337effab2effa8385dd0df}{% + family={Zhang}, + familyi={Z\bibinitperiod}, + given={Shuqiang}, + giveni={S\bibinitperiod}}}% + {{hash=27edaeac6106fc95a1e9855b71069c26}{% + family={Wang}, + familyi={W\bibinitperiod}, + given={Sinong}, + giveni={S\bibinitperiod}}}% + {{hash=71affa1854c02810f731258a9f269935}{% + family={Agarwal}, + familyi={A\bibinitperiod}, + given={Sneha}, + giveni={S\bibinitperiod}}}% + {{hash=3757c94a3a9be01806970f24b1f4bfde}{% + family={Sajuyigbe}, + familyi={S\bibinitperiod}, + given={Soji}, + giveni={S\bibinitperiod}}}% + {{hash=8ef51a0906e47d2b4472c4e714ed598f}{% + family={Chintala}, + familyi={C\bibinitperiod}, + given={Soumith}, + giveni={S\bibinitperiod}}}% + {{hash=0508d45ce03b11237571e4919e8cfa08}{% + family={Max}, + familyi={M\bibinitperiod}, + given={Stephanie}, + giveni={S\bibinitperiod}}}% + {{hash=0180842ca4dde7937e004e9fbca913c2}{% + family={Chen}, + familyi={C\bibinitperiod}, + given={Stephen}, + giveni={S\bibinitperiod}}}% + {{hash=f6bb2fa63b48b0faba8e9415b69d76a2}{% + family={Kehoe}, + familyi={K\bibinitperiod}, + given={Steve}, + giveni={S\bibinitperiod}}}% + {{hash=dd565279a6b3ff997202996841f578cb}{% + family={Satterfield}, + familyi={S\bibinitperiod}, + given={Steve}, + giveni={S\bibinitperiod}}}% + {{hash=564ecaf17c00b623be2bcded3d1b7eb2}{% + family={Govindaprasad}, + familyi={G\bibinitperiod}, + given={Sudarshan}, + giveni={S\bibinitperiod}}}% + {{hash=9e28347d47434d68b2a810946e3485fd}{% + family={Gupta}, + familyi={G\bibinitperiod}, + given={Sumit}, + giveni={S\bibinitperiod}}}% + {{hash=30b4a0c2ecac8d883b69e3f004e55d27}{% + family={Cho}, + familyi={C\bibinitperiod}, + given={Sungmin}, + giveni={S\bibinitperiod}}}% + {{hash=68df331a61e3a351ce19811368fdd067}{% + family={Virk}, + familyi={V\bibinitperiod}, + given={Sunny}, + giveni={S\bibinitperiod}}}% + {{hash=7fcd1f73d9a52ad49a219a1e25a166ed}{% + family={Subramanian}, + familyi={S\bibinitperiod}, + given={Suraj}, + giveni={S\bibinitperiod}}}% + {{hash=9996a6cd3bf7158800249fdf7f52d3f3}{% + family={Choudhury}, + familyi={C\bibinitperiod}, + given={Sy}, + giveni={S\bibinitperiod}}}% + {{hash=c37fab903dfa8498dac5064d423441eb}{% + family={Goldman}, + familyi={G\bibinitperiod}, + given={Sydney}, + giveni={S\bibinitperiod}}}% + {{hash=cc980e5dc4f117cc7b9dc8e79b4e538d}{% + family={Remez}, + familyi={R\bibinitperiod}, + given={Tal}, + giveni={T\bibinitperiod}}}% + {{hash=a6692f2be771da60579cf3f160cc0be8}{% + family={Glaser}, + familyi={G\bibinitperiod}, + given={Tamar}, + giveni={T\bibinitperiod}}}% + {{hash=05eb2734ca563c20d2dfadefb2973ba3}{% + family={Best}, + familyi={B\bibinitperiod}, + given={Tamara}, + giveni={T\bibinitperiod}}}% + {{hash=1d28e781b89ee86bfefe3e2fa6bcb6fd}{% + family={Kohler}, + familyi={K\bibinitperiod}, + given={Thilo}, + giveni={T\bibinitperiod}}}% + {{hash=1697c358b1d32c9b823a0f1883412819}{% + family={Robinson}, + familyi={R\bibinitperiod}, + given={Thomas}, + giveni={T\bibinitperiod}}}% + {{hash=0046d26b2b4052fa6b3b344a6f8126ee}{% + family={Li}, + familyi={L\bibinitperiod}, + given={Tianhe}, + giveni={T\bibinitperiod}}}% + {{hash=4088b3179b8029fdfca2b8a81ad73482}{% + family={Zhang}, + familyi={Z\bibinitperiod}, + given={Tianjun}, + giveni={T\bibinitperiod}}}% + {{hash=b7dcaf9fce703c51d1ac1b4f5afd2a29}{% + family={Matthews}, + familyi={M\bibinitperiod}, + given={Tim}, + giveni={T\bibinitperiod}}}% + {{hash=3ababcb228e63da7fe96b75788a47e25}{% + family={Chou}, + familyi={C\bibinitperiod}, + given={Timothy}, + giveni={T\bibinitperiod}}}% + {{hash=4cdbcf9741b50037d4d1273d510833ed}{% + family={Shaked}, + familyi={S\bibinitperiod}, + given={Tzook}, + giveni={T\bibinitperiod}}}% + {{hash=58f83a9c712937310623c47e5192e338}{% + family={Vontimitta}, + familyi={V\bibinitperiod}, + given={Varun}, + giveni={V\bibinitperiod}}}% + {{hash=a7372ea8eb2ce633a7fe3a6812880b3d}{% + family={Ajayi}, + familyi={A\bibinitperiod}, + given={Victoria}, + giveni={V\bibinitperiod}}}% + {{hash=a0e4f3fc01449993959fea1a010a6ae1}{% + family={Montanez}, + familyi={M\bibinitperiod}, + given={Victoria}, + giveni={V\bibinitperiod}}}% + {{hash=37a943a6ed693c46a1b8e75c5fa0ab11}{% + family={Mohan}, + familyi={M\bibinitperiod}, + given={Vijai}, + giveni={V\bibinitperiod}}}% + {{hash=19b1ff4a1c794ef2a3092e64edfd242e}{% + family={Kumar}, + familyi={K\bibinitperiod}, + given={Vinay\bibnamedelima Satish}, + giveni={V\bibinitperiod\bibinitdelim S\bibinitperiod}}}% + {{hash=9948579cb847e595860139cb4781700b}{% + family={Mangla}, + familyi={M\bibinitperiod}, + given={Vishal}, + giveni={V\bibinitperiod}}}% + {{hash=b224aff86fbef658cf05781db43ca56c}{% + family={Ionescu}, + familyi={I\bibinitperiod}, + given={Vlad}, + giveni={V\bibinitperiod}}}% + {{hash=a613ee99480541cdb9a75d1ab03866a4}{% + family={Poenaru}, + familyi={P\bibinitperiod}, + given={Vlad}, + giveni={V\bibinitperiod}}}% + {{hash=038e6532c4f02b7cbed0a1bb7745a108}{% + family={Mihailescu}, + familyi={M\bibinitperiod}, + given={Vlad\bibnamedelima Tiberiu}, + giveni={V\bibinitperiod\bibinitdelim T\bibinitperiod}}}% + {{hash=9c72a73cdab75ff72f0eb6bf5368d696}{% + family={Ivanov}, + familyi={I\bibinitperiod}, + given={Vladimir}, + giveni={V\bibinitperiod}}}% + {{hash=be6f1b6df7f1ddfafad18806238fa391}{% + family={Li}, + familyi={L\bibinitperiod}, + given={Wei}, + giveni={W\bibinitperiod}}}% + {{hash=062c436b41e44cf5ce96a8e379d3e1cf}{% + family={Wang}, + familyi={W\bibinitperiod}, + given={Wenchen}, + giveni={W\bibinitperiod}}}% + {{hash=e18a25a32880102eab726a6382408539}{% + family={Jiang}, + familyi={J\bibinitperiod}, + given={Wenwen}, + giveni={W\bibinitperiod}}}% + {{hash=eb72b2b69c876043447ddfcdef122961}{% + family={Bouaziz}, + familyi={B\bibinitperiod}, + given={Wes}, + giveni={W\bibinitperiod}}}% + {{hash=4766072c6524173c5b352a44b4e81ea2}{% + family={Constable}, + familyi={C\bibinitperiod}, + given={Will}, + giveni={W\bibinitperiod}}}% + {{hash=515c440104a8f1df12f8e45203cb9e39}{% + family={Tang}, + familyi={T\bibinitperiod}, + given={Xiaocheng}, + giveni={X\bibinitperiod}}}% + {{hash=e36ef4c933b18c6fa38007e1c522dde6}{% + family={Wang}, + familyi={W\bibinitperiod}, + given={Xiaofang}, + giveni={X\bibinitperiod}}}% + {{hash=cee3d25b43fc4c696b02624e1bb87885}{% + family={Wu}, + familyi={W\bibinitperiod}, + given={Xiaojian}, + giveni={X\bibinitperiod}}}% + {{hash=5986e7edcef792c198bc335834a6d754}{% + family={Wang}, + familyi={W\bibinitperiod}, + given={Xiaolan}, + giveni={X\bibinitperiod}}}% + {{hash=317b463e486d5ad69936294c6db717ff}{% + family={Xia}, + familyi={X\bibinitperiod}, + given={Xide}, + giveni={X\bibinitperiod}}}% + {{hash=fefa2bfb82ea505f49180c1ca648280a}{% + family={Wu}, + familyi={W\bibinitperiod}, + given={Xilun}, + giveni={X\bibinitperiod}}}% + {{hash=5cc2d4e78c57c05664f761bd22543685}{% + family={Gao}, + familyi={G\bibinitperiod}, + given={Xinbo}, + giveni={X\bibinitperiod}}}% + {{hash=bb01d83790d67da25dc003607f5c73ef}{% + family={Chen}, + familyi={C\bibinitperiod}, + given={Yanjun}, + giveni={Y\bibinitperiod}}}% + {{hash=e2da8a623ffb9d1af7c892950724d331}{% + family={Hu}, + familyi={H\bibinitperiod}, + given={Ye}, + giveni={Y\bibinitperiod}}}% + {{hash=d3a49a660fa8a6c8a93b5273a70eae29}{% + family={Jia}, + familyi={J\bibinitperiod}, + given={Ye}, + giveni={Y\bibinitperiod}}}% + {{hash=d1999e72113e85b3257e4c75e03265dc}{% + family={Qi}, + familyi={Q\bibinitperiod}, + given={Ye}, + giveni={Y\bibinitperiod}}}% + {{hash=7116d11eb4ba09bcaa84c94d2c55ce1f}{% + family={Li}, + familyi={L\bibinitperiod}, + given={Yenda}, + giveni={Y\bibinitperiod}}}% + {{hash=8a3b8dcf7b5b2a6961827725ee30c8bc}{% + family={Zhang}, + familyi={Z\bibinitperiod}, + given={Yilin}, + giveni={Y\bibinitperiod}}}% + {{hash=f5acec98b29ee91fa6b08b85a6a0adad}{% + family={Zhang}, + familyi={Z\bibinitperiod}, + given={Ying}, + giveni={Y\bibinitperiod}}}% + {{hash=b524686c039bdbe0e8cca661fca6b56c}{% + family={Adi}, + familyi={A\bibinitperiod}, + given={Yossi}, + giveni={Y\bibinitperiod}}}% + {{hash=e0933c3e694db6a888aaaf900cce2591}{% + family={Nam}, + familyi={N\bibinitperiod}, + given={Youngjin}, + giveni={Y\bibinitperiod}}}% + {{hash=0af2884fd29ac4bed46fc56851d95768}{% + family={Yu}, + familyi={Y\bibinitperiod}}}% + {{hash=957b05eb2d9bfaf59947e44a46c3c7b3}{% + family={Wang}, + familyi={W\bibinitperiod}}}% + {{hash=9f036802451721cb52c6a89a142c54de}{% + family={Hao}, + familyi={H\bibinitperiod}, + given={Yuchen}, + giveni={Y\bibinitperiod}}}% + {{hash=76f55ca261965fc4d519b5f859435a0b}{% + family={Qian}, + familyi={Q\bibinitperiod}, + given={Yundi}, + giveni={Y\bibinitperiod}}}% + {{hash=778e12ba06de6c9a9e60fdc7ad0d91c8}{% + family={He}, + familyi={H\bibinitperiod}, + given={Yuzi}, + giveni={Y\bibinitperiod}}}% + {{hash=02bbf2f73d4317c775ba326c6627ad25}{% + family={Rait}, + familyi={R\bibinitperiod}, + given={Zach}, + giveni={Z\bibinitperiod}}}% + {{hash=3f9535be511fd2fa346093e63b8e61a0}{% + family={DeVito}, + familyi={D\bibinitperiod}, + given={Zachary}, + giveni={Z\bibinitperiod}}}% + {{hash=3cd9976f573478e1d3885145b189c211}{% + family={Rosnbrick}, + familyi={R\bibinitperiod}, + given={Zef}, + giveni={Z\bibinitperiod}}}% + {{hash=598a1e3eb86f739e497ce17c7df7f863}{% + family={Wen}, + familyi={W\bibinitperiod}, + given={Zhaoduo}, + giveni={Z\bibinitperiod}}}% + {{hash=ebdd3afe60231d8067ed9e08883de58c}{% + family={Yang}, + familyi={Y\bibinitperiod}, + given={Zhenyu}, + giveni={Z\bibinitperiod}}}% + {{hash=a69e8330df4afe0adb0a8ed1f744195d}{% + family={Zhao}, + familyi={Z\bibinitperiod}, + given={Zhiwei}, + giveni={Z\bibinitperiod}}}% + } + \strng{namehash}{cd704062f81a62eab86198dd3fba0e91} + \strng{fullhash}{494a3f942d4611fb23bd20c73e54539d} + \strng{fullhashraw}{494a3f942d4611fb23bd20c73e54539d} + \strng{bibnamehash}{cd704062f81a62eab86198dd3fba0e91} + \strng{authorbibnamehash}{cd704062f81a62eab86198dd3fba0e91} + \strng{authornamehash}{cd704062f81a62eab86198dd3fba0e91} + \strng{authorfullhash}{494a3f942d4611fb23bd20c73e54539d} + \strng{authorfullhashraw}{494a3f942d4611fb23bd20c73e54539d} + \field{labelalpha}{Dub+24} + \field{sortinit}{D} + \field{sortinithash}{6f385f66841fb5e82009dc833c761848} + \field{labelnamesource}{author} + \field{labeltitlesource}{title} + \field{eprintclass}{cs.AI} + \field{eprinttype}{arXiv} + \field{title}{The Llama 3 Herd of Models} + \field{year}{2024} + \verb{eprint} + \verb 2407.21783 + \endverb + \verb{urlraw} + \verb https://arxiv.org/abs/2407.21783 + \endverb + \verb{url} + \verb https://arxiv.org/abs/2407.21783 + \endverb + \endentry + \entry{huggingfacetokenizer}{misc}{}{} + \name{author}{1}{}{% + {{hash=1fd152f750da41d64d5e76ee7e0c8ac1}{% + family={Face}, + familyi={F\bibinitperiod}, + given={Hugging}, + giveni={H\bibinitperiod}}}% + } + \strng{namehash}{1fd152f750da41d64d5e76ee7e0c8ac1} + \strng{fullhash}{1fd152f750da41d64d5e76ee7e0c8ac1} + \strng{fullhashraw}{1fd152f750da41d64d5e76ee7e0c8ac1} + \strng{bibnamehash}{1fd152f750da41d64d5e76ee7e0c8ac1} + \strng{authorbibnamehash}{1fd152f750da41d64d5e76ee7e0c8ac1} + \strng{authornamehash}{1fd152f750da41d64d5e76ee7e0c8ac1} + \strng{authorfullhash}{1fd152f750da41d64d5e76ee7e0c8ac1} + \strng{authorfullhashraw}{1fd152f750da41d64d5e76ee7e0c8ac1} + \field{labelalpha}{Fac24} + \field{sortinit}{F} + \field{sortinithash}{2638baaa20439f1b5a8f80c6c08a13b4} + \field{labelnamesource}{author} + \field{labeltitlesource}{title} + \field{note}{Accessed: 2024-08-14} + \field{title}{Tokenizer Summary} + \field{year}{2024} + \verb{urlraw} + \verb https://huggingface.co/docs/transformers/en/tokenizer_summary + \endverb + \verb{url} + \verb https://huggingface.co/docs/transformers/en/tokenizer_summary + \endverb + \endentry + \entry{mixtral7b}{misc}{}{} + \name{author}{1}{}{% + {{hash=e0b6bb846c6a3e0649ce0e3cd9355df3}{% + family={{Hugging Face}}, + familyi={H\bibinitperiod}}}% + } + \strng{namehash}{e0b6bb846c6a3e0649ce0e3cd9355df3} + \strng{fullhash}{e0b6bb846c6a3e0649ce0e3cd9355df3} + \strng{fullhashraw}{e0b6bb846c6a3e0649ce0e3cd9355df3} + \strng{bibnamehash}{e0b6bb846c6a3e0649ce0e3cd9355df3} + \strng{authorbibnamehash}{e0b6bb846c6a3e0649ce0e3cd9355df3} + \strng{authornamehash}{e0b6bb846c6a3e0649ce0e3cd9355df3} + \strng{authorfullhash}{e0b6bb846c6a3e0649ce0e3cd9355df3} + \strng{authorfullhashraw}{e0b6bb846c6a3e0649ce0e3cd9355df3} + \field{labelalpha}{Hug} + \field{sortinit}{H} + \field{sortinithash}{23a3aa7c24e56cfa16945d55545109b5} + \field{labelnamesource}{author} + \field{labeltitlesource}{title} + \field{howpublished}{\url{https://huggingface.co/ikawrakow/mixtral-instruct-8x7b-quantized-gguf}} + \field{note}{Accessed: 2024-07-19} + \field{title}{Mixtral-Instruct-8x7b-Quantized-GGUF} + \endentry + \entry{e5-mistral}{misc}{}{} + \name{author}{1}{}{% + {{hash=b3939d56d0927f934ec9e799cb46a3f9}{% + family={Intfloat}, + familyi={I\bibinitperiod}}}% + } + \strng{namehash}{b3939d56d0927f934ec9e799cb46a3f9} + \strng{fullhash}{b3939d56d0927f934ec9e799cb46a3f9} + \strng{fullhashraw}{b3939d56d0927f934ec9e799cb46a3f9} + \strng{bibnamehash}{b3939d56d0927f934ec9e799cb46a3f9} + \strng{authorbibnamehash}{b3939d56d0927f934ec9e799cb46a3f9} + \strng{authornamehash}{b3939d56d0927f934ec9e799cb46a3f9} + \strng{authorfullhash}{b3939d56d0927f934ec9e799cb46a3f9} + \strng{authorfullhashraw}{b3939d56d0927f934ec9e799cb46a3f9} + \field{labelalpha}{Int} + \field{sortinit}{I} + \field{sortinithash}{8d291c51ee89b6cd86bf5379f0b151d8} + \field{labelnamesource}{author} + \field{labeltitlesource}{title} + \field{howpublished}{\url{https://huggingface.co/intfloat/e5-mistral-7b-instruct}} + \field{note}{Accessed: 2024-08-11} + \field{title}{E5-Mistral-7b-Instruct} + \endentry + \entry{10.1007/3-540-36127-8_20}{inproceedings}{}{} + \name{author}{3}{}{% + {{hash=36eec28b5721d76054629bfe3f1b3c7e}{% + family={Neto}, + familyi={N\bibinitperiod}, + given={Joel\bibnamedelima Larocca}, + giveni={J\bibinitperiod\bibinitdelim L\bibinitperiod}}}% + {{hash=82469e2f61871ac5e3be89a40311d954}{% + family={Freitas}, + familyi={F\bibinitperiod}, + given={Alex\bibnamedelima A.}, + giveni={A\bibinitperiod\bibinitdelim A\bibinitperiod}}}% + {{hash=43302d2ad2f59f864d90d8387340c50a}{% + family={Kaestner}, + familyi={K\bibinitperiod}, + given={Celso\bibnamedelimb A.\bibnamedelimi A.}, + giveni={C\bibinitperiod\bibinitdelim A\bibinitperiod\bibinitdelim A\bibinitperiod}}}% + } + \name{editor}{2}{}{% + {{hash=a5ca1591a62720d0441b73b29676d25e}{% + family={Bittencourt}, + familyi={B\bibinitperiod}, + given={Guilherme}, + giveni={G\bibinitperiod}}}% + {{hash=e672502e0249d1ae76482d00faf67a2c}{% + family={Ramalho}, + familyi={R\bibinitperiod}, + given={Geber\bibnamedelima L.}, + giveni={G\bibinitperiod\bibinitdelim L\bibinitperiod}}}% + } + \list{location}{1}{% + {Berlin, Heidelberg}% + } + \list{publisher}{1}{% + {Springer Berlin Heidelberg}% + } + \strng{namehash}{e40e65098efbb12c1c3c7a194b7d45d3} + \strng{fullhash}{e40e65098efbb12c1c3c7a194b7d45d3} + \strng{fullhashraw}{e40e65098efbb12c1c3c7a194b7d45d3} + \strng{bibnamehash}{e40e65098efbb12c1c3c7a194b7d45d3} + \strng{authorbibnamehash}{e40e65098efbb12c1c3c7a194b7d45d3} + \strng{authornamehash}{e40e65098efbb12c1c3c7a194b7d45d3} + \strng{authorfullhash}{e40e65098efbb12c1c3c7a194b7d45d3} + \strng{authorfullhashraw}{e40e65098efbb12c1c3c7a194b7d45d3} + \strng{editorbibnamehash}{b471e7c819086fc2cd45f2802d06c347} + \strng{editornamehash}{b471e7c819086fc2cd45f2802d06c347} + \strng{editorfullhash}{b471e7c819086fc2cd45f2802d06c347} + \strng{editorfullhashraw}{b471e7c819086fc2cd45f2802d06c347} + \field{labelalpha}{NFK02} + \field{sortinit}{N} + \field{sortinithash}{22369a73d5f88983a108b63f07f37084} + \field{labelnamesource}{author} + \field{labeltitlesource}{title} + \field{abstract}{In this paper we address the automatic summarization task. Recent research works on extractive-summary generation employ some heuristics, but few works indicate how to select the relevant features. We will present a summarization procedure based on the application of trainable Machine Learning algorithms which employs a set of features extracted directly from the original text. These features are of two kinds: statistical - based on the frequency of some elements in the text; and linguistic - extracted from a simplified argumentative structure of the text. We also present some computational results obtained with the application of our summarizer to some well known text databases, and we compare these results to some baseline summarization procedures.} + \field{booktitle}{Advances in Artificial Intelligence} + \field{isbn}{978-3-540-36127-5} + \field{title}{Automatic Text Summarization Using a Machine Learning Approach} + \field{year}{2002} + \field{pages}{205\bibrangedash 215} + \range{pages}{11} + \endentry + \entry{gutenberg}{misc}{}{} + \name{author}{1}{}{% + {{hash=6944be26632df239bb97f94e15fdffa6}{% + family={{Project Gutenberg}}, + familyi={P\bibinitperiod}}}% + } + \strng{namehash}{6944be26632df239bb97f94e15fdffa6} + \strng{fullhash}{6944be26632df239bb97f94e15fdffa6} + \strng{fullhashraw}{6944be26632df239bb97f94e15fdffa6} + \strng{bibnamehash}{6944be26632df239bb97f94e15fdffa6} + \strng{authorbibnamehash}{6944be26632df239bb97f94e15fdffa6} + \strng{authornamehash}{6944be26632df239bb97f94e15fdffa6} + \strng{authorfullhash}{6944be26632df239bb97f94e15fdffa6} + \strng{authorfullhashraw}{6944be26632df239bb97f94e15fdffa6} + \field{labelalpha}{Pro23} + \field{sortinit}{P} + \field{sortinithash}{ff3bcf24f47321b42cb156c2cc8a8422} + \field{labelnamesource}{author} + \field{labeltitlesource}{title} + \field{note}{Accessed: 2024-08-06} + \field{title}{Project Gutenberg} + \field{year}{2023} + \verb{urlraw} + \verb https://www.gutenberg.org + \endverb + \verb{url} + \verb https://www.gutenberg.org + \endverb + \endentry + \entry{raschka2024encoderdecoder}{article}{}{} + \name{author}{1}{}{% + {{hash=bb679961e3f3f4bba79fc1cf3aa7df1c}{% + family={Raschka}, + familyi={R\bibinitperiod}, + given={Sebastian}, + giveni={S\bibinitperiod}}}% + } + \strng{namehash}{bb679961e3f3f4bba79fc1cf3aa7df1c} + \strng{fullhash}{bb679961e3f3f4bba79fc1cf3aa7df1c} + \strng{fullhashraw}{bb679961e3f3f4bba79fc1cf3aa7df1c} + \strng{bibnamehash}{bb679961e3f3f4bba79fc1cf3aa7df1c} + \strng{authorbibnamehash}{bb679961e3f3f4bba79fc1cf3aa7df1c} + \strng{authornamehash}{bb679961e3f3f4bba79fc1cf3aa7df1c} + \strng{authorfullhash}{bb679961e3f3f4bba79fc1cf3aa7df1c} + \strng{authorfullhashraw}{bb679961e3f3f4bba79fc1cf3aa7df1c} + \field{labelalpha}{Ras24} + \field{sortinit}{R} + \field{sortinithash}{5e1c39a9d46ffb6bebd8f801023a9486} + \field{labelnamesource}{author} + \field{labeltitlesource}{title} + \field{journaltitle}{Sebastian Raschka's Magazine} + \field{note}{Accessed: 2024-08-14} + \field{title}{Understanding Encoder and Decoder Architectures in Deep Learning} + \field{year}{2024} + \verb{urlraw} + \verb https://magazine.sebastianraschka.com/p/understanding-encoder-and-decoder + \endverb + \verb{url} + \verb https://magazine.sebastianraschka.com/p/understanding-encoder-and-decoder + \endverb + \endentry + \entry{schroder-etal-2021-neural}{inproceedings}{}{} + \name{author}{3}{}{% + {{hash=61e1a35cd8f127581604c7176238ecea}{% + family={Schröder}, + familyi={S\bibinitperiod}, + given={Fynn}, + giveni={F\bibinitperiod}}}% + {{hash=314b84e0117f7efc39b85ff749187916}{% + family={Hatzel}, + familyi={H\bibinitperiod}, + given={Hans\bibnamedelima Ole}, + giveni={H\bibinitperiod\bibinitdelim O\bibinitperiod}}}% + {{hash=786eca9f4966307b17cae6c3bba98905}{% + family={Biemann}, + familyi={B\bibinitperiod}, + given={Chris}, + giveni={C\bibinitperiod}}}% + } + \name{editor}{5}{}{% + {{hash=a45b4d1927bb0ea3a040dfe5d1f0d310}{% + family={Evang}, + familyi={E\bibinitperiod}, + given={Kilian}, + giveni={K\bibinitperiod}}}% + {{hash=ac4826768da90eb0ef40ee37ef17293c}{% + family={Kallmeyer}, + familyi={K\bibinitperiod}, + given={Laura}, + giveni={L\bibinitperiod}}}% + {{hash=c2ee7d465388b287ae04672af1876a07}{% + family={Osswald}, + familyi={O\bibinitperiod}, + given={Rainer}, + giveni={R\bibinitperiod}}}% + {{hash=b5700d65a3f7e881039505b79ba0d8f6}{% + family={Waszczuk}, + familyi={W\bibinitperiod}, + given={Jakub}, + giveni={J\bibinitperiod}}}% + {{hash=d2bddcda907ea93d3a82a0623d8d0930}{% + family={Zesch}, + familyi={Z\bibinitperiod}, + given={Torsten}, + giveni={T\bibinitperiod}}}% + } + \list{location}{1}{% + {Düsseldorf, Germany}% + } + \list{publisher}{1}{% + {KONVENS 2021 Organizers}% + } + \strng{namehash}{2565bff841ce070cdf9a2979052ea4aa} + \strng{fullhash}{2565bff841ce070cdf9a2979052ea4aa} + \strng{fullhashraw}{2565bff841ce070cdf9a2979052ea4aa} + \strng{bibnamehash}{2565bff841ce070cdf9a2979052ea4aa} + \strng{authorbibnamehash}{2565bff841ce070cdf9a2979052ea4aa} + \strng{authornamehash}{2565bff841ce070cdf9a2979052ea4aa} + \strng{authorfullhash}{2565bff841ce070cdf9a2979052ea4aa} + \strng{authorfullhashraw}{2565bff841ce070cdf9a2979052ea4aa} + \strng{editorbibnamehash}{360afad7bdb9fdd8b0f6c012331c8c04} + \strng{editornamehash}{360afad7bdb9fdd8b0f6c012331c8c04} + \strng{editorfullhash}{e27538100860ec465c704e9604c84c85} + \strng{editorfullhashraw}{e27538100860ec465c704e9604c84c85} + \field{labelalpha}{SHB21} + \field{sortinit}{S} + \field{sortinithash}{b164b07b29984b41daf1e85279fbc5ab} + \field{labelnamesource}{author} + \field{labeltitlesource}{title} + \field{booktitle}{Proceedings of the 17th Conference on Natural Language Processing (KONVENS 2021)} + \field{month}{9} + \field{title}{Neural End-to-end Coreference Resolution for {G}erman in Different Domains} + \field{year}{2021} + \field{pages}{170\bibrangedash 181} + \range{pages}{12} + \verb{urlraw} + \verb https://aclanthology.org/2021.konvens-1.15 + \endverb + \verb{url} + \verb https://aclanthology.org/2021.konvens-1.15 + \endverb + \endentry + \entry{suvratarora2024nlp}{misc}{}{} + \name{author}{1}{}{% + {{hash=308ca1088b6593018aa83ce9c4058dfa}{% + family={suvratarora06}, + familyi={s\bibinitperiod}}}% + } + \strng{namehash}{308ca1088b6593018aa83ce9c4058dfa} + \strng{fullhash}{308ca1088b6593018aa83ce9c4058dfa} + \strng{fullhashraw}{308ca1088b6593018aa83ce9c4058dfa} + \strng{bibnamehash}{308ca1088b6593018aa83ce9c4058dfa} + \strng{authorbibnamehash}{308ca1088b6593018aa83ce9c4058dfa} + \strng{authornamehash}{308ca1088b6593018aa83ce9c4058dfa} + \strng{authorfullhash}{308ca1088b6593018aa83ce9c4058dfa} + \strng{authorfullhashraw}{308ca1088b6593018aa83ce9c4058dfa} + \field{labelalpha}{suv24} + \field{sortinit}{s} + \field{sortinithash}{b164b07b29984b41daf1e85279fbc5ab} + \field{labelnamesource}{author} + \field{labeltitlesource}{title} + \field{howpublished}{\url{https://www.geeksforgeeks.org/nlp-bleu-score-for-evaluating-neural-machine-translation-python/}} + \field{title}{NLP - BLEU Score for Evaluating Neural Machine Translation – Python} + \field{year}{2024} + \endentry + \entry{TalikaGupta2024CoreferenceIL}{inproceedings}{}{} + \name{author}{3}{}{% + {{hash=a88a484285f2c19fcb152487342916f6}{% + family={TalikaGupta}, + familyi={T\bibinitperiod}, + given={†}, + giveni={†\bibinitperiod}}}% + {{hash=db259f279682410affdd4cdb4611efbe}{% + family={HansOleHatzel}, + familyi={H\bibinitperiod}, + given={‡}, + giveni={‡\bibinitperiod}}}% + {{hash=428850d7a6188575ce43426ac889b77d}{% + family={Biemann}, + familyi={B\bibinitperiod}, + given={Christian}, + giveni={C\bibinitperiod}}}% + } + \strng{namehash}{d72ea4d88beee069217e09674dd52fe6} + \strng{fullhash}{d72ea4d88beee069217e09674dd52fe6} + \strng{fullhashraw}{d72ea4d88beee069217e09674dd52fe6} + \strng{bibnamehash}{d72ea4d88beee069217e09674dd52fe6} + \strng{authorbibnamehash}{d72ea4d88beee069217e09674dd52fe6} + \strng{authornamehash}{d72ea4d88beee069217e09674dd52fe6} + \strng{authorfullhash}{d72ea4d88beee069217e09674dd52fe6} + \strng{authorfullhashraw}{d72ea4d88beee069217e09674dd52fe6} + \field{labelalpha}{THB24} + \field{sortinit}{T} + \field{sortinithash}{9af77f0292593c26bde9a56e688eaee9} + \field{labelnamesource}{author} + \field{labeltitlesource}{title} + \field{booktitle}{LATECHCLFL} + \field{title}{Coreference in Long Documents using Hierarchical Entity Merging} + \field{year}{2024} + \verb{urlraw} + \verb https://api.semanticscholar.org/CorpusID:267336474 + \endverb + \verb{url} + \verb https://api.semanticscholar.org/CorpusID:267336474 + \endverb + \endentry + \entry{finetune}{online}{}{} + \name{author}{1}{}{% + {{hash=bbe51039d025b265f9790490781cb201}{% + family={Turing}, + familyi={T\bibinitperiod}}}% + } + \strng{namehash}{bbe51039d025b265f9790490781cb201} + \strng{fullhash}{bbe51039d025b265f9790490781cb201} + \strng{fullhashraw}{bbe51039d025b265f9790490781cb201} + \strng{bibnamehash}{bbe51039d025b265f9790490781cb201} + \strng{authorbibnamehash}{bbe51039d025b265f9790490781cb201} + \strng{authornamehash}{bbe51039d025b265f9790490781cb201} + \strng{authorfullhash}{bbe51039d025b265f9790490781cb201} + \strng{authorfullhashraw}{bbe51039d025b265f9790490781cb201} + \field{labelalpha}{Tur} + \field{sortinit}{T} + \field{sortinithash}{9af77f0292593c26bde9a56e688eaee9} + \field{labelnamesource}{author} + \field{labeltitlesource}{title} + \field{howpublished}{\url{https://www.turing.com/resources/finetuning-large-language-models}} + \field{note}{Accessed: 2024-07-19} + \field{title}{Fine-Tuning LLMs: Overview, Methods, and Best Practices} + \endentry + \entry{NIPS2017_3f5ee243}{inproceedings}{}{} + \name{author}{8}{}{% + {{hash=7f28e84700536646dd6620a0db07ad09}{% + family={Vaswani}, + familyi={V\bibinitperiod}, + given={Ashish}, + giveni={A\bibinitperiod}}}% + {{hash=62efade83d70f0323fe248755e6c90c5}{% + family={Shazeer}, + familyi={S\bibinitperiod}, + given={Noam}, + giveni={N\bibinitperiod}}}% + {{hash=06649ebab1ea5cac0250746a19764975}{% + family={Parmar}, + familyi={P\bibinitperiod}, + given={Niki}, + giveni={N\bibinitperiod}}}% + {{hash=831027ee0ebf22375e2a86afc1881909}{% + family={Uszkoreit}, + familyi={U\bibinitperiod}, + given={Jakob}, + giveni={J\bibinitperiod}}}% + {{hash=2fd2982e30ebcec93ec1cf76e0d797fd}{% + family={Jones}, + familyi={J\bibinitperiod}, + given={Llion}, + giveni={L\bibinitperiod}}}% + {{hash=27b07e4eacbf4ef7a1438e3badb7dd8d}{% + family={Gomez}, + familyi={G\bibinitperiod}, + given={Aidan\bibnamedelima N}, + giveni={A\bibinitperiod\bibinitdelim N\bibinitperiod}}}% + {{hash=f2bc899b1160163417da7bf510f15d33}{% + family={Kaiser}, + familyi={K\bibinitperiod}, + given={Lukasz}, + giveni={L\bibinitperiod}}}% + {{hash=95595a0fefb86187cbc36e551017d332}{% + family={Polosukhin}, + familyi={P\bibinitperiod}, + given={Illia}, + giveni={I\bibinitperiod}}}% + } + \name{editor}{7}{}{% + {{hash=e7e74de725116358b68a6e890c026145}{% + family={Guyon}, + familyi={G\bibinitperiod}, + given={I.}, + giveni={I\bibinitperiod}}}% + {{hash=37ec935a67384bcb2fc2fc63f83750ed}{% + family={Von\bibnamedelima Luxburg}, + familyi={V\bibinitperiod\bibinitdelim L\bibinitperiod}, + given={U.}, + giveni={U\bibinitperiod}}}% + {{hash=9b411b6c9cefdde16ffea77ecf612142}{% + family={Bengio}, + familyi={B\bibinitperiod}, + given={S.}, + giveni={S\bibinitperiod}}}% + {{hash=1444141e07dd9549dbb4b8530fe4ec15}{% + family={Wallach}, + familyi={W\bibinitperiod}, + given={H.}, + giveni={H\bibinitperiod}}}% + {{hash=f3857e15544199442f3d4fb2cf6645b4}{% + family={Fergus}, + familyi={F\bibinitperiod}, + given={R.}, + giveni={R\bibinitperiod}}}% + {{hash=c73f06e2fc98c9b0bf52eb5fdce61943}{% + family={Vishwanathan}, + familyi={V\bibinitperiod}, + given={S.}, + giveni={S\bibinitperiod}}}% + {{hash=36b98b7ab533936cf1b5716148de704f}{% + family={Garnett}, + familyi={G\bibinitperiod}, + given={R.}, + giveni={R\bibinitperiod}}}% + } + \strng{namehash}{ee273ab30cfb889666f8c4d806eb9ce7} + \strng{fullhash}{f82970bbd2bdd7a002d2af62b743d5cc} + \strng{fullhashraw}{f82970bbd2bdd7a002d2af62b743d5cc} + \strng{bibnamehash}{ee273ab30cfb889666f8c4d806eb9ce7} + \strng{authorbibnamehash}{ee273ab30cfb889666f8c4d806eb9ce7} + \strng{authornamehash}{ee273ab30cfb889666f8c4d806eb9ce7} + \strng{authorfullhash}{f82970bbd2bdd7a002d2af62b743d5cc} + \strng{authorfullhashraw}{f82970bbd2bdd7a002d2af62b743d5cc} + \strng{editorbibnamehash}{7cffda9a379be8eb9063eee4eb0f58b3} + \strng{editornamehash}{7cffda9a379be8eb9063eee4eb0f58b3} + \strng{editorfullhash}{7f28dbd737d58f04931b32d5a8ead8f6} + \strng{editorfullhashraw}{7f28dbd737d58f04931b32d5a8ead8f6} + \field{labelalpha}{Vas+17} + \field{sortinit}{V} + \field{sortinithash}{afb52128e5b4dc4b843768c0113d673b} + \field{labelnamesource}{author} + \field{labeltitlesource}{title} + \field{booktitle}{Advances in Neural Information Processing Systems} + \field{title}{Attention is All you Need} + \field{volume}{30} + \field{year}{2017} + \verb{urlraw} + \verb https://proceedings.neurips.cc/paper_files/paper/2017/file/3f5ee243547dee91fbd053c1c4a845aa-Paper.pdf + \endverb + \verb{url} + \verb https://proceedings.neurips.cc/paper_files/paper/2017/file/3f5ee243547dee91fbd053c1c4a845aa-Paper.pdf + \endverb + \endentry + \entry{w3c_sparql_2008}{misc}{}{} + \name{author}{1}{}{% + {{hash=446a1ae6601a5c59360c7d591c3992da}{% + family={{W3C}}, + familyi={W\bibinitperiod}}}% + } + \strng{namehash}{446a1ae6601a5c59360c7d591c3992da} + \strng{fullhash}{446a1ae6601a5c59360c7d591c3992da} + \strng{fullhashraw}{446a1ae6601a5c59360c7d591c3992da} + \strng{bibnamehash}{446a1ae6601a5c59360c7d591c3992da} + \strng{authorbibnamehash}{446a1ae6601a5c59360c7d591c3992da} + \strng{authornamehash}{446a1ae6601a5c59360c7d591c3992da} + \strng{authorfullhash}{446a1ae6601a5c59360c7d591c3992da} + \strng{authorfullhashraw}{446a1ae6601a5c59360c7d591c3992da} + \field{labelalpha}{W3C08} + \field{sortinit}{W} + \field{sortinithash}{4315d78024d0cea9b57a0c6f0e35ed0d} + \field{labelnamesource}{author} + \field{labeltitlesource}{title} + \field{note}{Accessed: 2024-08-14} + \field{title}{SPARQL Query Language for RDF} + \field{year}{2008} + \verb{urlraw} + \verb https://www.w3.org/TR/rdf-sparql-query/ + \endverb + \verb{url} + \verb https://www.w3.org/TR/rdf-sparql-query/ + \endverb + \endentry + \entry{wikidata_sparql_tutorial}{misc}{}{} + \name{author}{1}{}{% + {{hash=65bffc6722f1d1233c4b23969793d854}{% + family={{Wikidata}}, + familyi={W\bibinitperiod}}}% + } + \strng{namehash}{65bffc6722f1d1233c4b23969793d854} + \strng{fullhash}{65bffc6722f1d1233c4b23969793d854} + \strng{fullhashraw}{65bffc6722f1d1233c4b23969793d854} + \strng{bibnamehash}{65bffc6722f1d1233c4b23969793d854} + \strng{authorbibnamehash}{65bffc6722f1d1233c4b23969793d854} + \strng{authornamehash}{65bffc6722f1d1233c4b23969793d854} + \strng{authorfullhash}{65bffc6722f1d1233c4b23969793d854} + \strng{authorfullhashraw}{65bffc6722f1d1233c4b23969793d854} + \field{labelalpha}{Wik24} + \field{sortinit}{W} + \field{sortinithash}{4315d78024d0cea9b57a0c6f0e35ed0d} + \field{labelnamesource}{author} + \field{labeltitlesource}{title} + \field{note}{Accessed: 2024-08-14} + \field{title}{Wikidata: SPARQL tutorial} + \field{year}{2024} + \verb{urlraw} + \verb https://www.wikidata.org/wiki/Wikidata:SPARQL_tutorial + \endverb + \verb{url} + \verb https://www.wikidata.org/wiki/Wikidata:SPARQL_tutorial + \endverb + \endentry + \entry{yuan2024evaluatingcharacterunderstandinglarge}{misc}{}{} + \name{author}{8}{}{% + {{hash=140aca5f11ba29855fda24146c72953c}{% + family={Yuan}, + familyi={Y\bibinitperiod}, + given={Xinfeng}, + giveni={X\bibinitperiod}}}% + {{hash=77dc601e2b0abc4afc722c0c927472fe}{% + family={Yuan}, + familyi={Y\bibinitperiod}, + given={Siyu}, + giveni={S\bibinitperiod}}}% + {{hash=9c3550bedfd89b119f4167d61f0a8c78}{% + family={Cui}, + familyi={C\bibinitperiod}, + given={Yuhan}, + giveni={Y\bibinitperiod}}}% + {{hash=f62b857c03443e69c804479cec5345bf}{% + family={Lin}, + familyi={L\bibinitperiod}, + given={Tianhe}, + giveni={T\bibinitperiod}}}% + {{hash=e994283fda3ac7656924778697a2c9c9}{% + family={Wang}, + familyi={W\bibinitperiod}, + given={Xintao}, + giveni={X\bibinitperiod}}}% + {{hash=af1f6890b49ac6de6ee9af944bdf1990}{% + family={Xu}, + familyi={X\bibinitperiod}, + given={Rui}, + giveni={R\bibinitperiod}}}% + {{hash=b5bdf0f19d7dcb1d04fa6afe3bb80c7c}{% + family={Chen}, + familyi={C\bibinitperiod}, + given={Jiangjie}, + giveni={J\bibinitperiod}}}% + {{hash=48ca0e93747b0dd48409fcd936f31c9e}{% + family={Yang}, + familyi={Y\bibinitperiod}, + given={Deqing}, + giveni={D\bibinitperiod}}}% + } + \strng{namehash}{950a6747bdaf007a42c27205f3d8807a} + \strng{fullhash}{0516047b80ef1434078dbe21d853514f} + \strng{fullhashraw}{0516047b80ef1434078dbe21d853514f} + \strng{bibnamehash}{950a6747bdaf007a42c27205f3d8807a} + \strng{authorbibnamehash}{950a6747bdaf007a42c27205f3d8807a} + \strng{authornamehash}{950a6747bdaf007a42c27205f3d8807a} + \strng{authorfullhash}{0516047b80ef1434078dbe21d853514f} + \strng{authorfullhashraw}{0516047b80ef1434078dbe21d853514f} + \field{labelalpha}{Yua+24} + \field{sortinit}{Y} + \field{sortinithash}{fd67ad5a9ef0f7456bdd9aab10fe1495} + \field{labelnamesource}{author} + \field{labeltitlesource}{title} + \field{eprintclass}{cs.CL} + \field{eprinttype}{arXiv} + \field{title}{Evaluating Character Understanding of Large Language Models via Character Profiling from Fictional Works} + \field{year}{2024} + \verb{eprint} + \verb 2404.12726 + \endverb + \verb{urlraw} + \verb https://arxiv.org/abs/2404.12726 + \endverb + \verb{url} + \verb https://arxiv.org/abs/2404.12726 + \endverb + \endentry + \entry{bert-score}{inproceedings}{}{} + \name{author}{5}{}{% + {{hash=758da8e96d345319d74651088a155df0}{% + family={Zhang*}, + familyi={Z\bibinitperiod}, + given={Tianyi}, + giveni={T\bibinitperiod}}}% + {{hash=d153728d33df135677f793905e441e3e}{% + family={Kishore*}, + familyi={K\bibinitperiod}, + given={Varsha}, + giveni={V\bibinitperiod}}}% + {{hash=514f0b5d949b3aad7342b7fa986f304a}{% + family={Wu*}, + familyi={W\bibinitperiod}, + given={Felix}, + giveni={F\bibinitperiod}}}% + {{hash=68a0238356fbd88b34be8886f25938a7}{% + family={Weinberger}, + familyi={W\bibinitperiod}, + given={Kilian\bibnamedelima Q.}, + giveni={K\bibinitperiod\bibinitdelim Q\bibinitperiod}}}% + {{hash=bda57b6734e461152eada7e447798ca8}{% + family={Artzi}, + familyi={A\bibinitperiod}, + given={Yoav}, + giveni={Y\bibinitperiod}}}% + } + \strng{namehash}{788cc3bebfd859279ccfbdf5a9a3ca5d} + \strng{fullhash}{e77c620fb16f8e5a6c7fb7b7944a81f7} + \strng{fullhashraw}{e77c620fb16f8e5a6c7fb7b7944a81f7} + \strng{bibnamehash}{788cc3bebfd859279ccfbdf5a9a3ca5d} + \strng{authorbibnamehash}{788cc3bebfd859279ccfbdf5a9a3ca5d} + \strng{authornamehash}{788cc3bebfd859279ccfbdf5a9a3ca5d} + \strng{authorfullhash}{e77c620fb16f8e5a6c7fb7b7944a81f7} + \strng{authorfullhashraw}{e77c620fb16f8e5a6c7fb7b7944a81f7} + \field{labelalpha}{Zha+20} + \field{sortinit}{Z} + \field{sortinithash}{96892c0b0a36bb8557c40c49813d48b3} + \field{labelnamesource}{author} + \field{labeltitlesource}{title} + \field{booktitle}{International Conference on Learning Representations} + \field{title}{BERTScore: Evaluating Text Generation with BERT} + \field{year}{2020} + \verb{urlraw} + \verb https://openreview.net/forum?id=SkeHuCVFDr + \endverb + \verb{url} + \verb https://openreview.net/forum?id=SkeHuCVFDr + \endverb + \endentry + \enddatalist +\endrefsection +\endinput + diff --git a/masterthesis.bbl-SAVE-ERROR b/masterthesis.bbl-SAVE-ERROR index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..2af18decd10d84255a31cf4b3fdb54ddf0aad30c 100644 --- a/masterthesis.bbl-SAVE-ERROR +++ b/masterthesis.bbl-SAVE-ERROR @@ -0,0 +1,3446 @@ +% $ biblatex auxiliary file $ +% $ biblatex bbl format version 3.3 $ +% Do not modify the above lines! +% +% This is an auxiliary file used by the 'biblatex' package. +% This file may safely be deleted. It will be recreated by +% biber as required. +% +\begingroup +\makeatletter +\@ifundefined{ver@biblatex.sty} + {\@latex@error + {Missing 'biblatex' package} + {The bibliography requires the 'biblatex' package.} + \aftergroup\endinput} + {} +\endgroup + + +\refsection{0} + \datalist[entry]{anyt/global//global/global/global} + \entry{rag}{online}{}{} + \name{author}{1}{}{% + {{hash=b3b3a6ac74ecbd56bcdbefa4799fb9df}{% + family={Amazon}, + familyi={A\bibinitperiod}}}% + } + \strng{namehash}{b3b3a6ac74ecbd56bcdbefa4799fb9df} + \strng{fullhash}{b3b3a6ac74ecbd56bcdbefa4799fb9df} + \strng{fullhashraw}{b3b3a6ac74ecbd56bcdbefa4799fb9df} + \strng{bibnamehash}{b3b3a6ac74ecbd56bcdbefa4799fb9df} + \strng{authorbibnamehash}{b3b3a6ac74ecbd56bcdbefa4799fb9df} + \strng{authornamehash}{b3b3a6ac74ecbd56bcdbefa4799fb9df} + \strng{authorfullhash}{b3b3a6ac74ecbd56bcdbefa4799fb9df} + \strng{authorfullhashraw}{b3b3a6ac74ecbd56bcdbefa4799fb9df} + \field{labelalpha}{Ama} + \field{sortinit}{A} + \field{sortinithash}{2f401846e2029bad6b3ecc16d50031e2} + \field{labelnamesource}{author} + \field{labeltitlesource}{title} + \field{howpublished}{\url{https://aws.amazon.com/de/what-is/retrieval-augmented-generation/}} + \field{note}{Accessed: 2024-07-19} + \field{title}{rag} + \endentry + \entry{brahman-etal-2021-characters-tell}{inproceedings}{}{} + \name{author}{6}{}{% + {{hash=2b4a38ef233e401589f3114bca784bea}{% + family={Brahman}, + familyi={B\bibinitperiod}, + given={Faeze}, + giveni={F\bibinitperiod}}}% + {{hash=b702b0ce5b0a9c671b2639e09e0af1a6}{% + family={Huang}, + familyi={H\bibinitperiod}, + given={Meng}, + giveni={M\bibinitperiod}}}% + {{hash=21dbac8bb4ba1ed555216a1d80595c20}{% + family={Tafjord}, + familyi={T\bibinitperiod}, + given={Oyvind}, + giveni={O\bibinitperiod}}}% + {{hash=b9749d38cefa5213b5a281a3f3c9bf6d}{% + family={Zhao}, + familyi={Z\bibinitperiod}, + given={Chao}, + giveni={C\bibinitperiod}}}% + {{hash=642ef2dffcf1d8c1905bcf343127c6d7}{% + family={Sachan}, + familyi={S\bibinitperiod}, + given={Mrinmaya}, + giveni={M\bibinitperiod}}}% + {{hash=59f387defbbf8029d33da69f047c56e2}{% + family={Chaturvedi}, + familyi={C\bibinitperiod}, + given={Snigdha}, + giveni={S\bibinitperiod}}}% + } + \name{editor}{4}{}{% + {{hash=04fe502dceb461055032ff714831f9fd}{% + family={Moens}, + familyi={M\bibinitperiod}, + given={Marie-Francine}, + giveni={M\bibinithyphendelim F\bibinitperiod}}}% + {{hash=ed0f3403ef6238bb67876d4c6ad27464}{% + family={Huang}, + familyi={H\bibinitperiod}, + given={Xuanjing}, + giveni={X\bibinitperiod}}}% + {{hash=ede296c12d7a570bc8b70fcb82116a5f}{% + family={Specia}, + familyi={S\bibinitperiod}, + given={Lucia}, + giveni={L\bibinitperiod}}}% + {{hash=c657f71658dc4a8dc6a0e6d0ec40fb6c}{% + family={Yih}, + familyi={Y\bibinitperiod}, + given={Scott\bibnamedelima Wen-tau}, + giveni={S\bibinitperiod\bibinitdelim W\bibinithyphendelim t\bibinitperiod}}}% + } + \list{location}{1}{% + {Punta Cana, Dominican Republic}% + } + \list{publisher}{1}{% + {Association for Computational Linguistics}% + } + \strng{namehash}{1803656690f9ced5a4e5ccddd24d6ab8} + \strng{fullhash}{a83c21161c8a6768f1046478d7624c56} + \strng{fullhashraw}{a83c21161c8a6768f1046478d7624c56} + \strng{bibnamehash}{1803656690f9ced5a4e5ccddd24d6ab8} + \strng{authorbibnamehash}{1803656690f9ced5a4e5ccddd24d6ab8} + \strng{authornamehash}{1803656690f9ced5a4e5ccddd24d6ab8} + \strng{authorfullhash}{a83c21161c8a6768f1046478d7624c56} + \strng{authorfullhashraw}{a83c21161c8a6768f1046478d7624c56} + \strng{editorbibnamehash}{37ee52e763dbd58c491e692f53cc91ca} + \strng{editornamehash}{37ee52e763dbd58c491e692f53cc91ca} + \strng{editorfullhash}{ec90ccf3b84cfe7183bf239f86d7779d} + \strng{editorfullhashraw}{ec90ccf3b84cfe7183bf239f86d7779d} + \field{labelalpha}{Bra+21} + \field{sortinit}{B} + \field{sortinithash}{d7095fff47cda75ca2589920aae98399} + \field{labelnamesource}{author} + \field{labeltitlesource}{title} + \field{abstract}{When reading a literary piece, readers often make inferences about various characters{'} roles, personalities, relationships, intents, actions, etc. While humans can readily draw upon their past experiences to build such a character-centric view of the narrative, understanding characters in narratives can be a challenging task for machines. To encourage research in this field of character-centric narrative understanding, we present LiSCU {--} a new dataset of literary pieces and their summaries paired with descriptions of characters that appear in them. We also introduce two new tasks on LiSCU: Character Identification and Character Description Generation. Our experiments with several pre-trained language models adapted for these tasks demonstrate that there is a need for better models of narrative comprehension.} + \field{booktitle}{Findings of the Association for Computational Linguistics: EMNLP 2021} + \field{month}{11} + \field{title}{{``}Let Your Characters Tell Their Story{''}: A Dataset for Character-Centric Narrative Understanding} + \field{year}{2021} + \field{pages}{1734\bibrangedash 1752} + \range{pages}{19} + \verb{doi} + \verb 10.18653/v1/2021.findings-emnlp.150 + \endverb + \verb{urlraw} + \verb https://aclanthology.org/2021.findings-emnlp.150 + \endverb + \verb{url} + \verb https://aclanthology.org/2021.findings-emnlp.150 + \endverb + \endentry + \entry{dobrovolskii-2021-word}{inproceedings}{}{} + \name{author}{1}{}{% + {{hash=46e885cada67f54d91688f3a3461f995}{% + family={Dobrovolskii}, + familyi={D\bibinitperiod}, + given={Vladimir}, + giveni={V\bibinitperiod}}}% + } + \name{editor}{4}{}{% + {{hash=04fe502dceb461055032ff714831f9fd}{% + family={Moens}, + familyi={M\bibinitperiod}, + given={Marie-Francine}, + giveni={M\bibinithyphendelim F\bibinitperiod}}}% + {{hash=ed0f3403ef6238bb67876d4c6ad27464}{% + family={Huang}, + familyi={H\bibinitperiod}, + given={Xuanjing}, + giveni={X\bibinitperiod}}}% + {{hash=ede296c12d7a570bc8b70fcb82116a5f}{% + family={Specia}, + familyi={S\bibinitperiod}, + given={Lucia}, + giveni={L\bibinitperiod}}}% + {{hash=c657f71658dc4a8dc6a0e6d0ec40fb6c}{% + family={Yih}, + familyi={Y\bibinitperiod}, + given={Scott\bibnamedelima Wen-tau}, + giveni={S\bibinitperiod\bibinitdelim W\bibinithyphendelim t\bibinitperiod}}}% + } + \list{location}{2}{% + {Online}% + {Punta Cana, Dominican Republic}% + } + \list{publisher}{1}{% + {Association for Computational Linguistics}% + } + \strng{namehash}{46e885cada67f54d91688f3a3461f995} + \strng{fullhash}{46e885cada67f54d91688f3a3461f995} + \strng{fullhashraw}{46e885cada67f54d91688f3a3461f995} + \strng{bibnamehash}{46e885cada67f54d91688f3a3461f995} + \strng{authorbibnamehash}{46e885cada67f54d91688f3a3461f995} + \strng{authornamehash}{46e885cada67f54d91688f3a3461f995} + \strng{authorfullhash}{46e885cada67f54d91688f3a3461f995} + \strng{authorfullhashraw}{46e885cada67f54d91688f3a3461f995} + \strng{editorbibnamehash}{37ee52e763dbd58c491e692f53cc91ca} + \strng{editornamehash}{37ee52e763dbd58c491e692f53cc91ca} + \strng{editorfullhash}{ec90ccf3b84cfe7183bf239f86d7779d} + \strng{editorfullhashraw}{ec90ccf3b84cfe7183bf239f86d7779d} + \field{labelalpha}{Dob21} + \field{sortinit}{D} + \field{sortinithash}{6f385f66841fb5e82009dc833c761848} + \field{labelnamesource}{author} + \field{labeltitlesource}{title} + \field{abstract}{Recent coreference resolution models rely heavily on span representations to find coreference links between word spans. As the number of spans is $O(n^2)$ in the length of text and the number of potential links is $O(n^4)$, various pruning techniques are necessary to make this approach computationally feasible. We propose instead to consider coreference links between individual words rather than word spans and then reconstruct the word spans. This reduces the complexity of the coreference model to $O(n^2)$ and allows it to consider all potential mentions without pruning any of them out. We also demonstrate that, with these changes, SpanBERT for coreference resolution will be significantly outperformed by RoBERTa. While being highly efficient, our model performs competitively with recent coreference resolution systems on the OntoNotes benchmark.} + \field{booktitle}{Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing} + \field{month}{11} + \field{title}{Word-Level Coreference Resolution} + \field{year}{2021} + \field{pages}{7670\bibrangedash 7675} + \range{pages}{6} + \verb{doi} + \verb 10.18653/v1/2021.emnlp-main.605 + \endverb + \verb{urlraw} + \verb https://aclanthology.org/2021.emnlp-main.605 + \endverb + \verb{url} + \verb https://aclanthology.org/2021.emnlp-main.605 + \endverb + \endentry + \entry{dubey2024llama3herdmodels}{misc}{}{} + \name{author}{533}{}{% + {{hash=517ae3236e034cf4fdea5b47025e3973}{% + family={Dubey}, + familyi={D\bibinitperiod}, + given={Abhimanyu}, + giveni={A\bibinitperiod}}}% + {{hash=7cd1f80eda1bcdcfef29a10ede4dd146}{% + family={Jauhri}, + familyi={J\bibinitperiod}, + given={Abhinav}, + giveni={A\bibinitperiod}}}% + {{hash=06842da7f77ff44040c8321fd64885f3}{% + family={Pandey}, + familyi={P\bibinitperiod}, + given={Abhinav}, + giveni={A\bibinitperiod}}}% + {{hash=608d46a077e616c07f7f9f841f4de3ae}{% + family={Kadian}, + familyi={K\bibinitperiod}, + given={Abhishek}, + giveni={A\bibinitperiod}}}% + {{hash=2e761a0ae1d9bbf5f560537144813f20}{% + family={Al-Dahle}, + familyi={A\bibinithyphendelim D\bibinitperiod}, + given={Ahmad}, + giveni={A\bibinitperiod}}}% + {{hash=1debd101fb9be92bb0eece4c427841d9}{% + family={Letman}, + familyi={L\bibinitperiod}, + given={Aiesha}, + giveni={A\bibinitperiod}}}% + {{hash=457cd19c088f0576b2d4d9823277fe38}{% + family={Mathur}, + familyi={M\bibinitperiod}, + given={Akhil}, + giveni={A\bibinitperiod}}}% + {{hash=a7fbe7fc6a5ce250cabe9388e690c55b}{% + family={Schelten}, + familyi={S\bibinitperiod}, + given={Alan}, + giveni={A\bibinitperiod}}}% + {{hash=d5eae71ab93d6aef82689401f1018de6}{% + family={Yang}, + familyi={Y\bibinitperiod}, + given={Amy}, + giveni={A\bibinitperiod}}}% + {{hash=277117db6b938bd36379979ac719cc02}{% + family={Fan}, + familyi={F\bibinitperiod}, + given={Angela}, + giveni={A\bibinitperiod}}}% + {{hash=eb6a43771a55bde951c0119ac5c7ad13}{% + family={Goyal}, + familyi={G\bibinitperiod}, + given={Anirudh}, + giveni={A\bibinitperiod}}}% + {{hash=83b44b72b8c1a3fa66c344f8314ae0ea}{% + family={Hartshorn}, + familyi={H\bibinitperiod}, + given={Anthony}, + giveni={A\bibinitperiod}}}% + {{hash=406e630aa8ec4a134f9d7368afbfba7d}{% + family={Yang}, + familyi={Y\bibinitperiod}, + given={Aobo}, + giveni={A\bibinitperiod}}}% + {{hash=9ee5b7c583ffe333cff357d0076583e2}{% + family={Mitra}, + familyi={M\bibinitperiod}, + given={Archi}, + giveni={A\bibinitperiod}}}% + {{hash=476c76c4de9ec529afd69122f38f6f2a}{% + family={Sravankumar}, + familyi={S\bibinitperiod}, + given={Archie}, + giveni={A\bibinitperiod}}}% + {{hash=897d7f44330ad50e6bbabf2e19436741}{% + family={Korenev}, + familyi={K\bibinitperiod}, + given={Artem}, + giveni={A\bibinitperiod}}}% + {{hash=dd42319df6029b8779059366db5bf5a1}{% + family={Hinsvark}, + familyi={H\bibinitperiod}, + given={Arthur}, + giveni={A\bibinitperiod}}}% + {{hash=5f597674181132737db0211a957f4dde}{% + family={Rao}, + familyi={R\bibinitperiod}, + given={Arun}, + giveni={A\bibinitperiod}}}% + {{hash=983273ab2d972b56d8b64d220726b6aa}{% + family={Zhang}, + familyi={Z\bibinitperiod}, + given={Aston}, + giveni={A\bibinitperiod}}}% + {{hash=a829e25f1d50c3545ed8e99f12890acc}{% + family={Rodriguez}, + familyi={R\bibinitperiod}, + given={Aurelien}, + giveni={A\bibinitperiod}}}% + {{hash=b2689ee6da3cca0692fb764abee12be3}{% + family={Gregerson}, + familyi={G\bibinitperiod}, + given={Austen}, + giveni={A\bibinitperiod}}}% + {{hash=9c93fffb68bf410af913bd94d121f0a9}{% + family={Spataru}, + familyi={S\bibinitperiod}, + given={Ava}, + giveni={A\bibinitperiod}}}% + {{hash=5f4e5510fd04af23b103f7b65591a6c1}{% + family={Roziere}, + familyi={R\bibinitperiod}, + given={Baptiste}, + giveni={B\bibinitperiod}}}% + {{hash=511a8a03cad821bcb8d968148d173191}{% + family={Biron}, + familyi={B\bibinitperiod}, + given={Bethany}, + giveni={B\bibinitperiod}}}% + {{hash=053e8c6174328cafc9566859df3bbe95}{% + family={Tang}, + familyi={T\bibinitperiod}, + given={Binh}, + giveni={B\bibinitperiod}}}% + {{hash=1ebb377ae0403a07a7fd272138005880}{% + family={Chern}, + familyi={C\bibinitperiod}, + given={Bobbie}, + giveni={B\bibinitperiod}}}% + {{hash=60b0dee36c03f3d79184e3fe4c948885}{% + family={Caucheteux}, + familyi={C\bibinitperiod}, + given={Charlotte}, + giveni={C\bibinitperiod}}}% + {{hash=3336eb4e5300d8204ccd75e7b7c6df72}{% + family={Nayak}, + familyi={N\bibinitperiod}, + given={Chaya}, + giveni={C\bibinitperiod}}}% + {{hash=e81ac23c5f1addcd3c227114521d590f}{% + family={Bi}, + familyi={B\bibinitperiod}, + given={Chloe}, + giveni={C\bibinitperiod}}}% + {{hash=46d5807f87a73a76ecd71aeab5f8bd12}{% + family={Marra}, + familyi={M\bibinitperiod}, + given={Chris}, + giveni={C\bibinitperiod}}}% + {{hash=60db036f80713fa213a1b46d1343ab21}{% + family={McConnell}, + familyi={M\bibinitperiod}, + given={Chris}, + giveni={C\bibinitperiod}}}% + {{hash=7682db8ac070796c6a652fafec2808c0}{% + family={Keller}, + familyi={K\bibinitperiod}, + given={Christian}, + giveni={C\bibinitperiod}}}% + {{hash=9deedad9eadb158dc0b452be1ed5ea8d}{% + family={Touret}, + familyi={T\bibinitperiod}, + given={Christophe}, + giveni={C\bibinitperiod}}}% + {{hash=4540e0bc6e94d6172c825c8763ed9ea2}{% + family={Wu}, + familyi={W\bibinitperiod}, + given={Chunyang}, + giveni={C\bibinitperiod}}}% + {{hash=d16e7f0423cd1184cb11436b26a1bdaf}{% + family={Wong}, + familyi={W\bibinitperiod}, + given={Corinne}, + giveni={C\bibinitperiod}}}% + {{hash=88658b8a76c5ee08e1a06ff9a649912c}{% + family={Ferrer}, + familyi={F\bibinitperiod}, + given={Cristian\bibnamedelima Canton}, + giveni={C\bibinitperiod\bibinitdelim C\bibinitperiod}}}% + {{hash=5986b5d4a265702da5b115a74896397b}{% + family={Nikolaidis}, + familyi={N\bibinitperiod}, + given={Cyrus}, + giveni={C\bibinitperiod}}}% + {{hash=e55d6988e514e9c72f9fb21f40fb601c}{% + family={Allonsius}, + familyi={A\bibinitperiod}, + given={Damien}, + giveni={D\bibinitperiod}}}% + {{hash=55763e73a41d50cc4f9f55a06205cc86}{% + family={Song}, + familyi={S\bibinitperiod}, + given={Daniel}, + giveni={D\bibinitperiod}}}% + {{hash=4ed3f3dec5de09d37df1c34480310345}{% + family={Pintz}, + familyi={P\bibinitperiod}, + given={Danielle}, + giveni={D\bibinitperiod}}}% + {{hash=96cd5609175a1af286275fdce2035b24}{% + family={Livshits}, + familyi={L\bibinitperiod}, + given={Danny}, + giveni={D\bibinitperiod}}}% + {{hash=8bc68c3d86e021e0a7cf92611aef5aba}{% + family={Esiobu}, + familyi={E\bibinitperiod}, + given={David}, + giveni={D\bibinitperiod}}}% + {{hash=43b7c4cd20fa8299528cf96d9b0c15d7}{% + family={Choudhary}, + familyi={C\bibinitperiod}, + given={Dhruv}, + giveni={D\bibinitperiod}}}% + {{hash=3a55a24e70b781030f26c1dd27a28d97}{% + family={Mahajan}, + familyi={M\bibinitperiod}, + given={Dhruv}, + giveni={D\bibinitperiod}}}% + {{hash=0d327c0fe8637e2c0be9c118c1c6511d}{% + family={Garcia-Olano}, + familyi={G\bibinithyphendelim O\bibinitperiod}, + given={Diego}, + giveni={D\bibinitperiod}}}% + {{hash=7ae9cd6ec443d954600e0359962c4bd7}{% + family={Perino}, + familyi={P\bibinitperiod}, + given={Diego}, + giveni={D\bibinitperiod}}}% + {{hash=0aab99f9623dcafc949b52e6684d9156}{% + family={Hupkes}, + familyi={H\bibinitperiod}, + given={Dieuwke}, + giveni={D\bibinitperiod}}}% + {{hash=dba4865891705cb4d6b9c7a1035dd965}{% + family={Lakomkin}, + familyi={L\bibinitperiod}, + given={Egor}, + giveni={E\bibinitperiod}}}% + {{hash=14fd96b159eafa3f79e3845a4c443ee9}{% + family={AlBadawy}, + familyi={A\bibinitperiod}, + given={Ehab}, + giveni={E\bibinitperiod}}}% + {{hash=3591ba031dfc34f415377df95ca974e8}{% + family={Lobanova}, + familyi={L\bibinitperiod}, + given={Elina}, + giveni={E\bibinitperiod}}}% + {{hash=9d9aa89c5300a6b631bd2c11e1a5ecb5}{% + family={Dinan}, + familyi={D\bibinitperiod}, + given={Emily}, + giveni={E\bibinitperiod}}}% + {{hash=d3a381f971b5c6215ca00dbab6af16bc}{% + family={Smith}, + familyi={S\bibinitperiod}, + given={Eric\bibnamedelima Michael}, + giveni={E\bibinitperiod\bibinitdelim M\bibinitperiod}}}% + {{hash=c05b7cdee97bbf89a8dcbbc2cba01248}{% + family={Radenovic}, + familyi={R\bibinitperiod}, + given={Filip}, + giveni={F\bibinitperiod}}}% + {{hash=c36fa1678a66294c4e052073505e741f}{% + family={Zhang}, + familyi={Z\bibinitperiod}, + given={Frank}, + giveni={F\bibinitperiod}}}% + {{hash=a345e20a460089c920bb74098ed450db}{% + family={Synnaeve}, + familyi={S\bibinitperiod}, + given={Gabriel}, + giveni={G\bibinitperiod}}}% + {{hash=446d55de31cf6d76503f570d8d0e1945}{% + family={Lee}, + familyi={L\bibinitperiod}, + given={Gabrielle}, + giveni={G\bibinitperiod}}}% + {{hash=d55a7c283d9d7ec492662bd4fb221ce8}{% + family={Anderson}, + familyi={A\bibinitperiod}, + given={Georgia\bibnamedelima Lewis}, + giveni={G\bibinitperiod\bibinitdelim L\bibinitperiod}}}% + {{hash=3f24f43e1cf4e0195bd44a1bfbaa7a63}{% + family={Nail}, + familyi={N\bibinitperiod}, + given={Graeme}, + giveni={G\bibinitperiod}}}% + {{hash=b8a7ca70cb43965a42b9c6eb0bf53947}{% + family={Mialon}, + familyi={M\bibinitperiod}, + given={Gregoire}, + giveni={G\bibinitperiod}}}% + {{hash=5b08b637a3bab8f27d66577f48f39899}{% + family={Pang}, + familyi={P\bibinitperiod}, + given={Guan}, + giveni={G\bibinitperiod}}}% + {{hash=0904c97caab4d6e021d459b4326fa0ac}{% + family={Cucurell}, + familyi={C\bibinitperiod}, + given={Guillem}, + giveni={G\bibinitperiod}}}% + {{hash=239b8e5169e07c88a99c57cd2ab79bc2}{% + family={Nguyen}, + familyi={N\bibinitperiod}, + given={Hailey}, + giveni={H\bibinitperiod}}}% + {{hash=dfba7677fba7e4dc8b94d5c94ee12cfe}{% + family={Korevaar}, + familyi={K\bibinitperiod}, + given={Hannah}, + giveni={H\bibinitperiod}}}% + {{hash=e33632a7cd83c6e486ccbe7fd081f315}{% + family={Xu}, + familyi={X\bibinitperiod}, + given={Hu}, + giveni={H\bibinitperiod}}}% + {{hash=a2a13fcd633ec70c55a7f3f4812afdcf}{% + family={Touvron}, + familyi={T\bibinitperiod}, + given={Hugo}, + giveni={H\bibinitperiod}}}% + {{hash=93956bb0eb985aaa3bc14fd1e311e982}{% + family={Zarov}, + familyi={Z\bibinitperiod}, + given={Iliyan}, + giveni={I\bibinitperiod}}}% + {{hash=9671ba761407bb5cd4695fe9f7cada99}{% + family={Ibarra}, + familyi={I\bibinitperiod}, + given={Imanol\bibnamedelima Arrieta}, + giveni={I\bibinitperiod\bibinitdelim A\bibinitperiod}}}% + {{hash=ce85bd2d98b3f94c341b59edaa214e3d}{% + family={Kloumann}, + familyi={K\bibinitperiod}, + given={Isabel}, + giveni={I\bibinitperiod}}}% + {{hash=4ada721a93e1592ecdc3df0fc9876469}{% + family={Misra}, + familyi={M\bibinitperiod}, + given={Ishan}, + giveni={I\bibinitperiod}}}% + {{hash=f9a895918de323357927b1d34c9f157c}{% + family={Evtimov}, + familyi={E\bibinitperiod}, + given={Ivan}, + giveni={I\bibinitperiod}}}% + {{hash=754f41410033ef892e9ec8406be562b1}{% + family={Copet}, + familyi={C\bibinitperiod}, + given={Jade}, + giveni={J\bibinitperiod}}}% + {{hash=fad5846abebb04ef9424a83e9c98be58}{% + family={Lee}, + familyi={L\bibinitperiod}, + given={Jaewon}, + giveni={J\bibinitperiod}}}% + {{hash=783239a28c3499d058b735eae1106637}{% + family={Geffert}, + familyi={G\bibinitperiod}, + given={Jan}, + giveni={J\bibinitperiod}}}% + {{hash=c4c153a694c02a74a0a274c73e6441f2}{% + family={Vranes}, + familyi={V\bibinitperiod}, + given={Jana}, + giveni={J\bibinitperiod}}}% + {{hash=dac470c32dedad932ab1af9c3260bb72}{% + family={Park}, + familyi={P\bibinitperiod}, + given={Jason}, + giveni={J\bibinitperiod}}}% + {{hash=9a1db2f2823684340e000e50c6208a1f}{% + family={Mahadeokar}, + familyi={M\bibinitperiod}, + given={Jay}, + giveni={J\bibinitperiod}}}% + {{hash=aeee6e510ec84f70732dea374d8a5ed2}{% + family={Shah}, + familyi={S\bibinitperiod}, + given={Jeet}, + giveni={J\bibinitperiod}}}% + {{hash=99f3ebed2f6b73f262331b1ad545a6df}{% + family={Linde}, + familyi={L\bibinitperiod}, + given={Jelmer}, + giveni={J\bibinitperiod}, + prefix={van\bibnamedelima der}, + prefixi={v\bibinitperiod\bibinitdelim d\bibinitperiod}}}% + {{hash=8addaf2119b976c360fac666e552339d}{% + family={Billock}, + familyi={B\bibinitperiod}, + given={Jennifer}, + giveni={J\bibinitperiod}}}% + {{hash=faf318ef4acda4567253c563b330f7ff}{% + family={Hong}, + familyi={H\bibinitperiod}, + given={Jenny}, + giveni={J\bibinitperiod}}}% + {{hash=6ce116cb36b1ac6aa9dd9ea8b552ea39}{% + family={Lee}, + familyi={L\bibinitperiod}, + given={Jenya}, + giveni={J\bibinitperiod}}}% + {{hash=76c6af62ff4da9d3f19d41b4e8d2bbc1}{% + family={Fu}, + familyi={F\bibinitperiod}, + given={Jeremy}, + giveni={J\bibinitperiod}}}% + {{hash=3a14f76bc40e8aa0a4eccb67be887f86}{% + family={Chi}, + familyi={C\bibinitperiod}, + given={Jianfeng}, + giveni={J\bibinitperiod}}}% + {{hash=4d5dd7060b67c3b1f62b82e0dea2a4e0}{% + family={Huang}, + familyi={H\bibinitperiod}, + given={Jianyu}, + giveni={J\bibinitperiod}}}% + {{hash=451d91a5bd40575b8fa58bfe8d336090}{% + family={Liu}, + familyi={L\bibinitperiod}, + given={Jiawen}, + giveni={J\bibinitperiod}}}% + {{hash=fcd6114a30fda9801eef65b9d374f56b}{% + family={Wang}, + familyi={W\bibinitperiod}, + given={Jie}, + giveni={J\bibinitperiod}}}% + {{hash=aefd0dd76e8ae7b871a4bea7623fe602}{% + family={Yu}, + familyi={Y\bibinitperiod}, + given={Jiecao}, + giveni={J\bibinitperiod}}}% + {{hash=2a689adc56bc1cd7ef1a5d47c4f2a1c2}{% + family={Bitton}, + familyi={B\bibinitperiod}, + given={Joanna}, + giveni={J\bibinitperiod}}}% + {{hash=4a27a3fc7c2e8cf8a844a8ecd54e919d}{% + family={Spisak}, + familyi={S\bibinitperiod}, + given={Joe}, + giveni={J\bibinitperiod}}}% + {{hash=d453b06ade17d41da4d373ecf988e52a}{% + family={Park}, + familyi={P\bibinitperiod}, + given={Jongsoo}, + giveni={J\bibinitperiod}}}% + {{hash=6aaaea242a73e6eea97578d681468442}{% + family={Rocca}, + familyi={R\bibinitperiod}, + given={Joseph}, + giveni={J\bibinitperiod}}}% + {{hash=ca81589cf7cac022f06650385c8b9d05}{% + family={Johnstun}, + familyi={J\bibinitperiod}, + given={Joshua}, + giveni={J\bibinitperiod}}}% + {{hash=ebddaeb491ec309604315869c03f5fb6}{% + family={Saxe}, + familyi={S\bibinitperiod}, + given={Joshua}, + giveni={J\bibinitperiod}}}% + {{hash=0fdda3217c25f869c66e0f1f0a9816b6}{% + family={Jia}, + familyi={J\bibinitperiod}, + given={Junteng}, + giveni={J\bibinitperiod}}}% + {{hash=dbea60af0097d26182dbc78d209e116e}{% + family={Alwala}, + familyi={A\bibinitperiod}, + given={Kalyan\bibnamedelima Vasuden}, + giveni={K\bibinitperiod\bibinitdelim V\bibinitperiod}}}% + {{hash=02100c17b9904b7c4bf7845fcdf39e55}{% + family={Upasani}, + familyi={U\bibinitperiod}, + given={Kartikeya}, + giveni={K\bibinitperiod}}}% + {{hash=36190f678d0db058f91c0fa98d8c2226}{% + family={Plawiak}, + familyi={P\bibinitperiod}, + given={Kate}, + giveni={K\bibinitperiod}}}% + {{hash=815a2cdb03036dc2884fcf0472f759cf}{% + family={Li}, + familyi={L\bibinitperiod}, + given={Ke}, + giveni={K\bibinitperiod}}}% + {{hash=7335b523d68241b7785091b15c243eac}{% + family={Heafield}, + familyi={H\bibinitperiod}, + given={Kenneth}, + giveni={K\bibinitperiod}}}% + {{hash=2f7a28226c3a07d546eb4e727221d2ea}{% + family={Stone}, + familyi={S\bibinitperiod}, + given={Kevin}, + giveni={K\bibinitperiod}}}% + {{hash=f83b63a652208c1987868f7712047515}{% + family={El-Arini}, + familyi={E\bibinithyphendelim A\bibinitperiod}, + given={Khalid}, + giveni={K\bibinitperiod}}}% + {{hash=3ece0bb6da8d30142a3ff3bce0ff6dc9}{% + family={Iyer}, + familyi={I\bibinitperiod}, + given={Krithika}, + giveni={K\bibinitperiod}}}% + {{hash=d2a4ed88a068eabe32304fe58d6e038d}{% + family={Malik}, + familyi={M\bibinitperiod}, + given={Kshitiz}, + giveni={K\bibinitperiod}}}% + {{hash=ce78cb6b0c60fa398802dc90a821d318}{% + family={Chiu}, + familyi={C\bibinitperiod}, + given={Kuenley}, + giveni={K\bibinitperiod}}}% + {{hash=d8c5cf85374627a5b508c28ec50a61da}{% + family={Bhalla}, + familyi={B\bibinitperiod}, + given={Kunal}, + giveni={K\bibinitperiod}}}% + {{hash=ae95a269f6462af93a8a4e29f0c4c354}{% + family={Rantala-Yeary}, + familyi={R\bibinithyphendelim Y\bibinitperiod}, + given={Lauren}, + giveni={L\bibinitperiod}}}% + {{hash=47fbe2837893a84fb516e9e85ba7aa36}{% + family={Maaten}, + familyi={M\bibinitperiod}, + given={Laurens}, + giveni={L\bibinitperiod}, + prefix={van\bibnamedelima der}, + prefixi={v\bibinitperiod\bibinitdelim d\bibinitperiod}}}% + {{hash=090a9901d02a0452a90109efa1f31cc7}{% + family={Chen}, + familyi={C\bibinitperiod}, + given={Lawrence}, + giveni={L\bibinitperiod}}}% + {{hash=74dd8d145e8762841eba435fa00a9a37}{% + family={Tan}, + familyi={T\bibinitperiod}, + given={Liang}, + giveni={L\bibinitperiod}}}% + {{hash=93c5fa87a0065c89150edba624a9d4b4}{% + family={Jenkins}, + familyi={J\bibinitperiod}, + given={Liz}, + giveni={L\bibinitperiod}}}% + {{hash=950630d7ca7a0fad0a3d3f705e279eb1}{% + family={Martin}, + familyi={M\bibinitperiod}, + given={Louis}, + giveni={L\bibinitperiod}}}% + {{hash=bfecac3687aa510dc501bd584aebd14c}{% + family={Madaan}, + familyi={M\bibinitperiod}, + given={Lovish}, + giveni={L\bibinitperiod}}}% + {{hash=6b4ecfbce0b2f5421fca855200ce8402}{% + family={Malo}, + familyi={M\bibinitperiod}, + given={Lubo}, + giveni={L\bibinitperiod}}}% + {{hash=8269ea0da45e06632fa2fb6ab5a485f2}{% + family={Blecher}, + familyi={B\bibinitperiod}, + given={Lukas}, + giveni={L\bibinitperiod}}}% + {{hash=1d1a22fbe4ec5623497a35cc6b461e93}{% + family={Landzaat}, + familyi={L\bibinitperiod}, + given={Lukas}, + giveni={L\bibinitperiod}}}% + {{hash=6716e1a7ecf5c53811aca15e30b84ef1}{% + family={Oliveira}, + familyi={O\bibinitperiod}, + given={Luke}, + giveni={L\bibinitperiod}, + prefix={de}, + prefixi={d\bibinitperiod}}}% + {{hash=56b5b1736e48384ef7756cfaa4882fad}{% + family={Muzzi}, + familyi={M\bibinitperiod}, + given={Madeline}, + giveni={M\bibinitperiod}}}% + {{hash=d20dbd6636782c062f2caeb8df352784}{% + family={Pasupuleti}, + familyi={P\bibinitperiod}, + given={Mahesh}, + giveni={M\bibinitperiod}}}% + {{hash=f0a4c8dfbb53049c09141b32643288b2}{% + family={Singh}, + familyi={S\bibinitperiod}, + given={Mannat}, + giveni={M\bibinitperiod}}}% + {{hash=d1976e858e503a89ab7e5fa48734c939}{% + family={Paluri}, + familyi={P\bibinitperiod}, + given={Manohar}, + giveni={M\bibinitperiod}}}% + {{hash=71cb443347f4b9392a81d58940afc147}{% + family={Kardas}, + familyi={K\bibinitperiod}, + given={Marcin}, + giveni={M\bibinitperiod}}}% + {{hash=4cbcb22a60be8a2dea4f6acbcde8bc01}{% + family={Oldham}, + familyi={O\bibinitperiod}, + given={Mathew}, + giveni={M\bibinitperiod}}}% + {{hash=e5ce0679abfc2a97fd3e295186868818}{% + family={Rita}, + familyi={R\bibinitperiod}, + given={Mathieu}, + giveni={M\bibinitperiod}}}% + {{hash=0afa85890f0145d06e829a82d73ca0df}{% + family={Pavlova}, + familyi={P\bibinitperiod}, + given={Maya}, + giveni={M\bibinitperiod}}}% + {{hash=54affa9a2c21ec7e6165e1f0698417b1}{% + family={Kambadur}, + familyi={K\bibinitperiod}, + given={Melanie}, + giveni={M\bibinitperiod}}}% + {{hash=c97f53fdeeb04c28de19e3324cb4bc0a}{% + family={Lewis}, + familyi={L\bibinitperiod}, + given={Mike}, + giveni={M\bibinitperiod}}}% + {{hash=b2e053cdeb5efd4efc0a937b2925612c}{% + family={Si}, + familyi={S\bibinitperiod}, + given={Min}, + giveni={M\bibinitperiod}}}% + {{hash=8d01d4af1462d03d8e7b4d180b0034ff}{% + family={Singh}, + familyi={S\bibinitperiod}, + given={Mitesh\bibnamedelima Kumar}, + giveni={M\bibinitperiod\bibinitdelim K\bibinitperiod}}}% + {{hash=92aac3ec505dd813ea2ddd0b1a3841e6}{% + family={Hassan}, + familyi={H\bibinitperiod}, + given={Mona}, + giveni={M\bibinitperiod}}}% + {{hash=78a420900f50a8470ad085fb05231bf6}{% + family={Goyal}, + familyi={G\bibinitperiod}, + given={Naman}, + giveni={N\bibinitperiod}}}% + {{hash=c5e5ae63a4f015ffa0d6a6f773f988c7}{% + family={Torabi}, + familyi={T\bibinitperiod}, + given={Narjes}, + giveni={N\bibinitperiod}}}% + {{hash=8dca70cf10dd8f894b4dff4af9ff238c}{% + family={Bashlykov}, + familyi={B\bibinitperiod}, + given={Nikolay}, + giveni={N\bibinitperiod}}}% + {{hash=d58110a310cacc94692f0f5b6dd202ed}{% + family={Bogoychev}, + familyi={B\bibinitperiod}, + given={Nikolay}, + giveni={N\bibinitperiod}}}% + {{hash=ef6ded1d36f3b5b10bb5f2447bc40818}{% + family={Chatterji}, + familyi={C\bibinitperiod}, + given={Niladri}, + giveni={N\bibinitperiod}}}% + {{hash=f9c5d2c162690076b15de314a8215961}{% + family={Duchenne}, + familyi={D\bibinitperiod}, + given={Olivier}, + giveni={O\bibinitperiod}}}% + {{hash=b50226f3de19ee635922d59edd7ae7e5}{% + family={Çelebi}, + familyi={Ç\bibinitperiod}, + given={Onur}, + giveni={O\bibinitperiod}}}% + {{hash=798fef5b4c3e0906b43971fc37795f81}{% + family={Alrassy}, + familyi={A\bibinitperiod}, + given={Patrick}, + giveni={P\bibinitperiod}}}% + {{hash=6e8ae7560608b7727418a49a752bbe2f}{% + family={Zhang}, + familyi={Z\bibinitperiod}, + given={Pengchuan}, + giveni={P\bibinitperiod}}}% + {{hash=053d099671dbc892fb57a5464fe99862}{% + family={Li}, + familyi={L\bibinitperiod}, + given={Pengwei}, + giveni={P\bibinitperiod}}}% + {{hash=4e5b76c778a7d65b18700c12f33efa62}{% + family={Vasic}, + familyi={V\bibinitperiod}, + given={Petar}, + giveni={P\bibinitperiod}}}% + {{hash=e190d2d85cfe549644d9d4270cf3c193}{% + family={Weng}, + familyi={W\bibinitperiod}, + given={Peter}, + giveni={P\bibinitperiod}}}% + {{hash=f6126d401371bb053d15e54678a5d2be}{% + family={Bhargava}, + familyi={B\bibinitperiod}, + given={Prajjwal}, + giveni={P\bibinitperiod}}}% + {{hash=b2ca9905acb96c0dd1b36c24148fc07e}{% + family={Dubal}, + familyi={D\bibinitperiod}, + given={Pratik}, + giveni={P\bibinitperiod}}}% + {{hash=837a8f1fd024a33720a1ba69b40a2dc0}{% + family={Krishnan}, + familyi={K\bibinitperiod}, + given={Praveen}, + giveni={P\bibinitperiod}}}% + {{hash=b58bfbc914fead2ccb6bc50a44bbe36f}{% + family={Koura}, + familyi={K\bibinitperiod}, + given={Punit\bibnamedelima Singh}, + giveni={P\bibinitperiod\bibinitdelim S\bibinitperiod}}}% + {{hash=45be0856419ed489bdf51603a27cf854}{% + family={Xu}, + familyi={X\bibinitperiod}, + given={Puxin}, + giveni={P\bibinitperiod}}}% + {{hash=7c27f1b2b48feefb0593a05e9c6a8b12}{% + family={He}, + familyi={H\bibinitperiod}, + given={Qing}, + giveni={Q\bibinitperiod}}}% + {{hash=13993f1539efb56c308bc5396bf5b0f4}{% + family={Dong}, + familyi={D\bibinitperiod}, + given={Qingxiao}, + giveni={Q\bibinitperiod}}}% + {{hash=439acb42a33468f60e368e4c9b5bb4ed}{% + family={Srinivasan}, + familyi={S\bibinitperiod}, + given={Ragavan}, + giveni={R\bibinitperiod}}}% + {{hash=7588dba48927dee26ecc709c9167169e}{% + family={Ganapathy}, + familyi={G\bibinitperiod}, + given={Raj}, + giveni={R\bibinitperiod}}}% + {{hash=329dcc3352aaa5053bed2565ff100e10}{% + family={Calderer}, + familyi={C\bibinitperiod}, + given={Ramon}, + giveni={R\bibinitperiod}}}% + {{hash=aee7d69c56b580e9bedc7fefc9eb9c52}{% + family={Cabral}, + familyi={C\bibinitperiod}, + given={Ricardo\bibnamedelima Silveira}, + giveni={R\bibinitperiod\bibinitdelim S\bibinitperiod}}}% + {{hash=5f64b32e164398414aabe27f1af0140e}{% + family={Stojnic}, + familyi={S\bibinitperiod}, + given={Robert}, + giveni={R\bibinitperiod}}}% + {{hash=6f4fcbeef9e0ff74d528e953d5c5f6c7}{% + family={Raileanu}, + familyi={R\bibinitperiod}, + given={Roberta}, + giveni={R\bibinitperiod}}}% + {{hash=b04a9f34a16019be789d119ecef9ae8b}{% + family={Girdhar}, + familyi={G\bibinitperiod}, + given={Rohit}, + giveni={R\bibinitperiod}}}% + {{hash=b76c0872b581774230eafe330e0f948d}{% + family={Patel}, + familyi={P\bibinitperiod}, + given={Rohit}, + giveni={R\bibinitperiod}}}% + {{hash=8e33aea10f45b2bc5ebe66bc7fdbcab7}{% + family={Sauvestre}, + familyi={S\bibinitperiod}, + given={Romain}, + giveni={R\bibinitperiod}}}% + {{hash=249caeb243804ab63be7b727ecf9f0b3}{% + family={Polidoro}, + familyi={P\bibinitperiod}, + given={Ronnie}, + giveni={R\bibinitperiod}}}% + {{hash=2407ed6a0925d80f5c31039222182737}{% + family={Sumbaly}, + familyi={S\bibinitperiod}, + given={Roshan}, + giveni={R\bibinitperiod}}}% + {{hash=bc3d70abe301dce69ed52a2854aabd09}{% + family={Taylor}, + familyi={T\bibinitperiod}, + given={Ross}, + giveni={R\bibinitperiod}}}% + {{hash=890ca1d1a899ca554e599fcb6e7fb479}{% + family={Silva}, + familyi={S\bibinitperiod}, + given={Ruan}, + giveni={R\bibinitperiod}}}% + {{hash=87e1cd3cb3c64f79a269f8eb6ca4689c}{% + family={Hou}, + familyi={H\bibinitperiod}, + given={Rui}, + giveni={R\bibinitperiod}}}% + {{hash=9a8e37c2db183faff113a94a5dbc4914}{% + family={Wang}, + familyi={W\bibinitperiod}, + given={Rui}, + giveni={R\bibinitperiod}}}% + {{hash=4abc1e75d2af9ab7d913201989a0e571}{% + family={Hosseini}, + familyi={H\bibinitperiod}, + given={Saghar}, + giveni={S\bibinitperiod}}}% + {{hash=01bfc925489a1aa0b42bbccd3a1b910d}{% + family={Chennabasappa}, + familyi={C\bibinitperiod}, + given={Sahana}, + giveni={S\bibinitperiod}}}% + {{hash=f6f98d9855931a1b4a26f28c431c896c}{% + family={Singh}, + familyi={S\bibinitperiod}, + given={Sanjay}, + giveni={S\bibinitperiod}}}% + {{hash=66430b8659a566bd0a6f426873ec981a}{% + family={Bell}, + familyi={B\bibinitperiod}, + given={Sean}, + giveni={S\bibinitperiod}}}% + {{hash=17805ef7508734c22d008d0042164d91}{% + family={Kim}, + familyi={K\bibinitperiod}, + given={Seohyun\bibnamedelima Sonia}, + giveni={S\bibinitperiod\bibinitdelim S\bibinitperiod}}}% + {{hash=79caf76234e835df3dc38a785e0913e0}{% + family={Edunov}, + familyi={E\bibinitperiod}, + given={Sergey}, + giveni={S\bibinitperiod}}}% + {{hash=0d41a9b721eb8bfd6c1060b3a974cdbe}{% + family={Nie}, + familyi={N\bibinitperiod}, + given={Shaoliang}, + giveni={S\bibinitperiod}}}% + {{hash=a2da348cbbad750c6fe76dda9c35ffcd}{% + family={Narang}, + familyi={N\bibinitperiod}, + given={Sharan}, + giveni={S\bibinitperiod}}}% + {{hash=f46bde2b73f64feac494d54df17a56cd}{% + family={Raparthy}, + familyi={R\bibinitperiod}, + given={Sharath}, + giveni={S\bibinitperiod}}}% + {{hash=0e8faef8660b332360bc58caaa793303}{% + family={Shen}, + familyi={S\bibinitperiod}, + given={Sheng}, + giveni={S\bibinitperiod}}}% + {{hash=2980de2259ff3bfd7c43b05073509045}{% + family={Wan}, + familyi={W\bibinitperiod}, + given={Shengye}, + giveni={S\bibinitperiod}}}% + {{hash=7681ed73d0f254dc4ce489faa0245a38}{% + family={Bhosale}, + familyi={B\bibinitperiod}, + given={Shruti}, + giveni={S\bibinitperiod}}}% + {{hash=a3739bbe1787246c16692bfb043543a2}{% + family={Zhang}, + familyi={Z\bibinitperiod}, + given={Shun}, + giveni={S\bibinitperiod}}}% + {{hash=8366514841cca3b7ed038c0422a0177f}{% + family={Vandenhende}, + familyi={V\bibinitperiod}, + given={Simon}, + giveni={S\bibinitperiod}}}% + {{hash=1b9611b3526fa975cb70666e43061068}{% + family={Batra}, + familyi={B\bibinitperiod}, + given={Soumya}, + giveni={S\bibinitperiod}}}% + {{hash=957f76287a021b9d8a0a3ad11b2b2e22}{% + family={Whitman}, + familyi={W\bibinitperiod}, + given={Spencer}, + giveni={S\bibinitperiod}}}% + {{hash=6bf726fdc870ddfdcb98122f0f9e7422}{% + family={Sootla}, + familyi={S\bibinitperiod}, + given={Sten}, + giveni={S\bibinitperiod}}}% + {{hash=4b86bc07b579ac8c2921000e01f27a80}{% + family={Collot}, + familyi={C\bibinitperiod}, + given={Stephane}, + giveni={S\bibinitperiod}}}% + {{hash=d1d3c4c5376249f5a5ed8c43c6585e47}{% + family={Gururangan}, + familyi={G\bibinitperiod}, + given={Suchin}, + giveni={S\bibinitperiod}}}% + {{hash=824d6e2c49ec949550246a2ea57a743e}{% + family={Borodinsky}, + familyi={B\bibinitperiod}, + given={Sydney}, + giveni={S\bibinitperiod}}}% + {{hash=b0a9bd1317ecd31e7a0bf07e018aca1e}{% + family={Herman}, + familyi={H\bibinitperiod}, + given={Tamar}, + giveni={T\bibinitperiod}}}% + {{hash=51f4beece23d913bedabfbe65082e9b2}{% + family={Fowler}, + familyi={F\bibinitperiod}, + given={Tara}, + giveni={T\bibinitperiod}}}% + {{hash=d9cd0f1b7f1372adec7ab0cf7b63a5f1}{% + family={Sheasha}, + familyi={S\bibinitperiod}, + given={Tarek}, + giveni={T\bibinitperiod}}}% + {{hash=55899b1834a47e42e0d2d9e15f4fa5e8}{% + family={Georgiou}, + familyi={G\bibinitperiod}, + given={Thomas}, + giveni={T\bibinitperiod}}}% + {{hash=3669dc61c228df3d7b95b1306107fa82}{% + family={Scialom}, + familyi={S\bibinitperiod}, + given={Thomas}, + giveni={T\bibinitperiod}}}% + {{hash=db801b929045385e0278353141905b77}{% + family={Speckbacher}, + familyi={S\bibinitperiod}, + given={Tobias}, + giveni={T\bibinitperiod}}}% + {{hash=2760810ac53a3b0afd0d63a8af2b52e3}{% + family={Mihaylov}, + familyi={M\bibinitperiod}, + given={Todor}, + giveni={T\bibinitperiod}}}% + {{hash=41028368e6169b6177f4b66947f5eed0}{% + family={Xiao}, + familyi={X\bibinitperiod}, + given={Tong}, + giveni={T\bibinitperiod}}}% + {{hash=985c4475f1e55e59f7bd68f5ac293c6b}{% + family={Karn}, + familyi={K\bibinitperiod}, + given={Ujjwal}, + giveni={U\bibinitperiod}}}% + {{hash=3b3711fab2634fac4eff6816c0f5cb0c}{% + family={Goswami}, + familyi={G\bibinitperiod}, + given={Vedanuj}, + giveni={V\bibinitperiod}}}% + {{hash=4d2a9682f134773155ee92056a02000a}{% + family={Gupta}, + familyi={G\bibinitperiod}, + given={Vibhor}, + giveni={V\bibinitperiod}}}% + {{hash=98b5373cace5e2cae4451d8e1ab0f2a6}{% + family={Ramanathan}, + familyi={R\bibinitperiod}, + given={Vignesh}, + giveni={V\bibinitperiod}}}% + {{hash=8406b239af8c6ae9ab411887b09b8cdd}{% + family={Kerkez}, + familyi={K\bibinitperiod}, + given={Viktor}, + giveni={V\bibinitperiod}}}% + {{hash=731e41af12131339812a2e1d2fd4264b}{% + family={Gonguet}, + familyi={G\bibinitperiod}, + given={Vincent}, + giveni={V\bibinitperiod}}}% + {{hash=385be234eecddfc0f46e562565e0e8d2}{% + family={Do}, + familyi={D\bibinitperiod}, + given={Virginie}, + giveni={V\bibinitperiod}}}% + {{hash=456bbb7e40bd87c238fd46331abc4852}{% + family={Vogeti}, + familyi={V\bibinitperiod}, + given={Vish}, + giveni={V\bibinitperiod}}}% + {{hash=03f1f84e19c0effe98205ab9a4d71724}{% + family={Petrovic}, + familyi={P\bibinitperiod}, + given={Vladan}, + giveni={V\bibinitperiod}}}% + {{hash=ae16043bc735d2e68fd2f2048a261cb0}{% + family={Chu}, + familyi={C\bibinitperiod}, + given={Weiwei}, + giveni={W\bibinitperiod}}}% + {{hash=ebf728d4edd3772aa46233df8265003e}{% + family={Xiong}, + familyi={X\bibinitperiod}, + given={Wenhan}, + giveni={W\bibinitperiod}}}% + {{hash=c206969fdfb0e87b34f30ee6cc0f0139}{% + family={Fu}, + familyi={F\bibinitperiod}, + given={Wenyin}, + giveni={W\bibinitperiod}}}% + {{hash=0dca8ecf486ac7cf75fdac6bef569a8b}{% + family={Meers}, + familyi={M\bibinitperiod}, + given={Whitney}, + giveni={W\bibinitperiod}}}% + {{hash=7222f9d76b0fff504f39e7c9c2a526be}{% + family={Martinet}, + familyi={M\bibinitperiod}, + given={Xavier}, + giveni={X\bibinitperiod}}}% + {{hash=cd26424dac955ebe267f1a2f0325d9f3}{% + family={Wang}, + familyi={W\bibinitperiod}, + given={Xiaodong}, + giveni={X\bibinitperiod}}}% + {{hash=9cf8d901d24d77adab28b880dc77fbde}{% + family={Tan}, + familyi={T\bibinitperiod}, + given={Xiaoqing\bibnamedelima Ellen}, + giveni={X\bibinitperiod\bibinitdelim E\bibinitperiod}}}% + {{hash=171702d62eddf18f37fcdb07dd3cc38f}{% + family={Xie}, + familyi={X\bibinitperiod}, + given={Xinfeng}, + giveni={X\bibinitperiod}}}% + {{hash=7778cc0a3ceb7bc7d21da689ccbacadd}{% + family={Jia}, + familyi={J\bibinitperiod}, + given={Xuchao}, + giveni={X\bibinitperiod}}}% + {{hash=aca8c393efd61cde9155d6edae887bcc}{% + family={Wang}, + familyi={W\bibinitperiod}, + given={Xuewei}, + giveni={X\bibinitperiod}}}% + {{hash=fdb54ac249abf18859648480c419bf0f}{% + family={Goldschlag}, + familyi={G\bibinitperiod}, + given={Yaelle}, + giveni={Y\bibinitperiod}}}% + {{hash=d0815b5d48e41b65855ec469e3546971}{% + family={Gaur}, + familyi={G\bibinitperiod}, + given={Yashesh}, + giveni={Y\bibinitperiod}}}% + {{hash=3f8d04c034a513f6abe1e2c15f14e3e4}{% + family={Babaei}, + familyi={B\bibinitperiod}, + given={Yasmine}, + giveni={Y\bibinitperiod}}}% + {{hash=a64d15774d6fc7b1171ced403cea68c3}{% + family={Wen}, + familyi={W\bibinitperiod}, + given={Yi}, + giveni={Y\bibinitperiod}}}% + {{hash=9bd32de2762a7622190cdc86304f6b18}{% + family={Song}, + familyi={S\bibinitperiod}, + given={Yiwen}, + giveni={Y\bibinitperiod}}}% + {{hash=584fe8cb46f9a24597f46045f82d1d8d}{% + family={Zhang}, + familyi={Z\bibinitperiod}, + given={Yuchen}, + giveni={Y\bibinitperiod}}}% + {{hash=0e1dff109644a2423d611a0bfe123178}{% + family={Li}, + familyi={L\bibinitperiod}, + given={Yue}, + giveni={Y\bibinitperiod}}}% + {{hash=4bf12306f229966567f3fa80a61f52c9}{% + family={Mao}, + familyi={M\bibinitperiod}, + given={Yuning}, + giveni={Y\bibinitperiod}}}% + {{hash=5d127fc68c862ac6acbaf194dd5341b3}{% + family={Coudert}, + familyi={C\bibinitperiod}, + given={Zacharie\bibnamedelima Delpierre}, + giveni={Z\bibinitperiod\bibinitdelim D\bibinitperiod}}}% + {{hash=d2ade1cc491ab061c743877b9fac6eb4}{% + family={Yan}, + familyi={Y\bibinitperiod}, + given={Zheng}, + giveni={Z\bibinitperiod}}}% + {{hash=c2e101fe9820cc9ebb5a6d51ebdff69f}{% + family={Chen}, + familyi={C\bibinitperiod}, + given={Zhengxing}, + giveni={Z\bibinitperiod}}}% + {{hash=924298ff0f42916eefd4612747b69168}{% + family={Papakipos}, + familyi={P\bibinitperiod}, + given={Zoe}, + giveni={Z\bibinitperiod}}}% + {{hash=3f3a905d16e64c5f11efab25a0da6255}{% + family={Singh}, + familyi={S\bibinitperiod}, + given={Aaditya}, + giveni={A\bibinitperiod}}}% + {{hash=7ac1dd876daaa34de14a8cf2eb49039c}{% + family={Grattafiori}, + familyi={G\bibinitperiod}, + given={Aaron}, + giveni={A\bibinitperiod}}}% + {{hash=0dd18c09e0af266292d5a7e9a2accff3}{% + family={Jain}, + familyi={J\bibinitperiod}, + given={Abha}, + giveni={A\bibinitperiod}}}% + {{hash=c56eec940be89868eed50f123204dec0}{% + family={Kelsey}, + familyi={K\bibinitperiod}, + given={Adam}, + giveni={A\bibinitperiod}}}% + {{hash=dde1a2384f95b935aa2b55975ed2b3f6}{% + family={Shajnfeld}, + familyi={S\bibinitperiod}, + given={Adam}, + giveni={A\bibinitperiod}}}% + {{hash=4b7ae8b3b746745e1d3cadafc45ffb3e}{% + family={Gangidi}, + familyi={G\bibinitperiod}, + given={Adithya}, + giveni={A\bibinitperiod}}}% + {{hash=1aa5a110a6957624dd943b795f0af71d}{% + family={Victoria}, + familyi={V\bibinitperiod}, + given={Adolfo}, + giveni={A\bibinitperiod}}}% + {{hash=7b4fa10f252f1324eda28c7c5b71efda}{% + family={Goldstand}, + familyi={G\bibinitperiod}, + given={Ahuva}, + giveni={A\bibinitperiod}}}% + {{hash=70c4067ccb121ce9d1346cfc7c622279}{% + family={Menon}, + familyi={M\bibinitperiod}, + given={Ajay}, + giveni={A\bibinitperiod}}}% + {{hash=e9a4763f65102abab18661133f199010}{% + family={Sharma}, + familyi={S\bibinitperiod}, + given={Ajay}, + giveni={A\bibinitperiod}}}% + {{hash=a1f74b7b2d93ac9f180664f3ce1176f6}{% + family={Boesenberg}, + familyi={B\bibinitperiod}, + given={Alex}, + giveni={A\bibinitperiod}}}% + {{hash=6513aec94043b0b10600196df6026a8c}{% + family={Vaughan}, + familyi={V\bibinitperiod}, + given={Alex}, + giveni={A\bibinitperiod}}}% + {{hash=e478046d4abc39e9814f6e364a736511}{% + family={Baevski}, + familyi={B\bibinitperiod}, + given={Alexei}, + giveni={A\bibinitperiod}}}% + {{hash=2e4283faf5715d7621de875320480ded}{% + family={Feinstein}, + familyi={F\bibinitperiod}, + given={Allie}, + giveni={A\bibinitperiod}}}% + {{hash=d5cd1376c5170b4a2fa1a09ab2d87a95}{% + family={Kallet}, + familyi={K\bibinitperiod}, + given={Amanda}, + giveni={A\bibinitperiod}}}% + {{hash=e9cb262adced7bca6f31d1a1294f0604}{% + family={Sangani}, + familyi={S\bibinitperiod}, + given={Amit}, + giveni={A\bibinitperiod}}}% + {{hash=be0e999808d5e6dd7d4c77fa1e019a35}{% + family={Yunus}, + familyi={Y\bibinitperiod}, + given={Anam}, + giveni={A\bibinitperiod}}}% + {{hash=89b81451635166fcb37197f8034c95d9}{% + family={Lupu}, + familyi={L\bibinitperiod}, + given={Andrei}, + giveni={A\bibinitperiod}}}% + {{hash=d28f306dab0a156ae0ad889a94bef7bb}{% + family={Alvarado}, + familyi={A\bibinitperiod}, + given={Andres}, + giveni={A\bibinitperiod}}}% + {{hash=a452e7dc78896bd8aea0ce8cbcde161e}{% + family={Caples}, + familyi={C\bibinitperiod}, + given={Andrew}, + giveni={A\bibinitperiod}}}% + {{hash=98cfba14708bcf56744f90225338572e}{% + family={Gu}, + familyi={G\bibinitperiod}, + given={Andrew}, + giveni={A\bibinitperiod}}}% + {{hash=bb8cc10f8a196a031445b79268e837ba}{% + family={Ho}, + familyi={H\bibinitperiod}, + given={Andrew}, + giveni={A\bibinitperiod}}}% + {{hash=a2080b9d7f5596d56ff1c48c3b0bf6aa}{% + family={Poulton}, + familyi={P\bibinitperiod}, + given={Andrew}, + giveni={A\bibinitperiod}}}% + {{hash=f2c437270d4e2db1f791420ed8ac551a}{% + family={Ryan}, + familyi={R\bibinitperiod}, + given={Andrew}, + giveni={A\bibinitperiod}}}% + {{hash=39cbdced681e69a4d9c47277f4042810}{% + family={Ramchandani}, + familyi={R\bibinitperiod}, + given={Ankit}, + giveni={A\bibinitperiod}}}% + {{hash=7db8b1027b55d4c2c8dc5778a254cd8b}{% + family={Franco}, + familyi={F\bibinitperiod}, + given={Annie}, + giveni={A\bibinitperiod}}}% + {{hash=331939d1aad3f3e466c0eb41b1739e48}{% + family={Saraf}, + familyi={S\bibinitperiod}, + given={Aparajita}, + giveni={A\bibinitperiod}}}% + {{hash=4401d7038ab283d97db93f8c106d8087}{% + family={Chowdhury}, + familyi={C\bibinitperiod}, + given={Arkabandhu}, + giveni={A\bibinitperiod}}}% + {{hash=eb8a956fa9100c20675c2ee391fc7690}{% + family={Gabriel}, + familyi={G\bibinitperiod}, + given={Ashley}, + giveni={A\bibinitperiod}}}% + {{hash=3f6a694e9a7267ec68effb5fdaf12c1c}{% + family={Bharambe}, + familyi={B\bibinitperiod}, + given={Ashwin}, + giveni={A\bibinitperiod}}}% + {{hash=7340ee2f132a35281d3204fd988c70fe}{% + family={Eisenman}, + familyi={E\bibinitperiod}, + given={Assaf}, + giveni={A\bibinitperiod}}}% + {{hash=1b5c67fc4afdd85c2436b2d9d3f942b7}{% + family={Yazdan}, + familyi={Y\bibinitperiod}, + given={Azadeh}, + giveni={A\bibinitperiod}}}% + {{hash=6254b751ef20420ced84e035f2ed2139}{% + family={James}, + familyi={J\bibinitperiod}, + given={Beau}, + giveni={B\bibinitperiod}}}% + {{hash=dbf8ae26b403ade00095d259a53cc2c8}{% + family={Maurer}, + familyi={M\bibinitperiod}, + given={Ben}, + giveni={B\bibinitperiod}}}% + {{hash=afa7e051f634e451742bd0b2a88f4d59}{% + family={Leonhardi}, + familyi={L\bibinitperiod}, + given={Benjamin}, + giveni={B\bibinitperiod}}}% + {{hash=c219c269757ff4df4a753b12299956cb}{% + family={Huang}, + familyi={H\bibinitperiod}, + given={Bernie}, + giveni={B\bibinitperiod}}}% + {{hash=3aef1d7739808a2eac496e70b92c58b9}{% + family={Loyd}, + familyi={L\bibinitperiod}, + given={Beth}, + giveni={B\bibinitperiod}}}% + {{hash=9266fea639391d2bbeb3a046b64218c8}{% + family={Paola}, + familyi={P\bibinitperiod}, + given={Beto\bibnamedelima De}, + giveni={B\bibinitperiod\bibinitdelim D\bibinitperiod}}}% + {{hash=d8e8976ad7ec5848c2f5557280aa5cdf}{% + family={Paranjape}, + familyi={P\bibinitperiod}, + given={Bhargavi}, + giveni={B\bibinitperiod}}}% + {{hash=9c6fb2af2964f3126cfd4e505a38daca}{% + family={Liu}, + familyi={L\bibinitperiod}, + given={Bing}, + giveni={B\bibinitperiod}}}% + {{hash=a3467545efc97f24be8a5d66e4c70ab4}{% + family={Wu}, + familyi={W\bibinitperiod}, + given={Bo}, + giveni={B\bibinitperiod}}}% + {{hash=2f60b1b93fe3c1ea1a5dfcf2cec5dec1}{% + family={Ni}, + familyi={N\bibinitperiod}, + given={Boyu}, + giveni={B\bibinitperiod}}}% + {{hash=f003085c93285865f04f94323f8e1f55}{% + family={Hancock}, + familyi={H\bibinitperiod}, + given={Braden}, + giveni={B\bibinitperiod}}}% + {{hash=a486bf67c8cfeb78e434e64aa3e7de20}{% + family={Wasti}, + familyi={W\bibinitperiod}, + given={Bram}, + giveni={B\bibinitperiod}}}% + {{hash=83052ea7cb96114307dd409b3e563e95}{% + family={Spence}, + familyi={S\bibinitperiod}, + given={Brandon}, + giveni={B\bibinitperiod}}}% + {{hash=1662eb5e488536c1f5363556c2bf503d}{% + family={Stojkovic}, + familyi={S\bibinitperiod}, + given={Brani}, + giveni={B\bibinitperiod}}}% + {{hash=cb296ca2c75dca6391edb314d6943e54}{% + family={Gamido}, + familyi={G\bibinitperiod}, + given={Brian}, + giveni={B\bibinitperiod}}}% + {{hash=7b9c61ccfd8b3b9aa97317d0891e295c}{% + family={Montalvo}, + familyi={M\bibinitperiod}, + given={Britt}, + giveni={B\bibinitperiod}}}% + {{hash=09b953d7bf65fc43bb2742ffb96979ed}{% + family={Parker}, + familyi={P\bibinitperiod}, + given={Carl}, + giveni={C\bibinitperiod}}}% + {{hash=6547ed8bd56811accdf46e83b2f310ff}{% + family={Burton}, + familyi={B\bibinitperiod}, + given={Carly}, + giveni={C\bibinitperiod}}}% + {{hash=e5caf4b91e54513114f4b2e9d004e792}{% + family={Mejia}, + familyi={M\bibinitperiod}, + given={Catalina}, + giveni={C\bibinitperiod}}}% + {{hash=2242e23b82996e29a58069cd958eaca7}{% + family={Wang}, + familyi={W\bibinitperiod}, + given={Changhan}, + giveni={C\bibinitperiod}}}% + {{hash=2a1aad94984767bead4473eb7fd34080}{% + family={Kim}, + familyi={K\bibinitperiod}, + given={Changkyu}, + giveni={C\bibinitperiod}}}% + {{hash=a82f7b211fe415c0eccfd31925edc866}{% + family={Zhou}, + familyi={Z\bibinitperiod}, + given={Chao}, + giveni={C\bibinitperiod}}}% + {{hash=b03cef620e9fd30846f3540e0c09870f}{% + family={Hu}, + familyi={H\bibinitperiod}, + given={Chester}, + giveni={C\bibinitperiod}}}% + {{hash=2ccc00af77367adad3939db00bea965f}{% + family={Chu}, + familyi={C\bibinitperiod}, + given={Ching-Hsiang}, + giveni={C\bibinithyphendelim H\bibinitperiod}}}% + {{hash=7b2e6a6b72466725c4366d7c38b4fc04}{% + family={Cai}, + familyi={C\bibinitperiod}, + given={Chris}, + giveni={C\bibinitperiod}}}% + {{hash=1181defc635c4d87648d74557914379f}{% + family={Tindal}, + familyi={T\bibinitperiod}, + given={Chris}, + giveni={C\bibinitperiod}}}% + {{hash=bd2fff33d3a5433188d2662695e79eb5}{% + family={Feichtenhofer}, + familyi={F\bibinitperiod}, + given={Christoph}, + giveni={C\bibinitperiod}}}% + {{hash=8ca7956e6e672d37fb851f87283db254}{% + family={Civin}, + familyi={C\bibinitperiod}, + given={Damon}, + giveni={D\bibinitperiod}}}% + {{hash=058b5e7e33c66f97e4c7390ae4f31c77}{% + family={Beaty}, + familyi={B\bibinitperiod}, + given={Dana}, + giveni={D\bibinitperiod}}}% + {{hash=df2d84aa0d9f71306f386f2e0ba4a56e}{% + family={Kreymer}, + familyi={K\bibinitperiod}, + given={Daniel}, + giveni={D\bibinitperiod}}}% + {{hash=4ef9f067fa7dd881ebe6076d3c1d1c5f}{% + family={Li}, + familyi={L\bibinitperiod}, + given={Daniel}, + giveni={D\bibinitperiod}}}% + {{hash=466c2556f5190f94e1fc1e0e06a9764b}{% + family={Wyatt}, + familyi={W\bibinitperiod}, + given={Danny}, + giveni={D\bibinitperiod}}}% + {{hash=6ac810290b1640b6062b03b865aa3f26}{% + family={Adkins}, + familyi={A\bibinitperiod}, + given={David}, + giveni={D\bibinitperiod}}}% + {{hash=4ab4bfa54620bfb6e3beb068ed5d87c7}{% + family={Xu}, + familyi={X\bibinitperiod}, + given={David}, + giveni={D\bibinitperiod}}}% + {{hash=b8388eead45ea4429fa88916bc9a6cd5}{% + family={Testuggine}, + familyi={T\bibinitperiod}, + given={Davide}, + giveni={D\bibinitperiod}}}% + {{hash=d0243a1eeb11d9a28d68e4837a3f219d}{% + family={David}, + familyi={D\bibinitperiod}, + given={Delia}, + giveni={D\bibinitperiod}}}% + {{hash=d0ab7a4601951a0c59352f1dcb531afb}{% + family={Parikh}, + familyi={P\bibinitperiod}, + given={Devi}, + giveni={D\bibinitperiod}}}% + {{hash=727001a7f22db6717a536a1042b6f98b}{% + family={Liskovich}, + familyi={L\bibinitperiod}, + given={Diana}, + giveni={D\bibinitperiod}}}% + {{hash=aee34486f0fd233b49c203b3d130f41e}{% + family={Foss}, + familyi={F\bibinitperiod}, + given={Didem}, + giveni={D\bibinitperiod}}}% + {{hash=6febfd7fda62e1c77a555b50c9af4748}{% + family={Wang}, + familyi={W\bibinitperiod}, + given={Dingkang}, + giveni={D\bibinitperiod}}}% + {{hash=8c94a3f45f138176d92596819219883c}{% + family={Le}, + familyi={L\bibinitperiod}, + given={Duc}, + giveni={D\bibinitperiod}}}% + {{hash=bc5feac31f8fc7de99343e7e1aa94b59}{% + family={Holland}, + familyi={H\bibinitperiod}, + given={Dustin}, + giveni={D\bibinitperiod}}}% + {{hash=29f7b97ba50d0cbdb026f2c915c20d41}{% + family={Dowling}, + familyi={D\bibinitperiod}, + given={Edward}, + giveni={E\bibinitperiod}}}% + {{hash=daa6288a29af11a3a945b3c6570e923c}{% + family={Jamil}, + familyi={J\bibinitperiod}, + given={Eissa}, + giveni={E\bibinitperiod}}}% + {{hash=174e31a1aa41b374bb067963b6d2a13b}{% + family={Montgomery}, + familyi={M\bibinitperiod}, + given={Elaine}, + giveni={E\bibinitperiod}}}% + {{hash=360e2ddb867a61eb479ae7d054745568}{% + family={Presani}, + familyi={P\bibinitperiod}, + given={Eleonora}, + giveni={E\bibinitperiod}}}% + {{hash=ae9b4e3637efc7f1be303e3a65679b65}{% + family={Hahn}, + familyi={H\bibinitperiod}, + given={Emily}, + giveni={E\bibinitperiod}}}% + {{hash=a3f5964b64c780013113e6c7ec9fd077}{% + family={Wood}, + familyi={W\bibinitperiod}, + given={Emily}, + giveni={E\bibinitperiod}}}% + {{hash=1720f8a37adce15a8477dcca02991c42}{% + family={Brinkman}, + familyi={B\bibinitperiod}, + given={Erik}, + giveni={E\bibinitperiod}}}% + {{hash=2201729bd61693bd36df860408450550}{% + family={Arcaute}, + familyi={A\bibinitperiod}, + given={Esteban}, + giveni={E\bibinitperiod}}}% + {{hash=51c48faf493d65df58dd924e74339197}{% + family={Dunbar}, + familyi={D\bibinitperiod}, + given={Evan}, + giveni={E\bibinitperiod}}}% + {{hash=12ce8810094604a466f2b16a711b350d}{% + family={Smothers}, + familyi={S\bibinitperiod}, + given={Evan}, + giveni={E\bibinitperiod}}}% + {{hash=0fff2d014f575fc5d680e70e02e8ce38}{% + family={Sun}, + familyi={S\bibinitperiod}, + given={Fei}, + giveni={F\bibinitperiod}}}% + {{hash=7b9f656a709e39ab921a2319da205e6b}{% + family={Kreuk}, + familyi={K\bibinitperiod}, + given={Felix}, + giveni={F\bibinitperiod}}}% + {{hash=1487e60477fb6a315fa69b2f8ee53c9f}{% + family={Tian}, + familyi={T\bibinitperiod}, + given={Feng}, + giveni={F\bibinitperiod}}}% + {{hash=b99972de6b245e2104b4eacd84a61fc6}{% + family={Ozgenel}, + familyi={O\bibinitperiod}, + given={Firat}, + giveni={F\bibinitperiod}}}% + {{hash=d4eb4c0bac6f1261470c119f71c81bb8}{% + family={Caggioni}, + familyi={C\bibinitperiod}, + given={Francesco}, + giveni={F\bibinitperiod}}}% + {{hash=f2e3a540fe772c40c15564f8e6056c14}{% + family={Guzmán}, + familyi={G\bibinitperiod}, + given={Francisco}, + giveni={F\bibinitperiod}}}% + {{hash=f736a2cbfb475ab66e4513656b1e5cc4}{% + family={Kanayet}, + familyi={K\bibinitperiod}, + given={Frank}, + giveni={F\bibinitperiod}}}% + {{hash=ef03c6cf9b4db1e1c72b2202a2b4ab62}{% + family={Seide}, + familyi={S\bibinitperiod}, + given={Frank}, + giveni={F\bibinitperiod}}}% + {{hash=3f0a19d35feafb9f65696b5dc34cac51}{% + family={Florez}, + familyi={F\bibinitperiod}, + given={Gabriela\bibnamedelima Medina}, + giveni={G\bibinitperiod\bibinitdelim M\bibinitperiod}}}% + {{hash=384b4168a5627486c8f2863f21193b39}{% + family={Schwarz}, + familyi={S\bibinitperiod}, + given={Gabriella}, + giveni={G\bibinitperiod}}}% + {{hash=c586335e51a7a87f4ef46cba95d55596}{% + family={Badeer}, + familyi={B\bibinitperiod}, + given={Gada}, + giveni={G\bibinitperiod}}}% + {{hash=2adac47a7bc3aafff7340267307f70b4}{% + family={Swee}, + familyi={S\bibinitperiod}, + given={Georgia}, + giveni={G\bibinitperiod}}}% + {{hash=89b56db5c795155a6fb477702b8d5581}{% + family={Halpern}, + familyi={H\bibinitperiod}, + given={Gil}, + giveni={G\bibinitperiod}}}% + {{hash=0224eebd162ebf106ab6e6cf381c31f3}{% + family={Thattai}, + familyi={T\bibinitperiod}, + given={Govind}, + giveni={G\bibinitperiod}}}% + {{hash=37ec7fa8deaf3d2beea69784038208a0}{% + family={Herman}, + familyi={H\bibinitperiod}, + given={Grant}, + giveni={G\bibinitperiod}}}% + {{hash=12156b26e288b160b4084dd01f5f2433}{% + family={Sizov}, + familyi={S\bibinitperiod}, + given={Grigory}, + giveni={G\bibinitperiod}}}% + {{hash=9d418d200efef33c32bc46e8dc4a9359}{% + family={Guangyi}, + familyi={G\bibinitperiod}}}% + {{hash=96641e4a5a09e69b32236adbdfd55407}{% + family={Zhang}, + familyi={Z\bibinitperiod}}}% + {{hash=14ad5c11fc07d52d855b3fab9364e3b2}{% + family={Lakshminarayanan}, + familyi={L\bibinitperiod}, + given={Guna}, + giveni={G\bibinitperiod}}}% + {{hash=1edddb2944fb62f8da41fffb45d5aa81}{% + family={Shojanazeri}, + familyi={S\bibinitperiod}, + given={Hamid}, + giveni={H\bibinitperiod}}}% + {{hash=b6770a40a9ff8665ab0cd2e6541f3240}{% + family={Zou}, + familyi={Z\bibinitperiod}, + given={Han}, + giveni={H\bibinitperiod}}}% + {{hash=40449267be2ba6897871104bc8331651}{% + family={Wang}, + familyi={W\bibinitperiod}, + given={Hannah}, + giveni={H\bibinitperiod}}}% + {{hash=9dfe209df23e6d03983a09530a82cb3d}{% + family={Zha}, + familyi={Z\bibinitperiod}, + given={Hanwen}, + giveni={H\bibinitperiod}}}% + {{hash=0c672199b1759a017363c25814efa131}{% + family={Habeeb}, + familyi={H\bibinitperiod}, + given={Haroun}, + giveni={H\bibinitperiod}}}% + {{hash=7b715ce32bdd298a7fb03f43611662af}{% + family={Rudolph}, + familyi={R\bibinitperiod}, + given={Harrison}, + giveni={H\bibinitperiod}}}% + {{hash=8bf7efa7375ec8441db1315cb6341021}{% + family={Suk}, + familyi={S\bibinitperiod}, + given={Helen}, + giveni={H\bibinitperiod}}}% + {{hash=22864511e9484bbaa1d6813336431ad9}{% + family={Aspegren}, + familyi={A\bibinitperiod}, + given={Henry}, + giveni={H\bibinitperiod}}}% + {{hash=689667fa714c2b602d05f3914d3a0725}{% + family={Goldman}, + familyi={G\bibinitperiod}, + given={Hunter}, + giveni={H\bibinitperiod}}}% + {{hash=9c9c8b449afb88c0a84739775b9c805a}{% + family={Molybog}, + familyi={M\bibinitperiod}, + given={Igor}, + giveni={I\bibinitperiod}}}% + {{hash=4fd0bfb5a490ac411200ecb4bfef3f11}{% + family={Tufanov}, + familyi={T\bibinitperiod}, + given={Igor}, + giveni={I\bibinitperiod}}}% + {{hash=216c5d5b0ac00adf927eb88fade8f732}{% + family={Veliche}, + familyi={V\bibinitperiod}, + given={Irina-Elena}, + giveni={I\bibinithyphendelim E\bibinitperiod}}}% + {{hash=392591856940aee2897c65ba822d427b}{% + family={Gat}, + familyi={G\bibinitperiod}, + given={Itai}, + giveni={I\bibinitperiod}}}% + {{hash=bc66e3b1f664316b58e0fa7e96908782}{% + family={Weissman}, + familyi={W\bibinitperiod}, + given={Jake}, + giveni={J\bibinitperiod}}}% + {{hash=69e04724121064e19d266a9d52e93e1d}{% + family={Geboski}, + familyi={G\bibinitperiod}, + given={James}, + giveni={J\bibinitperiod}}}% + {{hash=3f17b4f956cd65800dd6498530521e36}{% + family={Kohli}, + familyi={K\bibinitperiod}, + given={James}, + giveni={J\bibinitperiod}}}% + {{hash=1c77614dbf40c86333a72fc8eceec34c}{% + family={Asher}, + familyi={A\bibinitperiod}, + given={Japhet}, + giveni={J\bibinitperiod}}}% + {{hash=dc250b018c408a1cc08c34e8a260090f}{% + family={Gaya}, + familyi={G\bibinitperiod}, + given={Jean-Baptiste}, + giveni={J\bibinithyphendelim B\bibinitperiod}}}% + {{hash=c341c5e189b2025238f2f39bb76b4947}{% + family={Marcus}, + familyi={M\bibinitperiod}, + given={Jeff}, + giveni={J\bibinitperiod}}}% + {{hash=cc3a414791478f4727d40c3ad7d09cd7}{% + family={Tang}, + familyi={T\bibinitperiod}, + given={Jeff}, + giveni={J\bibinitperiod}}}% + {{hash=d6d87955aa9f1e36aae0beb2c514bbbd}{% + family={Chan}, + familyi={C\bibinitperiod}, + given={Jennifer}, + giveni={J\bibinitperiod}}}% + {{hash=d2f41415278d8616e4711c471ab1873b}{% + family={Zhen}, + familyi={Z\bibinitperiod}, + given={Jenny}, + giveni={J\bibinitperiod}}}% + {{hash=8ba0e40bb2bd52546beafceb6b00d636}{% + family={Reizenstein}, + familyi={R\bibinitperiod}, + given={Jeremy}, + giveni={J\bibinitperiod}}}% + {{hash=26943fe4d27376d4354dd33390b14704}{% + family={Teboul}, + familyi={T\bibinitperiod}, + given={Jeremy}, + giveni={J\bibinitperiod}}}% + {{hash=a3c07cfb8f07a8a6e8f6a1eb59f2f6d6}{% + family={Zhong}, + familyi={Z\bibinitperiod}, + given={Jessica}, + giveni={J\bibinitperiod}}}% + {{hash=bb687b4404472c334bebf0bb6522d834}{% + family={Jin}, + familyi={J\bibinitperiod}, + given={Jian}, + giveni={J\bibinitperiod}}}% + {{hash=ed829830567c4c5d7f41d8a5c6871390}{% + family={Yang}, + familyi={Y\bibinitperiod}, + given={Jingyi}, + giveni={J\bibinitperiod}}}% + {{hash=8dbf9143627729104a6d6b0cfd7bf8bc}{% + family={Cummings}, + familyi={C\bibinitperiod}, + given={Joe}, + giveni={J\bibinitperiod}}}% + {{hash=c8a27f8b9e1b59daf8236999e928d9c8}{% + family={Carvill}, + familyi={C\bibinitperiod}, + given={Jon}, + giveni={J\bibinitperiod}}}% + {{hash=5c11475174c12ffc16f7741655c40161}{% + family={Shepard}, + familyi={S\bibinitperiod}, + given={Jon}, + giveni={J\bibinitperiod}}}% + {{hash=469d06adc4af09b08e9fa105b53879c8}{% + family={McPhie}, + familyi={M\bibinitperiod}, + given={Jonathan}, + giveni={J\bibinitperiod}}}% + {{hash=d1bf80616f29a28b111b65ce463503d1}{% + family={Torres}, + familyi={T\bibinitperiod}, + given={Jonathan}, + giveni={J\bibinitperiod}}}% + {{hash=25071ce9679f53750a15cfd7417fb8ca}{% + family={Ginsburg}, + familyi={G\bibinitperiod}, + given={Josh}, + giveni={J\bibinitperiod}}}% + {{hash=0311431642470a7b59cea4fbf9543da7}{% + family={Wang}, + familyi={W\bibinitperiod}, + given={Junjie}, + giveni={J\bibinitperiod}}}% + {{hash=6925c5dcdb9b5ed8f2a02432404549e7}{% + family={Wu}, + familyi={W\bibinitperiod}, + given={Kai}, + giveni={K\bibinitperiod}}}% + {{hash=754fb4fa1236164d9640c2837ad08976}{% + family={U}, + familyi={U\bibinitperiod}, + given={Kam\bibnamedelima Hou}, + giveni={K\bibinitperiod\bibinitdelim H\bibinitperiod}}}% + {{hash=411c62e43d66e155f8f0d60695dd8181}{% + family={Saxena}, + familyi={S\bibinitperiod}, + given={Karan}, + giveni={K\bibinitperiod}}}% + {{hash=ff03033f89dcfb6e7f181829c584da48}{% + family={Prasad}, + familyi={P\bibinitperiod}, + given={Karthik}, + giveni={K\bibinitperiod}}}% + {{hash=9e9a1e2c7a348addec1212ed39541436}{% + family={Khandelwal}, + familyi={K\bibinitperiod}, + given={Kartikay}, + giveni={K\bibinitperiod}}}% + {{hash=c9d508e3ff06c17ab652a9e7abf1e68a}{% + family={Zand}, + familyi={Z\bibinitperiod}, + given={Katayoun}, + giveni={K\bibinitperiod}}}% + {{hash=8b140dcb364c626357a8fb98a018ebb5}{% + family={Matosich}, + familyi={M\bibinitperiod}, + given={Kathy}, + giveni={K\bibinitperiod}}}% + {{hash=f2c1fa48fb8bfe45a582cdb42d0f3d96}{% + family={Veeraraghavan}, + familyi={V\bibinitperiod}, + given={Kaushik}, + giveni={K\bibinitperiod}}}% + {{hash=741b4ea99ca87a9a2a08a4132c10ded8}{% + family={Michelena}, + familyi={M\bibinitperiod}, + given={Kelly}, + giveni={K\bibinitperiod}}}% + {{hash=e242ebe4f32fe5bd2dc39b67705e1c4e}{% + family={Li}, + familyi={L\bibinitperiod}, + given={Keqian}, + giveni={K\bibinitperiod}}}% + {{hash=d00246b1153ed058a9db188c365474ca}{% + family={Huang}, + familyi={H\bibinitperiod}, + given={Kun}, + giveni={K\bibinitperiod}}}% + {{hash=40599c412a1ddc8b236d536512792328}{% + family={Chawla}, + familyi={C\bibinitperiod}, + given={Kunal}, + giveni={K\bibinitperiod}}}% + {{hash=90da1abde84b45ee8f620c681a9f2088}{% + family={Lakhotia}, + familyi={L\bibinitperiod}, + given={Kushal}, + giveni={K\bibinitperiod}}}% + {{hash=e17f32f060d0e2a15d317d2984d0ab35}{% + family={Huang}, + familyi={H\bibinitperiod}, + given={Kyle}, + giveni={K\bibinitperiod}}}% + {{hash=95c5a4f8b36337cc8d62b2d2a3f49e1f}{% + family={Chen}, + familyi={C\bibinitperiod}, + given={Lailin}, + giveni={L\bibinitperiod}}}% + {{hash=4c1946c76a98ceecd04eac7eed0dc1f7}{% + family={Garg}, + familyi={G\bibinitperiod}, + given={Lakshya}, + giveni={L\bibinitperiod}}}% + {{hash=42db2cd1749c72fa981f7ded523ada84}{% + family={A}, + familyi={A\bibinitperiod}, + given={Lavender}, + giveni={L\bibinitperiod}}}% + {{hash=1bf64285bb5330d70f13953440473a9a}{% + family={Silva}, + familyi={S\bibinitperiod}, + given={Leandro}, + giveni={L\bibinitperiod}}}% + {{hash=33fa3cdf541304a618bccc17fea57951}{% + family={Bell}, + familyi={B\bibinitperiod}, + given={Lee}, + giveni={L\bibinitperiod}}}% + {{hash=f4a4cbf770add19c206827116c68732e}{% + family={Zhang}, + familyi={Z\bibinitperiod}, + given={Lei}, + giveni={L\bibinitperiod}}}% + {{hash=516629b4d6f6f498f0b66fe2a90453f1}{% + family={Guo}, + familyi={G\bibinitperiod}, + given={Liangpeng}, + giveni={L\bibinitperiod}}}% + {{hash=be39c121bc7a07fa378493551b4a44c6}{% + family={Yu}, + familyi={Y\bibinitperiod}, + given={Licheng}, + giveni={L\bibinitperiod}}}% + {{hash=46b604ad3ed4cb60aeb537d78683a957}{% + family={Moshkovich}, + familyi={M\bibinitperiod}, + given={Liron}, + giveni={L\bibinitperiod}}}% + {{hash=484beeb805e576ed3bdb038c726f4959}{% + family={Wehrstedt}, + familyi={W\bibinitperiod}, + given={Luca}, + giveni={L\bibinitperiod}}}% + {{hash=2118ff6f53e7a26f72795cd86e0272e3}{% + family={Khabsa}, + familyi={K\bibinitperiod}, + given={Madian}, + giveni={M\bibinitperiod}}}% + {{hash=3e4f7696f3195621b9f462ed525356a7}{% + family={Avalani}, + familyi={A\bibinitperiod}, + given={Manav}, + giveni={M\bibinitperiod}}}% + {{hash=6f5d030d498f6e477b5966621575bba3}{% + family={Bhatt}, + familyi={B\bibinitperiod}, + given={Manish}, + giveni={M\bibinitperiod}}}% + {{hash=69e7c09505863223949fcb52b5d05d89}{% + family={Tsimpoukelli}, + familyi={T\bibinitperiod}, + given={Maria}, + giveni={M\bibinitperiod}}}% + {{hash=214d095b77c87bf3ca44fb9fdb919a22}{% + family={Mankus}, + familyi={M\bibinitperiod}, + given={Martynas}, + giveni={M\bibinitperiod}}}% + {{hash=843c622abc3fba6607bd660289251fa3}{% + family={Hasson}, + familyi={H\bibinitperiod}, + given={Matan}, + giveni={M\bibinitperiod}}}% + {{hash=e1761bb9763e5e762225ab7276392c5c}{% + family={Lennie}, + familyi={L\bibinitperiod}, + given={Matthew}, + giveni={M\bibinitperiod}}}% + {{hash=525237a0a8567b38319596dc54130c17}{% + family={Reso}, + familyi={R\bibinitperiod}, + given={Matthias}, + giveni={M\bibinitperiod}}}% + {{hash=9fb44e80abf1fa021cccac0860d5e882}{% + family={Groshev}, + familyi={G\bibinitperiod}, + given={Maxim}, + giveni={M\bibinitperiod}}}% + {{hash=c1805b2dbda273718fab95ee7582f4bf}{% + family={Naumov}, + familyi={N\bibinitperiod}, + given={Maxim}, + giveni={M\bibinitperiod}}}% + {{hash=0b5be788efcc10f366aa0a94b20fe4b9}{% + family={Lathi}, + familyi={L\bibinitperiod}, + given={Maya}, + giveni={M\bibinitperiod}}}% + {{hash=1b5a1f51491e8a8f32e8817961f6ffb9}{% + family={Keneally}, + familyi={K\bibinitperiod}, + given={Meghan}, + giveni={M\bibinitperiod}}}% + {{hash=57e3d899218bce9cfe05fae5fadb5f32}{% + family={Seltzer}, + familyi={S\bibinitperiod}, + given={Michael\bibnamedelima L.}, + giveni={M\bibinitperiod\bibinitdelim L\bibinitperiod}}}% + {{hash=e25b9b55e0d33d8e554fb428b0122ba9}{% + family={Valko}, + familyi={V\bibinitperiod}, + given={Michal}, + giveni={M\bibinitperiod}}}% + {{hash=04cab131fdae8df59ad85786012e0958}{% + family={Restrepo}, + familyi={R\bibinitperiod}, + given={Michelle}, + giveni={M\bibinitperiod}}}% + {{hash=0978b7a664572d10be33e089a43fabb3}{% + family={Patel}, + familyi={P\bibinitperiod}, + given={Mihir}, + giveni={M\bibinitperiod}}}% + {{hash=1f4f7f284fd53ba80361ded56d164beb}{% + family={Vyatskov}, + familyi={V\bibinitperiod}, + given={Mik}, + giveni={M\bibinitperiod}}}% + {{hash=c76172ee0c2ebda81796624b4a81ae54}{% + family={Samvelyan}, + familyi={S\bibinitperiod}, + given={Mikayel}, + giveni={M\bibinitperiod}}}% + {{hash=84666a285b6823b0dd9c9650fc5302b8}{% + family={Clark}, + familyi={C\bibinitperiod}, + given={Mike}, + giveni={M\bibinitperiod}}}% + {{hash=e3b7d3ac3c41fc36ca2ef0ced3c002dc}{% + family={Macey}, + familyi={M\bibinitperiod}, + given={Mike}, + giveni={M\bibinitperiod}}}% + {{hash=12c4fa347402de7d37d2afca53eaeafa}{% + family={Wang}, + familyi={W\bibinitperiod}, + given={Mike}, + giveni={M\bibinitperiod}}}% + {{hash=551f0565843ce1ed2171ac143389a806}{% + family={Hermoso}, + familyi={H\bibinitperiod}, + given={Miquel\bibnamedelima Jubert}, + giveni={M\bibinitperiod\bibinitdelim J\bibinitperiod}}}% + {{hash=1e85fc0bfe1b19bd3ef45a62aaf57028}{% + family={Metanat}, + familyi={M\bibinitperiod}, + given={Mo}, + giveni={M\bibinitperiod}}}% + {{hash=6e8b3d38b127f6e4cb3d429818c0fac8}{% + family={Rastegari}, + familyi={R\bibinitperiod}, + given={Mohammad}, + giveni={M\bibinitperiod}}}% + {{hash=65085c9b21420333482c003abb19468e}{% + family={Bansal}, + familyi={B\bibinitperiod}, + given={Munish}, + giveni={M\bibinitperiod}}}% + {{hash=361e3b1f0e54cfc90f70d2b0bb66997f}{% + family={Santhanam}, + familyi={S\bibinitperiod}, + given={Nandhini}, + giveni={N\bibinitperiod}}}% + {{hash=59d8b34d1d4e1679c5bac7e159a41489}{% + family={Parks}, + familyi={P\bibinitperiod}, + given={Natascha}, + giveni={N\bibinitperiod}}}% + {{hash=b00d242b09ee167e04b67656c6f7606e}{% + family={White}, + familyi={W\bibinitperiod}, + given={Natasha}, + giveni={N\bibinitperiod}}}% + {{hash=78b25d3076bbe3ee363aae67c0efbf02}{% + family={Bawa}, + familyi={B\bibinitperiod}, + given={Navyata}, + giveni={N\bibinitperiod}}}% + {{hash=e898c478735b6cf02851f3193ad09bd9}{% + family={Singhal}, + familyi={S\bibinitperiod}, + given={Nayan}, + giveni={N\bibinitperiod}}}% + {{hash=97aa82e640185022596b22bca0ef300c}{% + family={Egebo}, + familyi={E\bibinitperiod}, + given={Nick}, + giveni={N\bibinitperiod}}}% + {{hash=26e026be6d5366fce878100ba03d68c1}{% + family={Usunier}, + familyi={U\bibinitperiod}, + given={Nicolas}, + giveni={N\bibinitperiod}}}% + {{hash=e223633878a94510de938c3067713e4d}{% + family={Laptev}, + familyi={L\bibinitperiod}, + given={Nikolay\bibnamedelima Pavlovich}, + giveni={N\bibinitperiod\bibinitdelim P\bibinitperiod}}}% + {{hash=5d4e37543d0a89c80560b2dbf014118e}{% + family={Dong}, + familyi={D\bibinitperiod}, + given={Ning}, + giveni={N\bibinitperiod}}}% + {{hash=803fb0c7ba592ff2ac5109218a4a8211}{% + family={Zhang}, + familyi={Z\bibinitperiod}, + given={Ning}, + giveni={N\bibinitperiod}}}% + {{hash=6e32934aad5bb7752713e459961e0100}{% + family={Cheng}, + familyi={C\bibinitperiod}, + given={Norman}, + giveni={N\bibinitperiod}}}% + {{hash=ef6569ed842d1879c34afafd032057a7}{% + family={Chernoguz}, + familyi={C\bibinitperiod}, + given={Oleg}, + giveni={O\bibinitperiod}}}% + {{hash=46abce9f68c25ae9656bd93949debc05}{% + family={Hart}, + familyi={H\bibinitperiod}, + given={Olivia}, + giveni={O\bibinitperiod}}}% + {{hash=5466d745ccee0c7909ef89b2f94f8e08}{% + family={Salpekar}, + familyi={S\bibinitperiod}, + given={Omkar}, + giveni={O\bibinitperiod}}}% + {{hash=561024889f4a812f6cb7d9063bcf1d83}{% + family={Kalinli}, + familyi={K\bibinitperiod}, + given={Ozlem}, + giveni={O\bibinitperiod}}}% + {{hash=b6a785629bec552dd1dc659a7b81ff78}{% + family={Kent}, + familyi={K\bibinitperiod}, + given={Parkin}, + giveni={P\bibinitperiod}}}% + {{hash=8e2b190b86f26285662a8e910614422c}{% + family={Parekh}, + familyi={P\bibinitperiod}, + given={Parth}, + giveni={P\bibinitperiod}}}% + {{hash=a582947a894c4f27a43566adf5904b09}{% + family={Saab}, + familyi={S\bibinitperiod}, + given={Paul}, + giveni={P\bibinitperiod}}}% + {{hash=2cd3bd4809dbde380ae860afaa14b96f}{% + family={Balaji}, + familyi={B\bibinitperiod}, + given={Pavan}, + giveni={P\bibinitperiod}}}% + {{hash=4696787aed627eba66219d10375b6128}{% + family={Rittner}, + familyi={R\bibinitperiod}, + given={Pedro}, + giveni={P\bibinitperiod}}}% + {{hash=4505e041f77b137101094a2522aed23c}{% + family={Bontrager}, + familyi={B\bibinitperiod}, + given={Philip}, + giveni={P\bibinitperiod}}}% + {{hash=8ba9a81fd07b2afc16974cc75cf15e44}{% + family={Roux}, + familyi={R\bibinitperiod}, + given={Pierre}, + giveni={P\bibinitperiod}}}% + {{hash=37843fd1a96680e7945ac1a059b6e8b8}{% + family={Dollar}, + familyi={D\bibinitperiod}, + given={Piotr}, + giveni={P\bibinitperiod}}}% + {{hash=adcb9674130166d4fa309e9d5f19f59e}{% + family={Zvyagina}, + familyi={Z\bibinitperiod}, + given={Polina}, + giveni={P\bibinitperiod}}}% + {{hash=4497eb0b3d2072c0fb4bb0551f2324bd}{% + family={Ratanchandani}, + familyi={R\bibinitperiod}, + given={Prashant}, + giveni={P\bibinitperiod}}}% + {{hash=62888c883b7e544f3a3a50615d636636}{% + family={Yuvraj}, + familyi={Y\bibinitperiod}, + given={Pritish}, + giveni={P\bibinitperiod}}}% + {{hash=7484697c75d89fdf767ab363a99d7137}{% + family={Liang}, + familyi={L\bibinitperiod}, + given={Qian}, + giveni={Q\bibinitperiod}}}% + {{hash=0e73c5981dca93e449b0efb107db6db6}{% + family={Alao}, + familyi={A\bibinitperiod}, + given={Rachad}, + giveni={R\bibinitperiod}}}% + {{hash=3f382a8348081765315e0446d6f403a8}{% + family={Rodriguez}, + familyi={R\bibinitperiod}, + given={Rachel}, + giveni={R\bibinitperiod}}}% + {{hash=b174cc506ed225668695f2609de76e3f}{% + family={Ayub}, + familyi={A\bibinitperiod}, + given={Rafi}, + giveni={R\bibinitperiod}}}% + {{hash=f17734bc656d4669ac3abc24701d4edf}{% + family={Murthy}, + familyi={M\bibinitperiod}, + given={Raghotham}, + giveni={R\bibinitperiod}}}% + {{hash=5da021d30571b56410defdad33c2e35b}{% + family={Nayani}, + familyi={N\bibinitperiod}, + given={Raghu}, + giveni={R\bibinitperiod}}}% + {{hash=058e8580308268593962390f561faa2a}{% + family={Mitra}, + familyi={M\bibinitperiod}, + given={Rahul}, + giveni={R\bibinitperiod}}}% + {{hash=c1759f73dac024a1af9f576ddaa00100}{% + family={Li}, + familyi={L\bibinitperiod}, + given={Raymond}, + giveni={R\bibinitperiod}}}% + {{hash=01eddc92feded963d2f72d2412e9f396}{% + family={Hogan}, + familyi={H\bibinitperiod}, + given={Rebekkah}, + giveni={R\bibinitperiod}}}% + {{hash=dbf8d9ec4075dd9a2fe082c2f8d0ac72}{% + family={Battey}, + familyi={B\bibinitperiod}, + given={Robin}, + giveni={R\bibinitperiod}}}% + {{hash=6940d52693f30b2bb9a4473706040190}{% + family={Wang}, + familyi={W\bibinitperiod}, + given={Rocky}, + giveni={R\bibinitperiod}}}% + {{hash=f62a5cd724856f655b3ec8948b158fbf}{% + family={Maheswari}, + familyi={M\bibinitperiod}, + given={Rohan}, + giveni={R\bibinitperiod}}}% + {{hash=5138c225dc242e3f114b9da707387511}{% + family={Howes}, + familyi={H\bibinitperiod}, + given={Russ}, + giveni={R\bibinitperiod}}}% + {{hash=df656146081384635aff4a9c77caf560}{% + family={Rinott}, + familyi={R\bibinitperiod}, + given={Ruty}, + giveni={R\bibinitperiod}}}% + {{hash=958e1bcb3b330bcdb2831c11b58d94d4}{% + family={Bondu}, + familyi={B\bibinitperiod}, + given={Sai\bibnamedelima Jayesh}, + giveni={S\bibinitperiod\bibinitdelim J\bibinitperiod}}}% + {{hash=2db605f7dff5b8203e3ddbc6a04d06a8}{% + family={Datta}, + familyi={D\bibinitperiod}, + given={Samyak}, + giveni={S\bibinitperiod}}}% + {{hash=83b3d704d819953704f3d8a468f1dfdf}{% + family={Chugh}, + familyi={C\bibinitperiod}, + given={Sara}, + giveni={S\bibinitperiod}}}% + {{hash=88e7821bdca0652c6d651019f5f925de}{% + family={Hunt}, + familyi={H\bibinitperiod}, + given={Sara}, + giveni={S\bibinitperiod}}}% + {{hash=59e6cded8046670ba4c60e653c2af6e8}{% + family={Dhillon}, + familyi={D\bibinitperiod}, + given={Sargun}, + giveni={S\bibinitperiod}}}% + {{hash=5ced057cee4ef377f620b76bbec988a7}{% + family={Sidorov}, + familyi={S\bibinitperiod}, + given={Sasha}, + giveni={S\bibinitperiod}}}% + {{hash=7c837fcacb7310e658a14a018c0b8693}{% + family={Pan}, + familyi={P\bibinitperiod}, + given={Satadru}, + giveni={S\bibinitperiod}}}% + {{hash=be9199e2769b280d8e77f985de477790}{% + family={Verma}, + familyi={V\bibinitperiod}, + given={Saurabh}, + giveni={S\bibinitperiod}}}% + {{hash=1062b9e0f56fa30ed0a08eb73a68cd55}{% + family={Yamamoto}, + familyi={Y\bibinitperiod}, + given={Seiji}, + giveni={S\bibinitperiod}}}% + {{hash=f8f3cf465fedf0755bf26602fe05a5d3}{% + family={Ramaswamy}, + familyi={R\bibinitperiod}, + given={Sharadh}, + giveni={S\bibinitperiod}}}% + {{hash=6b54dbf4b3be2a123135dfdd1420ec32}{% + family={Lindsay}, + familyi={L\bibinitperiod}, + given={Shaun}, + giveni={S\bibinitperiod}}}% + {{hash=6b54dbf4b3be2a123135dfdd1420ec32}{% + family={Lindsay}, + familyi={L\bibinitperiod}, + given={Shaun}, + giveni={S\bibinitperiod}}}% + {{hash=172cdc3272a4a6fc64f5ee3792950ef4}{% + family={Feng}, + familyi={F\bibinitperiod}, + given={Sheng}, + giveni={S\bibinitperiod}}}% + {{hash=51b8004fa93e880b6584ed12b5472fc6}{% + family={Lin}, + familyi={L\bibinitperiod}, + given={Shenghao}, + giveni={S\bibinitperiod}}}% + {{hash=6950cf3c852aa626e12e9607f46cf864}{% + family={Zha}, + familyi={Z\bibinitperiod}, + given={Shengxin\bibnamedelima Cindy}, + giveni={S\bibinitperiod\bibinitdelim C\bibinitperiod}}}% + {{hash=eab9dab4b3286059e4ba07f8493313ca}{% + family={Shankar}, + familyi={S\bibinitperiod}, + given={Shiva}, + giveni={S\bibinitperiod}}}% + {{hash=f263556bc4337effab2effa8385dd0df}{% + family={Zhang}, + familyi={Z\bibinitperiod}, + given={Shuqiang}, + giveni={S\bibinitperiod}}}% + {{hash=f263556bc4337effab2effa8385dd0df}{% + family={Zhang}, + familyi={Z\bibinitperiod}, + given={Shuqiang}, + giveni={S\bibinitperiod}}}% + {{hash=27edaeac6106fc95a1e9855b71069c26}{% + family={Wang}, + familyi={W\bibinitperiod}, + given={Sinong}, + giveni={S\bibinitperiod}}}% + {{hash=71affa1854c02810f731258a9f269935}{% + family={Agarwal}, + familyi={A\bibinitperiod}, + given={Sneha}, + giveni={S\bibinitperiod}}}% + {{hash=3757c94a3a9be01806970f24b1f4bfde}{% + family={Sajuyigbe}, + familyi={S\bibinitperiod}, + given={Soji}, + giveni={S\bibinitperiod}}}% + {{hash=8ef51a0906e47d2b4472c4e714ed598f}{% + family={Chintala}, + familyi={C\bibinitperiod}, + given={Soumith}, + giveni={S\bibinitperiod}}}% + {{hash=0508d45ce03b11237571e4919e8cfa08}{% + family={Max}, + familyi={M\bibinitperiod}, + given={Stephanie}, + giveni={S\bibinitperiod}}}% + {{hash=0180842ca4dde7937e004e9fbca913c2}{% + family={Chen}, + familyi={C\bibinitperiod}, + given={Stephen}, + giveni={S\bibinitperiod}}}% + {{hash=f6bb2fa63b48b0faba8e9415b69d76a2}{% + family={Kehoe}, + familyi={K\bibinitperiod}, + given={Steve}, + giveni={S\bibinitperiod}}}% + {{hash=dd565279a6b3ff997202996841f578cb}{% + family={Satterfield}, + familyi={S\bibinitperiod}, + given={Steve}, + giveni={S\bibinitperiod}}}% + {{hash=564ecaf17c00b623be2bcded3d1b7eb2}{% + family={Govindaprasad}, + familyi={G\bibinitperiod}, + given={Sudarshan}, + giveni={S\bibinitperiod}}}% + {{hash=9e28347d47434d68b2a810946e3485fd}{% + family={Gupta}, + familyi={G\bibinitperiod}, + given={Sumit}, + giveni={S\bibinitperiod}}}% + {{hash=30b4a0c2ecac8d883b69e3f004e55d27}{% + family={Cho}, + familyi={C\bibinitperiod}, + given={Sungmin}, + giveni={S\bibinitperiod}}}% + {{hash=68df331a61e3a351ce19811368fdd067}{% + family={Virk}, + familyi={V\bibinitperiod}, + given={Sunny}, + giveni={S\bibinitperiod}}}% + {{hash=7fcd1f73d9a52ad49a219a1e25a166ed}{% + family={Subramanian}, + familyi={S\bibinitperiod}, + given={Suraj}, + giveni={S\bibinitperiod}}}% + {{hash=9996a6cd3bf7158800249fdf7f52d3f3}{% + family={Choudhury}, + familyi={C\bibinitperiod}, + given={Sy}, + giveni={S\bibinitperiod}}}% + {{hash=c37fab903dfa8498dac5064d423441eb}{% + family={Goldman}, + familyi={G\bibinitperiod}, + given={Sydney}, + giveni={S\bibinitperiod}}}% + {{hash=cc980e5dc4f117cc7b9dc8e79b4e538d}{% + family={Remez}, + familyi={R\bibinitperiod}, + given={Tal}, + giveni={T\bibinitperiod}}}% + {{hash=a6692f2be771da60579cf3f160cc0be8}{% + family={Glaser}, + familyi={G\bibinitperiod}, + given={Tamar}, + giveni={T\bibinitperiod}}}% + {{hash=05eb2734ca563c20d2dfadefb2973ba3}{% + family={Best}, + familyi={B\bibinitperiod}, + given={Tamara}, + giveni={T\bibinitperiod}}}% + {{hash=1d28e781b89ee86bfefe3e2fa6bcb6fd}{% + family={Kohler}, + familyi={K\bibinitperiod}, + given={Thilo}, + giveni={T\bibinitperiod}}}% + {{hash=1697c358b1d32c9b823a0f1883412819}{% + family={Robinson}, + familyi={R\bibinitperiod}, + given={Thomas}, + giveni={T\bibinitperiod}}}% + {{hash=0046d26b2b4052fa6b3b344a6f8126ee}{% + family={Li}, + familyi={L\bibinitperiod}, + given={Tianhe}, + giveni={T\bibinitperiod}}}% + {{hash=4088b3179b8029fdfca2b8a81ad73482}{% + family={Zhang}, + familyi={Z\bibinitperiod}, + given={Tianjun}, + giveni={T\bibinitperiod}}}% + {{hash=b7dcaf9fce703c51d1ac1b4f5afd2a29}{% + family={Matthews}, + familyi={M\bibinitperiod}, + given={Tim}, + giveni={T\bibinitperiod}}}% + {{hash=3ababcb228e63da7fe96b75788a47e25}{% + family={Chou}, + familyi={C\bibinitperiod}, + given={Timothy}, + giveni={T\bibinitperiod}}}% + {{hash=4cdbcf9741b50037d4d1273d510833ed}{% + family={Shaked}, + familyi={S\bibinitperiod}, + given={Tzook}, + giveni={T\bibinitperiod}}}% + {{hash=58f83a9c712937310623c47e5192e338}{% + family={Vontimitta}, + familyi={V\bibinitperiod}, + given={Varun}, + giveni={V\bibinitperiod}}}% + {{hash=a7372ea8eb2ce633a7fe3a6812880b3d}{% + family={Ajayi}, + familyi={A\bibinitperiod}, + given={Victoria}, + giveni={V\bibinitperiod}}}% + {{hash=a0e4f3fc01449993959fea1a010a6ae1}{% + family={Montanez}, + familyi={M\bibinitperiod}, + given={Victoria}, + giveni={V\bibinitperiod}}}% + {{hash=37a943a6ed693c46a1b8e75c5fa0ab11}{% + family={Mohan}, + familyi={M\bibinitperiod}, + given={Vijai}, + giveni={V\bibinitperiod}}}% + {{hash=19b1ff4a1c794ef2a3092e64edfd242e}{% + family={Kumar}, + familyi={K\bibinitperiod}, + given={Vinay\bibnamedelima Satish}, + giveni={V\bibinitperiod\bibinitdelim S\bibinitperiod}}}% + {{hash=9948579cb847e595860139cb4781700b}{% + family={Mangla}, + familyi={M\bibinitperiod}, + given={Vishal}, + giveni={V\bibinitperiod}}}% + {{hash=b224aff86fbef658cf05781db43ca56c}{% + family={Ionescu}, + familyi={I\bibinitperiod}, + given={Vlad}, + giveni={V\bibinitperiod}}}% + {{hash=a613ee99480541cdb9a75d1ab03866a4}{% + family={Poenaru}, + familyi={P\bibinitperiod}, + given={Vlad}, + giveni={V\bibinitperiod}}}% + {{hash=038e6532c4f02b7cbed0a1bb7745a108}{% + family={Mihailescu}, + familyi={M\bibinitperiod}, + given={Vlad\bibnamedelima Tiberiu}, + giveni={V\bibinitperiod\bibinitdelim T\bibinitperiod}}}% + {{hash=9c72a73cdab75ff72f0eb6bf5368d696}{% + family={Ivanov}, + familyi={I\bibinitperiod}, + given={Vladimir}, + giveni={V\bibinitperiod}}}% + {{hash=be6f1b6df7f1ddfafad18806238fa391}{% + family={Li}, + familyi={L\bibinitperiod}, + given={Wei}, + giveni={W\bibinitperiod}}}% + {{hash=062c436b41e44cf5ce96a8e379d3e1cf}{% + family={Wang}, + familyi={W\bibinitperiod}, + given={Wenchen}, + giveni={W\bibinitperiod}}}% + {{hash=e18a25a32880102eab726a6382408539}{% + family={Jiang}, + familyi={J\bibinitperiod}, + given={Wenwen}, + giveni={W\bibinitperiod}}}% + {{hash=eb72b2b69c876043447ddfcdef122961}{% + family={Bouaziz}, + familyi={B\bibinitperiod}, + given={Wes}, + giveni={W\bibinitperiod}}}% + {{hash=4766072c6524173c5b352a44b4e81ea2}{% + family={Constable}, + familyi={C\bibinitperiod}, + given={Will}, + giveni={W\bibinitperiod}}}% + {{hash=515c440104a8f1df12f8e45203cb9e39}{% + family={Tang}, + familyi={T\bibinitperiod}, + given={Xiaocheng}, + giveni={X\bibinitperiod}}}% + {{hash=e36ef4c933b18c6fa38007e1c522dde6}{% + family={Wang}, + familyi={W\bibinitperiod}, + given={Xiaofang}, + giveni={X\bibinitperiod}}}% + {{hash=cee3d25b43fc4c696b02624e1bb87885}{% + family={Wu}, + familyi={W\bibinitperiod}, + given={Xiaojian}, + giveni={X\bibinitperiod}}}% + {{hash=5986e7edcef792c198bc335834a6d754}{% + family={Wang}, + familyi={W\bibinitperiod}, + given={Xiaolan}, + giveni={X\bibinitperiod}}}% + {{hash=317b463e486d5ad69936294c6db717ff}{% + family={Xia}, + familyi={X\bibinitperiod}, + given={Xide}, + giveni={X\bibinitperiod}}}% + {{hash=fefa2bfb82ea505f49180c1ca648280a}{% + family={Wu}, + familyi={W\bibinitperiod}, + given={Xilun}, + giveni={X\bibinitperiod}}}% + {{hash=5cc2d4e78c57c05664f761bd22543685}{% + family={Gao}, + familyi={G\bibinitperiod}, + given={Xinbo}, + giveni={X\bibinitperiod}}}% + {{hash=bb01d83790d67da25dc003607f5c73ef}{% + family={Chen}, + familyi={C\bibinitperiod}, + given={Yanjun}, + giveni={Y\bibinitperiod}}}% + {{hash=e2da8a623ffb9d1af7c892950724d331}{% + family={Hu}, + familyi={H\bibinitperiod}, + given={Ye}, + giveni={Y\bibinitperiod}}}% + {{hash=d3a49a660fa8a6c8a93b5273a70eae29}{% + family={Jia}, + familyi={J\bibinitperiod}, + given={Ye}, + giveni={Y\bibinitperiod}}}% + {{hash=d1999e72113e85b3257e4c75e03265dc}{% + family={Qi}, + familyi={Q\bibinitperiod}, + given={Ye}, + giveni={Y\bibinitperiod}}}% + {{hash=7116d11eb4ba09bcaa84c94d2c55ce1f}{% + family={Li}, + familyi={L\bibinitperiod}, + given={Yenda}, + giveni={Y\bibinitperiod}}}% + {{hash=8a3b8dcf7b5b2a6961827725ee30c8bc}{% + family={Zhang}, + familyi={Z\bibinitperiod}, + given={Yilin}, + giveni={Y\bibinitperiod}}}% + {{hash=f5acec98b29ee91fa6b08b85a6a0adad}{% + family={Zhang}, + familyi={Z\bibinitperiod}, + given={Ying}, + giveni={Y\bibinitperiod}}}% + {{hash=b524686c039bdbe0e8cca661fca6b56c}{% + family={Adi}, + familyi={A\bibinitperiod}, + given={Yossi}, + giveni={Y\bibinitperiod}}}% + {{hash=e0933c3e694db6a888aaaf900cce2591}{% + family={Nam}, + familyi={N\bibinitperiod}, + given={Youngjin}, + giveni={Y\bibinitperiod}}}% + {{hash=0af2884fd29ac4bed46fc56851d95768}{% + family={Yu}, + familyi={Y\bibinitperiod}}}% + {{hash=957b05eb2d9bfaf59947e44a46c3c7b3}{% + family={Wang}, + familyi={W\bibinitperiod}}}% + {{hash=9f036802451721cb52c6a89a142c54de}{% + family={Hao}, + familyi={H\bibinitperiod}, + given={Yuchen}, + giveni={Y\bibinitperiod}}}% + {{hash=76f55ca261965fc4d519b5f859435a0b}{% + family={Qian}, + familyi={Q\bibinitperiod}, + given={Yundi}, + giveni={Y\bibinitperiod}}}% + {{hash=778e12ba06de6c9a9e60fdc7ad0d91c8}{% + family={He}, + familyi={H\bibinitperiod}, + given={Yuzi}, + giveni={Y\bibinitperiod}}}% + {{hash=02bbf2f73d4317c775ba326c6627ad25}{% + family={Rait}, + familyi={R\bibinitperiod}, + given={Zach}, + giveni={Z\bibinitperiod}}}% + {{hash=3f9535be511fd2fa346093e63b8e61a0}{% + family={DeVito}, + familyi={D\bibinitperiod}, + given={Zachary}, + giveni={Z\bibinitperiod}}}% + {{hash=3cd9976f573478e1d3885145b189c211}{% + family={Rosnbrick}, + familyi={R\bibinitperiod}, + given={Zef}, + giveni={Z\bibinitperiod}}}% + {{hash=598a1e3eb86f739e497ce17c7df7f863}{% + family={Wen}, + familyi={W\bibinitperiod}, + given={Zhaoduo}, + giveni={Z\bibinitperiod}}}% + {{hash=ebdd3afe60231d8067ed9e08883de58c}{% + family={Yang}, + familyi={Y\bibinitperiod}, + given={Zhenyu}, + giveni={Z\bibinitperiod}}}% + {{hash=a69e8330df4afe0adb0a8ed1f744195d}{% + family={Zhao}, + familyi={Z\bibinitperiod}, + given={Zhiwei}, + giveni={Z\bibinitperiod}}}% + } + \strng{namehash}{cd704062f81a62eab86198dd3fba0e91} + \strng{fullhash}{494a3f942d4611fb23bd20c73e54539d} + \strng{fullhashraw}{494a3f942d4611fb23bd20c73e54539d} + \strng{bibnamehash}{cd704062f81a62eab86198dd3fba0e91} + \strng{authorbibnamehash}{cd704062f81a62eab86198dd3fba0e91} + \strng{authornamehash}{cd704062f81a62eab86198dd3fba0e91} + \strng{authorfullhash}{494a3f942d4611fb23bd20c73e54539d} + \strng{authorfullhashraw}{494a3f942d4611fb23bd20c73e54539d} + \field{labelalpha}{Dub+24} + \field{sortinit}{D} + \field{sortinithash}{6f385f66841fb5e82009dc833c761848} + \field{labelnamesource}{author} + \field{labeltitlesource}{title} + \field{eprintclass}{cs.AI} + \field{eprinttype}{arXiv} + \field{title}{The Llama 3 Herd of Models} + \field{year}{2024} + \verb{eprint} + \verb 2407.21783 + \endverb + \verb{urlraw} + \verb https://arxiv.org/abs/2407.21783 + \endverb + \verb{url} + \verb https://arxiv.org/abs/2407.21783 + \endverb + \endentry + \entry{gutenberg}{online}{}{} + \name{author}{1}{}{% + {{hash=2004f219cbcb86d354b06477d5545803}{% + family={gutenberg}, + familyi={g\bibinitperiod}}}% + } + \strng{namehash}{2004f219cbcb86d354b06477d5545803} + \strng{fullhash}{2004f219cbcb86d354b06477d5545803} + \strng{fullhashraw}{2004f219cbcb86d354b06477d5545803} + \strng{bibnamehash}{2004f219cbcb86d354b06477d5545803} + \strng{authorbibnamehash}{2004f219cbcb86d354b06477d5545803} + \strng{authornamehash}{2004f219cbcb86d354b06477d5545803} + \strng{authorfullhash}{2004f219cbcb86d354b06477d5545803} + \strng{authorfullhashraw}{2004f219cbcb86d354b06477d5545803} + \field{labelalpha}{gut23} + \field{sortinit}{g} + \field{sortinithash}{32d67eca0634bf53703493fb1090a2e8} + \field{labelnamesource}{author} + \field{labeltitlesource}{title} + \field{note}{Accessed: 2024-08-06} + \field{title}{gutenberg} + \field{year}{2023} + \verb{urlraw} + \verb https://www.gutenberg.org + \endverb + \verb{url} + \verb https://www.gutenberg.org + \endverb + \endentry + \entry{huggingfacetokenizer}{online}{}{} + \name{author}{1}{}{% + {{hash=a1b20abfe1139656a959e84ef8ebbb02}{% + family={Huggingface}, + familyi={H\bibinitperiod}}}% + } + \strng{namehash}{a1b20abfe1139656a959e84ef8ebbb02} + \strng{fullhash}{a1b20abfe1139656a959e84ef8ebbb02} + \strng{fullhashraw}{a1b20abfe1139656a959e84ef8ebbb02} + \strng{bibnamehash}{a1b20abfe1139656a959e84ef8ebbb02} + \strng{authorbibnamehash}{a1b20abfe1139656a959e84ef8ebbb02} + \strng{authornamehash}{a1b20abfe1139656a959e84ef8ebbb02} + \strng{authorfullhash}{a1b20abfe1139656a959e84ef8ebbb02} + \strng{authorfullhashraw}{a1b20abfe1139656a959e84ef8ebbb02} + \field{labelalpha}{Hug} + \field{sortinit}{H} + \field{sortinithash}{23a3aa7c24e56cfa16945d55545109b5} + \field{labelnamesource}{author} + \field{labeltitlesource}{title} + \field{howpublished}{\url{https://huggingface.co/docs/transformers/en/tokenizer_summary}} + \field{note}{Accessed: 2024-07-19} + \field{title}{tokenizer\_summary} + \endentry + \entry{e5-mistral}{misc}{}{} + \name{author}{1}{}{% + {{hash=310cd3e0a237f2222b759579115b6cdc}{% + family={intfloat}, + familyi={i\bibinitperiod}}}% + } + \strng{namehash}{310cd3e0a237f2222b759579115b6cdc} + \strng{fullhash}{310cd3e0a237f2222b759579115b6cdc} + \strng{fullhashraw}{310cd3e0a237f2222b759579115b6cdc} + \strng{bibnamehash}{310cd3e0a237f2222b759579115b6cdc} + \strng{authorbibnamehash}{310cd3e0a237f2222b759579115b6cdc} + \strng{authornamehash}{310cd3e0a237f2222b759579115b6cdc} + \strng{authorfullhash}{310cd3e0a237f2222b759579115b6cdc} + \strng{authorfullhashraw}{310cd3e0a237f2222b759579115b6cdc} + \field{labelalpha}{int} + \field{sortinit}{i} + \field{sortinithash}{8d291c51ee89b6cd86bf5379f0b151d8} + \field{labelnamesource}{author} + \field{labeltitlesource}{title} + \field{howpublished}{\url{https://huggingface.co/intfloat/e5-mistral-7b-instruct}} + \field{note}{Accessed: 2024-08-11} + \field{title}{intfloat/e5-mistral-7b-instruct} + \endentry + \entry{10.1007/3-540-36127-8_20}{inproceedings}{}{} + \name{author}{3}{}{% + {{hash=36eec28b5721d76054629bfe3f1b3c7e}{% + family={Neto}, + familyi={N\bibinitperiod}, + given={Joel\bibnamedelima Larocca}, + giveni={J\bibinitperiod\bibinitdelim L\bibinitperiod}}}% + {{hash=82469e2f61871ac5e3be89a40311d954}{% + family={Freitas}, + familyi={F\bibinitperiod}, + given={Alex\bibnamedelima A.}, + giveni={A\bibinitperiod\bibinitdelim A\bibinitperiod}}}% + {{hash=43302d2ad2f59f864d90d8387340c50a}{% + family={Kaestner}, + familyi={K\bibinitperiod}, + given={Celso\bibnamedelimb A.\bibnamedelimi A.}, + giveni={C\bibinitperiod\bibinitdelim A\bibinitperiod\bibinitdelim A\bibinitperiod}}}% + } + \name{editor}{2}{}{% + {{hash=a5ca1591a62720d0441b73b29676d25e}{% + family={Bittencourt}, + familyi={B\bibinitperiod}, + given={Guilherme}, + giveni={G\bibinitperiod}}}% + {{hash=e672502e0249d1ae76482d00faf67a2c}{% + family={Ramalho}, + familyi={R\bibinitperiod}, + given={Geber\bibnamedelima L.}, + giveni={G\bibinitperiod\bibinitdelim L\bibinitperiod}}}% + } + \list{location}{1}{% + {Berlin, Heidelberg}% + } + \list{publisher}{1}{% + {Springer Berlin Heidelberg}% + } + \strng{namehash}{e40e65098efbb12c1c3c7a194b7d45d3} + \strng{fullhash}{e40e65098efbb12c1c3c7a194b7d45d3} + \strng{fullhashraw}{e40e65098efbb12c1c3c7a194b7d45d3} + \strng{bibnamehash}{e40e65098efbb12c1c3c7a194b7d45d3} + \strng{authorbibnamehash}{e40e65098efbb12c1c3c7a194b7d45d3} + \strng{authornamehash}{e40e65098efbb12c1c3c7a194b7d45d3} + \strng{authorfullhash}{e40e65098efbb12c1c3c7a194b7d45d3} + \strng{authorfullhashraw}{e40e65098efbb12c1c3c7a194b7d45d3} + \strng{editorbibnamehash}{b471e7c819086fc2cd45f2802d06c347} + \strng{editornamehash}{b471e7c819086fc2cd45f2802d06c347} + \strng{editorfullhash}{b471e7c819086fc2cd45f2802d06c347} + \strng{editorfullhashraw}{b471e7c819086fc2cd45f2802d06c347} + \field{labelalpha}{NFK02} + \field{sortinit}{N} + \field{sortinithash}{22369a73d5f88983a108b63f07f37084} + \field{labelnamesource}{author} + \field{labeltitlesource}{title} + \field{abstract}{In this paper we address the automatic summarization task. Recent research works on extractive-summary generation employ some heuristics, but few works indicate how to select the relevant features. We will present a summarization procedure based on the application of trainable Machine Learning algorithms which employs a set of features extracted directly from the original text. These features are of two kinds: statistical - based on the frequency of some elements in the text; and linguistic - extracted from a simplified argumentative structure of the text. We also present some computational results obtained with the application of our summarizer to some well known text databases, and we compare these results to some baseline summarization procedures.} + \field{booktitle}{Advances in Artificial Intelligence} + \field{isbn}{978-3-540-36127-5} + \field{title}{Automatic Text Summarization Using a Machine Learning Approach} + \field{year}{2002} + \field{pages}{205\bibrangedash 215} + \range{pages}{11} + \endentry + \entry{schroder-etal-2021-neural}{inproceedings}{}{} + \name{author}{3}{}{% + {{hash=61e1a35cd8f127581604c7176238ecea}{% + family={Schröder}, + familyi={S\bibinitperiod}, + given={Fynn}, + giveni={F\bibinitperiod}}}% + {{hash=314b84e0117f7efc39b85ff749187916}{% + family={Hatzel}, + familyi={H\bibinitperiod}, + given={Hans\bibnamedelima Ole}, + giveni={H\bibinitperiod\bibinitdelim O\bibinitperiod}}}% + {{hash=786eca9f4966307b17cae6c3bba98905}{% + family={Biemann}, + familyi={B\bibinitperiod}, + given={Chris}, + giveni={C\bibinitperiod}}}% + } + \name{editor}{5}{}{% + {{hash=a45b4d1927bb0ea3a040dfe5d1f0d310}{% + family={Evang}, + familyi={E\bibinitperiod}, + given={Kilian}, + giveni={K\bibinitperiod}}}% + {{hash=ac4826768da90eb0ef40ee37ef17293c}{% + family={Kallmeyer}, + familyi={K\bibinitperiod}, + given={Laura}, + giveni={L\bibinitperiod}}}% + {{hash=c2ee7d465388b287ae04672af1876a07}{% + family={Osswald}, + familyi={O\bibinitperiod}, + given={Rainer}, + giveni={R\bibinitperiod}}}% + {{hash=b5700d65a3f7e881039505b79ba0d8f6}{% + family={Waszczuk}, + familyi={W\bibinitperiod}, + given={Jakub}, + giveni={J\bibinitperiod}}}% + {{hash=d2bddcda907ea93d3a82a0623d8d0930}{% + family={Zesch}, + familyi={Z\bibinitperiod}, + given={Torsten}, + giveni={T\bibinitperiod}}}% + } + \list{location}{1}{% + {Düsseldorf, Germany}% + } + \list{publisher}{1}{% + {KONVENS 2021 Organizers}% + } + \strng{namehash}{2565bff841ce070cdf9a2979052ea4aa} + \strng{fullhash}{2565bff841ce070cdf9a2979052ea4aa} + \strng{fullhashraw}{2565bff841ce070cdf9a2979052ea4aa} + \strng{bibnamehash}{2565bff841ce070cdf9a2979052ea4aa} + \strng{authorbibnamehash}{2565bff841ce070cdf9a2979052ea4aa} + \strng{authornamehash}{2565bff841ce070cdf9a2979052ea4aa} + \strng{authorfullhash}{2565bff841ce070cdf9a2979052ea4aa} + \strng{authorfullhashraw}{2565bff841ce070cdf9a2979052ea4aa} + \strng{editorbibnamehash}{360afad7bdb9fdd8b0f6c012331c8c04} + \strng{editornamehash}{360afad7bdb9fdd8b0f6c012331c8c04} + \strng{editorfullhash}{e27538100860ec465c704e9604c84c85} + \strng{editorfullhashraw}{e27538100860ec465c704e9604c84c85} + \field{labelalpha}{SHB21} + \field{sortinit}{S} + \field{sortinithash}{b164b07b29984b41daf1e85279fbc5ab} + \field{labelnamesource}{author} + \field{labeltitlesource}{title} + \field{booktitle}{Proceedings of the 17th Conference on Natural Language Processing (KONVENS 2021)} + \field{month}{6--9 9} + \field{title}{Neural End-to-end Coreference Resolution for {G}erman in Different Domains} + \field{year}{2021} + \field{pages}{170\bibrangedash 181} + \range{pages}{12} + \verb{urlraw} + \verb https://aclanthology.org/2021.konvens-1.15 + \endverb + \verb{url} + \verb https://aclanthology.org/2021.konvens-1.15 + \endverb + \endentry + \entry{TalikaGupta2024CoreferenceIL}{inproceedings}{}{} + \name{author}{3}{}{% + {{hash=a88a484285f2c19fcb152487342916f6}{% + family={TalikaGupta}, + familyi={T\bibinitperiod}, + given={†}, + giveni={†\bibinitperiod}}}% + {{hash=db259f279682410affdd4cdb4611efbe}{% + family={HansOleHatzel}, + familyi={H\bibinitperiod}, + given={‡}, + giveni={‡\bibinitperiod}}}% + {{hash=428850d7a6188575ce43426ac889b77d}{% + family={Biemann}, + familyi={B\bibinitperiod}, + given={Christian}, + giveni={C\bibinitperiod}}}% + } + \strng{namehash}{d72ea4d88beee069217e09674dd52fe6} + \strng{fullhash}{d72ea4d88beee069217e09674dd52fe6} + \strng{fullhashraw}{d72ea4d88beee069217e09674dd52fe6} + \strng{bibnamehash}{d72ea4d88beee069217e09674dd52fe6} + \strng{authorbibnamehash}{d72ea4d88beee069217e09674dd52fe6} + \strng{authornamehash}{d72ea4d88beee069217e09674dd52fe6} + \strng{authorfullhash}{d72ea4d88beee069217e09674dd52fe6} + \strng{authorfullhashraw}{d72ea4d88beee069217e09674dd52fe6} + \field{labelalpha}{THB24} + \field{sortinit}{T} + \field{sortinithash}{9af77f0292593c26bde9a56e688eaee9} + \field{labelnamesource}{author} + \field{labeltitlesource}{title} + \field{booktitle}{LATECHCLFL} + \field{title}{Coreference in Long Documents using Hierarchical Entity Merging} + \field{year}{2024} + \verb{urlraw} + \verb https://api.semanticscholar.org/CorpusID:267336474 + \endverb + \verb{url} + \verb https://api.semanticscholar.org/CorpusID:267336474 + \endverb + \endentry + \entry{finetune}{online}{}{} + \name{author}{1}{}{% + {{hash=bbe51039d025b265f9790490781cb201}{% + family={Turing}, + familyi={T\bibinitperiod}}}% + } + \strng{namehash}{bbe51039d025b265f9790490781cb201} + \strng{fullhash}{bbe51039d025b265f9790490781cb201} + \strng{fullhashraw}{bbe51039d025b265f9790490781cb201} + \strng{bibnamehash}{bbe51039d025b265f9790490781cb201} + \strng{authorbibnamehash}{bbe51039d025b265f9790490781cb201} + \strng{authornamehash}{bbe51039d025b265f9790490781cb201} + \strng{authorfullhash}{bbe51039d025b265f9790490781cb201} + \strng{authorfullhashraw}{bbe51039d025b265f9790490781cb201} + \field{labelalpha}{Tur} + \field{sortinit}{T} + \field{sortinithash}{9af77f0292593c26bde9a56e688eaee9} + \field{labelnamesource}{author} + \field{labeltitlesource}{title} + \field{howpublished}{\url{https://www.turing.com/resources/finetuning-large-language-models}} + \field{note}{Accessed: 2024-07-19} + \field{title}{Fine-Tuning LLMs : Overview, Methods, and Best Practices} + \endentry + \entry{NIPS2017_3f5ee243}{inproceedings}{}{} + \name{author}{8}{}{% + {{hash=7f28e84700536646dd6620a0db07ad09}{% + family={Vaswani}, + familyi={V\bibinitperiod}, + given={Ashish}, + giveni={A\bibinitperiod}}}% + {{hash=62efade83d70f0323fe248755e6c90c5}{% + family={Shazeer}, + familyi={S\bibinitperiod}, + given={Noam}, + giveni={N\bibinitperiod}}}% + {{hash=06649ebab1ea5cac0250746a19764975}{% + family={Parmar}, + familyi={P\bibinitperiod}, + given={Niki}, + giveni={N\bibinitperiod}}}% + {{hash=831027ee0ebf22375e2a86afc1881909}{% + family={Uszkoreit}, + familyi={U\bibinitperiod}, + given={Jakob}, + giveni={J\bibinitperiod}}}% + {{hash=2fd2982e30ebcec93ec1cf76e0d797fd}{% + family={Jones}, + familyi={J\bibinitperiod}, + given={Llion}, + giveni={L\bibinitperiod}}}% + {{hash=27b07e4eacbf4ef7a1438e3badb7dd8d}{% + family={Gomez}, + familyi={G\bibinitperiod}, + given={Aidan\bibnamedelima N}, + giveni={A\bibinitperiod\bibinitdelim N\bibinitperiod}}}% + {{hash=f2bc899b1160163417da7bf510f15d33}{% + family={Kaiser}, + familyi={K\bibinitperiod}, + given={Lukasz}, + giveni={L\bibinitperiod}}}% + {{hash=95595a0fefb86187cbc36e551017d332}{% + family={Polosukhin}, + familyi={P\bibinitperiod}, + given={Illia}, + giveni={I\bibinitperiod}}}% + } + \name{editor}{7}{}{% + {{hash=e7e74de725116358b68a6e890c026145}{% + family={Guyon}, + familyi={G\bibinitperiod}, + given={I.}, + giveni={I\bibinitperiod}}}% + {{hash=37ec935a67384bcb2fc2fc63f83750ed}{% + family={Von\bibnamedelima Luxburg}, + familyi={V\bibinitperiod\bibinitdelim L\bibinitperiod}, + given={U.}, + giveni={U\bibinitperiod}}}% + {{hash=9b411b6c9cefdde16ffea77ecf612142}{% + family={Bengio}, + familyi={B\bibinitperiod}, + given={S.}, + giveni={S\bibinitperiod}}}% + {{hash=1444141e07dd9549dbb4b8530fe4ec15}{% + family={Wallach}, + familyi={W\bibinitperiod}, + given={H.}, + giveni={H\bibinitperiod}}}% + {{hash=f3857e15544199442f3d4fb2cf6645b4}{% + family={Fergus}, + familyi={F\bibinitperiod}, + given={R.}, + giveni={R\bibinitperiod}}}% + {{hash=c73f06e2fc98c9b0bf52eb5fdce61943}{% + family={Vishwanathan}, + familyi={V\bibinitperiod}, + given={S.}, + giveni={S\bibinitperiod}}}% + {{hash=36b98b7ab533936cf1b5716148de704f}{% + family={Garnett}, + familyi={G\bibinitperiod}, + given={R.}, + giveni={R\bibinitperiod}}}% + } + \strng{namehash}{ee273ab30cfb889666f8c4d806eb9ce7} + \strng{fullhash}{f82970bbd2bdd7a002d2af62b743d5cc} + \strng{fullhashraw}{f82970bbd2bdd7a002d2af62b743d5cc} + \strng{bibnamehash}{ee273ab30cfb889666f8c4d806eb9ce7} + \strng{authorbibnamehash}{ee273ab30cfb889666f8c4d806eb9ce7} + \strng{authornamehash}{ee273ab30cfb889666f8c4d806eb9ce7} + \strng{authorfullhash}{f82970bbd2bdd7a002d2af62b743d5cc} + \strng{authorfullhashraw}{f82970bbd2bdd7a002d2af62b743d5cc} + \strng{editorbibnamehash}{7cffda9a379be8eb9063eee4eb0f58b3} + \strng{editornamehash}{7cffda9a379be8eb9063eee4eb0f58b3} + \strng{editorfullhash}{7f28dbd737d58f04931b32d5a8ead8f6} + \strng{editorfullhashraw}{7f28dbd737d58f04931b32d5a8ead8f6} + \field{labelalpha}{Vas+17} + \field{sortinit}{V} + \field{sortinithash}{afb52128e5b4dc4b843768c0113d673b} + \field{labelnamesource}{author} + \field{labeltitlesource}{title} + \field{booktitle}{Advances in Neural Information Processing Systems} + \field{title}{Attention is All you Need} + \field{volume}{30} + \field{year}{2017} + \verb{urlraw} + \verb https://proceedings.neurips.cc/paper_files/paper/2017/file/3f5ee243547dee91fbd053c1c4a845aa-Paper.pdf + \endverb + \verb{url} + \verb https://proceedings.neurips.cc/paper_files/paper/2017/file/3f5ee243547dee91fbd053c1c4a845aa-Paper.pdf + \endverb + \endentry + \entry{wikidatatut}{online}{}{} + \name{author}{1}{}{% + {{hash=63953ef05651755a61a89658c2d89b4b}{% + family={wikidata}, + familyi={w\bibinitperiod}}}% + } + \strng{namehash}{63953ef05651755a61a89658c2d89b4b} + \strng{fullhash}{63953ef05651755a61a89658c2d89b4b} + \strng{fullhashraw}{63953ef05651755a61a89658c2d89b4b} + \strng{bibnamehash}{63953ef05651755a61a89658c2d89b4b} + \strng{authorbibnamehash}{63953ef05651755a61a89658c2d89b4b} + \strng{authornamehash}{63953ef05651755a61a89658c2d89b4b} + \strng{authorfullhash}{63953ef05651755a61a89658c2d89b4b} + \strng{authorfullhashraw}{63953ef05651755a61a89658c2d89b4b} + \field{labelalpha}{wik23} + \field{sortinit}{w} + \field{sortinithash}{4315d78024d0cea9b57a0c6f0e35ed0d} + \field{labelnamesource}{author} + \field{labeltitlesource}{title} + \field{note}{Accessed: 2024-08-06} + \field{title}{Wikidata:SPARQL tutorial} + \field{year}{2023} + \verb{urlraw} + \verb https://www.wikidata.org/wiki/Wikidata:SPARQL_tutorial + \endverb + \verb{url} + \verb https://www.wikidata.org/wiki/Wikidata:SPARQL_tutorial + \endverb + \endentry + \entry{yuan2024evaluatingcharacterunderstandinglarge}{misc}{}{} + \name{author}{8}{}{% + {{hash=140aca5f11ba29855fda24146c72953c}{% + family={Yuan}, + familyi={Y\bibinitperiod}, + given={Xinfeng}, + giveni={X\bibinitperiod}}}% + {{hash=77dc601e2b0abc4afc722c0c927472fe}{% + family={Yuan}, + familyi={Y\bibinitperiod}, + given={Siyu}, + giveni={S\bibinitperiod}}}% + {{hash=9c3550bedfd89b119f4167d61f0a8c78}{% + family={Cui}, + familyi={C\bibinitperiod}, + given={Yuhan}, + giveni={Y\bibinitperiod}}}% + {{hash=f62b857c03443e69c804479cec5345bf}{% + family={Lin}, + familyi={L\bibinitperiod}, + given={Tianhe}, + giveni={T\bibinitperiod}}}% + {{hash=e994283fda3ac7656924778697a2c9c9}{% + family={Wang}, + familyi={W\bibinitperiod}, + given={Xintao}, + giveni={X\bibinitperiod}}}% + {{hash=af1f6890b49ac6de6ee9af944bdf1990}{% + family={Xu}, + familyi={X\bibinitperiod}, + given={Rui}, + giveni={R\bibinitperiod}}}% + {{hash=b5bdf0f19d7dcb1d04fa6afe3bb80c7c}{% + family={Chen}, + familyi={C\bibinitperiod}, + given={Jiangjie}, + giveni={J\bibinitperiod}}}% + {{hash=48ca0e93747b0dd48409fcd936f31c9e}{% + family={Yang}, + familyi={Y\bibinitperiod}, + given={Deqing}, + giveni={D\bibinitperiod}}}% + } + \strng{namehash}{950a6747bdaf007a42c27205f3d8807a} + \strng{fullhash}{0516047b80ef1434078dbe21d853514f} + \strng{fullhashraw}{0516047b80ef1434078dbe21d853514f} + \strng{bibnamehash}{950a6747bdaf007a42c27205f3d8807a} + \strng{authorbibnamehash}{950a6747bdaf007a42c27205f3d8807a} + \strng{authornamehash}{950a6747bdaf007a42c27205f3d8807a} + \strng{authorfullhash}{0516047b80ef1434078dbe21d853514f} + \strng{authorfullhashraw}{0516047b80ef1434078dbe21d853514f} + \field{labelalpha}{Yua+24} + \field{sortinit}{Y} + \field{sortinithash}{fd67ad5a9ef0f7456bdd9aab10fe1495} + \field{labelnamesource}{author} + \field{labeltitlesource}{title} + \field{eprintclass}{cs.CL} + \field{eprinttype}{arXiv} + \field{title}{Evaluating Character Understanding of Large Language Models via Character Profiling from Fictional Works} + \field{year}{2024} + \verb{eprint} + \verb 2404.12726 + \endverb + \verb{urlraw} + \verb https://arxiv.org/abs/2404.12726 + \endverb + \verb{url} + \verb https://arxiv.org/abs/2404.12726 + \endverb + \endentry + \entry{bert-score}{inproceedings}{}{} + \name{author}{5}{}{% + {{hash=758da8e96d345319d74651088a155df0}{% + family={Zhang*}, + familyi={Z\bibinitperiod}, + given={Tianyi}, + giveni={T\bibinitperiod}}}% + {{hash=d153728d33df135677f793905e441e3e}{% + family={Kishore*}, + familyi={K\bibinitperiod}, + given={Varsha}, + giveni={V\bibinitperiod}}}% + {{hash=514f0b5d949b3aad7342b7fa986f304a}{% + family={Wu*}, + familyi={W\bibinitperiod}, + given={Felix}, + giveni={F\bibinitperiod}}}% + {{hash=68a0238356fbd88b34be8886f25938a7}{% + family={Weinberger}, + familyi={W\bibinitperiod}, + given={Kilian\bibnamedelima Q.}, + giveni={K\bibinitperiod\bibinitdelim Q\bibinitperiod}}}% + {{hash=bda57b6734e461152eada7e447798ca8}{% + family={Artzi}, + familyi={A\bibinitperiod}, + given={Yoav}, + giveni={Y\bibinitperiod}}}% + } + \strng{namehash}{788cc3bebfd859279ccfbdf5a9a3ca5d} + \strng{fullhash}{e77c620fb16f8e5a6c7fb7b7944a81f7} + \strng{fullhashraw}{e77c620fb16f8e5a6c7fb7b7944a81f7} + \strng{bibnamehash}{788cc3bebfd859279ccfbdf5a9a3ca5d} + \strng{authorbibnamehash}{788cc3bebfd859279ccfbdf5a9a3ca5d} + \strng{authornamehash}{788cc3bebfd859279ccfbdf5a9a3ca5d} + \strng{authorfullhash}{e77c620fb16f8e5a6c7fb7b7944a81f7} + \strng{authorfullhashraw}{e77c620fb16f8e5a6c7fb7b7944a81f7} + \field{labelalpha}{Zha+20} + \field{sortinit}{Z} + \field{sortinithash}{96892c0b0a36bb8557c40c49813d48b3} + \field{labelnamesource}{author} + \field{labeltitlesource}{title} + \field{booktitle}{International Conference on Learning Representations} + \field{title}{BERTScore: Evaluating Text Generation with BERT} + \field{year}{2020} + \verb{urlraw} + \verb https://openreview.net/forum?id=SkeHuCVFDr + \endverb + \verb{url} + \verb https://openreview.net/forum?id=SkeHuCVFDr + \endverb + \endentry + \enddatalist +\endrefsection +\endinput + diff --git a/masterthesis.bcf b/masterthesis.bcf index 70361576d8a5b0d83581306fcb3541ba02c55ce5..6613521cf86155b00356d4786c424a12a6e882de 100644 --- a/masterthesis.bcf +++ b/masterthesis.bcf @@ -168,7 +168,7 @@ </bcf:option> <bcf:option type="singlevalued"> <bcf:key>sortlocale</bcf:key> - <bcf:value>german</bcf:value> + <bcf:value>english</bcf:value> </bcf:option> <bcf:option type="singlevalued"> <bcf:key>sortingtemplatename</bcf:key> @@ -2372,11 +2372,31 @@ <bcf:datasource type="file" datatype="bibtex" glob="false">_bibliography.bib</bcf:datasource> </bcf:bibdata> <bcf:section number="0"> - <bcf:citekey order="1" intorder="1">10.1007/3-540-36127-8_20</bcf:citekey> - <bcf:citekey order="2" intorder="1">brahman-etal-2021-characters-tell</bcf:citekey> - <bcf:citekey order="3" intorder="1">schroder-etal-2021-neural</bcf:citekey> - <bcf:citekey order="4" intorder="1">schroder-etal-2021-neural</bcf:citekey> - <bcf:citekey order="5" intorder="1">dobrovolskii-2021-word</bcf:citekey> + <bcf:citekey order="1" intorder="1">huggingfacetokenizer</bcf:citekey> + <bcf:citekey order="2" intorder="1">NIPS2017_3f5ee243</bcf:citekey> + <bcf:citekey order="3" intorder="1">raschka2024encoderdecoder</bcf:citekey> + <bcf:citekey order="3" intorder="2">NIPS2017_3f5ee243</bcf:citekey> + <bcf:citekey order="4" intorder="1">bert-score</bcf:citekey> + <bcf:citekey order="5" intorder="1">NIPS2017_3f5ee243</bcf:citekey> + <bcf:citekey order="6" intorder="1">finetune</bcf:citekey> + <bcf:citekey order="7" intorder="1">bert-score</bcf:citekey> + <bcf:citekey order="8" intorder="1">doshi2021foundations</bcf:citekey> + <bcf:citekey order="8" intorder="2">suvratarora2024nlp</bcf:citekey> + <bcf:citekey order="9" intorder="1">aws_rag</bcf:citekey> + <bcf:citekey order="10" intorder="1">10.1007/3-540-36127-8_20</bcf:citekey> + <bcf:citekey order="11" intorder="1">TalikaGupta2024CoreferenceIL</bcf:citekey> + <bcf:citekey order="12" intorder="1">yuan2024evaluatingcharacterunderstandinglarge</bcf:citekey> + <bcf:citekey order="13" intorder="1">gutenberg</bcf:citekey> + <bcf:citekey order="14" intorder="1">brahman-etal-2021-characters-tell</bcf:citekey> + <bcf:citekey order="15" intorder="1">cheng2024dateddatatracingknowledge</bcf:citekey> + <bcf:citekey order="16" intorder="1">w3c_sparql_2008</bcf:citekey> + <bcf:citekey order="16" intorder="2">wikidata_sparql_tutorial</bcf:citekey> + <bcf:citekey order="17" intorder="1">mixtral7b</bcf:citekey> + <bcf:citekey order="18" intorder="1">e5-mistral</bcf:citekey> + <bcf:citekey order="19" intorder="1">dubey2024llama3herdmodels</bcf:citekey> + <bcf:citekey order="20" intorder="1">dobrovolskii-2021-word</bcf:citekey> + <bcf:citekey order="20" intorder="2">schroder-etal-2021-neural</bcf:citekey> + <bcf:citekey order="21" intorder="1">yuan2024evaluatingcharacterunderstandinglarge</bcf:citekey> </bcf:section> <!-- SORTING TEMPLATES --> <bcf:sortingtemplate name="anyt"> diff --git a/masterthesis.blg b/masterthesis.blg new file mode 100644 index 0000000000000000000000000000000000000000..7b0fb2bb54a929230cbcf34ebe913a0c298c42fc --- /dev/null +++ b/masterthesis.blg @@ -0,0 +1,15 @@ +[0] Config.pm:308> INFO - This is Biber 2.20 +[0] Config.pm:311> INFO - Logfile is 'masterthesis.blg' +[78] biber-MSWIN64:340> INFO - === +[109] Biber.pm:420> INFO - Reading 'masterthesis.bcf' +[184] Biber.pm:994> INFO - Found 21 citekeys in bib section 0 +[192] Biber.pm:4463> INFO - Processing section 0 +[201] Biber.pm:4654> INFO - Looking for bibtex file '_bibliography.bib' for section 0 +[249] bibtex.pm:1713> INFO - LaTeX decoding ... +[271] bibtex.pm:1519> INFO - Found BibTeX data source '_bibliography.bib' +[667] UCollate.pm:68> INFO - Overriding locale 'en-US' defaults 'variable = shifted' with 'variable = non-ignorable' +[668] UCollate.pm:68> INFO - Overriding locale 'en-US' defaults 'normalization = NFD' with 'normalization = prenormalized' +[668] Biber.pm:4283> INFO - Sorting list 'anyt/global//global/global/global' of type 'entry' with template 'anyt' and locale 'en-US' +[668] Biber.pm:4289> INFO - No sort tailoring available for locale 'en-US' +[693] bbl.pm:676> INFO - Writing 'masterthesis.bbl' with encoding 'UTF-8' +[1530] bbl.pm:779> INFO - Output to masterthesis.bbl diff --git a/masterthesis.fdb_latexmk b/masterthesis.fdb_latexmk index 71bdd5fcecbdb484e15d3fded8a0c2520580741f..bec3163e71533c2bc6f6677e24ced24a14bf71db 100644 --- a/masterthesis.fdb_latexmk +++ b/masterthesis.fdb_latexmk @@ -1,69 +1,88 @@ # Fdb version 4 -["biber masterthesis"] 1721418358.72647 "masterthesis.bcf" "masterthesis.bbl" "masterthesis" 1721466482.57817 0 - "_bibliography.bib" 1721417266 6548 3a148e74c262e18ef3c412eb022e9a7e "" - "masterthesis.bcf" 1721466482 108997 bcf99afa8345e0ee0af30f1761279c5e "pdflatex" +["biber masterthesis"] 1723649248.52064 "masterthesis.bcf" "masterthesis.bbl" "masterthesis" 1726324176.66608 0 + "_bibliography.bib" 1723640531 20859 af3f578bb2781651f756b3497639e6d7 "" + "masterthesis.bcf" 1726324176 110500 4dd8b4a3a8f7f2b2cde3adc553bfe1ec "pdflatex" (generated) "masterthesis.bbl" "masterthesis.blg" (rewritten before read) -["pdflatex"] 1721466475.1961 "c:/Users/danie/Desktop/Masterarbbeit NLP/masterthesis.tex" "masterthesis.pdf" "masterthesis" 1721466482.57864 0 - "C:/Users/danie/AppData/Local/MiKTeX/fonts/map/pdftex/pdftex.map" 1718623652 82507 a9eef8696c92627b87e9975edea03b2a "" +["pdflatex"] 1726324148.87372 "c:/Users/danie/Desktop/Masterarbbeit NLP/masterthesis.tex" "masterthesis.pdf" "masterthesis" 1726324176.66663 0 + "C:/Users/danie/AppData/Local/MiKTeX/fonts/map/pdftex/pdftex.map" 1725880149 82686 2381c3433487640bf26aa76a10db7eb2 "" + "C:/Users/danie/AppData/Local/MiKTeX/fonts/pk/ljfour/jknappen/ec/dpi600/ecbx1095.pk" 1722718268 28976 cfe7e0d5c1449fbedf4a47048820be7b "" + "C:/Users/danie/AppData/Local/MiKTeX/fonts/pk/ljfour/jknappen/ec/dpi600/ecbx2074.pk" 1722718269 59008 a6f9d1a5a9fe983860189c69734d5b40 "" + "C:/Users/danie/AppData/Local/MiKTeX/fonts/pk/ljfour/jknappen/ec/dpi600/eccc1095.pk" 1722718256 27712 9bbc855bf4432960d3f3e58197b7001e "" + "C:/Users/danie/AppData/Local/MiKTeX/fonts/pk/ljfour/jknappen/ec/dpi600/ecrm0600.pk" 1722718261 14880 342c2ac87933d395c23a1a8653054a0c "" + "C:/Users/danie/AppData/Local/MiKTeX/fonts/pk/ljfour/jknappen/ec/dpi600/ecrm1095.pk" 1722604358 26228 7bd8aa41866bca47bfd62d7f6bcd0ffa "" + "C:/Users/danie/AppData/Local/MiKTeX/fonts/pk/ljfour/jknappen/ec/dpi600/ecrm2074.pk" 1722604357 53736 b677432100c7821bbbb8e56303d24565 "" + "C:/Users/danie/AppData/Local/MiKTeX/fonts/pk/ljfour/jknappen/ec/dpi600/ecsl1095.pk" 1722718267 31964 143e397201691c9132569dcc72d01e86 "" + "C:/Users/danie/AppData/Local/MiKTeX/fonts/pk/ljfour/jknappen/ec/dpi600/ecsx1095.pk" 1722718264 24028 582b5dba6cd3680357c8741f63e95d08 "" + "C:/Users/danie/AppData/Local/MiKTeX/fonts/pk/ljfour/jknappen/ec/dpi600/ecsx1200.pk" 1722718262 27340 c3dbbeeefec170d3b6fa1444af46a342 "" + "C:/Users/danie/AppData/Local/MiKTeX/fonts/pk/ljfour/jknappen/ec/dpi600/ecsx1440.pk" 1722718263 34676 8050a8b0f02a306b23df52f9be6cf879 "" + "C:/Users/danie/AppData/Local/MiKTeX/fonts/pk/ljfour/jknappen/ec/dpi600/ecsx2074.pk" 1722718266 52312 e70fa05e92956b6af4ee265e45d31276 "" + "C:/Users/danie/AppData/Local/MiKTeX/fonts/pk/ljfour/jknappen/ec/dpi600/ecti1095.pk" 1722718257 35204 9870b3aed9f82b136aa6ae19ffb3f888 "" + "C:/Users/danie/AppData/Local/MiKTeX/fonts/pk/ljfour/jknappen/ec/dpi600/ectt1000.pk" 1722718260 20028 0197f7e0579ac1be1ae4f4c0537032f1 "" + "C:/Users/danie/AppData/Local/MiKTeX/fonts/pk/ljfour/jknappen/ec/dpi600/ectt1095.pk" 1722718258 21972 60f5da808003a6be15f54c8e924f63ec "" + "C:/Users/danie/AppData/Local/MiKTeX/fonts/pk/ljfour/jknappen/ec/dpi600/tcrm1095.pk" 1722718261 12668 d9de024ef8e6a4d1d74aee3001a2a5b3 "" "C:/Users/danie/AppData/Local/MiKTeX/miktex/data/le/pdftex/pdflatex.fmt" 1714948752 24236005 173a77b29316c5b8c9fa5d48235cc505 "" - "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/enc/dvips/base/8r.enc" 1458473887 4993 80dc9bab7f31fb78a000ccfed0e27cab "" - "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/tfm/adobe/palatino/pplb8r.tfm" 1136768654 2532 9ad73cf4dd2173a847f2a5f5608e0b9a "" - "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/tfm/adobe/palatino/pplb8t.tfm" 1136768654 3456 16dd534f88eb2bd21ebc7203786b436e "" - "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/tfm/adobe/palatino/pplr7t.tfm" 1136768654 1804 7b5f73028f6509167f47ace9d69509ed "" - "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/tfm/adobe/palatino/pplr8c.tfm" 1136768654 1348 0e8eb69b4437626c0f6c9bed4a4e373c "" - "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/tfm/adobe/palatino/pplr8r.tfm" 1136768654 2796 d37c29814a6717720ee1a7c9a0b2c3b8 "" - "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/tfm/adobe/palatino/pplr8t.tfm" 1136768654 3820 ee5b9d58608ae328e43c6e2bfd4ff851 "" - "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/tfm/adobe/palatino/pplri8r.tfm" 1136768654 2720 70000d5e623e601132eab3cded5b819b "" - "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/tfm/adobe/palatino/pplri8t.tfm" 1136768654 3684 929c666381f7272e81481908b735ccba "" - "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/tfm/adobe/palatino/pplro8r.tfm" 1136768654 2948 325b50af1ea2702f0a5da8c6a9d8c345 "" - "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/tfm/adobe/palatino/pplro8t.tfm" 1136768654 3952 a46a759af62d58e257fa10b56830157a "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/tfm/jknappen/ec/ecbx1095.tfm" 993061956 3228 aacd2ac2d814480e4422ad7e830fd2d4 "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/tfm/jknappen/ec/ecbx2074.tfm" 993061964 3208 da5ec29ca7c2f5f55c296dd6713d4a74 "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/tfm/jknappen/ec/eccc1095.tfm" 993061982 2800 704ac1d706443507d1542715b89923fc "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/tfm/jknappen/ec/ecrm0600.tfm" 993062116 3160 116e21835795bb29209ae8bb4682382f "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/tfm/jknappen/ec/ecrm0800.tfm" 993062118 3152 11ecf5aad6aacf00ff18f394ab23a8b5 "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/tfm/jknappen/ec/ecrm1000.tfm" 993062122 3148 7e594c8240c71e432203f65ab5f95a51 "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/tfm/jknappen/ec/ecrm1095.tfm" 993062124 3172 eb6efaa83c6c52473a1c403f376eab0f "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/tfm/jknappen/ec/ecrm2074.tfm" 993062130 3184 b2541675eba9fa86d240ec0ecc913558 "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/tfm/jknappen/ec/ecsl1095.tfm" 993062194 3400 d6e3ce3811d724f80c66c7cc10ff7eab "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/tfm/jknappen/ec/ecss1095.tfm" 993062234 3188 1aa640cd974697c5d1d4a3c92172a829 "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/tfm/jknappen/ec/ecsx1095.tfm" 993062276 3196 ded15d3918f447726c8613f3cf216d5f "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/tfm/jknappen/ec/ecsx1200.tfm" 993062276 3180 599b3b5297559680c761cb378da37988 "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/tfm/jknappen/ec/ecsx1440.tfm" 993062278 3184 a2316cf01357d42f7e6290f93e150975 "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/tfm/jknappen/ec/ecsx2074.tfm" 993062282 3192 faf837b54b682045521880fca3399a8c "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/tfm/jknappen/ec/ecti1095.tfm" 993062322 2852 cf233cde705f180d95560390f0f826e7 "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/tfm/jknappen/ec/ectt1000.tfm" 993062340 1348 d70ddf2d5d512b838e50a335e385e919 "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/tfm/jknappen/ec/ectt1095.tfm" 993062342 1352 fa21dcb5ddc7d1dc47d14cd897fdeb0f "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/tfm/jknappen/ec/tcrm1095.tfm" 993062508 1460 8005ce585ff351dff78998923504da5e "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/tfm/public/amsfonts/cmextra/cmex7.tfm" 1233951848 1004 54797486969f23fa377b128694d548df "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/tfm/public/amsfonts/cmextra/cmex8.tfm" 1233951848 988 bdf658c3bfc2d96d3c8b02cfc1c94c20 "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/tfm/public/amsfonts/symbols/msam10.tfm" 1233951854 916 f87d7c45f9c908e672703b83b72241a3 "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/tfm/public/amsfonts/symbols/msam5.tfm" 1233951854 924 9904cf1d39e9767e7a3622f2a125a565 "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/tfm/public/amsfonts/symbols/msam7.tfm" 1233951854 928 2dc8d444221b7a635bb58038579b861a "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/tfm/public/amsfonts/symbols/msbm10.tfm" 1233951854 908 2921f8a10601f252058503cc6570e581 "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/tfm/public/amsfonts/symbols/msbm5.tfm" 1233951854 940 75ac932a52f80982a9f8ea75d03a34cf "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/tfm/public/amsfonts/symbols/msbm7.tfm" 1233951854 940 228d6584342e91276bf566bcf9716b83 "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/tfm/public/cm/cmbx10.tfm" 1136765053 1328 c834bbb027764024c09d3d2bf908b5f0 "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/tfm/public/cm/cmbx5.tfm" 1136765053 1332 f817c21a1ba54560425663374f1b651a "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/tfm/public/cm/cmbx6.tfm" 1136765053 1344 8a0be4fe4d376203000810ad4dc81558 "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/tfm/public/cm/cmbx7.tfm" 1136765053 1336 3125ccb448c1a09074e3aa4a9832f130 "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/tfm/public/cm/cmbx8.tfm" 1136765053 1332 1fde11373e221473104d6cc5993f046e "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/tfm/public/cm/cmex10.tfm" 1136765053 992 662f679a0b3d2d53c1b94050fdaa3f50 "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/tfm/public/cm/cmmi10.tfm" 1136765053 1528 abec98dbc43e172678c11b3b9031252a "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/tfm/public/cm/cmmi6.tfm" 1136765053 1512 f21f83efb36853c0b70002322c1ab3ad "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/tfm/public/cm/cmmi8.tfm" 1136765053 1520 eccf95517727cb11801f4f1aee3a21b4 "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/tfm/public/cm/cmr10.tfm" 1136765053 1296 45809c5a464d5f32c8f98ba97c1bb47f "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/tfm/public/cm/cmr6.tfm" 1136765053 1300 b62933e007d01cfd073f79b963c01526 "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/tfm/public/cm/cmr8.tfm" 1136765053 1292 21c1c5bfeaebccffdb478fd231a0997d "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/tfm/public/cm/cmsy10.tfm" 1136765053 1124 6c73e740cf17375f03eec0ee63599741 "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/tfm/public/cm/cmsy6.tfm" 1136765053 1116 933a60c408fc0a863a92debe84b2d294 "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/tfm/public/cm/cmsy8.tfm" 1136765053 1120 8b7d695260f3cff42e636090a8002094 "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/tfm/public/latex-fonts/lasy6.tfm" 1136765053 520 4889cce2180234b97cad636b6039c722 "" - "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/tfm/public/mathpazo/fplmb.tfm" 1136768654 984 3dcde7360ef3d34302e591b511cba83c "" - "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/tfm/public/mathpazo/fplmr.tfm" 1136768654 1032 7fa31d93ecd4cbdfac02c7a1ebc6facc "" - "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/tfm/public/mathpazo/fplmri.tfm" 1136768654 1148 56b0fdf7ca3f800294e968f64cfdcb87 "" - "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/tfm/public/mathpazo/zplmb7t.tfm" 1136768654 1640 c14e51df62d6cb0dd79e4ca3b91ca7c3 "" - "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/tfm/public/mathpazo/zplmr7m.tfm" 1136768654 2080 40a71f65088bdd047622ce295520749e "" - "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/tfm/public/mathpazo/zplmr7t.tfm" 1136768654 1828 bb8add3bd19426549f9267c88b0cb8bd "" - "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/tfm/public/mathpazo/zplmr7v.tfm" 1136768654 1012 955c4ca523d7827d33db91a33412b048 "" - "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/tfm/public/mathpazo/zplmr7y.tfm" 1136768654 1316 b4037e9c09961a72f8476628774e1ec1 "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/type1/public/amsfonts/cm/cmbx10.pfb" 1247596666 34811 78b52f49e893bcba91bd7581cdc144c0 "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/type1/public/amsfonts/cm/cmex10.pfb" 1247596667 30251 6afa5cb1d0204815a708a080681d4674 "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/type1/public/amsfonts/cm/cmmi10.pfb" 1247596667 36299 5f9df58c2139e7edcf37c8fca4bd384d "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/type1/public/amsfonts/cm/cmmi6.pfb" 1247596666 37166 8ab3487cbe3ab49ebce74c29ea2418db "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/type1/public/amsfonts/cm/cmmi7.pfb" 1247596667 36281 c355509802a035cadc5f15869451dcee "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/type1/public/amsfonts/cm/cmmi8.pfb" 1247596666 35469 dcf3a5f2fc1862f5952e3ee5eb1d98c4 "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/type1/public/amsfonts/cm/cmr10.pfb" 1247596667 35752 024fb6c41858982481f6968b5fc26508 "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/type1/public/amsfonts/cm/cmr7.pfb" 1247596667 32762 7fee39e011c23b3589931effd97b9702 "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/type1/public/amsfonts/cm/cmr8.pfb" 1247596667 32726 39f0f9e62e84beb801509898a605dbd5 "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/type1/public/amsfonts/cm/cmsy10.pfb" 1247596667 32569 5e5ddc8df908dea60932f3c484a54c0d "" - "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/type1/public/mathpazo/fplmr.pfb" 1136849748 9356 3e1f7eacbb57d05d0b682da8d83eb600 "" - "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/type1/public/mathpazo/fplmri.pfb" 1136849748 15213 d999bbe8bd9c8f231f3f66a737c76478 "" - "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/type1/urw/palatino/uplb8a.pfb" 1136849748 52406 dad2f72863a03727d5f536c64a69c452 "" - "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/type1/urw/palatino/uplr8a.pfb" 1136849748 52665 661b1e6b26edb5f50dd491f8a701cb57 "" - "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/type1/urw/palatino/uplri8a.pfb" 1136849748 50022 90249cba7e3e4e9845f80328d6f9bd13 "" - "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/vf/adobe/palatino/pplb8t.vf" 1136768654 2316 c3899bd8afb459a9a5a9a546bf3029a2 "" - "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/vf/adobe/palatino/pplr7t.vf" 1136768654 1380 037725697594405988999f61172f52de "" - "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/vf/adobe/palatino/pplr8c.vf" 1136768654 3504 f65f653e1ad318a9d01b4af15300683a "" - "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/vf/adobe/palatino/pplr8t.vf" 1136768654 2324 a163806de13ddf37313d2ee968aa0a98 "" - "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/vf/adobe/palatino/pplri8t.vf" 1136768654 2308 5bc0a90b83a3fd7d37d34ef3b64d7e8a "" - "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/vf/adobe/palatino/pplro8t.vf" 1136768654 2324 7474f923d9dd66ec0846639f92c9aec3 "" - "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/vf/public/mathpazo/zplmb7t.vf" 1136768654 1536 03ea9eccf9f5341331bed4d35eb9a3d8 "" - "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/vf/public/mathpazo/zplmr7m.vf" 1136768654 1812 de7624743c8bafe2ce204bec2f72ce7e "" - "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/vf/public/mathpazo/zplmr7t.vf" 1136768654 1532 0ba0b316cfeb3df86c9701756c9a4b71 "" - "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/vf/public/mathpazo/zplmr7v.vf" 1136768654 1436 3cc3caf644d79936444909aaff6786a8 "" - "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/vf/public/mathpazo/zplmr7y.vf" 1136768654 1372 31129ac1f6b6f62aaec24c8fed41b02b "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/type1/public/amsfonts/cm/cmsy8.pfb" 1247596667 32626 5abc8bb2f28aa647d4c70f8ea38cc0d3 "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/type1/public/amsfonts/symbols/msbm10.pfb" 1247596673 34694 870c211f62cb72718a00e353f14f254d "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/context/base/mkii/supp-pdf.mkii" 1580390158 71627 94eb9990bed73c364d7f53f960cc8c5b "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/generic/atbegshi/atbegshi.sty" 1575571100 24708 5584a51a7101caf7e6bbf1fc27d8f7b1 "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/generic/babel/babel.sty" 1713592802 146627 f7a4a651a7b2f00e9d4cc78db15bfe2a "" - "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/generic/babel/locale/de/babel-de-1901.ini" 1713592803 4106 e59485586863ca0479ccbae36abcfcf2 "" - "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/generic/babel/locale/de/babel-de.ini" 1713592803 4096 fa1802f91144b2c083d61dddf097a6d2 "" - "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/generic/babel/locale/de/babel-german.tex" 1713592804 699 565e921a0b7b8366adf163b0ecc00e44 "" - "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/generic/babel/locale/de/babel-ngerman.tex" 1713592804 336 b80d4d282e518e78a8b5f9cc543e7f94 "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/generic/babel/locale/en/babel-en.ini" 1713592804 3966 caeee5a9e5771d4446aa1ca9015ba1b2 "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/generic/babel/locale/en/babel-english.tex" 1713592804 336 ed676b5e7dfd862bc78d634f6a973f37 "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/generic/babel/txtbabel.def" 1713592802 6948 df63e25be1d2bc35bbad5a0141f41348 "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/generic/bigintcalc/bigintcalc.sty" 1576433602 40635 c40361e206be584d448876bba8a64a3b "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/generic/bitset/bitset.sty" 1575926576 33961 6b5c75130e435b2bfdb9f480a09a39f9 "" @@ -177,10 +196,17 @@ "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/generic/pgfplots/util/pgfplotsutil.code.tex" 1621075461 71792 dba1b75b15201895eb36f142f13b3238 "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/generic/pgfplots/util/pgfplotsutil.verb.code.tex" 1621075461 3286 c17079ba50483e1ac1721268ea016041 "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/generic/uniquecounter/uniquecounter.sty" 1576434012 7008 f92eaa0a3872ed622bbf538217cd2ab7 "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/generic/xkeyval/xkeyval.tex" 1656236919 19231 27205ee17aaa2902aea3e0c07a3cfc65 "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/generic/xkeyval/xkvutils.tex" 1656236919 7677 9cb1a74d945bc9331f2181c0a59ff34a "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/00miktex/epstopdf-sys.cfg" 1616067285 584 2a1075dd71571459f59146da9f7502ad "" - "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/ae/ae.sty" 1177083840 1225 5aef800ba6cda7885d41428e026f49e3 "" - "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/ae/aecompl.sty" 1177080660 1338 d60c03fa26e0ef681e85d0811bcc2388 "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/adjustbox/adjcalc.sty" 1667300500 5598 c49b91713cbe5e50a1fabefb733eda0d "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/adjustbox/adjustbox.sty" 1667300500 56907 e3e515e490dbc35309a010b5bbe1bef5 "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/adjustbox/tc-pdftex.def" 1667300500 4070 1677cfee6374067b93f61cf57ecd7144 "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/adjustbox/trimclip.sty" 1667300500 7244 36558f478da08e083d7316a63ba4bcd6 "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/amsfonts/amsfonts.sty" 1358197772 5949 3f3fd50a8cc94c3d4cbf4fc66cd3df1c "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/amsfonts/amssymb.sty" 1358197772 13829 94730e64147574077f8ecfea9bb69af4 "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/amsfonts/umsa.fd" 1358197772 961 6518c6525a34feb5e8250ffa91731cff "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/amsfonts/umsb.fd" 1358197772 961 d02606146ba5601b5645f987c92e6193 "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/amsmath/amsbsy.sty" 1686931788 2222 499d61426192c39efd8f410ee1a52b9c "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/amsmath/amsgen.sty" 1686931787 4173 82ac04dfb1256038fad068287fbb4fe6 "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/amsmath/amsmath.sty" 1686931788 88371 d84032c0f422c3d1e282266c01bef237 "" @@ -189,15 +215,13 @@ "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/arabi/bblopts.cfg" 1705750854 902 c30e5c373bc58bde21f8f63a3091626f "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/atveryend/atveryend.sty" 1576101110 19336 ce7ae9438967282886b3b036cfad1e4d "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/auxhook/auxhook.sty" 1576538732 3935 57aa3c3e203a5c2effb4d2bd2efbc323 "" - "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/babel-german/german.ldf" 1706444243 2317 770765b11eb80315440660ff5398cbfc "" - "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/babel-german/germanb.ldf" 1706444243 9838 b9de1c6e35ce08917e2d0fbc14c06d99 "" - "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/babel-german/ngerman.ldf" 1706444243 2289 4c0bd5448e6c4088c5170e3997082036 "" - "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/babel-german/ngermanb.ldf" 1706444243 9023 ac64485babf93564615cafa0d7a314f7 "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/babel-english/english.ldf" 1623001666 7008 9ff5fdcc865b01beca2b0fe4a46231d4 "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/base/atbegshi-ltx.sty" 1705273578 3045 273c666a54e60b9f730964f431a56c1b "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/base/atveryend-ltx.sty" 1705273579 2462 6bc53756156dbd71c1ad550d30a3b93f "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/base/fontenc.sty" 1705273578 5119 a04a8b68ab4f6ce800a41f7f8012a10e "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/base/ifthen.sty" 1705273578 5319 2b738d02ce36ada6dcdd9534940db0ee "" - "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/base/inputenc.sty" 1705273578 5048 425739d70251273bf93e3d51f3c40048 "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/base/t1cmss.fd" 1705273579 2641 f059c00335e1e219508c90dedd0f4e3a "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/base/t1cmtt.fd" 1705273578 2443 790016d75def8d3127df5c216a45abcc "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/biblatex/bbx/alphabetic.bbx" 1711466047 1731 ebd75bda3dd71a7cbd30fde6e3bb6391 "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/biblatex/bbx/standard.bbx" 1711466047 25680 409c3f3d570418bc545e8065bebd0688 "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/biblatex/biblatex.cfg" 1711466047 69 249fa6df04d948e51b6d5c67bea30c42 "" @@ -207,14 +231,18 @@ "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/biblatex/blx-compat.def" 1711466047 13919 5426dbe90e723f089052b4e908b56ef9 "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/biblatex/blx-dm.def" 1711466047 32761 18d14e3b502c120f79b2184de4e21d14 "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/biblatex/cbx/alphabetic.cbx" 1711466047 4312 24e682e8d56177ec752e5121836ce56e "" - "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/biblatex/lbx/german.lbx" 1711466047 34038 becdb53ec3bba7d52240eb831ab15506 "" - "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/biblatex/lbx/ngerman.lbx" 1711466047 520 79db3ad588d8a32d9a5aa90a48bd8364 "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/biblatex/lbx/english.lbx" 1711466047 40021 daa5a82ed0967f3ac4b77cb8384cac55 "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/bookmark/bkm-pdftex.def" 1702988341 8818 aa5157b46368efebf023abff55611467 "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/bookmark/bookmark.sty" 1702988341 18245 97e6be180cf07bb6f7008cfdaaecfce5 "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/caption/caption-koma.sto" 1696169587 6333 57259249669cec150aa89a6e45395d3f "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/caption/caption.sty" 1696169587 56128 c2ccf1a29d78c33bc553880402e4fb9a "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/caption/caption3.sty" 1696169587 72619 ee90b6612147680fd73c3b1406a74245 "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/caption/subcaption.sty" 1696169587 12494 0c0cdb824278a4d51cefeb2e79901315 "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/collectbox/collectbox.sty" 1667300686 9124 59c3b56f1a073de66e3eea35f9c173c8 "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/csquotes/csquotes.cfg" 1712234901 7068 06f8d141725d114847527a66439066b6 "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/csquotes/csquotes.def" 1712234901 22135 0975a49eeaed232aa861e9425ffb2e7c "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/csquotes/csquotes.sty" 1712234901 62767 e79d6d7a989e7da62dcf3d0a65c1faee "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/dirtytalk/dirtytalk.sty" 1678044549 1915 75d8498f106e3f673b6267693e944869 "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/epstopdf-pkg/epstopdf-base.sty" 1623003186 13886 d1306dcf79a944f6988e688c1785f9ce "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/etoolbox/etoolbox.sty" 1601897756 46845 3b58f70c6e861a13d927bff09d35ecbc "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/filecontents/filecontents.sty" 1680858782 3409 1325260241b2c22a4e878fc996cd4fe8 "" @@ -235,6 +263,7 @@ "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/hyperref/nameref.sty" 1705826021 11026 182c63f139a71afd30a28e5f1ed2cd1c "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/hyperref/pd1enc.def" 1705826021 14249 e67cb186717b7ab18d14a4875e7e98b5 "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/hyperref/puenc.def" 1705826021 117112 05831178ece2cad4d9629dcf65099b11 "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/ifoddpage/ifoddpage.sty" 1667300946 2142 eae42205b97b7a3ad0e58db5fe99e3e6 "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/koma-script/scrbase.sty" 1688717150 100856 24b70029ad44c2ee829db2529cf4ee23 "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/koma-script/scrbook.cls" 1688717150 276567 610c687a82390b87909b055f7b803634 "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/koma-script/scrkbase.sty" 1688717150 21943 93cf6c456e50f74225092b8714462fa4 "" @@ -258,6 +287,7 @@ "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/listings/lstpatch.sty" 1710669304 353 9024412f43e92cd5b21fe9ded82d0610 "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/logreq/logreq.def" 1280941015 1620 fb1c32b818f2058eca187e5c41dfae77 "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/logreq/logreq.sty" 1280941015 6187 b27afc771af565d3a9ff1ca7d16d0d46 "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/multirow/multirow.sty" 1615976118 6149 2398eec4faa1ee24ff761581e580ecf1 "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/pgf/basiclayer/pgf.sty" 1673775190 1090 bae35ef70b3168089ef166db3e66f5b2 "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/pgf/basiclayer/pgfcore.sty" 1673775190 373 00b204b1d7d095b892ad31a7494b0373 "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty" 1673775190 21013 f4ff83d25bb56552493b030f27c075ae "" @@ -270,72 +300,102 @@ "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/pgf/utilities/pgfrcs.sty" 1673775190 325 f9f16d12354225b7dd52a3321f085955 "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/pgfplots/pgfplots.sty" 1621075461 4904 ee78b44e85d6fccf08cd99370557481e "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/pgfplots/pgfplotstable.sty" 1621075461 1440 4c1495abf57fc4dd215ebbf2a95b1cf8 "" - "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/psnfss/courier.sty" 1585926771 833 1508145d595475dad3d7fb46782a0f94 "" - "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/psnfss/helvet.sty" 1585926771 1558 de0ad166b701b820e03588a29bb30798 "" - "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/psnfss/mathpazo.sty" 1585926771 9189 3f18c815295e2a2949e87fa743bcb489 "" - "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/psnfss/omlzplm.fd" 1585253778 663 2349dd185efcefd0c3380a2601df0cee "" - "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/psnfss/omszplm.fd" 1585253778 477 c09241d92b40b1b84eb2bb5776606aea "" - "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/psnfss/omxzplm.fd" 1585253778 339 fb88cb3e5f25cf1596ba8826c4210e0e "" - "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/psnfss/ot1ppl.fd" 1585253778 1007 06b773644d960aac68add40fcb596208 "" - "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/psnfss/ot1zplm.fd" 1585253778 458 5e7baa1a259bab50a2bdffad6426f38c "" - "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/psnfss/t1ppl.fd" 1585253778 817 5747d3f33ec2f7c4881c94e931a130b1 "" - "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/psnfss/ts1ppl.fd" 1585253778 653 35f1cf70bf09b6e2d22ee0902cfb1a8b "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/refcount/refcount.sty" 1576433952 9878 9e94e8fa600d95f9c7731bb21dfb67a4 "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/rerunfilecheck/rerunfilecheck.sty" 1657800696 9714 ba3194bd52c8499b3f1e3eb91d409670 "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/setspace/setspace.sty" 1670403145 22490 8cac309b79a4c53a4ffce4b1b07aead0 "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/tools/array.sty" 1700599895 12667 e4b5eb11e4b7239e6c8a52bbe074a6c6 "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/ulem/ulem.sty" 1578651445 15682 94f55b803e160cf7fb6e4d77d07cfe1d "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/url/url.sty" 1388490452 12796 8edb7d69a20b857904dd0ea757c14ec9 "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/varwidth/varwidth.sty" 1238469540 10894 d359a13923460b2a73d4312d613554c8 "" "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/xcolor/xcolor.sty" 1700127522 55487 80a65caedd3722f4c20a14a69e785d8f "" - "_eidversicherung.tex" 1714902046 922 feed3b62108272e791d7f65fdc1d7c84 "" - "_preamble.sty" 1714948947 2576 04bee0dc31ab20447aa0afe0a876cea2 "" - "_titlepage.aux" 1721466477 4054 5ae16f9b27d4dbdf1829efb7bed43b88 "pdflatex" - "_titlepage.tex" 1716985422 1384 1962e7b62f97fe2185bbcd860e30e2b5 "" - "appendix.aux" 1721466482 4273 a84baf7b7b10130c4b192b93c2b1d932 "pdflatex" - "appendix.tex" 1714902046 153 96de2ec39c79368bf559da3902b44c49 "" - "c:/Users/danie/Desktop/Masterarbbeit NLP/masterthesis.tex" 1721420140 3388 1a3d3b050246f34b1da3790d15078c72 "" - "conclusion.aux" 1721466482 4615 9352ffd01f51b089dad80cd898472ab1 "pdflatex" - "conclusion.tex" 1721423671 1885 1189f8c04c4ad14ce77fc386be4f8283 "" - "dataset.aux" 1721466477 4620 052ed7650ac13ea9ae3bfe5157ab7e7a "pdflatex" - "dataset.tex" 1720560352 3887 f851a1f5f6bfa6afdd61b8c8762ae0aa "" - "experiments.aux" 1721466482 9495 c8a7082b8209ed2cecf7f160899b7fc0 "pdflatex" - "experiments.tex" 1721420054 63035 2b6583406831b2267c57b6afca03617b "" - "introduction.aux" 1721466477 4279 8c6f0e498f6d68235a071aa1caa56107 "pdflatex" - "introduction.tex" 1717514965 2519 caaf188bdca17cf9dc5a9a75a0711e3c "" - "masterthesis.aux" 1721466482 7174 82f1dc9e0d76e8e93af9db8b4fefcb2c "pdflatex" - "masterthesis.bbl" 1721418359 0 d41d8cd98f00b204e9800998ecf8427e "biber masterthesis" - "masterthesis.out" 1721466476 0 d41d8cd98f00b204e9800998ecf8427e "pdflatex" - "masterthesis.run.xml" 1721466482 2400 1848bc4da31ac1293f6167714deb6b3f "pdflatex" - "masterthesis.tex" 1721420140 3388 1a3d3b050246f34b1da3790d15078c72 "" - "masterthesis.toc" 1721466482 2158 3793db194dffb536ea24953c46df8cd8 "pdflatex" - "methodology.aux" 1721466477 4739 f85ab45a0008362aa6e2057f7de66cd4 "pdflatex" - "methodology.tex" 1721465953 10007 9269ed44f1c23e4e46cdcda199ac9a7a "" - "related_work.aux" 1721466477 5496 f183af63cc122e3f58bba6c9cf174e0b "pdflatex" - "related_work.tex" 1721466474 13064 83961a76037b0583115d9887de3dec7f "" - "ressources/data/boxplot.csv" 1718372255 787 519a7447dc5f7bd6600c5df12532bd26 "" - "ressources/data/boxplot2.csv" 1718388614 793 a962dfffdce3eb67873136aaadd2d495 "" - "ressources/data/normal_eval.csv" 1721248772 58566 34ec3199199a2b59db370e2a609627e3 "" - "ressources/data/normal_eval2.csv" 1721248782 58383 d5faa98f19ee15202360060ea2a698fe "" - "ressources/data/results.csv" 1718231047 39240 fda157a6180887295fc595c087b0158c "" - "ressources/data/results2.csv" 1714902046 57721 f9398dac7707cd586b7bc478ff5ca89b "" - "ressources/data/results3.csv" 1714902046 58178 fd4ccd17c8f25be661e5fc6102de6f49 "" - "ressources/data/results4.csv" 1714902046 58064 e3cbe39ad2e29228e2c47b6c07b140a9 "" - "ressources/images/Transformer.png" 1720785528 102232 840a52c4f8463d53d6eda9a12299318c "" - "ressources/images/unilogo.png" 1714902046 188583 9da9274b5a36a07461b1c2a7a12f15e9 "" + "C:/Users/danie/AppData/Local/Programs/MiKTeX/tex/latex/xkeyval/xkeyval.sty" 1656236919 4937 4ce600ce9bd4ec84d0250eb6892fcf4f "" + "_eidversicherung.tex" 1723640708 838 8e7c3219216e8963c4fe3f3489e6a745 "" + "_preamble.sty" 1722719063 2460 aa12fd5eaa3f8d25eea442d27a96fa8b "" + "_titlepage.aux" 1726324152 4087 7f4b1915dc678d34b93c5af982f7662b "pdflatex" + "_titlepage.tex" 1721566783 1384 1962e7b62f97fe2185bbcd860e30e2b5 "" + "appendix.aux" 1726324176 4307 c6ebe0af191597a31fd81253aa43dc69 "pdflatex" + "appendix.tex" 1723649220 482 95af37dd7bd912ba4e06226a13e471b0 "" + "background.aux" 1726324152 6245 e31ad82c904fe6c59715196811755e4a "pdflatex" + "background.tex" 1723648722 18010 7692a5bc996e2a80ad4b0f27281212ec "" + "c:/Users/danie/Desktop/Masterarbbeit NLP/masterthesis.tex" 1723578458 4584 1e9a8d1569309f2addc690cb7f08c6f4 "" + "conclusion.aux" 1726324176 4650 f70600c06d50a447a3d5c951927afc57 "pdflatex" + "conclusion.tex" 1726324147 6473 4bb108703cdb9b4da3d21c177ac8e8bd "" + "dataset.aux" 1726324153 5992 def595b43eb21529509b9027262e873b "pdflatex" + "dataset.tex" 1723642892 10838 12932f459a152656e65f79920d8511d8 "" + "experiments.aux" 1726324176 15925 de7ba29d7e109df4cf5b51005c7fc69b "pdflatex" + "experiments.tex" 1723647320 137111 02b06308e6dea8c4ce97d68588984ad5 "" + "introduction.aux" 1726324152 4312 698599a2e49bec55c716e76847a1f53f "pdflatex" + "introduction.tex" 1723642314 2467 495a6c7de0a18c0f1528bb9c2bfc6f19 "" + "masterthesis.aux" 1726324176 15404 f95283fadf4eaeda26436bacfac23135 "pdflatex" + "masterthesis.bbl" 1723649251 145141 78d55537e0b5cc82f5f869b1cb1fde98 "biber masterthesis" + "masterthesis.lof" 1726324176 6605 b5bbcc893c5a1936b9065fd90dd4ae62 "pdflatex" + "masterthesis.out" 1726324151 0 d41d8cd98f00b204e9800998ecf8427e "pdflatex" + "masterthesis.run.xml" 1726324176 2370 7f98dd7f03057fa52d0348c05db7c7a1 "pdflatex" + "masterthesis.tex" 1723578458 4584 1e9a8d1569309f2addc690cb7f08c6f4 "" + "masterthesis.toc" 1726324176 3249 0f14204d7bff5fef8a7161d14a8337d1 "pdflatex" + "related_work.aux" 1726324152 5201 1fee387531115e13c3026587142eb3f3 "pdflatex" + "related_work.tex" 1723648244 11601 45f9da340a44ec79ab0350cc1fb40501 "" + "ressources/data/boxplot.csv" 1721566783 778 519a7447dc5f7bd6600c5df12532bd26 "" + "ressources/data/boxplot2.csv" 1721566783 784 a962dfffdce3eb67873136aaadd2d495 "" + "ressources/data/convex/Dune_F1_wF1_convex_hull.csv" 1723627820 361 d40f7871ab2457d46065611b339a1160 "" + "ressources/data/convex/Dune_h_wh_convex_hull.csv" 1723627820 451 5a3fa297bcfeb9fedea305fc29edf38b "" + "ressources/data/convex/Harry Potter_F1_wF1_convex_hull.csv" 1723627820 477 646e191a9a0c46b0a399343b44bc6dfd "" + "ressources/data/convex/Harry Potter_h_wh_convex_hull.csv" 1723627820 694 e4d09bbc60992b0fb8efbf37f57c606c "" + "ressources/data/convex/The Hitchhiker's Guide to the Galaxy_F1_wF1_convex_hull.csv" 1723627820 765 049d953fe5da39043f16ffeffdd72d3d "" + "ressources/data/convex/The Hitchhiker's Guide to the Galaxy_h_wh_convex_hull.csv" 1723627820 759 d3798ff22b166b6729d8f042349fba29 "" + "ressources/data/convex/The Hunger Games_F1_wF1_convex_hull.csv" 1723627820 458 43890c290e0a12682cb74b2d790d90f8 "" + "ressources/data/convex/The Hunger Games_h_wh_convex_hull.csv" 1723627820 704 2ae088dea163dfc07d33ec7659ac4d89 "" + "ressources/data/convex/The Lord of the Rings_F1_wF1_convex_hull.csv" 1723627820 676 edbc253803f40c688006ff2d41ebdd94 "" + "ressources/data/convex/The Lord of the Rings_h_wh_convex_hull.csv" 1723627820 812 bf91a713222b1ac90785fad45bbbd3ae "" + "ressources/data/convex/Twilight_F1_wF1_convex_hull.csv" 1723627820 633 68f7e80873214b65bdd43dc7a6782f7b "" + "ressources/data/convex/Twilight_h_wh_convex_hull.csv" 1723627820 811 8692cc9dd3d07003a53370d07eb625f0 "" + "ressources/data/differences/embed_sorted_by_F1_to_wF1_0.csv" 1721833310 79493 a48636badf36c6df24b1e5c1bf7d2a9b "" + "ressources/data/differences/embed_sorted_by_F1_to_wF1_1.csv" 1721833313 79425 574813865feeeee20c1e9ed612c3ec6b "" + "ressources/data/differences/embed_sorted_by_h_to_wh_0.csv" 1721833310 79493 e647811bc30c6e5a215745d5c1daea66 "" + "ressources/data/differences/embed_sorted_by_h_to_wh_1.csv" 1721833313 79425 814b406d28f1a0e4b2ecaa1e72ce01c5 "" + "ressources/data/differences/sorted_by_F1_to_wF1_0.csv" 1721826626 53593 9db9e76c600ba1da5106c9095889af1e "" + "ressources/data/differences/sorted_by_F1_to_wF1_1.csv" 1721826641 79267 ac0a3c10f0bebe49445ec0d34d494d92 "" + "ressources/data/differences/sorted_by_F1_to_wF1_2.csv" 1721826649 79570 65cbbd2d0c40ac9046bcfb4de3535da9 "" + "ressources/data/differences/sorted_by_F1_to_wF1_3.csv" 1721826653 79243 37773369c1ad8a5946a5a75a379cd86f "" + "ressources/data/differences/sorted_by_h_to_wh_0.csv" 1721826626 53593 bd999d10dbbc32b5a5e5e8a03b079a9d "" + "ressources/data/differences/sorted_by_h_to_wh_1.csv" 1721826641 79267 a9d87d83e155717f23f207cb6d630d47 "" + "ressources/data/differences/sorted_by_h_to_wh_2.csv" 1721826649 79570 1b0946c28a466993cb2a1ec8a13d4d04 "" + "ressources/data/differences/sorted_by_h_to_wh_3.csv" 1721826653 79243 a3672d381707f250681a6e99689d0081 "" + "ressources/data/normal_eval.csv" 1721566783 58025 34ec3199199a2b59db370e2a609627e3 "" + "ressources/data/normal_eval2.csv" 1721566783 57842 d5faa98f19ee15202360060ea2a698fe "" + "ressources/data/normal_eval_meta.csv" 1723146002 50080 bf1182169bf4e212cb914c325c3e1b26 "" + "ressources/data/results.csv" 1721566783 38875 fda157a6180887295fc595c087b0158c "" + "ressources/data/results2.csv" 1721566783 57185 f9398dac7707cd586b7bc478ff5ca89b "" + "ressources/data/results3.csv" 1721566783 57642 fd4ccd17c8f25be661e5fc6102de6f49 "" + "ressources/data/results4.csv" 1721566783 57528 e3cbe39ad2e29228e2c47b6c07b140a9 "" + "ressources/data/scores/passages_13_scores.csv" 1721933844 340822 ee3eebd9df2f213f0be02ff6eacd8dd6 "" + "ressources/data/splitting/passages_13_scores_binned_percentages_Score.csv" 1723142787 1268 fe81b7bc26fa601e61e948e13057c09b "" + "ressources/data/total_comparisson/normal_eval2_comparisonF.csv" 1721846418 87912 fa52b5193d3322e4fc7e2e1e83e04ab0 "" + "ressources/data/total_comparisson/normal_eval2_comparisonh.csv" 1721846418 87912 e1ab6cc7b9241d04f973aa2900f16ad5 "" + "ressources/data/total_comparisson/normal_eval2_comparisonwF.csv" 1721846418 87912 6c95ca65a8a252dcdecb89485863a7af "" + "ressources/data/total_comparisson/normal_eval2_comparisonwh.csv" 1721846418 87912 865565bdda634e2cbd956ed1c9bd958f "" + "ressources/data/total_comparisson/normal_eval_comparisonF.csv" 1721846418 87946 4af6268348d1d2e7b36146b1255c4c9d "" + "ressources/data/total_comparisson/normal_eval_comparisonh.csv" 1721846418 87946 b2d05d70387a0f4ca7103f1c895a2cd4 "" + "ressources/data/total_comparisson/normal_eval_comparisonwF.csv" 1721846418 87946 f052183227659b97335636575fedd5c2 "" + "ressources/data/total_comparisson/normal_eval_comparisonwh.csv" 1721846418 87946 56ca6afb702647427994d0e59b46c103 "" + "ressources/images/Gollum.png" 1722885000 3142431 086d9db12dd97bb0ecfb15b2f4c05bc9 "" + "ressources/images/Transformer.png" 1721566783 102232 840a52c4f8463d53d6eda9a12299318c "" + "ressources/images/unilogo.png" 1721566783 188583 9da9274b5a36a07461b1c2a7a12f15e9 "" (generated) "_titlepage.aux" "appendix.aux" + "background.aux" "conclusion.aux" "dataset.aux" "experiments.aux" "introduction.aux" "masterthesis.aux" "masterthesis.bcf" + "masterthesis.lof" "masterthesis.log" "masterthesis.out" "masterthesis.pdf" "masterthesis.run.xml" "masterthesis.toc" - "methodology.aux" "related_work.aux" (rewritten before read) diff --git a/masterthesis.fls b/masterthesis.fls index 1ea6bdba02edbd4839b40817f82e8d7945516267..c18a5584ccf9832b8a80c811deb6278d8e7c5ba4 100644 --- a/masterthesis.fls +++ b/masterthesis.fls @@ -33,24 +33,13 @@ INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\generic\babel\txtbabel.de INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\arabi\bblopts.cfg INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\arabi\bblopts.cfg INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\arabi\bblopts.cfg -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\babel-german\ngerman.ldf -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\babel-german\ngerman.ldf -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\babel-german\ngerman.ldf -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\babel-german\ngermanb.ldf -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\babel-german\german.ldf -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\babel-german\german.ldf -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\babel-german\german.ldf -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\babel-german\germanb.ldf -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\generic\babel\locale\de\babel-german.tex -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\generic\babel\locale\de\babel-german.tex -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\generic\babel\locale\de\babel-german.tex -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\generic\babel\locale\de\babel-de-1901.ini -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\generic\babel\locale\de\babel-ngerman.tex -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\generic\babel\locale\de\babel-ngerman.tex -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\generic\babel\locale\de\babel-ngerman.tex -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\generic\babel\locale\de\babel-de.ini -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\base\inputenc.sty -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\base\inputenc.sty +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\babel-english\english.ldf +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\babel-english\english.ldf +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\babel-english\english.ldf +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\generic\babel\locale\en\babel-english.tex +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\generic\babel\locale\en\babel-english.tex +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\generic\babel\locale\en\babel-english.tex +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\generic\babel\locale\en\babel-en.ini INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\base\fontenc.sty INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\base\fontenc.sty INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\jknappen\ec\ecrm1095.tfm @@ -87,22 +76,11 @@ INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\listings\lstmisc.st INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\listings\listings.cfg INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\listings\listings.cfg INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\listings\listings.cfg -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\ae\ae.sty -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\ae\ae.sty -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\base\fontenc.sty -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\ae\aecompl.sty -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\ae\aecompl.sty INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\ulem\ulem.sty INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\ulem\ulem.sty INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\latex-fonts\lasy6.tfm INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\amsfonts\amsfonts.sty INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\amsfonts\amsfonts.sty -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\psnfss\mathpazo.sty -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\psnfss\mathpazo.sty -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\psnfss\helvet.sty -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\psnfss\helvet.sty -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\psnfss\courier.sty -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\psnfss\courier.sty INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\hyperref\hyperref.sty INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\hyperref\hyperref.sty INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\generic\iftex\iftex.sty @@ -394,8 +372,43 @@ INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\amsmath\amsgen.sty INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\amsmath\amsbsy.sty INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\amsmath\amsbsy.sty INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\amsmath\amsopn.sty +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\amsfonts\amssymb.sty +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\amsfonts\amssymb.sty INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\float\float.sty INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\float\float.sty +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\multirow\multirow.sty +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\multirow\multirow.sty +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\adjustbox\adjustbox.sty +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\adjustbox\adjustbox.sty +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\xkeyval\xkeyval.sty +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\xkeyval\xkeyval.sty +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\generic\xkeyval\xkeyval.tex +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\generic\xkeyval\xkvutils.tex +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\adjustbox\adjcalc.sty +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\adjustbox\adjcalc.sty +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\adjustbox\trimclip.sty +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\adjustbox\trimclip.sty +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\collectbox\collectbox.sty +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\collectbox\collectbox.sty +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\adjustbox\tc-pdftex.def +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\adjustbox\tc-pdftex.def +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\adjustbox\tc-pdftex.def +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\ifoddpage\ifoddpage.sty +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\ifoddpage\ifoddpage.sty +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\ifoddpage\ifoddpage.sty +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\varwidth\varwidth.sty +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\varwidth\varwidth.sty +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\varwidth\varwidth.sty +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\csquotes\csquotes.sty +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\csquotes\csquotes.sty +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\csquotes\csquotes.def +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\csquotes\csquotes.def +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\csquotes\csquotes.def +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\csquotes\csquotes.cfg +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\csquotes\csquotes.cfg +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\csquotes\csquotes.cfg +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\dirtytalk\dirtytalk.sty +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\dirtytalk\dirtytalk.sty INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\generic\pgfplots\libs\tikzlibrarypgfplots.groupplots.code.tex INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\generic\pgfplots\libs\tikzlibrarypgfplots.groupplots.code.tex INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\generic\pgf\frontendlayer\tikz\libraries\tikzlibrarycalc.code.tex @@ -410,10 +423,6 @@ INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\generic\pgfplots\libs\tik INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\generic\pgfplots\libs\tikzlibrarypgfplots.statistics.code.tex INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\generic\pgfplots\libs\tikzlibrarypgfplots.statistics.code.tex INPUT ressources\data\boxplot2.csv -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\psnfss\t1ppl.fd -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\psnfss\t1ppl.fd -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\psnfss\t1ppl.fd -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\adobe\palatino\pplr8t.tfm INPUT .\masterthesis.aux INPUT .\masterthesis.aux INPUT masterthesis.aux @@ -423,9 +432,9 @@ INPUT _titlepage.aux INPUT .\introduction.aux INPUT .\introduction.aux INPUT introduction.aux -INPUT .\methodology.aux -INPUT .\methodology.aux -INPUT methodology.aux +INPUT .\background.aux +INPUT .\background.aux +INPUT background.aux INPUT .\related_work.aux INPUT .\related_work.aux INPUT related_work.aux @@ -463,18 +472,9 @@ INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\bookmark\bookmark.s INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\bookmark\bkm-pdftex.def INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\bookmark\bkm-pdftex.def INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\bookmark\bkm-pdftex.def -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\biblatex\lbx\german.lbx -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\biblatex\lbx\german.lbx -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\biblatex\lbx\german.lbx -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\biblatex\lbx\ngerman.lbx -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\biblatex\lbx\ngerman.lbx -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\biblatex\lbx\ngerman.lbx -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\biblatex\lbx\german.lbx -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\biblatex\lbx\german.lbx -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\biblatex\lbx\german.lbx -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\biblatex\lbx\german.lbx -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\biblatex\lbx\german.lbx -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\biblatex\lbx\german.lbx +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\biblatex\lbx\english.lbx +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\biblatex\lbx\english.lbx +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\biblatex\lbx\english.lbx OUTPUT masterthesis.bcf INPUT masterthesis.bbl INPUT .\masterthesis.bbl @@ -494,86 +494,57 @@ INPUT .\ressources\images\unilogo.png INPUT .\ressources\images\unilogo.png INPUT .\ressources\images\unilogo.png INPUT .\ressources\images\unilogo.png -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\adobe\palatino\pplr8t.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\adobe\palatino\pplb8t.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\adobe\palatino\pplb8t.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\vf\adobe\palatino\pplr8t.vf -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\adobe\palatino\pplr8r.tfm +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\jknappen\ec\ecrm2074.tfm +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\jknappen\ec\ecbx1095.tfm +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\jknappen\ec\ecbx2074.tfm INPUT C:\Users\danie\AppData\Local\MiKTeX\fonts\map\pdftex\pdftex.map -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\enc\dvips\base\8r.enc -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\vf\adobe\palatino\pplb8t.vf -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\adobe\palatino\pplb8r.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\vf\adobe\palatino\pplb8t.vf -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\adobe\palatino\pplb8r.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\vf\adobe\palatino\pplr8t.vf -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\adobe\palatino\pplr8r.tfm +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\base\t1cmss.fd +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\base\t1cmss.fd +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\base\t1cmss.fd +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\jknappen\ec\ecss1095.tfm +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\jknappen\ec\ecsx1095.tfm +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\jknappen\ec\ecsx2074.tfm INPUT .\masterthesis.toc INPUT .\masterthesis.toc INPUT masterthesis.toc -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\psnfss\ot1ppl.fd -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\psnfss\ot1ppl.fd -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\psnfss\ot1ppl.fd -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\adobe\palatino\pplr7t.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\adobe\palatino\pplr7t.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\adobe\palatino\pplr7t.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\psnfss\omlzplm.fd -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\psnfss\omlzplm.fd -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\psnfss\omlzplm.fd -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\mathpazo\zplmr7m.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\mathpazo\zplmr7m.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\mathpazo\zplmr7m.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\psnfss\omszplm.fd -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\psnfss\omszplm.fd -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\psnfss\omszplm.fd -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\mathpazo\zplmr7y.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\mathpazo\zplmr7y.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\mathpazo\zplmr7y.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\psnfss\omxzplm.fd -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\psnfss\omxzplm.fd -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\psnfss\omxzplm.fd -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\mathpazo\zplmr7v.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\mathpazo\zplmr7v.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\mathpazo\zplmr7v.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\amsfonts\symbols\msam10.tfm +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\cm\cmr8.tfm +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\cm\cmr6.tfm +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\cm\cmmi10.tfm +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\cm\cmmi8.tfm +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\cm\cmmi6.tfm +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\cm\cmsy10.tfm +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\cm\cmsy8.tfm +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\cm\cmsy6.tfm +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\cm\cmex10.tfm +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\amsfonts\cmextra\cmex8.tfm +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\amsfonts\cmextra\cmex7.tfm +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\amsfonts\umsa.fd +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\amsfonts\umsa.fd +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\amsfonts\umsa.fd INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\amsfonts\symbols\msam10.tfm INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\amsfonts\symbols\msam10.tfm +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\amsfonts\symbols\msam7.tfm +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\amsfonts\umsb.fd +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\amsfonts\umsb.fd +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\amsfonts\umsb.fd INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\amsfonts\symbols\msbm10.tfm INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\amsfonts\symbols\msbm10.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\amsfonts\symbols\msbm10.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\psnfss\ot1zplm.fd -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\psnfss\ot1zplm.fd -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\psnfss\ot1zplm.fd -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\mathpazo\zplmr7t.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\mathpazo\zplmr7t.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\mathpazo\zplmr7t.tfm +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\amsfonts\symbols\msbm7.tfm +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\jknappen\ec\ecsl1095.tfm OUTPUT masterthesis.toc -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\adobe\palatino\pplro8t.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\vf\adobe\palatino\pplro8t.vf -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\adobe\palatino\pplro8r.tfm INPUT .\introduction.tex INPUT .\introduction.tex OUTPUT introduction.aux INPUT .\introduction.tex INPUT .\introduction.tex INPUT introduction.tex -INPUT .\methodology.tex -INPUT .\methodology.tex -OUTPUT methodology.aux -INPUT .\methodology.tex -INPUT .\methodology.tex -INPUT methodology.tex -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\adobe\palatino\pplb8t.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\vf\adobe\palatino\pplb8t.vf -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\adobe\palatino\pplb8r.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\adobe\palatino\pplb8t.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\vf\adobe\palatino\pplb8t.vf -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\adobe\palatino\pplb8r.tfm -INPUT .\related_work.tex -INPUT .\related_work.tex -OUTPUT related_work.aux -INPUT .\related_work.tex -INPUT .\related_work.tex -INPUT related_work.tex +INPUT .\background.tex +INPUT .\background.tex +OUTPUT background.aux +INPUT .\background.tex +INPUT .\background.tex +INPUT background.tex +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\jknappen\ec\ecsx1440.tfm INPUT .\ressources\images\Transformer.png INPUT .\ressources\images\Transformer.png INPUT .\ressources\images\Transformer.png @@ -581,56 +552,42 @@ INPUT .\ressources\images\Transformer.png INPUT .\ressources\images\Transformer.png INPUT .\ressources\images\Transformer.png INPUT .\ressources\images\Transformer.png -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\psnfss\ts1ppl.fd -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\psnfss\ts1ppl.fd -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\psnfss\ts1ppl.fd -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\adobe\palatino\pplr8c.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\vf\adobe\palatino\pplr8c.vf -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\mathpazo\fplmr.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\mathpazo\zplmb7t.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\mathpazo\zplmb7t.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\mathpazo\zplmb7t.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\adobe\palatino\pplr8t.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\adobe\palatino\pplr8t.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\vf\adobe\palatino\pplr7t.vf -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\vf\public\mathpazo\zplmr7t.vf -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\cm\cmr10.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\vf\public\mathpazo\zplmr7m.vf -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\mathpazo\fplmri.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\cm\cmmi10.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\adobe\palatino\pplri8r.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\vf\public\mathpazo\zplmb7t.vf -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\mathpazo\fplmb.tfm +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\jknappen\ec\ecsx1200.tfm +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\jknappen\ec\tcrm1095.tfm INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\cm\cmbx10.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\vf\public\mathpazo\zplmr7y.vf -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\cm\cmsy10.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\vf\public\mathpazo\zplmr7v.vf -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\cm\cmex10.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\cm\cmex10.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\cm\cmex10.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\mathpazo\fplmr.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\vf\public\mathpazo\zplmr7m.vf -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\mathpazo\fplmri.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\cm\cmmi10.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\adobe\palatino\pplr8r.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\adobe\palatino\pplri8r.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\vf\public\mathpazo\zplmr7t.vf -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\mathpazo\fplmr.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\cm\cmr10.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\vf\adobe\palatino\pplr7t.vf -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\vf\public\mathpazo\zplmr7m.vf -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\mathpazo\fplmri.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\cm\cmmi10.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\adobe\palatino\pplr8r.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\adobe\palatino\pplri8r.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\vf\public\mathpazo\zplmr7y.vf -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\cm\cmsy10.tfm +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\cm\cmbx8.tfm +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\cm\cmbx6.tfm +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\jknappen\ec\ecrm0800.tfm +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\jknappen\ec\ecrm0600.tfm +INPUT .\related_work.tex +INPUT .\related_work.tex +OUTPUT related_work.aux +INPUT .\related_work.tex +INPUT .\related_work.tex +INPUT related_work.tex +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\base\t1cmtt.fd +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\base\t1cmtt.fd +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\tex\latex\base\t1cmtt.fd +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\jknappen\ec\ectt1095.tfm INPUT .\dataset.tex INPUT .\dataset.tex OUTPUT dataset.aux INPUT .\dataset.tex INPUT .\dataset.tex INPUT dataset.tex +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\jknappen\ec\ectt1000.tfm +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\jknappen\ec\ecrm1000.tfm +INPUT .\ressources\images\Gollum.png +INPUT .\ressources\images\Gollum.png +INPUT .\ressources\images\Gollum.png +INPUT .\ressources\images\Gollum.png +INPUT .\ressources\images\Gollum.png +INPUT .\ressources\images\Gollum.png +INPUT .\ressources\images\Gollum.png +INPUT .\ressources\images\Gollum.png +INPUT .\ressources\images\Gollum.png +INPUT .\ressources\images\Gollum.png +INPUT .\ressources\images\Gollum.png INPUT .\experiments.tex INPUT .\experiments.tex OUTPUT experiments.aux @@ -661,34 +618,26 @@ INPUT ressources\data\results3.csv INPUT ressources\data\results4.csv INPUT ressources\data\results4.csv INPUT ressources\data\results4.csv +INPUT ressources\data\differences\sorted_by_F1_to_wF1_0.csv +INPUT ressources\data\differences\sorted_by_F1_to_wF1_1.csv +INPUT ressources\data\differences\sorted_by_F1_to_wF1_2.csv +INPUT ressources\data\differences\sorted_by_F1_to_wF1_3.csv +INPUT ressources\data\differences\sorted_by_h_to_wh_0.csv +INPUT ressources\data\differences\sorted_by_h_to_wh_1.csv +INPUT ressources\data\differences\sorted_by_h_to_wh_2.csv +INPUT ressources\data\differences\sorted_by_h_to_wh_3.csv INPUT ressources\data\boxplot.csv -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\adobe\palatino\pplr8t.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\adobe\palatino\pplr7t.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\adobe\palatino\pplr7t.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\mathpazo\zplmr7m.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\mathpazo\zplmr7m.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\mathpazo\zplmr7y.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\mathpazo\zplmr7y.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\mathpazo\zplmr7v.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\mathpazo\zplmr7v.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\mathpazo\zplmb7t.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\mathpazo\zplmb7t.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\amsfonts\symbols\msam10.tfm +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\amsfonts\cmextra\cmex7.tfm +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\amsfonts\cmextra\cmex7.tfm +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\cm\cmbx10.tfm +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\cm\cmbx7.tfm +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\cm\cmbx5.tfm INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\amsfonts\symbols\msam10.tfm +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\amsfonts\symbols\msam7.tfm +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\amsfonts\symbols\msam5.tfm INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\amsfonts\symbols\msbm10.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\amsfonts\symbols\msbm10.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\mathpazo\zplmr7t.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\mathpazo\zplmr7t.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\vf\public\mathpazo\zplmr7m.vf -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\mathpazo\fplmri.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\cm\cmmi10.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\adobe\palatino\pplr8r.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\adobe\palatino\pplri8r.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\vf\adobe\palatino\pplr7t.vf -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\adobe\palatino\pplr8r.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\vf\public\mathpazo\zplmr7y.vf -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\cm\cmsy10.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\mathpazo\fplmr.tfm +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\amsfonts\symbols\msbm7.tfm +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\public\amsfonts\symbols\msbm5.tfm INPUT ressources\data\normal_eval.csv INPUT ressources\data\normal_eval.csv INPUT ressources\data\normal_eval.csv @@ -701,6 +650,51 @@ INPUT ressources\data\normal_eval.csv INPUT ressources\data\normal_eval2.csv INPUT ressources\data\normal_eval2.csv INPUT ressources\data\normal_eval2.csv +INPUT ressources\data\differences\embed_sorted_by_F1_to_wF1_0.csv +INPUT ressources\data\differences\embed_sorted_by_F1_to_wF1_1.csv +INPUT ressources\data\differences\embed_sorted_by_h_to_wh_0.csv +INPUT ressources\data\differences\embed_sorted_by_h_to_wh_1.csv +INPUT ressources\data\total_comparisson\normal_eval_comparisonF.csv +INPUT ressources\data\total_comparisson\normal_eval_comparisonh.csv +INPUT ressources\data\total_comparisson\normal_eval_comparisonwF.csv +INPUT ressources\data\total_comparisson\normal_eval_comparisonwh.csv +INPUT ressources\data\total_comparisson\normal_eval2_comparisonF.csv +INPUT ressources\data\total_comparisson\normal_eval2_comparisonh.csv +INPUT ressources\data\total_comparisson\normal_eval2_comparisonwF.csv +INPUT ressources\data\total_comparisson\normal_eval2_comparisonwh.csv +INPUT ressources\data\scores\passages_13_scores.csv +INPUT ressources\data\splitting\passages_13_scores_binned_percentages_Score.csv +INPUT ressources\data\splitting\passages_13_scores_binned_percentages_Score.csv +INPUT ressources\data\splitting\passages_13_scores_binned_percentages_Score.csv +INPUT ressources\data\splitting\passages_13_scores_binned_percentages_Score.csv +INPUT ressources\data\splitting\passages_13_scores_binned_percentages_Score.csv +INPUT ressources\data\splitting\passages_13_scores_binned_percentages_Score.csv +INPUT ressources\data\normal_eval_meta.csv +INPUT ressources\data\normal_eval_meta.csv +INPUT ressources\data\convex\The Lord of the Rings_F1_wF1_convex_hull.csv +INPUT ressources\data\normal_eval_meta.csv +INPUT ressources\data\convex\Harry Potter_F1_wF1_convex_hull.csv +INPUT ressources\data\normal_eval_meta.csv +INPUT ressources\data\convex\The Hunger Games_F1_wF1_convex_hull.csv +INPUT ressources\data\normal_eval_meta.csv +INPUT ressources\data\convex\Dune_F1_wF1_convex_hull.csv +INPUT ressources\data\normal_eval_meta.csv +INPUT ressources\data\convex\Twilight_F1_wF1_convex_hull.csv +INPUT ressources\data\normal_eval_meta.csv +INPUT ressources\data\convex\The Hitchhiker's Guide to the Galaxy_F1_wF1_convex_hull.csv +INPUT ressources\data\normal_eval_meta.csv +INPUT ressources\data\normal_eval_meta.csv +INPUT ressources\data\convex\The Lord of the Rings_h_wh_convex_hull.csv +INPUT ressources\data\normal_eval_meta.csv +INPUT ressources\data\convex\Harry Potter_h_wh_convex_hull.csv +INPUT ressources\data\normal_eval_meta.csv +INPUT ressources\data\convex\The Hunger Games_h_wh_convex_hull.csv +INPUT ressources\data\normal_eval_meta.csv +INPUT ressources\data\convex\Dune_h_wh_convex_hull.csv +INPUT ressources\data\normal_eval_meta.csv +INPUT ressources\data\convex\Twilight_h_wh_convex_hull.csv +INPUT ressources\data\normal_eval_meta.csv +INPUT ressources\data\convex\The Hitchhiker's Guide to the Galaxy_h_wh_convex_hull.csv INPUT .\conclusion.tex INPUT .\conclusion.tex OUTPUT conclusion.aux @@ -713,8 +707,12 @@ OUTPUT appendix.aux INPUT .\appendix.tex INPUT .\appendix.tex INPUT appendix.tex -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\adobe\palatino\pplri8t.tfm -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\vf\adobe\palatino\pplri8t.vf +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\jknappen\ec\ecti1095.tfm +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\tfm\jknappen\ec\eccc1095.tfm +INPUT .\masterthesis.lof +INPUT .\masterthesis.lof +INPUT masterthesis.lof +OUTPUT masterthesis.lof INPUT .\_eidversicherung.tex INPUT .\_eidversicherung.tex INPUT .\_eidversicherung.tex @@ -727,9 +725,9 @@ INPUT _titlepage.aux INPUT .\introduction.aux INPUT .\introduction.aux INPUT introduction.aux -INPUT .\methodology.aux -INPUT .\methodology.aux -INPUT methodology.aux +INPUT .\background.aux +INPUT .\background.aux +INPUT background.aux INPUT .\related_work.aux INPUT .\related_work.aux INPUT related_work.aux @@ -749,23 +747,57 @@ INPUT .\masterthesis.out INPUT .\masterthesis.out INPUT masterthesis.run.xml OUTPUT masterthesis.run.xml +INPUT C:\Users\danie\AppData\Local\MiKTeX\fonts\pk\ljfour\jknappen\ec\dpi600\eccc1095.pk +INPUT C:\Users\danie\AppData\Local\MiKTeX\fonts\pk\ljfour\jknappen\ec\dpi600\eccc1095.pk +INPUT C:\Users\danie\AppData\Local\MiKTeX\fonts\pk\ljfour\jknappen\ec\dpi600\ecti1095.pk +INPUT C:\Users\danie\AppData\Local\MiKTeX\fonts\pk\ljfour\jknappen\ec\dpi600\ecti1095.pk +INPUT C:\Users\danie\AppData\Local\MiKTeX\fonts\pk\ljfour\jknappen\ec\dpi600\ectt1000.pk +INPUT C:\Users\danie\AppData\Local\MiKTeX\fonts\pk\ljfour\jknappen\ec\dpi600\ectt1000.pk +INPUT C:\Users\danie\AppData\Local\MiKTeX\fonts\pk\ljfour\jknappen\ec\dpi600\ecrm0600.pk +INPUT C:\Users\danie\AppData\Local\MiKTeX\fonts\pk\ljfour\jknappen\ec\dpi600\ecrm0600.pk +INPUT C:\Users\danie\AppData\Local\MiKTeX\fonts\pk\ljfour\jknappen\ec\dpi600\ectt1095.pk +INPUT C:\Users\danie\AppData\Local\MiKTeX\fonts\pk\ljfour\jknappen\ec\dpi600\ectt1095.pk +INPUT C:\Users\danie\AppData\Local\MiKTeX\fonts\pk\ljfour\jknappen\ec\dpi600\tcrm1095.pk +INPUT C:\Users\danie\AppData\Local\MiKTeX\fonts\pk\ljfour\jknappen\ec\dpi600\tcrm1095.pk +INPUT C:\Users\danie\AppData\Local\MiKTeX\fonts\pk\ljfour\jknappen\ec\dpi600\ecsx1200.pk +INPUT C:\Users\danie\AppData\Local\MiKTeX\fonts\pk\ljfour\jknappen\ec\dpi600\ecsx1200.pk +INPUT C:\Users\danie\AppData\Local\MiKTeX\fonts\pk\ljfour\jknappen\ec\dpi600\ecsx1440.pk +INPUT C:\Users\danie\AppData\Local\MiKTeX\fonts\pk\ljfour\jknappen\ec\dpi600\ecsx1440.pk +INPUT C:\Users\danie\AppData\Local\MiKTeX\fonts\pk\ljfour\jknappen\ec\dpi600\ecsx1095.pk +INPUT C:\Users\danie\AppData\Local\MiKTeX\fonts\pk\ljfour\jknappen\ec\dpi600\ecsx1095.pk +INPUT C:\Users\danie\AppData\Local\MiKTeX\fonts\pk\ljfour\jknappen\ec\dpi600\ecsx2074.pk +INPUT C:\Users\danie\AppData\Local\MiKTeX\fonts\pk\ljfour\jknappen\ec\dpi600\ecsx2074.pk +INPUT C:\Users\danie\AppData\Local\MiKTeX\fonts\pk\ljfour\jknappen\ec\dpi600\ecsl1095.pk +INPUT C:\Users\danie\AppData\Local\MiKTeX\fonts\pk\ljfour\jknappen\ec\dpi600\ecsl1095.pk +INPUT C:\Users\danie\AppData\Local\MiKTeX\fonts\pk\ljfour\jknappen\ec\dpi600\ecrm1095.pk +INPUT C:\Users\danie\AppData\Local\MiKTeX\fonts\pk\ljfour\jknappen\ec\dpi600\ecrm1095.pk +INPUT C:\Users\danie\AppData\Local\MiKTeX\fonts\pk\ljfour\jknappen\ec\dpi600\ecbx1095.pk +INPUT C:\Users\danie\AppData\Local\MiKTeX\fonts\pk\ljfour\jknappen\ec\dpi600\ecbx1095.pk +INPUT C:\Users\danie\AppData\Local\MiKTeX\fonts\pk\ljfour\jknappen\ec\dpi600\ecbx2074.pk +INPUT C:\Users\danie\AppData\Local\MiKTeX\fonts\pk\ljfour\jknappen\ec\dpi600\ecbx2074.pk +INPUT C:\Users\danie\AppData\Local\MiKTeX\fonts\pk\ljfour\jknappen\ec\dpi600\ecrm2074.pk +INPUT C:\Users\danie\AppData\Local\MiKTeX\fonts\pk\ljfour\jknappen\ec\dpi600\ecrm2074.pk +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\type1\public\amsfonts\cm\cmbx10.pfb +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\type1\public\amsfonts\cm\cmbx10.pfb INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\type1\public\amsfonts\cm\cmex10.pfb INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\type1\public\amsfonts\cm\cmex10.pfb INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\type1\public\amsfonts\cm\cmmi10.pfb INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\type1\public\amsfonts\cm\cmmi10.pfb +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\type1\public\amsfonts\cm\cmmi6.pfb +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\type1\public\amsfonts\cm\cmmi6.pfb +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\type1\public\amsfonts\cm\cmmi7.pfb +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\type1\public\amsfonts\cm\cmmi7.pfb +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\type1\public\amsfonts\cm\cmmi8.pfb +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\type1\public\amsfonts\cm\cmmi8.pfb INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\type1\public\amsfonts\cm\cmr10.pfb INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\type1\public\amsfonts\cm\cmr10.pfb +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\type1\public\amsfonts\cm\cmr7.pfb +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\type1\public\amsfonts\cm\cmr7.pfb +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\type1\public\amsfonts\cm\cmr8.pfb +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\type1\public\amsfonts\cm\cmr8.pfb INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\type1\public\amsfonts\cm\cmsy10.pfb INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\type1\public\amsfonts\cm\cmsy10.pfb -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\type1\public\mathpazo\fplmr.pfb -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\type1\public\mathpazo\fplmr.pfb -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\type1\public\mathpazo\fplmri.pfb -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\type1\public\mathpazo\fplmri.pfb -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\type1\urw\palatino\uplb8a.pfb -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\type1\urw\palatino\uplb8a.pfb -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\type1\urw\palatino\uplr8a.pfb -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\type1\urw\palatino\uplr8a.pfb -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\type1\urw\palatino\uplr8a.pfb -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\type1\urw\palatino\uplr8a.pfb -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\type1\urw\palatino\uplri8a.pfb -INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\type1\urw\palatino\uplri8a.pfb +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\type1\public\amsfonts\cm\cmsy8.pfb +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\type1\public\amsfonts\cm\cmsy8.pfb +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\type1\public\amsfonts\symbols\msbm10.pfb +INPUT C:\Users\danie\AppData\Local\Programs\MiKTeX\fonts\type1\public\amsfonts\symbols\msbm10.pfb diff --git a/masterthesis.lof b/masterthesis.lof new file mode 100644 index 0000000000000000000000000000000000000000..4209e6200d547884a122acc41dc10433fcb38ae0 --- /dev/null +++ b/masterthesis.lof @@ -0,0 +1,35 @@ +\babel@toc {english}{}\relax +\addvspace {10\p@ } +\addvspace {10\p@ } +\contentsline {figure}{\numberline {2.1}{\ignorespaces Transformer Architecture as presented in the original paper [Vas+17]. This diagram illustrates the various layers of the architecture within the Encoder and Decoder, demonstrating the flow of data through each component.}}{4}{figure.caption.3}% +\addvspace {10\p@ } +\addvspace {10\p@ } +\contentsline {figure}{\numberline {4.1}{\ignorespaces Number of Fandom Articles included in our Dataset for each Work}}{18}{figure.caption.4}% +\contentsline {figure}{\numberline {4.2}{\ignorespaces List of Individual Novels per Franchise Utilized for Passage Retrieval in the Experiments}}{19}{figure.caption.5}% +\contentsline {figure}{\numberline {4.3}{\ignorespaces SPARQL query to retrieve selected items, fandoms, fandom statements, and character names filtered by the "lotr" fandom from wikidata.}}{20}{figure.caption.6}% +\contentsline {figure}{\numberline {4.4}{\ignorespaces Sample Fandom Article for the Character "Gollum" from "The Lord of the Rings" Fandom Site (\url {https://lotr.fandom.com/wiki/Gollum})}}{21}{figure.caption.7}% +\addvspace {10\p@ } +\contentsline {figure}{\numberline {5.1}{\ignorespaces Structures of All Prompts Used for Zero-Shotting and Passage Retrieval in the Baseline Experiment}}{24}{figure.caption.8}% +\contentsline {figure}{\numberline {5.2}{\ignorespaces Scatterplot of BLEUScores of character descriptions generated with Mixtral7b without ($P^{z}$) and with baseline passage retrieval ($P^{r}$) plotted against each other}}{26}{figure.caption.9}% +\contentsline {figure}{\numberline {5.3}{\ignorespaces Scatterplot of BERTScores of character descriptions generated with Mixtral7b without ($P^{z}$) and with baseline passage retrieval ($P^{r}$) plotted against each other}}{27}{figure.caption.10}% +\contentsline {figure}{\numberline {5.4}{\ignorespaces Sorted differences between BLEUScores of character descriptions generated with Mixtral7b without ($P^{z}$) and with baseline passage retrieval ($P^{r}$) for every prompt ($P_{1}, P_{2}, P_{3}, P_{4}$).}}{28}{figure.caption.11}% +\contentsline {figure}{\numberline {5.5}{\ignorespaces Sorted differences between BERTScores of character descriptions generated with Mixtral7b without ($P^{z}$) and with baseline passage retrieval ($P^{r}$) for every prompt ($P_{1}, P_{2}, P_{3}, P_{4}$).}}{29}{figure.caption.12}% +\contentsline {figure}{\numberline {5.6}{\ignorespaces Boxplots of BLEU- and BERTScores of character descriptions generated with Mixtral7b for every prompt ($P_{1}, P_{2}, P_{3}, P_{4}$) with and without baseline passage retrieval.}}{30}{figure.caption.13}% +\contentsline {figure}{\numberline {5.7}{\ignorespaces T-Test and Spearman's correlation (with Corresponding p-values) of BLEU- and BERTScores of character descriptions generated with Mixtral7b for every prompt ($P_{1}, P_{2}, P_{3}, P_{4}$) with and without baseline passage retrieval.}}{31}{figure.caption.14}% +\contentsline {figure}{\numberline {5.8}{\ignorespaces Scatterplot of BLEUScores of character descriptions generated with Llama3 and Gemma2 on $P_1$ without ($P^{z}$) and with passage embedding retrieval ($P^{r}$) plotted against each other.}}{34}{figure.caption.15}% +\contentsline {figure}{\numberline {5.9}{\ignorespaces Scatterplot of BERTScore of character descriptions generated with Llama3 and Gemma2 on $P_1$ without ($P^{z}$) and with passage embedding retrieval ($P^{r}$) plotted against each other.}}{34}{figure.caption.16}% +\contentsline {figure}{\numberline {5.10}{\ignorespaces T-Test and Spearman's Correlation (with Corresponding p-values) after prompting Llama3 and Gemma2 with $P_{1}$ with and without passage embedding retrieval}}{35}{figure.caption.17}% +\contentsline {figure}{\numberline {5.11}{\ignorespaces Sorted differences between BLEU- and BERTScores of character descriptions generated with Llama3 and Gemma2 of $P_{1}$ without ($P_{1}^{z}$) and with passage embedding retrieval ($P_{1}^{r}$).}}{35}{figure.caption.18}% +\contentsline {figure}{\numberline {5.12}{\ignorespaces Prompting result for the character ``Nymphadora Tonks'' from the Harry Potter franchise generated with $P_{1}^{r}$ (passage embedding retrieval) in Gemma2.}}{36}{figure.caption.19}% +\contentsline {figure}{\numberline {5.13}{\ignorespaces Sorted Differences of BLEU- and BERTScores for $P_{1}$ Between Baseline Retrieval on Mixtral7b and Passage Embedding Retrieval on Llama3 Before and After Retrieval}}{38}{figure.caption.20}% +\contentsline {figure}{\numberline {5.14}{\ignorespaces Sorted Differences of BLEU- and BERTScores for $P_{1}$ Between Baseline Retrieval on Mixtral7b and Passage Embedding Retrieval on Gemma2 Before and After Retrieval}}{39}{figure.caption.21}% +\contentsline {figure}{\numberline {5.15}{\ignorespaces T-Test and Spearman's Correlation (with Corresponding p-values) of BLEU- and BERTScore for $P_{1}$ Using Base Retrieval and Selected Embedded Chunk Retrieval on Llama3 and Gemma2}}{39}{figure.caption.22}% +\contentsline {figure}{\numberline {5.16}{\ignorespaces Distribution of the embedding scores of all passages used for passage retrieval computed with e5-mistral.}}{40}{figure.caption.23}% +\contentsline {figure}{\numberline {5.17}{\ignorespaces Distribution of embedding similarity scores (in percentages) for all passages used for retrieval, categorized by fandom and score interval, calculated using e5-mistral.}}{41}{figure.caption.24}% +\contentsline {figure}{\numberline {5.18}{\ignorespaces T-Test and Spearman's Correlation (with Corresponding p-values) of BLEU and BERTScore for $P_{1}$ Using Mixtral7b Base Retrieval and Embedded Chunk Retrieval on Llama3 and Gemma2 only on Characters with all Selected Embedded Chunks having a Score of 75 or higher }}{42}{figure.caption.25}% +\contentsline {figure}{\numberline {5.19}{\ignorespaces Scatterplot of BLEUScores of character descriptions generated with Llama3 on $P_{1}$ without ($P^{z}$) and with passage embedding retrieval ($P^{r}$) plotted against each other, color-coded and dissected into franchises and surrounded with convex hulls.}}{43}{figure.caption.27}% +\contentsline {figure}{\numberline {5.20}{\ignorespaces Scatterplot of BERTScores of character descriptions generated with Llama3 on $P_{1}$ without ($P^{z}$) and with passage embedding retrieval ($P^{r}$) plotted against each other, color-coded and dissected into franchises and surrounded with convex hulls.}}{44}{figure.caption.29}% +\addvspace {10\p@ } +\addvspace {10\p@ } +\addvspace {10\p@ } +\providecommand \tocbasic@end@toc@file {}\tocbasic@end@toc@file diff --git a/masterthesis.log b/masterthesis.log index 3d398e9f1acaca53eab28546ef67aa4bcd02af0b..98b3814d0b67fb37fa39407af85c491018f11b83 100644 --- a/masterthesis.log +++ b/masterthesis.log @@ -1,6 +1,6 @@ -This is pdfTeX, Version 3.141592653-2.6-1.40.26 (MiKTeX 24.4) (preloaded format=pdflatex 2024.5.6) 20 JUL 2024 11:07 +This is pdfTeX, Version 3.141592653-2.6-1.40.26 (MiKTeX 24.4) (preloaded format=pdflatex 2024.5.6) 14 SEP 2024 16:29 entering extended mode - restricted \write18 enabled. + \write18 enabled. file:line:error style messages enabled. %&-line parsing enabled. **"c:/Users/danie/Desktop/Masterarbbeit NLP/masterthesis.tex" @@ -135,25 +135,17 @@ Package: babel 2024/04/20 v24.4 The Babel package * (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/arabi\bblopts.cfg File: bblopts.cfg 2005/09/08 v0.1 add Arabic and Farsi to "declared" options of babel -) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/babel-german\ngerman.ldf -Language: ngerman 2024/01/19 v2.14 German support for babel (post-1996 orthography) - (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/babel-german\ngermanb.ldf -Language: ngermanb 2024/01/19 v2.14 German support for babel (post-1996 orthography) -Package babel Info: Making " an active character on input line 122. -)) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/babel-german\german.ldf -Language: german 2024/01/19 v2.14 German support for babel (pre-1996 orthography) - (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/babel-german\germanb.ldf -Language: germanb 2024/01/19 v2.14 German support for babel (pre-1996 orthography) -))) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/babel/locale/de\babel-german.tex -Package babel Info: Importing font and identification data for german -(babel) from babel-de-1901.ini. Reported on input line 25. -) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/babel/locale/de\babel-ngerman.tex -Package babel Info: Importing font and identification data for ngerman -(babel) from babel-de.ini. Reported on input line 11. -) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/base\inputenc.sty -Package: inputenc 2021/02/14 v1.3d Input encoding file -\inpenc@prehook=\toks18 -\inpenc@posthook=\toks19 +) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/babel-english\english.ldf +Language: english 2017/06/06 v3.3r English support from the babel system +Package babel Info: Hyphen rules for 'canadian' set to \l@english +(babel) (\language0). Reported on input line 102. +Package babel Info: Hyphen rules for 'australian' set to \l@ukenglish +(babel) (\language73). Reported on input line 105. +Package babel Info: Hyphen rules for 'newzealand' set to \l@ukenglish +(babel) (\language73). Reported on input line 108. +)) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/babel/locale/en\babel-english.tex +Package babel Info: Importing font and identification data for english +(babel) from babel-en.ini. Reported on input line 11. ) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/base\fontenc.sty Package: fontenc 2021/04/29 v2.0v Standard LaTeX package ) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/graphics\color.sty @@ -182,7 +174,7 @@ Package graphics Info: Driver file: pdftex.def on input line 107. ) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/listings\listings.sty \lst@mode=\count266 \lst@gtempboxa=\box53 -\lst@token=\toks20 +\lst@token=\toks18 \lst@length=\count267 \lst@currlwidth=\dimen144 \lst@column=\count268 @@ -203,17 +195,11 @@ File: lstmisc.sty 2024/03/11 1.10a (Carsten Heinz) File: listings.cfg 2024/03/11 1.10a listings configuration )) Package: listings 2024/03/11 1.10a (Carsten Heinz) - (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/ae\ae.sty -Package: ae 2001/02/12 1.3 Almost European Computer Modern - (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/base\fontenc.sty -Package: fontenc 2021/04/29 v2.0v Standard LaTeX package -)) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/ae\aecompl.sty -Package: aecompl 1998/07/23 0.9 T1 Complements for AE fonts (D. Roegel) -) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/ulem\ulem.sty + (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/ulem\ulem.sty \UL@box=\box55 \UL@hyphenbox=\box56 \UL@skip=\skip65 -\UL@hook=\toks21 +\UL@hook=\toks19 \UL@height=\dimen148 \UL@pe=\count274 \UL@pixel=\dimen149 @@ -222,24 +208,13 @@ Package: ulem 2019/11/18 \ULdepth=\dimen150 ) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/amsfonts\amsfonts.sty Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support -\@emptytoks=\toks22 +\@emptytoks=\toks20 \symAMSa=\mathgroup4 \symAMSb=\mathgroup5 LaTeX Font Info: Redeclaring math symbol \hbar on input line 98. LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold' (Font) U/euf/m/n --> U/euf/b/n on input line 106. -) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/psnfss\mathpazo.sty -Package: mathpazo 2020/03/25 PSNFSS-v9.3 Palatino w/ Pazo Math (D.Puga, WaS) -\symupright=\mathgroup6 -) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/psnfss\helvet.sty -Package: helvet 2020/03/25 PSNFSS-v9.3 (WaS) -) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/psnfss\courier.sty -Package: courier 2020/03/25 PSNFSS-v9.3 (WaS) -) -Package scrkbase Info: You've told me to redefine the font selection of the -(scrkbase) element `sectioning' that is an alias of element -(scrkbase) `disposition' on input line 23. - (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/hyperref\hyperref.sty +) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/hyperref\hyperref.sty Package: hyperref 2024-01-20 v7.01h Hypertext links for LaTeX (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/iftex\iftex.sty Package: iftex 2022/02/03 v1.0f TeX engine tests @@ -358,11 +333,11 @@ Package scrlayer Info: patching LaTeX kernel macro \pagestyle on input line 2183 Package scrlayer-scrpage Info: Makeing stand-alone element `pagehead' from (scrlayer-scrpage) alias to `pageheadfoot' on input line 1106. ) -Package hyperref Info: Option `plainpages' set `false' on input line 74. +Package hyperref Info: Option `plainpages' set `false' on input line 75. Package hyperref Warning: Option `pdfpagelabels' has already been used, -(hyperref) setting the option has no effect on input line 74. +(hyperref) setting the option has no effect on input line 75. (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/listings\lstlang1.sty File: lstlang1.sty 2024/03/11 1.10a listings language file @@ -630,7 +605,7 @@ Package: blx-case-expl3 2024/03/21 v3.20 expl3 case changing code for biblatex )) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/pgfplots\pgfplots.sty (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/pgfplots\pgfplots.revision.tex) Package: pgfplots 2021/05/15 v1.18.1 Data Visualization (1.18.1) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/pgf/frontendlayer\tikz.sty (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/pgf/basiclayer\pgf.sty (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/pgf/utilities\pgfrcs.sty (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/pgf/utilities\pgfutil-common.tex -\pgfutil@everybye=\toks23 +\pgfutil@everybye=\toks21 \pgfutil@tempdima=\dimen165 \pgfutil@tempdimb=\dimen166 ) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/pgf/utilities\pgfutil-latex.def @@ -642,10 +617,10 @@ Package: pgf 2023-01-15 v3.1.10 (3.1.10) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/pgf/basiclayer\pgfcore.sty (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/pgf/systemlayer\pgfsys.sty (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/pgf/systemlayer\pgfsys.code.tex Package: pgfsys 2023-01-15 v3.1.10 (3.1.10) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/pgf/utilities\pgfkeys.code.tex -\pgfkeys@pathtoks=\toks24 -\pgfkeys@temptoks=\toks25 +\pgfkeys@pathtoks=\toks22 +\pgfkeys@temptoks=\toks23 (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/pgf/utilities\pgfkeyslibraryfiltered.code.tex -\pgfkeys@tmptoks=\toks26 +\pgfkeys@tmptoks=\toks24 )) \pgf@x=\dimen167 \pgf@y=\dimen168 @@ -663,9 +638,9 @@ Package: pgfsys 2023-01-15 v3.1.10 (3.1.10) \c@pgf@countb=\count419 \c@pgf@countc=\count420 \c@pgf@countd=\count421 -\t@pgf@toka=\toks27 -\t@pgf@tokb=\toks28 -\t@pgf@tokc=\toks29 +\t@pgf@toka=\toks25 +\t@pgf@tokb=\toks26 +\t@pgf@tokc=\toks27 \pgf@sys@id@count=\count422 (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/pgf/systemlayer\pgf.cfg File: pgf.cfg 2023-01-15 v3.1.10 (3.1.10) @@ -704,9 +679,9 @@ Package: pgfcore 2023-01-15 v3.1.10 (3.1.10) \pgfmath@dimen=\dimen177 \pgfmath@count=\count425 \pgfmath@box=\box60 -\pgfmath@toks=\toks30 -\pgfmath@stack@operand=\toks31 -\pgfmath@stack@operation=\toks32 +\pgfmath@toks=\toks28 +\pgfmath@stack@operand=\toks29 +\pgfmath@stack@operation=\toks30 ) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/pgf/math\pgfmathfunctions.code.tex) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/pgf/math\pgfmathfunctions.basic.code.tex) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/pgf/math\pgfmathfunctions.trigonometric.code.tex) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/pgf/math\pgfmathfunctions.random.code.tex) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/pgf/math\pgfmathfunctions.comparison.code.tex) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/pgf/math\pgfmathfunctions.base.code.tex) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/pgf/math\pgfmathfunctions.round.code.tex) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/pgf/math\pgfmathfunctions.misc.code.tex) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/pgf/math\pgfmathfunctions.integerarithmetics.code.tex) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/pgf/math\pgfmathcalc.code.tex) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/pgf/math\pgfmathfloat.code.tex \c@pgfmathroundto@lastzeros=\count426 )) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/pgf/math\pgfint.code.tex) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/pgf/basiclayer\pgfcorepoints.code.tex @@ -789,8 +764,8 @@ Package: pgfcomp-version-1-18 2023-01-15 v3.1.10 (3.1.10) Package: pgffor 2023-01-15 v3.1.10 (3.1.10) \pgffor@iter=\dimen260 \pgffor@skip=\dimen261 -\pgffor@stack=\toks33 -\pgffor@toks=\toks34 +\pgffor@stack=\toks31 +\pgffor@toks=\toks32 )) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/pgf/frontendlayer/tikz\tikz.code.tex Package: tikz 2023-01-15 v3.1.10 (3.1.10) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/pgf/libraries\pgflibraryplothandlers.code.tex @@ -824,22 +799,22 @@ File: pgfmodulematrix.code.tex 2023-01-15 v3.1.10 (3.1.10) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/pgf/frontendlayer/tikz/libraries\tikzlibrarytopaths.code.tex File: tikzlibrarytopaths.code.tex 2023-01-15 v3.1.10 (3.1.10) ))) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/pgfplots\pgfplots.code.tex (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/pgfplots\pgfplotscore.code.tex -\t@pgfplots@toka=\toks35 -\t@pgfplots@tokb=\toks36 -\t@pgfplots@tokc=\toks37 +\t@pgfplots@toka=\toks33 +\t@pgfplots@tokb=\toks34 +\t@pgfplots@tokc=\toks35 \pgfplots@tmpa=\dimen271 \c@pgfplots@coordindex=\count439 \c@pgfplots@scanlineindex=\count440 (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/pgfplots/sys\pgfplotssysgeneric.code.tex)) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/pgfplots/libs\pgfplotslibrary.code.tex) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/pgfplots/oldpgfcompatib\pgfplotsoldpgfsupp_loader.code.tex (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/pgf/libraries\pgflibraryfpu.code.tex) Package pgfplots: loading complementary utilities for your pgf version... -\t@pgf@toka=\toks38 -\t@pgf@tokb=\toks39 -\t@pgf@tokc=\toks40 +\t@pgf@toka=\toks36 +\t@pgf@tokb=\toks37 +\t@pgf@tokc=\toks38 (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/pgfplots/oldpgfcompatib\pgfplotsoldpgfsupp_pgfutil-common-lists.tex)) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/pgfplots/util\pgfplotsutil.code.tex (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/pgfplots/liststructure\pgfplotsliststructure.code.tex) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/pgfplots/liststructure\pgfplotsliststructureext.code.tex) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/pgfplots/liststructure\pgfplotsarray.code.tex \c@pgfplotsarray@tmp=\count441 ) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/pgfplots/liststructure\pgfplotsmatrix.code.tex) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/pgfplots/numtable\pgfplotstableshared.code.tex \c@pgfplotstable@counta=\count442 -\t@pgfplotstable@a=\toks41 +\t@pgfplotstable@a=\toks39 ) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/pgfplots/liststructure\pgfplotsdeque.code.tex) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/pgfplots/util\pgfplotsbinary.code.tex (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/pgfplots/util\pgfplotsbinary.data.code.tex)) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/pgfplots/util\pgfplotsutil.verb.code.tex) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/pgfplots/libs\pgflibrarypgfplots.surfshading.code.tex \c@pgfplotslibrarysurf@no=\count443 (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/pgfplots/sys\pgflibrarypgfplots.surfshading.pgfsys-pdftex.def))) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/pgfplots/util\pgfplotscolormap.code.tex (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/pgfplots/util\pgfplotscolor.code.tex)) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/pgfplots\pgfplotsstackedplots.code.tex) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/pgfplots\pgfplotsplothandlers.code.tex (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/pgfplots\pgfplotsmeshplothandler.code.tex (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/pgfplots\pgfplotsmeshplotimage.code.tex))) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/pgfplots\pgfplots.scaling.code.tex) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/pgfplots\pgfplotscoordprocessing.code.tex) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/pgfplots\pgfplots.errorbars.code.tex) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/pgfplots\pgfplots.markers.code.tex) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/pgfplots\pgfplotsticks.code.tex) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/pgfplots\pgfplots.paths.code.tex) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/pgf/frontendlayer/tikz/libraries\tikzlibrarydecorations.code.tex (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/pgf/modules\pgfmoduledecorations.code.tex @@ -872,7 +847,7 @@ Package: array 2023/10/16 v2.5g Tabular extension package (FMi) \col@sep=\dimen285 \ar@mcellbox=\box71 \extrarowheight=\dimen286 -\NC@list=\toks42 +\NC@list=\toks40 \extratabsurround=\skip89 \backup@length=\skip90 \ar@cellbox=\box72 @@ -893,7 +868,7 @@ For additional information on amsmath, use the `?' option. Package: amstext 2021/08/26 v2.01 AMS text (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/amsmath\amsgen.sty File: amsgen.sty 1999/11/30 v2.0 generic functions -\@emptytoks=\toks43 +\@emptytoks=\toks41 \ex@=\dimen287 )) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/amsmath\amsbsy.sty Package: amsbsy 1999/11/29 v1.2d Bold Symbols @@ -931,153 +906,173 @@ LaTeX Info: Redefining \Relbar on input line 971. \dotsspace@=\muskip21 \c@parentequation=\count453 \dspbrk@lvl=\count454 -\tag@help=\toks44 +\tag@help=\toks42 \row@=\count455 \column@=\count456 \maxfields@=\count457 -\andhelp@=\toks45 +\andhelp@=\toks43 \eqnshift@=\dimen290 \alignsep@=\dimen291 \tagshift@=\dimen292 \tagwidth@=\dimen293 \totwidth@=\dimen294 \lineht@=\dimen295 -\@envbody=\toks46 +\@envbody=\toks44 \multlinegap=\skip92 \multlinetaggap=\skip93 -\mathdisplay@stack=\toks47 +\mathdisplay@stack=\toks45 LaTeX Info: Redefining \[ on input line 2953. LaTeX Info: Redefining \] on input line 2954. +) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/amsfonts\amssymb.sty +Package: amssymb 2013/01/14 v3.01 AMS font symbols ) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/float\float.sty Package: float 2001/11/08 v1.3d Float enhancements (AL) \c@float@type=\count458 -\float@exts=\toks48 +\float@exts=\toks46 \float@box=\box75 -\@float@everytoks=\toks49 +\@float@everytoks=\toks47 \@floatcapt=\box76 +) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/multirow\multirow.sty +Package: multirow 2021/03/15 v2.8 Span multiple rows of a table +\multirow@colwidth=\skip94 +\multirow@cntb=\count459 +\multirow@dima=\skip95 +\bigstrutjot=\dimen296 +) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/adjustbox\adjustbox.sty +Package: adjustbox 2022/10/17 v1.3a Adjusting TeX boxes (trim, clip, ...) + (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/xkeyval\xkeyval.sty +Package: xkeyval 2022/06/16 v2.9 package option processing (HA) + (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/xkeyval\xkeyval.tex (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/xkeyval\xkvutils.tex +\XKV@toks=\toks48 +\XKV@tempa@toks=\toks49 +) +\XKV@depth=\count460 +File: xkeyval.tex 2014/12/03 v2.7a key=value parser (HA) +)) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/adjustbox\adjcalc.sty +Package: adjcalc 2012/05/16 v1.1 Provides advanced setlength with multiple back-ends (calc, etex, pgfmath) +) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/adjustbox\trimclip.sty +Package: trimclip 2020/08/19 v1.2 Trim and clip general TeX material + (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/collectbox\collectbox.sty +Package: collectbox 2022/10/17 v0.4c Collect macro arguments as boxes +\collectedbox=\box77 +) +\tc@llx=\dimen297 +\tc@lly=\dimen298 +\tc@urx=\dimen299 +\tc@ury=\dimen300 +Package trimclip Info: Using driver 'tc-pdftex.def'. + (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/adjustbox\tc-pdftex.def +File: tc-pdftex.def 2019/01/04 v2.2 Clipping driver for pdftex +)) +\adjbox@Width=\dimen301 +\adjbox@Height=\dimen302 +\adjbox@Depth=\dimen303 +\adjbox@Totalheight=\dimen304 +\adjbox@pwidth=\dimen305 +\adjbox@pheight=\dimen306 +\adjbox@pdepth=\dimen307 +\adjbox@ptotalheight=\dimen308 + (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/ifoddpage\ifoddpage.sty +Package: ifoddpage 2022/10/18 v1.2 Conditionals for odd/even page detection +\c@checkoddpage=\count461 +) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/varwidth\varwidth.sty +Package: varwidth 2009/03/30 ver 0.92; Variable-width minipages +\@vwid@box=\box78 +\sift@deathcycles=\count462 +\@vwid@loff=\dimen309 +\@vwid@roff=\dimen310 +)) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/csquotes\csquotes.sty +Package: csquotes 2024-04-04 v5.2o context-sensitive quotations (JAW) +\csq@reset=\count463 +\csq@gtype=\count464 +\csq@glevel=\count465 +\csq@qlevel=\count466 +\csq@maxlvl=\count467 +\csq@tshold=\count468 +\csq@ltx@everypar=\toks50 + (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/csquotes\csquotes.def +File: csquotes.def 2024-04-04 v5.2o csquotes generic definitions (JAW) +) +Package csquotes Info: Trying to load configuration file 'csquotes.cfg'... +Package csquotes Info: ... configuration file loaded successfully. + (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/csquotes\csquotes.cfg +File: csquotes.cfg +)) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/dirtytalk\dirtytalk.sty +Package: dirtytalk 2010/11/21 A package making "quoting" easier +\c@dirtytalk@qdepth=\count469 ) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/pgfplots/libs\tikzlibrarypgfplots.groupplots.code.tex -\pgfplots@group@current@plot=\count459 -\pgfplots@group@current@row=\count460 -\pgfplots@group@current@column=\count461 +\pgfplots@group@current@plot=\count470 +\pgfplots@group@current@row=\count471 +\pgfplots@group@current@column=\count472 (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/pgf/frontendlayer/tikz/libraries\tikzlibrarycalc.code.tex File: tikzlibrarycalc.code.tex 2023-01-15 v3.1.10 (3.1.10) )) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/pgfplots/libs\tikzlibrarypgfplots.statistics.code.tex) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/pgfplots/libs\pgflibrarypgfplots.colorbrewer.code.tex (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/pgfplots/libs\tikzlibrarycolorbrewer.code.tex)) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/generic/pgfplots/libs\tikzlibrarypgfplots.statistics.code.tex) PGFPlots: reading {ressources/data/boxplot2.csv} +Package csquotes Info: Checking for multilingual support... +Package csquotes Info: ... found 'babel' package. +Package csquotes Info: Adjusting default style. +Package csquotes Info: Redefining alias 'default' -> 'english'. + (masterthesis.aux (_titlepage.aux) (introduction.aux) (background.aux) (related_work.aux) (dataset.aux) (experiments.aux +LaTeX Warning: Label `fig:basediff' multiply defined. -Package biblatex Warning: 'babel/polyglossia' detected but 'csquotes' missing. -(biblatex) Loading 'csquotes' recommended. - -\@quotelevel=\count462 -\@quotereset=\count463 -LaTeX Font Info: Trying to load font information for T1+ppl on input line 86. -(C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/psnfss\t1ppl.fd -File: t1ppl.fd 2001/06/04 font definitions for T1/ppl. -) (masterthesis.aux (_titlepage.aux) (introduction.aux) (methodology.aux) (related_work.aux) (dataset.aux) (experiments.aux - -LaTeX Warning: Label `fig:prompt1' multiply defined. - - -LaTeX Warning: Label `sub@fig:prompt1' multiply defined. - - -LaTeX Warning: Label `fig:prompt2' multiply defined. - - -LaTeX Warning: Label `sub@fig:prompt2' multiply defined. - - -LaTeX Warning: Label `fig:prompt3' multiply defined. - - -LaTeX Warning: Label `sub@fig:prompt3' multiply defined. - - -LaTeX Warning: Label `fig:prompt4' multiply defined. - - -LaTeX Warning: Label `sub@fig:prompt4' multiply defined. - - -LaTeX Warning: Label `fig:boxplot' multiply defined. - - -LaTeX Warning: Label `sub@fig:boxplot' multiply defined. - - -LaTeX Warning: Label `fig:prompts2' multiply defined. - - -LaTeX Warning: Label `fig:prompt1' multiply defined. - - -LaTeX Warning: Label `sub@fig:prompt1' multiply defined. - - -LaTeX Warning: Label `fig:prompt2' multiply defined. - -LaTeX Warning: Label `sub@fig:prompt2' multiply defined. - - -LaTeX Warning: Label `fig:prompt1' multiply defined. - - -LaTeX Warning: Label `sub@fig:prompt1' multiply defined. - - -LaTeX Warning: Label `fig:prompt2' multiply defined. - - -LaTeX Warning: Label `sub@fig:prompt2' multiply defined. - - -LaTeX Warning: Label `fig:prompts2' multiply defined. +LaTeX Warning: Label `fig:compareconvex' multiply defined. ) (conclusion.aux) (appendix.aux)) \openout1 = `masterthesis.aux'. -LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 86. -LaTeX Font Info: ... okay on input line 86. -LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 86. -LaTeX Font Info: ... okay on input line 86. -LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 86. -LaTeX Font Info: ... okay on input line 86. -LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 86. -LaTeX Font Info: ... okay on input line 86. -LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 86. -LaTeX Font Info: ... okay on input line 86. -LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 86. -LaTeX Font Info: ... okay on input line 86. -LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 86. -LaTeX Font Info: ... okay on input line 86. -LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 86. -LaTeX Font Info: ... okay on input line 86. -LaTeX Font Info: Checking defaults for PU/pdf/m/n on input line 86. -LaTeX Font Info: ... okay on input line 86. +LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 137. +LaTeX Font Info: ... okay on input line 137. +LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 137. +LaTeX Font Info: ... okay on input line 137. +LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 137. +LaTeX Font Info: ... okay on input line 137. +LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 137. +LaTeX Font Info: ... okay on input line 137. +LaTeX Font Info: Checking defaults for TS1/cmr/m/n on input line 137. +LaTeX Font Info: ... okay on input line 137. +LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 137. +LaTeX Font Info: ... okay on input line 137. +LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 137. +LaTeX Font Info: ... okay on input line 137. +LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 137. +LaTeX Font Info: ... okay on input line 137. +LaTeX Font Info: Checking defaults for PU/pdf/m/n on input line 137. +LaTeX Font Info: ... okay on input line 137. +Package scrbase Info: activating english \partname on input line 137. +Package scrbase Info: activating english \chaptername on input line 137. +Package scrbase Info: activating english \appendixname on input line 137. +Package scrbase Info: activating english \figurename on input line 137. +Package scrbase Info: activating english \tablename on input line 137. +Package scrbase Info: activating english \contentsname on input line 137. +Package scrbase Info: activating english \listfigurename on input line 137. +Package scrbase Info: activating english \listtablename on input line 137. +Package scrbase Info: activating english \bibname on input line 137. +Package scrbase Info: activating english \indexname on input line 137. (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/context/base/mkii\supp-pdf.mkii [Loading MPS to PDF converter (version 2006.09.02).] -\scratchcounter=\count464 -\scratchdimen=\dimen296 -\scratchbox=\box77 -\nofMPsegments=\count465 -\nofMParguments=\count466 -\everyMPshowfont=\toks50 -\MPscratchCnt=\count467 -\MPscratchDim=\dimen297 -\MPnumerator=\count468 -\makeMPintoPDFobject=\count469 -\everyMPtoPDFconversion=\toks51 +\scratchcounter=\count473 +\scratchdimen=\dimen311 +\scratchbox=\box79 +\nofMPsegments=\count474 +\nofMParguments=\count475 +\everyMPshowfont=\toks51 +\MPscratchCnt=\count476 +\MPscratchDim=\dimen312 +\MPnumerator=\count477 +\makeMPintoPDFobject=\count478 +\everyMPtoPDFconversion=\toks52 ) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/epstopdf-pkg\epstopdf-base.sty Package: epstopdf-base 2020-01-24 v2.11 Base part for package epstopdf Package epstopdf-base Info: Redefining graphics rule for `.eps' on input line 485. (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/00miktex\epstopdf-sys.cfg File: epstopdf-sys.cfg 2021/03/18 v2.0 Configuration of epstopdf for MiKTeX )) -\c@lstlisting=\count470 -Package tocbasic Info: setting babel extension for `lol' on input line 86. -\scr@dte@lstlisting@maxnumwidth=\skip94 -Package hyperref Info: Link coloring ON on input line 86. +\c@lstlisting=\count479 +Package tocbasic Info: setting babel extension for `lol' on input line 137. +\scr@dte@lstlisting@maxnumwidth=\skip96 +Package hyperref Info: Link coloring ON on input line 137. (masterthesis.out) (masterthesis.out) \@outlinefile=\write5 \openout5 = `masterthesis.out'. @@ -1089,35 +1084,21 @@ Class scrbook Info: loading recommended package `bookmark'. (scrbook) `bookmarkpackage=false' before \begin{document} and (scrbook) you can avoid this message adding: (scrbook) \usepackage{bookmark} -(scrbook) before \begin{document} on input line 86. +(scrbook) before \begin{document} on input line 137. (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/bookmark\bookmark.sty Package: bookmark 2023-12-10 v1.31 PDF bookmarks (HO) (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/bookmark\bkm-pdftex.def File: bkm-pdftex.def 2023-12-10 v1.31 bookmark driver for pdfTeX and luaTeX (HO) -\BKM@id=\count471 +\BKM@id=\count480 )) Package caption Info: Begin \AtBeginDocument code. Package caption Info: float package is loaded. Package caption Info: End \AtBeginDocument code. -Package biblatex Info: Trying to load language 'german'... -Package biblatex Info: ... file 'german.lbx' found. - (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/biblatex/lbx\german.lbx -File: german.lbx 2024/03/21 v3.20 biblatex localization (PK/MW) +Package biblatex Info: Trying to load language 'english'... +Package biblatex Info: ... file 'english.lbx' found. + (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/biblatex/lbx\english.lbx +File: english.lbx 2024/03/21 v3.20 biblatex localization (PK/MW) ) -Package biblatex Info: Trying to load language 'ngerman'... -Package biblatex Info: ... file 'ngerman.lbx' found. - (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/biblatex/lbx\ngerman.lbx -File: ngerman.lbx 2024/03/21 v3.20 biblatex localization (PK/MW) -Package biblatex Info: Trying to load language 'german'... -Package biblatex Info: ... file 'german.lbx' found. - (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/biblatex/lbx\german.lbx -File: german.lbx 2024/03/21 v3.20 biblatex localization (PK/MW) -) -Package biblatex Info: Trying to load language 'german'... -Package biblatex Info: ... file 'german.lbx' found. - (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/biblatex/lbx\german.lbx -File: german.lbx 2024/03/21 v3.20 biblatex localization (PK/MW) -)) Package biblatex Info: Input encoding 'utf8' detected. Package biblatex Info: Automatic encoding selection. (biblatex) Assuming data encoding 'utf8'. @@ -1126,8 +1107,8 @@ Package biblatex Info: Automatic encoding selection. Package biblatex Info: Trying to load bibliographic data... Package biblatex Info: ... file 'masterthesis.bbl' found. (masterthesis.bbl) -Package biblatex Info: Reference section=0 on input line 86. -Package biblatex Info: Reference segment=0 on input line 86. +Package biblatex Info: Reference section=0 on input line 137. +Package biblatex Info: Reference segment=0 on input line 137. Package pgfplots notification 'compat/show suggested version=true': you might benefit from \pgfplotsset{compat=1.18} (current compat level: 1.8). @@ -1149,54 +1130,31 @@ Underfull \hbox (badness 10000) in paragraph at lines 34--39 -{C:/Users/danie/AppData/Local/MiKTeX/fonts/map/pdftex/pdftex.map}{C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/enc/dvips/base/8r.enc} <./ressources/images/unilogo.png>]) [0 +{C:/Users/danie/AppData/Local/MiKTeX/fonts/map/pdftex/pdftex.map} <./ressources/images/unilogo.png>]) [0 -] (masterthesis.toc -LaTeX Font Info: Trying to load font information for OT1+ppl on input line 4. - (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/psnfss\ot1ppl.fd -File: ot1ppl.fd 2001/06/04 font definitions for OT1/ppl. -) -LaTeX Font Info: Trying to load font information for OML+zplm on input line 4. - (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/psnfss\omlzplm.fd -File: omlzplm.fd 2002/09/08 Fontinst v1.914 font definitions for OML/zplm. -) -LaTeX Font Info: Trying to load font information for OMS+zplm on input line 4. - (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/psnfss\omszplm.fd -File: omszplm.fd 2002/09/08 Fontinst v1.914 font definitions for OMS/zplm. -) -LaTeX Font Info: Trying to load font information for OMX+zplm on input line 4. - (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/psnfss\omxzplm.fd -File: omxzplm.fd 2002/09/08 Fontinst v1.914 font definitions for OMX/zplm. +] +LaTeX Font Info: Trying to load font information for T1+cmss on input line 150. + (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/base\t1cmss.fd +File: t1cmss.fd 2023/04/13 v2.5m Standard LaTeX font definitions +) (masterthesis.toc +LaTeX Font Info: Trying to load font information for U+msa on input line 4. + (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/amsfonts\umsa.fd +File: umsa.fd 2013/01/14 v3.01 AMS symbols A ) -LaTeX Font Info: Font shape `U/msa/m/n' will be -(Font) scaled to size 11.40997pt on input line 4. -LaTeX Font Info: Font shape `U/msa/m/n' will be -(Font) scaled to size 8.33606pt on input line 4. -LaTeX Font Info: Font shape `U/msa/m/n' will be -(Font) scaled to size 6.25204pt on input line 4. -LaTeX Font Info: Font shape `U/msb/m/n' will be -(Font) scaled to size 11.40997pt on input line 4. -LaTeX Font Info: Font shape `U/msb/m/n' will be -(Font) scaled to size 8.33606pt on input line 4. -LaTeX Font Info: Font shape `U/msb/m/n' will be -(Font) scaled to size 6.25204pt on input line 4. -LaTeX Font Info: Trying to load font information for OT1+zplm on input line 4. - (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/psnfss\ot1zplm.fd -File: ot1zplm.fd 2002/09/08 Fontinst v1.914 font definitions for OT1/zplm. -)) -\tf@toc=\write6 -\openout6 = `masterthesis.toc'. - - [1 - +LaTeX Font Info: Trying to load font information for U+msb on input line 4. + (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/amsfonts\umsb.fd +File: umsb.fd 2013/01/14 v3.01 AMS symbols B +) [1 -] [2 +]) +\tf@toc=\write6 +\openout6 = `masterthesis.toc'. -] + [2] \openout2 = `introduction.aux'. (introduction.tex @@ -1217,17 +1175,17 @@ Class scrbook Warning: \float@addtolists detected! (scrbook) deprecated \float@addtolist interface. -Underfull \hbox (badness 10000) in paragraph at lines 10--11 +Underfull \hbox (badness 10000) in paragraph at lines 9--10 [] -Underfull \hbox (badness 10000) in paragraph at lines 12--13 +Underfull \hbox (badness 10000) in paragraph at lines 11--12 [] -Underfull \hbox (badness 10000) in paragraph at lines 14--16 +Underfull \hbox (badness 10000) in paragraph at lines 13--14 [] @@ -1237,188 +1195,155 @@ Underfull \hbox (badness 10000) in paragraph at lines 14--16 -] -\openout2 = `methodology.aux'. - - (methodology.tex [2 - - - ] -chapter 2. +\openout2 = `background.aux'. -LaTeX Warning: Citation '10.1007/3-540-36127-8_20' on page 3 undefined on input line 4. + (background.tex [2 -LaTeX Warning: Citation 'brahman-etal-2021-characters-tell' on page 3 undefined on input line 7. -LaTeX Warning: Citation 'schroder-etal-2021-neural' on page 3 undefined on input line 30. -[3] [4] -Underfull \hbox (badness 10000) in paragraph at lines 68--69 - - [] +] +chapter 2. +[3] +<ressources/images/Transformer.png, id=132, 360.74776pt x 522.15076pt> +File: ressources/images/Transformer.png Graphic file (type png) +<use ressources/images/Transformer.png> +Package pdftex.def Info: ressources/images/Transformer.png used on input line 24. +(pdftex.def) Requested size: 227.62204pt x 329.46663pt. +Underfull \vbox (badness 10000) has occurred while \output is active [] -Underfull \hbox (badness 10000) in paragraph at lines 70--71 + [4 <./ressources/images/Transformer.png>] [5] +Underfull \hbox (badness 10000) in paragraph at lines 58--61 [] +[6] +Underfull \hbox (badness 10000) in paragraph at lines 88--89 -Overfull \hbox (11.50241pt too wide) in paragraph at lines 72--74 -[]\T1/ppl/m/n/10.95 (https://huggingface.co/intfloat/e5-mistral-7b-instruct) ex-pand... To im-pro-ve upon this, [] - -Underfull \hbox (badness 10000) in paragraph at lines 72--74 +[7] +Underfull \hbox (badness 10000) in paragraph at lines 93--95 [] -LaTeX Warning: Citation 'schroder-etal-2021-neural' on page 5 undefined on input line 75. - - -LaTeX Warning: Citation 'dobrovolskii-2021-word' on page 5 undefined on input line 75. - - -Underfull \hbox (badness 10000) in paragraph at lines 75--76 - - [] - - -Underfull \hbox (badness 10000) in paragraph at lines 77--78 - - [] - -[5] -Underfull \hbox (badness 10000) in paragraph at lines 83--84 +Underfull \hbox (badness 10000) in paragraph at lines 97--99 [] +[8]) +Underfull \vbox (badness 10000) has occurred while \output is active [] -Underfull \hbox (badness 10000) in paragraph at lines 85--86 - - [] - -) [6] + [9] [10] \openout2 = `related_work.aux'. (related_work.tex chapter 3. -<ressources/images/Transformer.png, id=112, 360.74776pt x 522.15076pt> -File: ressources/images/Transformer.png Graphic file (type png) -<use ressources/images/Transformer.png> -Package pdftex.def Info: ressources/images/Transformer.png used on input line 22. -(pdftex.def) Requested size: 227.62204pt x 329.46663pt. -LaTeX Warning: `h' float specifier changed to `ht'. - - -Underfull \vbox (badness 6575) has occurred while \output is active [] +Underfull \vbox (badness 10000) has occurred while \output is active [] - [7 + [11 ] -LaTeX Font Info: Trying to load font information for TS1+ppl on input line 35. - (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/psnfss\ts1ppl.fd -File: ts1ppl.fd 2001/06/04 font definitions for TS1/ppl. -) [8 <./ressources/images/Transformer.png>] [9] -Underfull \hbox (badness 10000) in paragraph at lines 64--65 - - [] - - -Overfull \hbox (2.87383pt too wide) in paragraph at lines 79--80 -\T1/ppl/m/n/10.95 tasks with re-la-tive-ly small amounts of da-ta. Fine-tuning in-vol-ves ad-ju-sting the pre-trained - [] - - -Underfull \hbox (badness 10000) in paragraph at lines 85--86 - - [] - -[10] -Underfull \hbox (badness 10000) in paragraph at lines 90--92 - - [] - - -Underfull \hbox (badness 10000) in paragraph at lines 94--95 +LaTeX Font Info: Trying to load font information for T1+cmtt on input line 31. + (C:\Users\danie\AppData\Local\Programs\MiKTeX\tex/latex/base\t1cmtt.fd +File: t1cmtt.fd 2023/04/13 v2.5m Standard LaTeX font definitions +) [12] [13]) [14] [15] +\openout2 = `dataset.aux'. - [] + (dataset.tex [16 -Underfull \hbox (badness 10000) in paragraph at lines 96--97 - [] -[11]) [12] -\openout2 = `dataset.aux'. - (dataset.tex +] chapter 4. -Underfull \hbox (badness 10000) in paragraph at lines 3--5 +Underfull \hbox (badness 10000) in paragraph at lines 4--6 [] -Underfull \hbox (badness 10000) in paragraph at lines 6--7 +Underfull \hbox (badness 10000) in paragraph at lines 7--8 [] -Underfull \hbox (badness 10000) in paragraph at lines 10--11 +Underfull \hbox (badness 10000) in paragraph at lines 9--11 [] -[13 - +[17] +Underfull \vbox (badness 10000) has occurred while \output is active [] + [18] +LaTeX Font Info: Font shape `T1/cmtt/bx/n' in size <10> not available +(Font) Font shape `T1/cmtt/m/n' tried instead on input line 94. + [19] +<ressources/images/Gollum.png, id=250, 2003.485pt x 4495.79625pt> +File: ressources/images/Gollum.png Graphic file (type png) +<use ressources/images/Gollum.png> +Package pdftex.def Info: ressources/images/Gollum.png used on input line 122. +(pdftex.def) Requested size: 426.79134pt x 957.65935pt. +File: ressources/images/Gollum.png Graphic file (type png) +<use ressources/images/Gollum.png> +Package pdftex.def Info: ressources/images/Gollum.png used on input line 126. +(pdftex.def) Requested size: 426.79134pt x 957.65935pt. +LaTeX Warning: `h' float specifier changed to `ht'. -]) [14] +) [20] [21 <./ressources/images/Gollum.png>] \openout2 = `experiments.aux'. - (experiments.tex -chapter 5. + (experiments.tex [22 + -Package caption Warning: \label without proper reference on input line 1256. -See the caption package documentation for explanation. -LaTeX Warning: Reference `fig:prompt2' on page 15 undefined on input line 8. +] +chapter 5. -Underfull \hbox (badness 10000) in paragraph at lines 8--9 +Underfull \hbox (badness 10000) in paragraph at lines 7--8 [] -[15 - +Underfull \hbox (badness 3260) in paragraph at lines 20--21 +[]|\T1/cmr/m/n/10.95 "[INST]Write a sum-mary in the style of a fan-dom + [] +Underfull \hbox (badness 3302) in paragraph at lines 20--21 +\T1/cmr/m/n/10.95 ar-ti-cle about the char-ac-ter {char-ac-ter} in the book + [] -] +[23] Underfull \hbox (badness 10000) in paragraph at lines 51--53 [] -[16] + +Underfull \vbox (badness 1348) has occurred while \output is active [] + + [24] PGFPlots: reading {ressources/data/results.csv} PGFPlots: reading {ressources/data/results.csv} PGFPlots: reading {ressources/data/results.csv} -Overfull \hbox (35.46722pt too wide) in paragraph at lines 338--338 +Overfull \hbox (35.21777pt too wide) in paragraph at lines 334--334 [][] [] @@ -1426,7 +1351,7 @@ PGFPlots: reading {ressources/data/results2.csv} PGFPlots: reading {ressources/data/results2.csv} PGFPlots: reading {ressources/data/results2.csv} -Overfull \hbox (16.53752pt too wide) in paragraph at lines 338--338 +Overfull \hbox (16.80031pt too wide) in paragraph at lines 334--334 [][] [] @@ -1434,7 +1359,7 @@ PGFPlots: reading {ressources/data/results3.csv} PGFPlots: reading {ressources/data/results3.csv} PGFPlots: reading {ressources/data/results3.csv} -Overfull \hbox (35.4674pt too wide) in paragraph at lines 338--338 +Overfull \hbox (35.21796pt too wide) in paragraph at lines 334--334 [][] [] @@ -1442,19 +1367,19 @@ PGFPlots: reading {ressources/data/results4.csv} PGFPlots: reading {ressources/data/results4.csv} PGFPlots: reading {ressources/data/results4.csv} -Overfull \hbox (16.55107pt too wide) in paragraph at lines 338--338 +Overfull \hbox (16.81386pt too wide) in paragraph at lines 334--334 [][] [] Underfull \vbox (badness 10000) has occurred while \output is active [] - [17] + [25] PGFPlots: reading {ressources/data/results.csv} PGFPlots: reading {ressources/data/results.csv} PGFPlots: reading {ressources/data/results.csv} -Overfull \hbox (32.72394pt too wide) in paragraph at lines 623--623 +Overfull \hbox (32.17032pt too wide) in paragraph at lines 616--616 [][] [] @@ -1462,7 +1387,7 @@ PGFPlots: reading {ressources/data/results2.csv} PGFPlots: reading {ressources/data/results2.csv} PGFPlots: reading {ressources/data/results2.csv} -Overfull \hbox (13.80394pt too wide) in paragraph at lines 623--623 +Overfull \hbox (13.76256pt too wide) in paragraph at lines 616--616 [][] [] @@ -1470,7 +1395,7 @@ PGFPlots: reading {ressources/data/results3.csv} PGFPlots: reading {ressources/data/results3.csv} PGFPlots: reading {ressources/data/results3.csv} -Overfull \hbox (32.72394pt too wide) in paragraph at lines 623--623 +Overfull \hbox (32.17032pt too wide) in paragraph at lines 616--616 [][] [] @@ -1478,96 +1403,136 @@ PGFPlots: reading {ressources/data/results4.csv} PGFPlots: reading {ressources/data/results4.csv} PGFPlots: reading {ressources/data/results4.csv} -Overfull \hbox (13.80394pt too wide) in paragraph at lines 623--623 +Overfull \hbox (13.76256pt too wide) in paragraph at lines 616--616 [][] [] Underfull \vbox (badness 10000) has occurred while \output is active [] - [18] -PGFPlots: reading {ressources/data/boxplot.csv} -Package pgfplots info on input line 658: boxplot: got lower quartile=4.3787117e-1 -Package pgfplots info on input line 658: boxplot: got median=5.045784e-1 -Package pgfplots info on input line 658: boxplot: got upper quartile=5.2901382e-1 -Package pgfplots info on input line 658: boxplot: got sample size=5.0e0 -Package pgfplots info on input line 658: boxplot: got lower whisker=3.828257620334625e-1 -Package pgfplots info on input line 658: boxplot: got upper whisker=6.224778294563293e-1 -Package pgfplots info on input line 658: boxplot: got lower quartile=4.72955322e-1 -Package pgfplots info on input line 658: boxplot: got median=5.3041077e-1 -Package pgfplots info on input line 658: boxplot: got upper quartile=5.4912262e-1 -Package pgfplots info on input line 658: boxplot: got sample size=5.0e0 -Package pgfplots info on input line 658: boxplot: got lower whisker=4.249446392059326e-1 -Package pgfplots info on input line 658: boxplot: got upper whisker=6.148388385772705e-1 -Package pgfplots info on input line 658: boxplot: got lower quartile=4.30826797e-1 -Package pgfplots info on input line 658: boxplot: got median=5.1449966e-1 -Package pgfplots info on input line 658: boxplot: got upper quartile=5.3637848e-1 -Package pgfplots info on input line 658: boxplot: got sample size=5.0e0 -Package pgfplots info on input line 658: boxplot: got lower whisker=3.590573072433471e-1 -Package pgfplots info on input line 658: boxplot: got upper whisker=6.09817624092102e-1 -Package pgfplots info on input line 658: boxplot: got lower quartile=4.63695297e-1 -Package pgfplots info on input line 658: boxplot: got median=5.1954956e-1 -Package pgfplots info on input line 658: boxplot: got upper quartile=5.3851013e-1 -Package pgfplots info on input line 658: boxplot: got sample size=5.0e0 -Package pgfplots info on input line 658: boxplot: got lower whisker=4.185141026973724e-1 -Package pgfplots info on input line 658: boxplot: got upper whisker=5.998854041099548e-1 -Package pgfplots info on input line 658: boxplot: got lower quartile=4.42012329e-1 -Package pgfplots info on input line 658: boxplot: got median=5.060318e-1 -Package pgfplots info on input line 658: boxplot: got upper quartile=5.2866058e-1 -Package pgfplots info on input line 658: boxplot: got sample size=5.0e0 -Package pgfplots info on input line 658: boxplot: got lower whisker=3.904823362827301e-1 -Package pgfplots info on input line 658: boxplot: got upper whisker=5.999771356582642e-1 -Package pgfplots info on input line 658: boxplot: got lower quartile=4.52795639e-1 -Package pgfplots info on input line 658: boxplot: got median=5.2607803e-1 -Package pgfplots info on input line 658: boxplot: got upper quartile=5.4694672e-1 -Package pgfplots info on input line 658: boxplot: got sample size=5.0e0 -Package pgfplots info on input line 658: boxplot: got lower whisker=3.905723392963409e-1 -Package pgfplots info on input line 658: boxplot: got upper whisker=6.137956380844116e-1 -Package pgfplots info on input line 658: boxplot: got lower quartile=4.37993164e-1 -Package pgfplots info on input line 658: boxplot: got median=4.99127045e-1 -Package pgfplots info on input line 658: boxplot: got upper quartile=5.2397919e-1 -Package pgfplots info on input line 658: boxplot: got sample size=5.0e0 -Package pgfplots info on input line 658: boxplot: got lower whisker=3.904797434806824e-1 -Package pgfplots info on input line 658: boxplot: got upper whisker=6.140472888946533e-1 -Package pgfplots info on input line 658: boxplot: got lower quartile=4.65387573e-1 -Package pgfplots info on input line 658: boxplot: got median=5.289238e-1 -Package pgfplots info on input line 658: boxplot: got upper quartile=5.4687805e-1 -Package pgfplots info on input line 658: boxplot: got sample size=5.0e0 -Package pgfplots info on input line 658: boxplot: got lower whisker=4.114735126495361e-1 -Package pgfplots info on input line 658: boxplot: got upper whisker=6.168897151947021e-1 -LaTeX Font Info: Font shape `U/msa/m/n' will be -(Font) scaled to size 10.42007pt on input line 659. -LaTeX Font Info: Font shape `U/msa/m/n' will be -(Font) scaled to size 7.91925pt on input line 659. -LaTeX Font Info: Font shape `U/msb/m/n' will be -(Font) scaled to size 10.42007pt on input line 659. -LaTeX Font Info: Font shape `U/msb/m/n' will be -(Font) scaled to size 7.91925pt on input line 659. + [26] +PGFPlots: reading {ressources/data/differences/sorted_by_F1_to_wF1_0.csv} + +Overfull \hbox (43.30609pt too wide) in paragraph at lines 760--760 + [][] + [] + +PGFPlots: reading {ressources/data/differences/sorted_by_F1_to_wF1_1.csv} + +Overfull \hbox (43.30948pt too wide) in paragraph at lines 760--760 + [][] + [] + +PGFPlots: reading {ressources/data/differences/sorted_by_F1_to_wF1_2.csv} + +Overfull \hbox (43.30948pt too wide) in paragraph at lines 760--760 + [][] + [] + +PGFPlots: reading {ressources/data/differences/sorted_by_F1_to_wF1_3.csv} + +Overfull \hbox (43.30948pt too wide) in paragraph at lines 760--760 + [][] + [] + Underfull \vbox (badness 10000) has occurred while \output is active [] - [19] -Underfull \hbox (badness 10000) in paragraph at lines 950--951 + [27] +PGFPlots: reading {ressources/data/differences/sorted_by_h_to_wh_0.csv} + +Overfull \hbox (12.3168pt too wide) in paragraph at lines 899--899 + [][] + [] + +PGFPlots: reading {ressources/data/differences/sorted_by_h_to_wh_1.csv} +Overfull \hbox (12.31715pt too wide) in paragraph at lines 899--899 + [][] [] +PGFPlots: reading {ressources/data/differences/sorted_by_h_to_wh_2.csv} -Underfull \vbox (badness 1675) has occurred while \output is active [] +Overfull \hbox (12.32062pt too wide) in paragraph at lines 899--899 + [][] + [] - [20] -Underfull \hbox (badness 10000) in paragraph at lines 952--953 +PGFPlots: reading {ressources/data/differences/sorted_by_h_to_wh_3.csv} +Overfull \hbox (12.32062pt too wide) in paragraph at lines 899--899 + [][] [] -LaTeX Warning: Reference `fig:enter-label' on page 21 undefined on input line 956. +Underfull \vbox (badness 10000) has occurred while \output is active [] + + [28] +PGFPlots: reading {ressources/data/boxplot.csv} +Package pgfplots info on input line 927: boxplot: got lower quartile=4.3787117e-1 +Package pgfplots info on input line 927: boxplot: got median=5.045784e-1 +Package pgfplots info on input line 927: boxplot: got upper quartile=5.2901382e-1 +Package pgfplots info on input line 927: boxplot: got sample size=5.0e0 +Package pgfplots info on input line 927: boxplot: got lower whisker=3.828257620334625e-1 +Package pgfplots info on input line 927: boxplot: got upper whisker=6.224778294563293e-1 +Package pgfplots info on input line 927: boxplot: got lower quartile=4.72955322e-1 +Package pgfplots info on input line 927: boxplot: got median=5.3041077e-1 +Package pgfplots info on input line 927: boxplot: got upper quartile=5.4912262e-1 +Package pgfplots info on input line 927: boxplot: got sample size=5.0e0 +Package pgfplots info on input line 927: boxplot: got lower whisker=4.249446392059326e-1 +Package pgfplots info on input line 927: boxplot: got upper whisker=6.148388385772705e-1 +Package pgfplots info on input line 927: boxplot: got lower quartile=4.30826797e-1 +Package pgfplots info on input line 927: boxplot: got median=5.1449966e-1 +Package pgfplots info on input line 927: boxplot: got upper quartile=5.3637848e-1 +Package pgfplots info on input line 927: boxplot: got sample size=5.0e0 +Package pgfplots info on input line 927: boxplot: got lower whisker=3.590573072433471e-1 +Package pgfplots info on input line 927: boxplot: got upper whisker=6.09817624092102e-1 +Package pgfplots info on input line 927: boxplot: got lower quartile=4.63695297e-1 +Package pgfplots info on input line 927: boxplot: got median=5.1954956e-1 +Package pgfplots info on input line 927: boxplot: got upper quartile=5.3851013e-1 +Package pgfplots info on input line 927: boxplot: got sample size=5.0e0 +Package pgfplots info on input line 927: boxplot: got lower whisker=4.185141026973724e-1 +Package pgfplots info on input line 927: boxplot: got upper whisker=5.998854041099548e-1 +Package pgfplots info on input line 927: boxplot: got lower quartile=4.42012329e-1 +Package pgfplots info on input line 927: boxplot: got median=5.060318e-1 +Package pgfplots info on input line 927: boxplot: got upper quartile=5.2866058e-1 +Package pgfplots info on input line 927: boxplot: got sample size=5.0e0 +Package pgfplots info on input line 927: boxplot: got lower whisker=3.904823362827301e-1 +Package pgfplots info on input line 927: boxplot: got upper whisker=5.999771356582642e-1 +Package pgfplots info on input line 927: boxplot: got lower quartile=4.52795639e-1 +Package pgfplots info on input line 927: boxplot: got median=5.2607803e-1 +Package pgfplots info on input line 927: boxplot: got upper quartile=5.4694672e-1 +Package pgfplots info on input line 927: boxplot: got sample size=5.0e0 +Package pgfplots info on input line 927: boxplot: got lower whisker=3.905723392963409e-1 +Package pgfplots info on input line 927: boxplot: got upper whisker=6.137956380844116e-1 +Package pgfplots info on input line 927: boxplot: got lower quartile=4.37993164e-1 +Package pgfplots info on input line 927: boxplot: got median=4.99127045e-1 +Package pgfplots info on input line 927: boxplot: got upper quartile=5.2397919e-1 +Package pgfplots info on input line 927: boxplot: got sample size=5.0e0 +Package pgfplots info on input line 927: boxplot: got lower whisker=3.904797434806824e-1 +Package pgfplots info on input line 927: boxplot: got upper whisker=6.140472888946533e-1 +Package pgfplots info on input line 927: boxplot: got lower quartile=4.65387573e-1 +Package pgfplots info on input line 927: boxplot: got median=5.289238e-1 +Package pgfplots info on input line 927: boxplot: got upper quartile=5.4687805e-1 +Package pgfplots info on input line 927: boxplot: got sample size=5.0e0 +Package pgfplots info on input line 927: boxplot: got lower whisker=4.114735126495361e-1 +Package pgfplots info on input line 927: boxplot: got upper whisker=6.168897151947021e-1 -[21] +Underfull \vbox (badness 10000) has occurred while \output is active [] + + [29] +Underfull \vbox (badness 10000) has occurred while \output is active [] + + [30] +Underfull \hbox (badness 10000) in paragraph at lines 1221--1222 + + [] + +[31] [32] [33] PGFPlots: reading {ressources/data/normal_eval.csv} PGFPlots: reading {ressources/data/normal_eval.csv} PGFPlots: reading {ressources/data/normal_eval.csv} -Overfull \hbox (35.46722pt too wide) in paragraph at lines 1109--1109 +Overfull \hbox (35.21777pt too wide) in paragraph at lines 1396--1396 [][] [] @@ -1575,7 +1540,7 @@ PGFPlots: reading {ressources/data/normal_eval2.csv} PGFPlots: reading {ressources/data/normal_eval2.csv} PGFPlots: reading {ressources/data/normal_eval2.csv} -Overfull \hbox (16.54906pt too wide) in paragraph at lines 1109--1109 +Overfull \hbox (16.81184pt too wide) in paragraph at lines 1396--1396 [][] [] @@ -1583,7 +1548,7 @@ PGFPlots: reading {ressources/data/normal_eval.csv} PGFPlots: reading {ressources/data/normal_eval.csv} PGFPlots: reading {ressources/data/normal_eval.csv} -Overfull \hbox (32.72394pt too wide) in paragraph at lines 1256--1256 +Overfull \hbox (32.17032pt too wide) in paragraph at lines 1542--1542 [][] [] @@ -1591,83 +1556,290 @@ PGFPlots: reading {ressources/data/normal_eval2.csv} PGFPlots: reading {ressources/data/normal_eval2.csv} PGFPlots: reading {ressources/data/normal_eval2.csv} -Overfull \hbox (13.80394pt too wide) in paragraph at lines 1256--1256 +Overfull \hbox (13.76256pt too wide) in paragraph at lines 1542--1542 [][] [] Underfull \vbox (badness 10000) has occurred while \output is active [] - [22]) [23] -\openout2 = `conclusion.aux'. + [34] +PGFPlots: reading {ressources/data/differences/embed_sorted_by_F1_to_wF1_0.csv} - (conclusion.tex [24 +Overfull \hbox (30.32933pt too wide) in paragraph at lines 1710--1710 + [][] + [] +PGFPlots: reading {ressources/data/differences/embed_sorted_by_F1_to_wF1_1.csv} +Overfull \hbox (15.4398pt too wide) in paragraph at lines 1710--1710 + [][] + [] +PGFPlots: reading {ressources/data/differences/embed_sorted_by_h_to_wh_0.csv} +Overfull \hbox (12.32367pt too wide) in paragraph at lines 1710--1710 + [][] + [] -] +PGFPlots: reading {ressources/data/differences/embed_sorted_by_h_to_wh_1.csv} +[35] + +Package xcolor Warning: Incompatible color definition on input line 1729. + + +Package xcolor Warning: Incompatible color definition on input line 1729. + + +Package xcolor Warning: Incompatible color definition on input line 1729. + + +Package xcolor Warning: Incompatible color definition on input line 1729. + + +Package xcolor Warning: Incompatible color definition on input line 1729. + + +Package xcolor Warning: Incompatible color definition on input line 1729. + + +Package xcolor Warning: Incompatible color definition on input line 1729. + + +Package xcolor Warning: Incompatible color definition on input line 1731. + + +Package xcolor Warning: Incompatible color definition on input line 1731. + +[36] [37] +PGFPlots: reading {ressources/data/total_comparisson/normal_eval_comparisonF.csv} + +Overfull \hbox (43.31126pt too wide) in paragraph at lines 1878--1878 + [][] + [] + +PGFPlots: reading {ressources/data/total_comparisson/normal_eval_comparisonh.csv} + +Overfull \hbox (12.32266pt too wide) in paragraph at lines 1878--1878 + [][] + [] + +PGFPlots: reading {ressources/data/total_comparisson/normal_eval_comparisonwF.csv} + +Overfull \hbox (43.30753pt too wide) in paragraph at lines 1878--1878 + [][] + [] + +PGFPlots: reading {ressources/data/total_comparisson/normal_eval_comparisonwh.csv} + +Overfull \hbox (12.31847pt too wide) in paragraph at lines 1878--1878 + [][] + [] + +PGFPlots: reading {ressources/data/total_comparisson/normal_eval2_comparisonF.csv} + +Overfull \hbox (43.30917pt too wide) in paragraph at lines 2015--2015 + [][] + [] + +PGFPlots: reading {ressources/data/total_comparisson/normal_eval2_comparisonh.csv} + +Overfull \hbox (12.32266pt too wide) in paragraph at lines 2015--2015 + [][] + [] + +PGFPlots: reading {ressources/data/total_comparisson/normal_eval2_comparisonwF.csv} + +Overfull \hbox (43.30753pt too wide) in paragraph at lines 2015--2015 + [][] + [] + +PGFPlots: reading {ressources/data/total_comparisson/normal_eval2_comparisonwh.csv} + +Overfull \hbox (12.31847pt too wide) in paragraph at lines 2015--2015 + [][] + [] + + +Underfull \vbox (badness 10000) has occurred while \output is active [] + + [38] +Underfull \vbox (badness 10000) has occurred while \output is active [] + + [39] +PGFPlots: reading {ressources/data/scores/passages_13_scores.csv} + +Missing character: There is no / in font nullfont! +Missing character: There is no p in font nullfont! +Missing character: There is no g in font nullfont! +Missing character: There is no f in font nullfont! +Missing character: There is no p in font nullfont! +Missing character: There is no l in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no / in font nullfont! +Missing character: There is no s in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no p in font nullfont! +Missing character: There is no o in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no n in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no m in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no a in font nullfont! +Missing character: There is no i in font nullfont! +Missing character: There is no f in font nullfont! +Missing character: There is no e in font nullfont! +Missing character: There is no m in font nullfont! +Missing character: There is no p in font nullfont! +Missing character: There is no t in font nullfont! +Missing character: There is no y in font nullfont! +Missing character: There is no = in font nullfont! +Missing character: There is no f in font nullfont! +Missing character: There is no ( in font nullfont! +Missing character: There is no x in font nullfont! +Missing character: There is no ) in font nullfont! +Missing character: There is no , in font nullfont! +PGFPlots: reading {ressources/data/splitting/passages_13_scores_binned_percentages_Score.csv} +PGFPlots: reading {ressources/data/splitting/passages_13_scores_binned_percentages_Score.csv} +PGFPlots: reading {ressources/data/splitting/passages_13_scores_binned_percentages_Score.csv} +PGFPlots: reading {ressources/data/splitting/passages_13_scores_binned_percentages_Score.csv} +PGFPlots: reading {ressources/data/splitting/passages_13_scores_binned_percentages_Score.csv} +PGFPlots: reading {ressources/data/splitting/passages_13_scores_binned_percentages_Score.csv} + +Underfull \vbox (badness 10000) has occurred while \output is active [] + + [40] +Underfull \vbox (badness 10000) has occurred while \output is active [] + + [41] [42] +PGFPlots: reading {ressources/data/normal_eval_meta.csv} +PGFPlots: reading {ressources/data/normal_eval_meta.csv} +PGFPlots: reading {"ressources/data/convex/The Lord of the Rings_F1_wF1_convex_hull.csv"} +PGFPlots: reading {ressources/data/normal_eval_meta.csv} +PGFPlots: reading {"ressources/data/convex/Harry Potter_F1_wF1_convex_hull.csv"} +PGFPlots: reading {ressources/data/normal_eval_meta.csv} +PGFPlots: reading {"ressources/data/convex/The Hunger Games_F1_wF1_convex_hull.csv"} +PGFPlots: reading {ressources/data/normal_eval_meta.csv} +PGFPlots: reading {ressources/data/convex/Dune_F1_wF1_convex_hull.csv} +PGFPlots: reading {ressources/data/normal_eval_meta.csv} +PGFPlots: reading {ressources/data/convex/Twilight_F1_wF1_convex_hull.csv} +PGFPlots: reading {ressources/data/normal_eval_meta.csv} +PGFPlots: reading {"ressources/data/convex/The Hitchhiker's Guide to the Galaxy_F1_wF1_convex_hull.csv"} +PGFPlots: reading {ressources/data/normal_eval_meta.csv} +PGFPlots: reading {ressources/data/normal_eval_meta.csv} +PGFPlots: reading {"ressources/data/convex/The Lord of the Rings_h_wh_convex_hull.csv"} +PGFPlots: reading {ressources/data/normal_eval_meta.csv} +PGFPlots: reading {"ressources/data/convex/Harry Potter_h_wh_convex_hull.csv"} +PGFPlots: reading {ressources/data/normal_eval_meta.csv} +PGFPlots: reading {"ressources/data/convex/The Hunger Games_h_wh_convex_hull.csv"} +PGFPlots: reading {ressources/data/normal_eval_meta.csv} +PGFPlots: reading {ressources/data/convex/Dune_h_wh_convex_hull.csv} +PGFPlots: reading {ressources/data/normal_eval_meta.csv} +PGFPlots: reading {ressources/data/convex/Twilight_h_wh_convex_hull.csv} +PGFPlots: reading {ressources/data/normal_eval_meta.csv} +PGFPlots: reading {"ressources/data/convex/The Hitchhiker's Guide to the Galaxy_h_wh_convex_hull.csv"} + [43]) [44] +\openout2 = `conclusion.aux'. + + (conclusion.tex chapter 6. -) [25] -LaTeX Warning: Empty bibliography on input line 109. +Overfull \hbox (10.97385pt too wide) in paragraph at lines 5--8 +\T1/cmr/m/n/10.95 Although dif-fer-ent prompt word-ings have only a slight im-pact on both BLEU and BERTScore, + [] + +[45 -\openout2 = `appendix.aux'. -(appendix.tex [26 +] [46]) [47] [48 + + ] +\openout2 = `appendix.aux'. + + (appendix.tex chapter 7. -) [27] [28 +) [49 +] [50 -] (_eidversicherung.tex) [29 +] +chapter without number + +Overfull \hbox (4.62541pt too wide) in paragraph at lines 169--169 +[]\T1/cmr/m/n/10.95 Hugging Face. \T1/cmr/m/it/10.95 Mixtral-Instruct-8x7b-Quantized-GGUF\T1/cmr/m/n/10.95 . [][]$\T1/cmtt/m/n/10.95 https : / / huggingface . + [] + +[51 + + +] +Overfull \hbox (1.39124pt too wide) in paragraph at lines 169--169 +[]\T1/cmr/m/n/10.95 Project Guten-berg. \T1/cmr/m/it/10.95 Project Guten-berg\T1/cmr/m/n/10.95 . Ac-cessed: 2024-08-06. 2023. \T1/cmr/m/sc/10.95 url\T1/cmr/m/n/10.95 : [][]$\T1/cmtt/m/n/10.95 https : + [] -] (masterthesis.aux (_titlepage.aux) (introduction.aux) (methodology.aux) (related_work.aux) (dataset.aux) (experiments.aux) (conclusion.aux) (appendix.aux)) + +Overfull \hbox (4.40831pt too wide) in paragraph at lines 169--169 +[]\T1/cmr/m/n/10.95 Wikidata. \T1/cmr/m/it/10.95 Wiki-data: SPARQL tu-to-rial\T1/cmr/m/n/10.95 . Ac-cessed: 2024-08-14. 2024. \T1/cmr/m/sc/10.95 url\T1/cmr/m/n/10.95 : [][]$\T1/cmtt/m/n/10.95 https : + [] + +[52] (masterthesis.lof +Underfull \vbox (badness 10000) has occurred while \output is active [] + + [53 + + +]) +\tf@lof=\write7 +\openout7 = `masterthesis.lof'. + + [54] (_eidversicherung.tex) [55 + + + + +] (masterthesis.aux (_titlepage.aux) (introduction.aux) (background.aux) (related_work.aux) (dataset.aux) (experiments.aux) (conclusion.aux) (appendix.aux)) *********** LaTeX2e <2023-11-01> patch level 1 L3 programming layer <2024-03-14> *********** -LaTeX Warning: There were undefined references. - - LaTeX Warning: There were multiply-defined labels. Package rerunfilecheck Info: File `masterthesis.out' has not changed. (rerunfilecheck) Checksum: D41D8CD98F00B204E9800998ECF8427E;0. - -Package biblatex Warning: Please (re)run Biber on the file: -(biblatex) masterthesis -(biblatex) and rerun LaTeX afterwards. - Package logreq Info: Writing requests to 'masterthesis.run.xml'. \openout1 = `masterthesis.run.xml'. ) Here is how much of TeX's memory you used: - 50475 strings out of 474424 - 1197415 string characters out of 5741740 - 3636612 words of memory out of 5000000 - 71928 multiletter control sequences out of 15000+600000 - 598736 words of font info for 128 fonts, out of 8000000 for 9000 - 1145 hyphenation exceptions out of 8191 - 108i,20n,107p,10950b,2863s stack positions out of 10000i,1000n,20000p,200000b,200000s -<C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/type1/public/amsfonts/cm/cmex10.pfb><C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/type1/public/amsfonts/cm/cmmi10.pfb><C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/type1/public/amsfonts/cm/cmr10.pfb><C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/type1/public/amsfonts/cm/cmsy10.pfb><C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/type1/public/mathpazo/fplmr.pfb><C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/type1/public/mathpazo/fplmri.pfb><C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/type1/urw/palatino/uplb8a.pfb><C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/type1/urw/palatino/uplr8a.pfb><C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/type1/urw/palatino/uplr8a.pfb><C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/type1/urw/palatino/uplri8a.pfb> -Output written on masterthesis.pdf (33 pages, 961228 bytes). + 53512 strings out of 474424 + 1251527 string characters out of 5741740 + 4339070 words of memory out of 5000000 + 74806 multiletter control sequences out of 15000+600000 + 578797 words of font info for 87 fonts, out of 8000000 for 9000 + 1141 hyphenation exceptions out of 8191 + 108i,20n,107p,10950b,2979s stack positions out of 10000i,1000n,20000p,200000b,200000s + <C:\Users\danie\AppData\Local\MiKTeX\fonts/pk/ljfour/jknappen/ec/dpi600\eccc1095.pk> <C:\Users\danie\AppData\Local\MiKTeX\fonts/pk/ljfour/jknappen/ec/dpi600\ecti1095.pk> <C:\Users\danie\AppData\Local\MiKTeX\fonts/pk/ljfour/jknappen/ec/dpi600\ectt1000.pk> <C:\Users\danie\AppData\Local\MiKTeX\fonts/pk/ljfour/jknappen/ec/dpi600\ecrm0600.pk> <C:\Users\danie\AppData\Local\MiKTeX\fonts/pk/ljfour/jknappen/ec/dpi600\ectt1095.pk> <C:\Users\danie\AppData\Local\MiKTeX\fonts/pk/ljfour/jknappen/ec/dpi600\tcrm1095.pk> <C:\Users\danie\AppData\Local\MiKTeX\fonts/pk/ljfour/jknappen/ec/dpi600\ecsx1200.pk> <C:\Users\danie\AppData\Local\MiKTeX\fonts/pk/ljfour/jknappen/ec/dpi600\ecsx1440.pk> <C:\Users\danie\AppData\Local\MiKTeX\fonts/pk/ljfour/jknappen/ec/dpi600\ecsx1095.pk> <C:\Users\danie\AppData\Local\MiKTeX\fonts/pk/ljfour/jknappen/ec/dpi600\ecsx2074.pk> <C:\Users\danie\AppData\Local\MiKTeX\fonts/pk/ljfour/jknappen/ec/dpi600\ecsl1095.pk> <C:\Users\danie\AppData\Local\MiKTeX\fonts/pk/ljfour/jknappen/ec/dpi600\ecrm1095.pk> <C:\Users\danie\AppData\Local\MiKTeX\fonts/pk/ljfour/jknappen/ec/dpi600\ecbx1095.pk> <C:\Users\danie\AppData\Local\MiKTeX\fonts/pk/ljfour/jknappen/ec/dpi600\ecbx2074.pk> <C:\Users\danie\AppData\Local\MiKTeX\fonts/pk/ljfour/jknappen/ec/dpi600\ecrm2074.pk><C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/type1/public/amsfonts/cm/cmbx10.pfb><C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/type1/public/amsfonts/cm/cmex10.pfb><C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/type1/public/amsfonts/cm/cmmi10.pfb><C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/type1/public/amsfonts/cm/cmmi6.pfb><C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/type1/public/amsfonts/cm/cmmi7.pfb><C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/type1/public/amsfonts/cm/cmmi8.pfb><C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/type1/public/amsfonts/cm/cmr10.pfb><C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/type1/public/amsfonts/cm/cmr7.pfb><C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/type1/public/amsfonts/cm/cmr8.pfb><C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/type1/public/amsfonts/cm/cmsy10.pfb><C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/type1/public/amsfonts/cm/cmsy8.pfb><C:/Users/danie/AppData/Local/Programs/MiKTeX/fonts/type1/public/amsfonts/symbols/msbm10.pfb> +Output written on masterthesis.pdf (59 pages, 6348551 bytes). PDF statistics: - 374 PDF objects out of 1000 (max. 8388607) - 75 named destinations out of 1000 (max. 500000) - 247 words of extra memory for PDF output out of 10000 (max. 10000000) + 1474 PDF objects out of 1728 (max. 8388607) + 171 named destinations out of 1000 (max. 500000) + 468 words of extra memory for PDF output out of 10000 (max. 10000000) diff --git a/masterthesis.pdf b/masterthesis.pdf index 669d3208377b448345072fb076f315534f240cc9..f73ad3d69e073d1bf6519bcf7a3ce8b3e4cfa3c7 100644 Binary files a/masterthesis.pdf and b/masterthesis.pdf differ diff --git a/masterthesis.run.xml b/masterthesis.run.xml index 9bed8d655459bd1778a6cce401cbbf5a7540e893..8fc16bacdacc77d3da7e5a462923cab7a677a5c0 100644 --- a/masterthesis.run.xml +++ b/masterthesis.run.xml @@ -41,7 +41,7 @@ > ]> <requests version="1.0"> - <internal package="biblatex" priority="9" active="1"> + <internal package="biblatex" priority="9" active="0"> <generic>latex</generic> <provides type="dynamic"> <file>masterthesis.bcf</file> @@ -57,11 +57,10 @@ <file>alphabetic.bbx</file> <file>alphabetic.cbx</file> <file>biblatex.cfg</file> - <file>german.lbx</file> - <file>ngerman.lbx</file> + <file>english.lbx</file> </requires> </internal> - <external package="biblatex" priority="5" active="1"> + <external package="biblatex" priority="5" active="0"> <generic>biber</generic> <cmdline> <binary>biber</binary> diff --git a/masterthesis.synctex(busy) b/masterthesis.synctex(busy) deleted file mode 100644 index f6715ea0e47410db118c0345edd362392f2feebf..0000000000000000000000000000000000000000 Binary files a/masterthesis.synctex(busy) and /dev/null differ diff --git a/masterthesis.synctex.gz b/masterthesis.synctex.gz new file mode 100644 index 0000000000000000000000000000000000000000..04b6b10482304904381b5b259d5955abc1106c75 Binary files /dev/null and b/masterthesis.synctex.gz differ diff --git a/masterthesis.tex b/masterthesis.tex index d94c5b2c8fcb9633e8b3a7f70aa5af1e7d9bcef2..9d714e7123db67f2870d9b38636233418d610459 100644 --- a/masterthesis.tex +++ b/masterthesis.tex @@ -23,14 +23,65 @@ backend=biber, style=alphabetic, ]{biblatex} -\usepackage[utf8]{inputenc} \usepackage{listings} +\usepackage{graphicx} \usepackage{pgfplots} \usepackage{pgfplotstable} \usepackage{filecontents} \usepackage{amsmath} +\usepackage{amssymb} \usepackage{float} \usepackage{array} +\usepackage{multirow} +\usepackage{xcolor} +\usepackage{adjustbox} +\usepackage{csquotes} +\usepackage{dirtytalk} + +% \newenvironment{abstract}{ +% \cleardoublepage +% \null\vfill +% \begin{center}% +% \bfseries \abstractname +% \end{center}}% +% {\vfill\null} + +\newcommand{\croppedimage}[4]{ + \adjustbox{clip, trim= #1 #2 #3 #4}{\includegraphics[width=\linewidth]{ressources/images/Gollum.png}} +} +\newcommand{\wavyline}{ + \tikz[baseline]{ + \draw[decorate,decoration={snake,amplitude=1mm,segment length=7mm}] (0,0) -- (\linewidth-50,0); + } +} + +\lstdefinelanguage{SPARQL}{ + keywords={SELECT, WHERE, BIND, FILTER, SERVICE}, + morekeywords=[2]{wdt, wd, p, ps, pq, bd}, + keywordstyle=\color{blue}\bfseries, + keywordstyle=[2]\color{teal}\bfseries, + basicstyle=\ttfamily\small, + stringstyle=\color{purple}, + commentstyle=\color{gray}\itshape, + morecomment=[l][\color{gray}]{\#}, + numbers=left, + numberstyle=\tiny\color{gray}, + stepnumber=1, + numbersep=5pt, + backgroundcolor=\color{lightgray!10}, + frame=single, + rulecolor=\color{black}, + tabsize=2, + breaklines=true, + breakatwhitespace=false, + showspaces=false, + showstringspaces=false, + showtabs=false, + captionpos=b, + aboveskip=10pt, + belowskip=10pt +} + \usetikzlibrary{pgfplots.groupplots} \pgfplotsset{compat=1.8} @@ -86,6 +137,8 @@ style=alphabetic, \begin{document} + + % TITELSEITE \include{_titlepage} @@ -100,23 +153,21 @@ style=alphabetic, % Hauptteil einleiten --> Seitennummerierung wieder arabisch \mainmatter + + + \include{introduction} -\include{methodology} +\include{background} \include{related_work} \include{dataset} \include{experiments} \include{conclusion} -\printbibliography +\cleardoublepage \include{appendix} \cleardoublepage - -% VERZEICHNISSE (Abbildungen, Tabellen) -% Literatur -%\nocite{wiki:wissarbeit} - +\printbibliography +\listoffigures \cleardoublepage - -% ERKLÄRUNG \input{_eidversicherung} - + \end{document} \ No newline at end of file diff --git a/masterthesis.toc b/masterthesis.toc index 90a071c01f61afbed797a7274b62791835b904e1..616c59bd2ce710ae9099e85cdae4fa71ce7306e6 100644 --- a/masterthesis.toc +++ b/masterthesis.toc @@ -1,30 +1,42 @@ -\babel@toc {german}{}\relax +\babel@toc {english}{}\relax \contentsline {chapter}{\numberline {1}Introduction}{1}{chapter.1}% -\contentsline {chapter}{\numberline {2}Methodology}{3}{chapter.2}% -\contentsline {section}{\numberline {2.1}Related Work}{3}{section.2.1}% -\contentsline {subsection}{\numberline {2.1.1}Project Gutenberg}{4}{subsection.2.1.1}% -\contentsline {section}{\numberline {2.2}RAG}{4}{section.2.2}% -\contentsline {section}{\numberline {2.3}Query generation}{5}{section.2.3}% -\contentsline {chapter}{\numberline {3}Related Work}{7}{chapter.3}% -\contentsline {section}{\numberline {3.1}Tokenization}{7}{section.3.1}% -\contentsline {section}{\numberline {3.2}The Transformer}{7}{section.3.2}% -\contentsline {subsection}{\numberline {3.2.1}Encoder}{8}{subsection.3.2.1}% -\contentsline {subsection}{\numberline {3.2.2}Decoder}{9}{subsection.3.2.2}% -\contentsline {section}{\numberline {3.3}BERT}{9}{section.3.3}% -\contentsline {subsection}{\numberline {3.3.1}Embeddings}{9}{subsection.3.3.1}% -\contentsline {subsection}{\numberline {3.3.2}Fine-Tuning}{10}{subsection.3.3.2}% -\contentsline {subsection}{\numberline {3.3.3}BERTScore}{10}{subsection.3.3.3}% -\contentsline {section}{\numberline {3.4}BLEU-Score}{11}{section.3.4}% -\contentsline {chapter}{\numberline {4}Gathering of literature}{13}{chapter.4}% -\contentsline {chapter}{\numberline {5}Experiments}{15}{chapter.5}% -\contentsline {section}{\numberline {5.1}Base Experiment}{15}{section.5.1}% -\contentsline {subsection}{\numberline {5.1.1}Results}{18}{subsection.5.1.1}% -\contentsline {subsection}{\numberline {5.1.2}Analysis}{21}{subsection.5.1.2}% -\contentsline {section}{\numberline {5.2}Selected Embedded chunks}{22}{section.5.2}% -\contentsline {chapter}{\numberline {6}Conclusion}{25}{chapter.6}% -\contentsline {section}{\numberline {6.1}summary}{25}{section.6.1}% -\contentsline {section}{\numberline {6.2}future work}{25}{section.6.2}% -\contentsline {section}{\numberline {6.3}note of thanks}{25}{section.6.3}% -\contentsline {chapter}{\numberline {7}Appendix}{27}{chapter.7}% -\contentsline {chapter}{Eidesstattliche Versicherung}{29}{chapter*.13}% +\contentsline {chapter}{\numberline {2}Background}{3}{chapter.2}% +\contentsline {section}{\numberline {2.1}Tokenization}{3}{section.2.1}% +\contentsline {section}{\numberline {2.2}The Transformer}{4}{section.2.2}% +\contentsline {subsection}{\numberline {2.2.1}Encoder}{5}{subsection.2.2.1}% +\contentsline {subsection}{\numberline {2.2.2}Decoder}{5}{subsection.2.2.2}% +\contentsline {section}{\numberline {2.3}BERT}{6}{section.2.3}% +\contentsline {subsection}{\numberline {2.3.1}Embeddings}{6}{subsection.2.3.1}% +\contentsline {section}{\numberline {2.4}Fine-Tuning}{7}{section.2.4}% +\contentsline {section}{\numberline {2.5}Quantization}{7}{section.2.5}% +\contentsline {subsection}{\numberline {2.5.1}BERTScore}{8}{subsection.2.5.1}% +\contentsline {section}{\numberline {2.6}BLEU-Score}{9}{section.2.6}% +\contentsline {section}{\numberline {2.7}RAG}{10}{section.2.7}% +\contentsline {chapter}{\numberline {3}Related Work}{11}{chapter.3}% +\contentsline {section}{\numberline {3.1}Coreference in Long Documents using Hierarchical Entity Merging}{11}{section.3.1}% +\contentsline {section}{\numberline {3.2}Evaluating Character Understanding of Large Language Models via Character Profiling from Fictional Works}{12}{section.3.2}% +\contentsline {section}{\numberline {3.3}Project Gutenberg}{12}{section.3.3}% +\contentsline {section}{\numberline {3.4}LISCU}{13}{section.3.4}% +\contentsline {section}{\numberline {3.5}Dated Data: Tracing Knowledge Cutoffs in Large Language Models}{13}{section.3.5}% +\contentsline {section}{\numberline {3.6}Methodological Approach}{14}{section.3.6}% +\contentsline {chapter}{\numberline {4}Gathering of Literature}{17}{chapter.4}% +\contentsline {section}{\numberline {4.1}Querying Wikidata}{19}{section.4.1}% +\contentsline {subsection}{\numberline {4.1.1}Scraping Fandom Articles}{20}{subsection.4.1.1}% +\contentsline {chapter}{\numberline {5}Experiments}{23}{chapter.5}% +\contentsline {section}{\numberline {5.1}Baseline Experiment}{23}{section.5.1}% +\contentsline {subsection}{\numberline {5.1.1}Results}{26}{subsection.5.1.1}% +\contentsline {subsection}{\numberline {5.1.2}Analysis}{31}{subsection.5.1.2}% +\contentsline {section}{\numberline {5.2}Passage Embedding Experiment}{33}{section.5.2}% +\contentsline {subsection}{\numberline {5.2.1}Results}{34}{subsection.5.2.1}% +\contentsline {subsection}{\numberline {5.2.2}Analysis}{35}{subsection.5.2.2}% +\contentsline {section}{\numberline {5.3}Method Comparison}{38}{section.5.3}% +\contentsline {subsection}{\numberline {5.3.1}Results}{38}{subsection.5.3.1}% +\contentsline {subsection}{\numberline {5.3.2}Analysis}{40}{subsection.5.3.2}% +\contentsline {chapter}{\numberline {6}Conclusion}{45}{chapter.6}% +\contentsline {section}{\numberline {6.1}Summary}{45}{section.6.1}% +\contentsline {section}{\numberline {6.2}Future Work}{45}{section.6.2}% +\contentsline {section}{\numberline {6.3}Acknowledgments}{47}{section.6.3}% +\contentsline {chapter}{\numberline {7}Appendix}{49}{chapter.7}% +\contentsline {chapter}{\nonumberline Bibliography}{51}{chapter*.32}% +\contentsline {chapter}{Affidavit}{55}{chapter*.34}% \providecommand \tocbasic@end@toc@file {}\tocbasic@end@toc@file diff --git a/methodology.aux b/methodology.aux deleted file mode 100644 index fc9deeefab71421447cd313c1b0d0076a33d4837..0000000000000000000000000000000000000000 --- a/methodology.aux +++ /dev/null @@ -1,155 +0,0 @@ -\relax -\providecommand\hyper@newdestlabel[2]{} -\@writefile{toc}{\contentsline {chapter}{\numberline {2}Methodology}{3}{chapter.2}\protected@file@percent } -\@writefile{lof}{\addvspace {10\p@ }} -\@writefile{lot}{\addvspace {10\p@ }} -\@writefile{lol}{\addvspace {10\p@ }} -\@writefile{toc}{\contentsline {section}{\numberline {2.1}Related Work}{3}{section.2.1}\protected@file@percent } -\@writefile{toc}{\contentsline {subsection}{\numberline {2.1.1}Project Gutenberg}{4}{subsection.2.1.1}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {2.2}RAG}{4}{section.2.2}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {2.3}Query generation}{5}{section.2.3}\protected@file@percent } -\@setckpt{methodology}{ -\setcounter{page}{7} -\setcounter{equation}{0} -\setcounter{enumi}{0} -\setcounter{enumii}{0} -\setcounter{enumiii}{0} -\setcounter{enumiv}{0} -\setcounter{footnote}{0} -\setcounter{mpfootnote}{0} -\setcounter{part}{0} -\setcounter{chapter}{2} -\setcounter{section}{3} -\setcounter{subsection}{0} -\setcounter{subsubsection}{0} -\setcounter{paragraph}{0} -\setcounter{subparagraph}{0} -\setcounter{figure}{0} -\setcounter{table}{0} -\setcounter{lstnumber}{1} -\setcounter{section@level}{1} -\setcounter{Item}{0} -\setcounter{Hfootnote}{0} -\setcounter{bookmark@seq@number}{0} -\setcounter{caption@flags}{0} -\setcounter{continuedfloat}{0} -\setcounter{subfigure}{0} -\setcounter{subtable}{0} -\setcounter{tabx@nest}{0} -\setcounter{listtotal}{0} -\setcounter{listcount}{0} -\setcounter{liststart}{0} -\setcounter{liststop}{0} -\setcounter{citecount}{0} -\setcounter{citetotal}{0} -\setcounter{multicitecount}{0} -\setcounter{multicitetotal}{0} -\setcounter{instcount}{0} -\setcounter{maxnames}{3} -\setcounter{minnames}{1} -\setcounter{maxitems}{3} -\setcounter{minitems}{1} -\setcounter{citecounter}{0} -\setcounter{maxcitecounter}{0} -\setcounter{savedcitecounter}{0} -\setcounter{uniquelist}{0} -\setcounter{uniquename}{0} -\setcounter{refsection}{0} -\setcounter{refsegment}{0} -\setcounter{maxextratitle}{0} -\setcounter{maxextratitleyear}{0} -\setcounter{maxextraname}{0} -\setcounter{maxextradate}{0} -\setcounter{maxextraalpha}{0} -\setcounter{abbrvpenalty}{50} -\setcounter{highnamepenalty}{50} -\setcounter{lownamepenalty}{25} -\setcounter{maxparens}{3} -\setcounter{parenlevel}{0} -\setcounter{blx@maxsection}{0} -\setcounter{mincomprange}{10} -\setcounter{maxcomprange}{100000} -\setcounter{mincompwidth}{1} -\setcounter{afterword}{0} -\setcounter{savedafterword}{0} -\setcounter{annotator}{0} -\setcounter{savedannotator}{0} -\setcounter{author}{0} -\setcounter{savedauthor}{0} -\setcounter{bookauthor}{0} -\setcounter{savedbookauthor}{0} -\setcounter{commentator}{0} -\setcounter{savedcommentator}{0} -\setcounter{editor}{0} -\setcounter{savededitor}{0} -\setcounter{editora}{0} -\setcounter{savededitora}{0} -\setcounter{editorb}{0} -\setcounter{savededitorb}{0} -\setcounter{editorc}{0} -\setcounter{savededitorc}{0} -\setcounter{foreword}{0} -\setcounter{savedforeword}{0} -\setcounter{holder}{0} -\setcounter{savedholder}{0} -\setcounter{introduction}{0} -\setcounter{savedintroduction}{0} -\setcounter{namea}{0} -\setcounter{savednamea}{0} -\setcounter{nameb}{0} -\setcounter{savednameb}{0} -\setcounter{namec}{0} -\setcounter{savednamec}{0} -\setcounter{translator}{0} -\setcounter{savedtranslator}{0} -\setcounter{shortauthor}{0} -\setcounter{savedshortauthor}{0} -\setcounter{shorteditor}{0} -\setcounter{savedshorteditor}{0} -\setcounter{labelname}{0} -\setcounter{savedlabelname}{0} -\setcounter{institution}{0} -\setcounter{savedinstitution}{0} -\setcounter{lista}{0} -\setcounter{savedlista}{0} -\setcounter{listb}{0} -\setcounter{savedlistb}{0} -\setcounter{listc}{0} -\setcounter{savedlistc}{0} -\setcounter{listd}{0} -\setcounter{savedlistd}{0} -\setcounter{liste}{0} -\setcounter{savedliste}{0} -\setcounter{listf}{0} -\setcounter{savedlistf}{0} -\setcounter{location}{0} -\setcounter{savedlocation}{0} -\setcounter{organization}{0} -\setcounter{savedorganization}{0} -\setcounter{origlocation}{0} -\setcounter{savedoriglocation}{0} -\setcounter{origpublisher}{0} -\setcounter{savedorigpublisher}{0} -\setcounter{publisher}{0} -\setcounter{savedpublisher}{0} -\setcounter{language}{0} -\setcounter{savedlanguage}{0} -\setcounter{origlanguage}{0} -\setcounter{savedoriglanguage}{0} -\setcounter{pageref}{0} -\setcounter{savedpageref}{0} -\setcounter{textcitecount}{0} -\setcounter{textcitetotal}{0} -\setcounter{textcitemaxnames}{0} -\setcounter{biburlbigbreakpenalty}{100} -\setcounter{biburlbreakpenalty}{200} -\setcounter{biburlnumpenalty}{0} -\setcounter{biburlucpenalty}{0} -\setcounter{biburllcpenalty}{0} -\setcounter{smartand}{1} -\setcounter{bbx:relatedcount}{0} -\setcounter{bbx:relatedtotal}{0} -\setcounter{parentequation}{0} -\setcounter{float@type}{8} -\setcounter{lstlisting}{0} -} diff --git a/methodology.tex b/methodology.tex deleted file mode 100644 index 17730bca1580fa6680fb5ff16e7582e893462577..0000000000000000000000000000000000000000 --- a/methodology.tex +++ /dev/null @@ -1,158 +0,0 @@ -\chapter{Methodology} - - -\section{Tokenization} -Tokens are the fundamental units of data processing in natural language processing (NLP). A token is the smallest meaningful unit of text, which can be a word, subword, or even a single character or punctuation mark. Tokenization is typically performed at one of three levels: single characters (character-based tokenization), subwords (subword-based tokenization), or whole words (word-based tokenization). - -In most modern NLP models, subword tokenization is predominantly used. This technique breaks words into smaller units, such as prefixes and suffixes. Unlike word-based tokenizers, which generate a very large vocabulary and suffer from a loss of meaning across very similar words as well as a large quantity of out-of-vocabulary tokens, or character-based tokenization, where each token has minimal meaning in context and the overall number of tokens on a tokinzed text is enormous, subword-based tokenization seeks to find a middle ground. The idea is to decompose rare words into meaningful subwords while maintaining few to single tokens for every meaningful or frequently used word. - -Subword tokenizers are employed in almost every widely-used large language model (LLM) such as GPT-2, Llama 3, and in large pre-trained language models like BERT. - -\cite{huggingfacetokenizer} - - -\section{The Transformer} -The Transformer architecture, introduced in June 2017, marked a significant advancement in natural language processing (NLP), initially focusing on sequence-to-sequence NLP problems like machine translation tasks. However, its capabilities quickly revealed a broader potential, particularly in developing large language models (LLMs). These models are trained on vast amounts of raw text using self-supervised learning, a method where the training objective is derived automatically from the input data. After that the model developed a statistically understanding of the language but still needs to be improved by e.g. masked language-modeling or causal language modeling. The Tranformer consists of a encoder and a decoder. -% https://arxiv.org/abs/1706.03762 - - - -\begin{figure}[h] - - \centering - \includegraphics[width=8cm]{ressources/images/Transformer.png} - \caption{transformer architecture from the original paper} - \end{figure} -\subsection{Encoder} -The encoder takes an input sequence, and breaks it down into individual tokens (words or sub-words). -For each token an embedding vector is computed, which is a numerical representation of that token, capturing its semantic meaning. - -A key component of the encoder is the self-attention mechanism. Self-attention enables the model to consider the entire sequence when encoding each token, allowing it to weigh the relevance of other tokens in the input sequence dynamically. For each token, the self-attention mechanism computes attention scores that determine the influence of all other tokens in the sequence. So the generated embedded vector for each token does not only represent the token alone but also its left and right contextual influence. - - -The encoder consists of multiple identical layers, or encoder blocks. Each encoder block contains two main sub-layers: - -\begin{itemize} - \item \textbf{Multi-Head Self-Attention Layer}: This sub-layer allows the model to attend to different parts of the sequence from multiple perspectives or "heads." Each head performs self-attention independently, and their outputs are concatenated and linearly transformed to provide a richer representation. - - \item \textbf{Feed-Forward Layer}: After the self-attention sub-layer, each token's representation is passed through a feed-forward neural network. This layer is a simple fully connected feed-forward network applied to each position (word) in the sequence independently and identically. It consists of two linear transformations with a ReLU activation in between, allowing the model to apply non-linear transformations and further refine the encoded representation. -\end{itemize} - -Both sub-layers in the encoder block are followed by residual connections and layer normalization, which help in stabilizing the training and improving convergence. - -\subsection{Decoder} -The decoder works quiet similar to the encoder and can be also be used for same tasks but with respect to loss of performance. It also uses multiple decoder blocks, similar to the encoder but has two additional sub-layers per block as compared to the encoder block. In the transformer's architecture the decoder's role is to generate the output sequence based on the encoded representation from the encoder (cross-attention). This is done auto-regressively, which means that the generated computed feature-vector, which holds information about the input sequence will be tranformed by the language modelling head mapping into the next probable following word, which then will be added to the input text and then get feeded back into the decoder. The most important difference to the encoder is the masked multi-head self-attention. - -\begin{itemize} - \item \textbf{Masked Multi-Head Self-Attention Layer}: - Since the decoder cannot predict future words based on information not yet generated, it only attends uni-directional to the previously generated tokens in the output sequence. Therfor only the left context (for "LTR" text) is used and the right context is masked. -\end{itemize} - - - - - -\section{BERT} -BERT (Bidirectional Encoder Representations from Transformers) is a pre-trained language representation model introduced by Devlin et al. in 2019 (ref). Its based on the Transformer architecture from\dots but instead of using in contrast to using both, an encoder and a decoder as in the original transformer, BERT only utilizes the encoder component. Consequently, unlike other large language models (LLMs), BERT cannot predict new tokens and thus is not suitable for text generation. Instead, it still achieves state-of-the-art results in tasks such as text classification, sentiment analysis, and named entity recognition. The attention scores are computed using queries, keys, and values derived from the input embeddings. - -\subsection{Embeddings} -The three matrices in BERT—token embeddings, segment embeddings, and positional embeddings are generated as part of the model's training process. - -For each unique Token ID (i.e. for each of the 30,522 words and subwords in the BERT Tokenizer’s vocabulary), the BERT model contains an embedding that is trained to represent that specific token. The Embedding Layer within the model is responsible for mapping tokens to their corresponding embeddings. - -Before a string of text is passed to the BERT model, the BERT Tokenizer is used to convert the input from a string into a list of integer Token IDs, where each ID directly maps to a word or part of a word in the original string. In addition to the Token Embeddings described so far, BERT also relies on Position Embeddings. While Token Embeddings are used to represent each possible word or subword that can be provided to the model, Position Embeddings represent the position of each token in the input sequence. - -The final type of embedding used by BERT is the Token Type Embedding, also called the Segment Embedding in the original BERT Paper. One of the tasks that BERT was originally trained to solve was Next Sentence Prediction. That is, given two sentences A and B, BERT was trained to determine whether B logically follows A.\\ - -BERT introduces two pre-training objectives, the masked language model objective (MLM), and the next sentence prediction objective (NSP). - - -\begin{itemize} - \item \textbf{Masked Language Modeling (MLM)}: - 15\% of the words in a sentence are randomly masked, and the model is trained to predict these masked words based on the context provided by the other words in the sentence. This enables BERT to learn bidirectional representations. - - \item \textbf{Next Sentence Prediction (NSP)}: - To understand relationships between sentences, BERT is trained on pairs of sentences. Given two sentences, the model predicts whether the second sentence is the actual next sentence in the original text or a randomly chosen one. This task helps BERT capture the coherence and context between sentences. -\end{itemize} - - -\subsection{Fine-Tuning} -After pre-training on large text corpora, BERT can be fine-tuned on specific downstream tasks with relatively small amounts of data. Fine-tuning involves adjusting the pre-trained model weights slightly to better fit the target task. This approach leverages the robust pre-trained language representations and adapts them to the specific requirements of the task at hand. - - - - -\subsection{BERTScore} -BERTScore is an evaluation metric that utilizes the BERT model to compare texts more semantically than traditional metrics like BLEU. It leverages the contextualized embeddings provided by a pre-trained BERT model to assess the similarity between candidate and reference texts.\\ - -The process begins by inputting both candidate and reference texts into the BERT model, which generates contextualized embeddings for each token in both texts. For each token, the similarity between its embedding and every token embedding in the comparison text is calculated using cosine similarity -\begin{equation} - \cos(\theta) = \frac{\mathbf{A} \cdot \mathbf{B}}{\|\mathbf{A}\| \|\mathbf{B}\|} = \frac{\sum_{i=1}^{n} \mathbf{A}_{i} \mathbf{B}_{i} }{\sqrt{\sum_{i=1}^{n} \mathbf{A}_{i}} \cdot \sqrt{\sum_{i=1}^{n} \mathbf{B}_{i}} } -\end{equation} -This results in a similarity matrix where each entry represents the cosine similarity between the embeddings of a pair of tokens (one from the candidate sentence and one from the reference sentence).\\ - - -The metric is computed symmetrically as follows:\\ - -For each token embedding in the candidate sentence, find the maximum similarity score with any token embedding in the reference sentence, and average these scores across all tokens in the candidate sentence to obtain precision.\\ - -Similarly, for each token embedding in the reference sentence, find the maximum similarity score with any token embedding in the candidate sentence, and average these scores across all tokens in the reference sentence to obtain recall. - -\[P_{BERT} = \frac{1}{|\hat{x}|} \sum_{\hat{x}_j\in \hat{x}} \max_{x_i \in x} x_i^T \hat{x_j} \] -\[R_{BERT} = \frac{1}{|x|} \sum_{x_i \in x} \max_{\hat{x}_j\in \hat{x}} x_i^T \hat{x_j} \] - - - -Finally the $F_1$-score (an $F$-measure) -is computed as the harmonic mean of precision and recall and is providing a balanced measure that considers both the model's ability to capture relevant information and its accuracy in predicting new text equally. - -\[F_{BERT} = 2\frac{P_{BERT}R_{BERT}}{P_{BERT} + R_{BERT}} \] - -\section{BLEU-Score} - -BLEU-Score is a different metric I use in my thesis for comparing texts. BLEU is not evaluating and comparing the semantic of the reference and candidate text but instead comparing similarity of vocabulary between them. - -Let $\left\{y^{1}, y^{2}, ..., y^{N}\right\}$ be the words of the reference text and $\left\{\hat{y}^{1}, \hat{y}^{2}, ..., \hat{y}^{N}\right\}$ - - -The first step is to create n-grams $\text{G}_n(y)$ for both texts. An n-gram is just a set of consecutive words of length n in a text. - -\[ - \text{G}_n(y) = \left\{y_1, y_2, ..., y_k\right\} -\] - -Next we define the function $\text{C}(s,y)$ that counts the appearances of s as a substring in y. -Now we can count n-grams of the candidate that appear in the reference text. We can compute the clipped precision by taking the minimum of the appearances of the n-gram in $y$ and $\hat{y}$ and then dividing by the amount of all occurences of n-grams in $\hat{y}$. Therefor candidates that have the same n-gram repeating over and over again don't get a higher precision score if the same n-gram does not appear in the reference text the same amount. - -\[ - \text{p}_n(\hat{y} , y) = \frac{\sum_{s \in G_n(\hat{y})} \min(\text{C}(s,\hat{y}), \text{C}(s,y))}{\sum_{s \in G_n(\hat{y})} \text{C}(s,\hat{y})} -\] - - -Right now short candidate texts are more likely to get a good score although the reference text is much longer. Therefor we add a brevity penalty in order to give higher scores to texts that are closer or even longer to the reference texts real size. -\[ - \text{BP}(c, r) = \left\{\begin{array}{lr} - 1, & \text{if } c > r \\ - \ e^{(1 - r/c)}, & \text{if } c \leq r \\ - \end{array}\right\} -\] - -Finally for BLEU-Score we combine the brevity penalty with the clipped precision of n-grams. We additionally add a distribution vector to weigh each $ \text{p}_n$ by $w_n$ in order to have the opportunity to give n-grams with different $n$ also a different impact on the overall result. Although in the end most BLEU-Scores just use a uniform distribution with $N = 4$ so that $w_n$ always stays $\frac{1}{4}$ - -\[\text{BLEU} = \text{BP}(c, r) \cdot \exp\left(\sum_{n=1}^{N} \text{w}_n \cdot \ln(p_n)\right)\] - - -\section{RAG} -%In contrast to their approach for Character Description Generation which required modeling long-range dependencies, I am using - - -Retrieval-augmented generation (RAG), is a technique used to improve the quality of LLM-generated responses by grounding the model on external sources. LLMs are inconsistent in terms of producing same quality responses for each and every topic, since they knowledge is based on finite amount of information, that isn't equally distributed for every potential topic. But Retrieval-augmented generation doesn't only reduce the need for internal sources (continuous training, lowering computational and financial costs) but also ensures that the model has access to the most current, reliable facts. It therfore reduce the chances of generating false information and ensures that the generated content is relevant. -In this thesis I am utilizing RAG to hopefully improve (key features) from the characters described in the literature to achieve better characterizations with sgrounded models that utilize this external information. - - -Benefits of RAG: - - Accuracy: By grounding generative outputs in real data, RAG models can significantly reduce the chances of generating false or misleading information. - Contextual Relevance: The retrieval step ensures that the generated content is relevant to the user's query or context. - Flexibility: Combines the benefits of retrieval-based and generative approaches, making it adaptable to various applications. - Efficiency: Can dynamically incorporate new information without the need for retraining the generative model, allowing for real-time updates and adaptability. \ No newline at end of file diff --git a/related_work.aux b/related_work.aux index fcfaa4d7d7567bb282a59e435dd4c92b05a8573d..4ad2d9d12f9ad0f9eb030aba0cebe7727022dd1f 100644 --- a/related_work.aux +++ b/related_work.aux @@ -1,22 +1,18 @@ \relax \providecommand\hyper@newdestlabel[2]{} -\@writefile{toc}{\contentsline {chapter}{\numberline {3}Related Work}{7}{chapter.3}\protected@file@percent } +\@writefile{toc}{\contentsline {chapter}{\numberline {3}Related Work}{11}{chapter.3}\protected@file@percent } \@writefile{lof}{\addvspace {10\p@ }} \@writefile{lot}{\addvspace {10\p@ }} \@writefile{lol}{\addvspace {10\p@ }} -\@writefile{toc}{\contentsline {section}{\numberline {3.1}Tokenization}{7}{section.3.1}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {3.2}The Transformer}{7}{section.3.2}\protected@file@percent } -\@writefile{lof}{\contentsline {figure}{\numberline {3.1}{\ignorespaces transformer architecture from the original paper}}{8}{figure.caption.3}\protected@file@percent } -\@writefile{toc}{\contentsline {subsection}{\numberline {3.2.1}Encoder}{8}{subsection.3.2.1}\protected@file@percent } -\@writefile{toc}{\contentsline {subsection}{\numberline {3.2.2}Decoder}{9}{subsection.3.2.2}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {3.3}BERT}{9}{section.3.3}\protected@file@percent } -\@writefile{toc}{\contentsline {subsection}{\numberline {3.3.1}Embeddings}{9}{subsection.3.3.1}\protected@file@percent } -\@writefile{toc}{\contentsline {subsection}{\numberline {3.3.2}Fine-Tuning}{10}{subsection.3.3.2}\protected@file@percent } -\@writefile{toc}{\contentsline {subsection}{\numberline {3.3.3}BERTScore}{10}{subsection.3.3.3}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {3.4}BLEU-Score}{11}{section.3.4}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {3.1}Coreference in Long Documents using Hierarchical Entity Merging}{11}{section.3.1}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {3.2}Evaluating Character Understanding of Large Language Models via Character Profiling from Fictional Works}{12}{section.3.2}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {3.3}Project Gutenberg}{12}{section.3.3}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {3.4}LISCU}{13}{section.3.4}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {3.5}Dated Data: Tracing Knowledge Cutoffs in Large Language Models}{13}{section.3.5}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {3.6}Methodological Approach}{14}{section.3.6}\protected@file@percent } \@setckpt{related_work}{ -\setcounter{page}{13} -\setcounter{equation}{1} +\setcounter{page}{16} +\setcounter{equation}{0} \setcounter{enumi}{0} \setcounter{enumii}{0} \setcounter{enumiii}{0} @@ -25,12 +21,12 @@ \setcounter{mpfootnote}{0} \setcounter{part}{0} \setcounter{chapter}{3} -\setcounter{section}{4} +\setcounter{section}{6} \setcounter{subsection}{0} \setcounter{subsubsection}{0} \setcounter{paragraph}{0} \setcounter{subparagraph}{0} -\setcounter{figure}{1} +\setcounter{figure}{0} \setcounter{table}{0} \setcounter{lstnumber}{1} \setcounter{section@level}{1} @@ -50,7 +46,7 @@ \setcounter{citetotal}{0} \setcounter{multicitecount}{0} \setcounter{multicitetotal}{0} -\setcounter{instcount}{0} +\setcounter{instcount}{17} \setcounter{maxnames}{3} \setcounter{minnames}{1} \setcounter{maxitems}{3} @@ -157,5 +153,6 @@ \setcounter{bbx:relatedtotal}{0} \setcounter{parentequation}{0} \setcounter{float@type}{8} +\setcounter{dirtytalk@qdepth}{0} \setcounter{lstlisting}{0} } diff --git a/related_work.tex b/related_work.tex index 32eaad0639069baf60abd4b3dddea4ee030d3f44..e5eac13a87f88d6dbf28ac808f9fde91a4e12268 100644 --- a/related_work.tex +++ b/related_work.tex @@ -1,93 +1,54 @@ \chapter{Related Work} -Now first of all there already has been a decent amount of approaches for automatic text-summarization.\\ -One of the oldest and most cited papers from 2002 belongs to ``Automatic Text Summarization Using a Machine Learning Approach'' from \cite{10.1007/3-540-36127-8_20}. It describes a summarization procedure based on naive Bayes and C4.5 decision tree with different compression rates. The results where it utilizes the Naive Bayes classifier and a higher compression rate beeing more yielding better precision and recall. -Creating a Characterization is quite similar to making a Summarization of character related content but could also include deductions made from the behavior of that character. -A recent Paper from 2021 \cite{brahman-etal-2021-characters-tell} presents a dataset called LiSCU (Literary Summaries with Character Understanding) that aims to facilitate research in character-centric narrative understanding. They used techniques for Character Identification, where the goal is to identify a character's name from an anonymized description, and Character Description Generation, which involves generating a description for a given character based on a literature summary. +Now first of all there already has been a decent amount of approaches for automatic text summarization, which is kind of similar to creating character descriptions, although simple summaries don't include additional information for example deductions made from the behavior of that character. One of the oldest and most cited papers from 2002 belongs to ``Automatic Text Summarization Using a Machine Learning Approach'' from \cite{10.1007/3-540-36127-8_20}. It describes a summarization procedure with different compression rates based on Naive Bayes and C4.5 decision tree evaluated with precision and recall of just single word occurrences like nouns and names. Since then a lot of different techniques for summarization and text-merging and also open available datasets have been presented over the years. I will now present some of the most relevant and guided works to my thesis. -might exceed model limits: -Length Truncation: Simply truncating the summary at the end. -Coreference Truncation: Using SpanBERT to identify sentences in the summary that mention the character, focusing on these sentences. +% Done +\section{Coreference in Long Documents using Hierarchical Entity Merging} +One of the most recent papers \cite{TalikaGupta2024CoreferenceIL} aims to improve coreference resolution in long documents by introducing a recursive hierarchical entity merging approach. +Their method involves splitting long documents into ($n \in {2, 4, 8}$) smaller segments, applying a coreference resolution model (wl-coref model(Dobrovolskii, 2021)) to each segment, yielding clusters for each entity, and then merging the entities identified in these segments using a hierarchical process. The merging process considers the embeddings of the entities to decide whether two entities from different splits refer to the same entity. This is done iteratively across all splits until a final, consolidated entity list is produced for the entire document. Since this approach is not generally dependent on the coreference model's input size, this merging approach allows coreference resolution in texts of arbitrary length. +The approach was tested on English datasets like OntoNotes and LitBank, as well as German datasets like TüBa-DZ and DROC, along with two specific German texts. The results inter alia achieved SOTA results for long document processing as the German novel ``Effi Briest'' attained a CoNLL-F1 score of 54.17 and more impressively a drastic LEA score of improvement from 15.92 to 39.12 while maintaining run-time efficiency of running under 2 min on a single A6000 GPU. -GPT-2: With a maximum input length of 1024 tokens. -BART (Bidirectional and Auto-Regressive Transformers): Extended to accept up to 2048 tokens. +% Done +\section{Evaluating Character Understanding of Large Language Models via +Character Profiling from Fictional Works} -Longformer: Leveraged for its efficient encoding mechanism to handle long texts, allowing inputs up to 16,384 tokens when using the full text of books. +The next paper was released this year during the completion of my thesis. The title is "Evaluating Character Understanding of Large Language Models via Character Profiling from Fictional Works" and it introduces the CROSS dataset, which is a dataset, that consists of expert-generated character profiles organized into four key dimensions: attributes, relationships, events, and personality. -BLEU-4, ROUGE-n (n=1, 2), ROUGE-L F-1 scores, and BERTScore to measure similarity and quality. +The authors test three distinct summarization methods. Hierarchical Merging, which uses a straightforward, zero-shot prompt technique to combine summaries at lower levels into higher-level summaries. The initial level contains basic segments of the book, while subsequent levels summarize increasingly larger portions of the content. Incremental Updating is a method, that follows a similar approach but instead of creating a hierarchy, it compresses the text as the book is sequentially processed from start to finish. At any point during the summarization process, the summary only includes content up to that specific point, with the remaining content still to be summarized. The final method, summarizing in one go, utilizes LLMs with large context windows, like GPT-4-Turbo, which can process up to 128,000 tokens to generate summaries for smaller texts. +Evaluation is conducted through intrinsic assessment (Factual Consistency Examination (FCE)) and extrinsic assessment (Motivation Recognition (MR)). For the FCE Consistency Score, the authors use Llama3 to assign a score on a scale from 1 to 5, measuring the factual consistency between the reference profiles and the summaries generated by the LLMs. The Llama3 evaluation shows a high Pearson correlation with a subset of 50 randomly selected, human-evaluated samples, indicating it is a reliable evaluation metric. -performed better with length truncation +Motivation Recognition (MR) is assessed by having GPT-4 generate questions for key characters. Given the character's name, the profile defined by the four dimensions, a character's decision, a question about the motivations behind the decision, and a set of potential answers, the LLMs must identify the correct answer that accurately reflects the character's motivation. -Errors in coreference resolution impacted the coreference truncation performance. +The results demonstrate that while LLMs can generate adequate profiles, challenges remain in achieving consistency and completeness. The summarizing-in-one-go method achieves the highest consistency scores across all dimensions, likely due to its ability to process the entire content of a book at once, preserving narrative coherence and minimizing information loss.\cite{yuan2024evaluatingcharacterunderstandinglarge} +% Done +\section{Project Gutenberg} +Project Gutenberg, founded in 1971 by Michael S. Hart, is one of the oldest and most extensive digital libraries, aimed at providing free access to a vast collection of over 60,000 eBooks (currently accessible at \url{https://www.gutenberg.org/}). Hart's initiative began with the digitization of the United States Declaration of Independence, setting the stage for the project's goal of democratizing access to literature and cultural works. Named after Johannes Gutenberg, the inventor of the printing press, Project Gutenberg echoes his mission of making written works widely accessible. The Project Gutenberg Literary Archive Foundation, a non-profit organization, oversees the project's administration, legal issues, and fundraising efforts so that it can continue expanding its library and provide free access to a vast collection of eBooks without any legal repercussions.\cite{gutenberg} -\cite*{schroder-etal-2021-neural} -coarse-to-fine approach, which first generates coarse coreference clusters and then refines them. This method allows the model to handle the complexity of coreference resolution by breaking it down into more manageable steps. -Two primary neural network models were developed: the base model and the large model. The large model uses the ELECTRA-large model for contextual embeddings, while the base model uses the ELECTRA-base model. -Data Preprocessing +% DONE +\section{LISCU} +A recent paper from 2021 \cite{brahman-etal-2021-characters-tell} presents a dataset called LiSCU (Literary Summaries with Character Understanding), a dataset designed to advance research in character-centric narrative understanding. The LISCU- dataset is a new dataset of literary pieces and their summaries paired with descriptions of characters that appear in them. The paper leverages this dataset for two primary tasks: character identification, where the goal is to identify a character's name from an anonymized description, and character description generation, which involves generating a description for a given character based on a literature summary. -% The models were trained on multiple datasets, including SemEval-2010, TüBa-D\\/Z, OntoNotes 5.0, and the DROC dataset. These datasets provide a diverse range of documents, which helps in training robust coreference resolution models. -Special attention was given to handling singletons, which are mentions that do not corefer with any other mention in the document. A discard functionality was introduced to manage singletons effectively. -Training and Evaluation: +To manage the potential issue of summaries exceeding model input limits, the authors compare two truncation methods: length truncation, where the summary is simply cut off after a certain point, and coreference truncation, where SpanBERT is used to identify and prioritize sentences mentioning the character. For the task of character description generation, they experiment with multiple models, including GPT-2, BART (which has the double maximum input length of GPT-2), and Longformer, which supports inputs up to 16,384 tokens. -The models were trained using a variety of loss functions and optimization techniques to ensure convergence and high performance. -The performance was measured using the CoNLL-F1 score, which is a standard metric for coreference resolution tasks. -Results -Performance +The authors evaluate the generated descriptions using BLEU, ROUGE, and BERTScore metrics. The study concludes that length truncation performs better, as key character-related information tends to appear earlier in summaries. In contrast, coreference truncation underperforms, primarily due to errors in coreference resolution impacting its effectiveness. LISCU is a dataset that is quite relevant to my thesis. -% The coarse-to-fine models significantly outperformed previous state-of-the-art systems on both the SemEval-2010 and TüBa-D/Z datasets. The improvements were substantial, with the model achieving an increase of +25.85 F1 on SemEval-2010 and +30.25 F1 on TüBa-D\\/Z. -% Even when compared to systems using gold mentions, which are mentions manually annotated in the dataset, the models still showed a performance increase of more than 10 F1 points. -% Impact of Model Variations +\section{Dated Data: Tracing Knowledge Cutoffs in Large Language Models} +The actual date up to which a language model retains knowledge for specific topics often differs from the reported cutoff provided by LLM creators. The authors of this paper \cite{cheng2024dateddatatracingknowledge} identify this as potentially leading users to receiving outdated information with two main causes for these discrepancies. First, temporal biases in the CommonCrawl dataset, a widely used dataset for training LLMs, result in older data being included in newer dumps and therefore causing temporal misalignment. Second, challenges in deduplication, particularly with semantic duplicates (different versions of the same content) and lexical near-duplicates, contribute to the inconsistencies in knowledge cutoffs. -% The use of the ELECTRA-large model for contextual embeddings provided a small but notable improvement over the base model, with an increase of +1.58 F1 on TüBa-D\\/Z and +1.92 F1 on SemEval-2010. -% Different configurations and model variations were tested to analyze their impact on performance. It was found that models including a discard functionality for singletons performed better. -% Error Analysis +To address these issues they propose to estimate effective cutoff dates by probing LLMs across different versions of data to analyze long-spanning datasets, such as Wikipedia and New York Times articles, in order to observe how the model's prediction confidence (measured by perplexity) changes over time. -The error analysis indicated that the coarse-to-fine model generally produced accurate coreference links both locally and document-wide. However, there were frequent errors related to missed and added mentions. These errors were attributed to inconsistent training signals and the inherent complexity of coreference tasks. -The analysis also highlighted that the model’s performance decreases as the document length increases, which aligns with previous findings in coreference resolution research. -Visualizations and Examples: +\section{Methodological Approach} +With this exploration in mind, I will briefly talk about the methodology focus of the upcoming experiments. Unfortunately, all the other datasets to me available at the beginning of my thesis did not include any character descriptions except for the LISCU dataset, but I was interested in the creation process on a new dataset, that can be used for similar tasks in the future. The dataset is not an extension of LISCU but a more franchise-oriented approach, that can be used to explore the model's pretraining knowledge and to identify its behavior in different genres. The dataset can also be extended vastly since the amount of fandom articles, that are available is enormous. I will go into more detail about the creation in Chapter \ref{chap:dataset}. The potential options for passage retrieval in my thesis for RAG included coreference resolution, word embeddings and model finetuning. Under the guidance of my supervisor, I prioritized creating the dataset and experimenting with different prompt wordings, followed by running baseline experiments on the new dataset. If time permits, I was to proceed with embeddings and model fine-tuning. -The paper includes visualizations and specific examples to demonstrate the model’s predictions on unseen documents. These examples show how the model accurately predicts coreference relationships in complex sentences, validating its effectiveness in practical scenarios. -Overall, the methods and results presented in the paper highlight the significant advancements made in coreference resolution through the use of coarse-to-fine neural network models. The study provides a comprehensive evaluation of these models, demonstrating their superiority over existing systems . +While the wording of LLM prompts can appreciably impact a model's performance, I expected passage retrieval methods to enable still larger performance gains. We test two approaches for retrieving relevant passages from the original stories: (a) a method I refer to as \texttt{base line retrieval} which solely relies on string matches of character names and (b) a method which I call \texttt{passage embedding retrieval}, that instead relies on embedding similarity. -\subsection{Project Gutenberg} -Project Gutenberg, founded in 1971 by Michael S. Hart, is one of the oldest and most extensive digital libraries, aimed at providing free access to a vast collection of over 60,000 eBooks. Hart's initiative began with the digitization of the United States Declaration of Independence, setting the stage for the project's goal of democratizing access to literature and cultural works. Named after Johannes Gutenberg, the inventor of the printing press, Project Gutenberg echoes his mission of making written works widely accessible. The Project Gutenberg Literary Archive Foundation, a non-profit organization, oversees the project's administration, legal issues, and fundraising efforts. +In method (a) \texttt{baseline retrieval} I filter the novels for sentences containing certain keywords. However, simply finding all sentences that mention a character's name is insufficient for a comprehensive description. Critical information about the character may be present in sentences that do not explicitly mention their name but refer to them indirectly. Consequently, important details can be missed using this technique, and additionally, this approach might include too much unnecessary information, especially for main characters. Nevertheless, it is important to have a baseline confirmation of the functionality and improvement of the overall methods used, besides being a primitive method. From now on, I will refer to this kind of passage retrieval as \texttt{baseline retrieval}. - - - -\section{Query generation} -There are multiple approaches to consider when selecting the optimal prompts and information for a language model to generate high-quality summaries or characterizations. While rephrasing a task for a language model can influence the prompt's outcome to some degree, this study will primarily focus on selecting and curating the relevant literature data, which will be appended to the task of the prompt.\\ - -One method to obtain the necessary information is to filter the text for sentences containing certain keywords. However, simply finding all sentences that mention a character's name is insufficient for a comprehensive description. Critical information about the character may be present in sentences that do not explicitly mention their name but refer to them indirectly. Consequently, important details can be missed using this technique and also additionally, this approach might include too much unnecessary information, especially for main characters, making it unsuitable for zero-shot character summary generation.\\ - -(https://huggingface.co/intfloat/e5-mistral-7b-instruct) expand... -To improve upon this, text embeddings can be utilized. For instance, using a model like E5-Mistral-7B-Instruct, which has 32 layers and an embedding size of 4096, we can chunk the literature into sections of roughly equal length and embed each chunk. This allows us to identify chunks that satisfy a certain premise, such as describing a particular character more accurately than others.\\ - -Further improvements can be achieved by applying coreference resolution techniques (\cite{schroder-etal-2021-neural}, \cite{dobrovolskii-2021-word}) to identify all tokens that refer to the given entity. This helps in gathering more sentences relevant to the characters context.\\ - -If it is possible to identify self-contained content scopes using coreference resolution and segmenting the content by highly self-referenced text passages, the language model can generate even better character profiles due to the additional relevant information.\\ - - - -Another approach to consider is fine-tuning a language model like LLAMA to enhance text summarization results.\ - -The generated characterizations can be evaluated both qualitatively and quantitatively. To compare human-written characterizations with those generated by the model, we can measure recall and precision using metrics like ROUGE and BLEU, and employ BERTScore as a semantic evaluation metric.\\ - -Since language models are typically trained on extensive data, they might already contain information about certain books. To test this, we can compare queries that include key sentences to those that omit them. If the model produces the same output despite the missing key information, it suggests prior training on that data. Additionally, using books released after the model's training period ensures no pre-existing knowledge about the characters.\\ - -Existing human-written characterizations will serve as benchmarks for assessing the model's output in terms of style, content, structure, and level of detail. - - -TODO -Ergebnisse vergleichen und herausfinden ob die Modelle bereits information über die Bücher besitzen? -Vllt schnell Bücher finden finden die keine Modelle kennen und dann schauen ob die Modelle trotzdem gute Ergebnisse liefern -Finetuning? Andere Evaluation Metrics? -Ergebnisse besser vergleichen (neuer Graph) und dann eine neue Section uir gesamten verbesserung -Graphen erklären (Bücher die schlechter waren oder charactere die schlechter waren qualitatively) +For method (b) \texttt{passage embedding retrieval} I split the novels into smaller chunks of roughly equal length and fed them into a model, tensor representations can be generated for each chunk. This allows the identification of sections that meet certain criteria, such as more accurately describing a particular character. I will refer to this method as \texttt{passage embedding retrieval}. \ No newline at end of file diff --git a/ressources/data/convex/Dune_F1_wF1_convex_hull.csv b/ressources/data/convex/Dune_F1_wF1_convex_hull.csv new file mode 100644 index 0000000000000000000000000000000000000000..4c5e99d51d115b01229304a8c37337354f4d8cc2 --- /dev/null +++ b/ressources/data/convex/Dune_F1_wF1_convex_hull.csv @@ -0,0 +1,9 @@ +Book,X,Y +Dune,0.4088099002838135,0.5558974742889404 +Dune,0.4058475792407989,0.4876619875431061 +Dune,0.4214058220386505,0.4439141750335693 +Dune,0.5213062167167664,0.4195296764373779 +Dune,0.5741361379623413,0.4583922624588012 +Dune,0.5828205943107605,0.592597246170044 +Dune,0.5632591843605042,0.5906767249107361 +Dune,0.4088099002838135,0.5558974742889404 diff --git a/ressources/data/convex/Dune_h_wh_convex_hull.csv b/ressources/data/convex/Dune_h_wh_convex_hull.csv new file mode 100644 index 0000000000000000000000000000000000000000..d86d9fb55f3295e653e91fe235e7a0791f112ca9 --- /dev/null +++ b/ressources/data/convex/Dune_h_wh_convex_hull.csv @@ -0,0 +1,11 @@ +Book,X,Y +Dune,5.817468506746241,1.6040966020982437 +Dune,2.789838649157089,4.21780433563992 +Dune,1.3470757706131942,3.313130230889499 +Dune,0.0687161399514886,1.872451841371104 +Dune,0.0118315451596015,0.9321172489174157 +Dune,3.335268626224189e-07,0.6014721844717049 +Dune,5.580479411464467e-05,0.0065064358970146 +Dune,0.0006095256747923,2.004955329972975e-05 +Dune,5.170779834619342,0.1531923656668821 +Dune,5.817468506746241,1.6040966020982437 diff --git a/ressources/data/convex/Harry Potter_F1_wF1_convex_hull.csv b/ressources/data/convex/Harry Potter_F1_wF1_convex_hull.csv new file mode 100644 index 0000000000000000000000000000000000000000..16fcdf2ac06320a366c2d0c4de4122751213fb44 --- /dev/null +++ b/ressources/data/convex/Harry Potter_F1_wF1_convex_hull.csv @@ -0,0 +1,10 @@ +Book,X,Y +Harry Potter,0.5565010905265808,0.4343344867229461 +Harry Potter,0.5817021727561951,0.5338616371154785 +Harry Potter,0.5795202255249023,0.5633584260940552 +Harry Potter,0.5335870385169983,0.6060956716537476 +Harry Potter,0.4639257192611694,0.5783253908157349 +Harry Potter,0.4376643598079681,0.5453755855560303 +Harry Potter,0.3753265738487243,0.4472415149211883 +Harry Potter,0.4135995805263519,0.410442590713501 +Harry Potter,0.5565010905265808,0.4343344867229461 diff --git a/ressources/data/convex/Harry Potter_h_wh_convex_hull.csv b/ressources/data/convex/Harry Potter_h_wh_convex_hull.csv new file mode 100644 index 0000000000000000000000000000000000000000..bdfeddb3fd0c873edccac565d162364190e439e4 --- /dev/null +++ b/ressources/data/convex/Harry Potter_h_wh_convex_hull.csv @@ -0,0 +1,14 @@ +Book,X,Y +Harry Potter,6.197999937825962,4.256786855713364 +Harry Potter,0.0703261744429743,6.230131971321948 +Harry Potter,0.0032699201976819,0.9164211439946988 +Harry Potter,7.131851725246233e-06,0.6083868480040763 +Harry Potter,2.371178974459041e-11,0.2764230986244123 +Harry Potter,6.53191056925866e-21,8.221566846057005e-08 +Harry Potter,0.0003578925130287,1.1702825280145455e-19 +Harry Potter,0.0082151004331804,0.0002208664604471 +Harry Potter,0.5206655673674491,0.0616038172416038 +Harry Potter,0.8111850455575621,0.1248347388651398 +Harry Potter,2.0732609423809656,0.5240040239717413 +Harry Potter,4.020141019267585,1.852489255387636 +Harry Potter,6.197999937825962,4.256786855713364 diff --git a/ressources/data/convex/The Hitchhiker's Guide to the Galaxy_F1_wF1_convex_hull.csv b/ressources/data/convex/The Hitchhiker's Guide to the Galaxy_F1_wF1_convex_hull.csv new file mode 100644 index 0000000000000000000000000000000000000000..8881569544a826131d487acbf4053bd39901c0bd --- /dev/null +++ b/ressources/data/convex/The Hitchhiker's Guide to the Galaxy_F1_wF1_convex_hull.csv @@ -0,0 +1,11 @@ +Book,X,Y +The Hitchhiker's Guide to the Galaxy,0.5912110805511475,0.5154204964637756 +The Hitchhiker's Guide to the Galaxy,0.5684916377067566,0.5986104011535645 +The Hitchhiker's Guide to the Galaxy,0.4329808056354522,0.5714038014411926 +The Hitchhiker's Guide to the Galaxy,0.4219990670681,0.5657427310943604 +The Hitchhiker's Guide to the Galaxy,0.4331122636795044,0.5091831088066101 +The Hitchhiker's Guide to the Galaxy,0.43616983294487,0.4991006553173065 +The Hitchhiker's Guide to the Galaxy,0.4514158368110657,0.4638689458370209 +The Hitchhiker's Guide to the Galaxy,0.4869276583194732,0.4509564638137817 +The Hitchhiker's Guide to the Galaxy,0.5655339360237122,0.4687610566616058 +The Hitchhiker's Guide to the Galaxy,0.5912110805511475,0.5154204964637756 diff --git a/ressources/data/convex/The Hitchhiker's Guide to the Galaxy_h_wh_convex_hull.csv b/ressources/data/convex/The Hitchhiker's Guide to the Galaxy_h_wh_convex_hull.csv new file mode 100644 index 0000000000000000000000000000000000000000..80b1919a64aceb6988ada2f386d5477879f41cd8 --- /dev/null +++ b/ressources/data/convex/The Hitchhiker's Guide to the Galaxy_h_wh_convex_hull.csv @@ -0,0 +1,11 @@ +Book,X,Y +The Hitchhiker's Guide to the Galaxy,0.000474325132103,2.9978883732699493 +The Hitchhiker's Guide to the Galaxy,0.0006953983515379,0.0002420726907472 +The Hitchhiker's Guide to the Galaxy,1.1383587611249018,0.1524974019494977 +The Hitchhiker's Guide to the Galaxy,12.419892748137844,1.6728761877985672 +The Hitchhiker's Guide to the Galaxy,11.51991439250858,6.210687877411387 +The Hitchhiker's Guide to the Galaxy,6.758901834977475,9.166721456417331 +The Hitchhiker's Guide to the Galaxy,4.313830727905722,9.833476668039363 +The Hitchhiker's Guide to the Galaxy,1.4347506010220392,8.1670382369449 +The Hitchhiker's Guide to the Galaxy,0.0333257116217055,4.5520837618766254 +The Hitchhiker's Guide to the Galaxy,0.000474325132103,2.9978883732699493 diff --git a/ressources/data/convex/The Hunger Games_F1_wF1_convex_hull.csv b/ressources/data/convex/The Hunger Games_F1_wF1_convex_hull.csv new file mode 100644 index 0000000000000000000000000000000000000000..ebe565fe8767f6284318c6a43137273e9d2bed5c --- /dev/null +++ b/ressources/data/convex/The Hunger Games_F1_wF1_convex_hull.csv @@ -0,0 +1,9 @@ +Book,X,Y +The Hunger Games,0.5815386772155762,0.5591163039207458 +The Hunger Games,0.5412285327911377,0.5635352730751038 +The Hunger Games,0.4811421930789947,0.5374076962471008 +The Hunger Games,0.4356289803981781,0.4885352551937103 +The Hunger Games,0.4087497889995575,0.4526492655277252 +The Hunger Games,0.4038583636283874,0.4021786451339721 +The Hunger Games,0.4864108562469482,0.4324418902397156 +The Hunger Games,0.5815386772155762,0.5591163039207458 diff --git a/ressources/data/convex/The Hunger Games_h_wh_convex_hull.csv b/ressources/data/convex/The Hunger Games_h_wh_convex_hull.csv new file mode 100644 index 0000000000000000000000000000000000000000..90407b6b09d9dd54a8bb489b52fc936e536d37ef --- /dev/null +++ b/ressources/data/convex/The Hunger Games_h_wh_convex_hull.csv @@ -0,0 +1,13 @@ +Book,X,Y +The Hunger Games,2.0099604890001523,0.90694244099205 +The Hunger Games,2.723208990680631,3.4981564388107538 +The Hunger Games,0.3796436125093209,1.5742954966856622 +The Hunger Games,0.0220441708263839,0.5750454742309209 +The Hunger Games,1.4047005526211074e-06,0.3740077622090239 +The Hunger Games,2.95861523989604e-20,0.0030204198098382 +The Hunger Games,1.2830647151305e-07,1.082212373178548e-07 +The Hunger Games,4.980235540597977e-07,4.3197941769261226e-08 +The Hunger Games,1.6014022585481102e-05,4.811672253580727e-08 +The Hunger Games,0.0053927922680926,2.4006125507516925e-06 +The Hunger Games,0.117626392781118,0.0002962613432383 +The Hunger Games,2.0099604890001523,0.90694244099205 diff --git a/ressources/data/convex/The Lord of the Rings_F1_wF1_convex_hull.csv b/ressources/data/convex/The Lord of the Rings_F1_wF1_convex_hull.csv new file mode 100644 index 0000000000000000000000000000000000000000..5b4124cd81e6e0560af9f15960235dfbd92b7f8d --- /dev/null +++ b/ressources/data/convex/The Lord of the Rings_F1_wF1_convex_hull.csv @@ -0,0 +1,12 @@ +Book,X,Y +The Lord of the Rings,0.4237178266048431,0.5517565011978149 +The Lord of the Rings,0.4352049231529236,0.4515453577041626 +The Lord of the Rings,0.4401785731315613,0.4480352401733398 +The Lord of the Rings,0.4741404950618744,0.4654025435447693 +The Lord of the Rings,0.514411449432373,0.49165078997612 +The Lord of the Rings,0.5894725322723389,0.5587906837463379 +The Lord of the Rings,0.5839139819145203,0.574947714805603 +The Lord of the Rings,0.572724461555481,0.6065909266471863 +The Lord of the Rings,0.4574282765388489,0.6069895625114441 +The Lord of the Rings,0.4240851700305938,0.5941258072853088 +The Lord of the Rings,0.4237178266048431,0.5517565011978149 diff --git a/ressources/data/convex/The Lord of the Rings_h_wh_convex_hull.csv b/ressources/data/convex/The Lord of the Rings_h_wh_convex_hull.csv new file mode 100644 index 0000000000000000000000000000000000000000..5e14c18ef230d9d775c361c6b6af0159f1e97a76 --- /dev/null +++ b/ressources/data/convex/The Lord of the Rings_h_wh_convex_hull.csv @@ -0,0 +1,14 @@ +Book,X,Y +The Lord of the Rings,3.485846912651825,4.97648241934944 +The Lord of the Rings,1.4118870664589966,13.082637572002591 +The Lord of the Rings,0.0783159478081815,4.422656924847655 +The Lord of the Rings,0.0049444684982406,3.87055853005025 +The Lord of the Rings,0.0009883692054017,2.464142815089829 +The Lord of the Rings,1.926055897940224e-05,0.636370822793572 +The Lord of the Rings,7.964547045271094e-06,0.5130365078530041 +The Lord of the Rings,1.3768888823489491e-10,0.1462831108081908 +The Lord of the Rings,2.8041899631891774e-18,0.097690752263447 +The Lord of the Rings,1.9999888091541057e-19,1.7823173898844698e-06 +The Lord of the Rings,0.0012175108716184,0.0002608758122073 +The Lord of the Rings,1.7198854026994104,1.250914683541555 +The Lord of the Rings,3.485846912651825,4.97648241934944 diff --git a/ressources/data/convex/Twilight_F1_wF1_convex_hull.csv b/ressources/data/convex/Twilight_F1_wF1_convex_hull.csv new file mode 100644 index 0000000000000000000000000000000000000000..d7019a8a8f64387bc1054c25a6965e3beeac9886 --- /dev/null +++ b/ressources/data/convex/Twilight_F1_wF1_convex_hull.csv @@ -0,0 +1,14 @@ +Book,X,Y +Twilight,0.4015692770481109,0.4368025660514831 +Twilight,0.4072178900241852,0.3713338673114776 +Twilight,0.5447333455085754,0.4272400140762329 +Twilight,0.5524166822433472,0.4394181370735168 +Twilight,0.5633716583251953,0.554145872592926 +Twilight,0.5613125562667847,0.5580273866653442 +Twilight,0.5451338291168213,0.5681806206703186 +Twilight,0.5386261343955994,0.5701732635498047 +Twilight,0.5055686235427856,0.5701385736465454 +Twilight,0.4592633545398712,0.5340688228607178 +Twilight,0.4354710578918457,0.5104660987854004 +Twilight,0.4065530896186828,0.4780859351158142 +Twilight,0.4015692770481109,0.4368025660514831 diff --git a/ressources/data/convex/Twilight_h_wh_convex_hull.csv b/ressources/data/convex/Twilight_h_wh_convex_hull.csv new file mode 100644 index 0000000000000000000000000000000000000000..986596168351f01e2f1797985c521ce325cbb095 --- /dev/null +++ b/ressources/data/convex/Twilight_h_wh_convex_hull.csv @@ -0,0 +1,17 @@ +Book,X,Y +Twilight,0.92798029818798,0.0480980095476665 +Twilight,1.6239529934461778,1.253521363478485 +Twilight,0.6683083856310319,1.7738577229534076 +Twilight,0.6579660924865371,1.7776992499067172 +Twilight,0.0038431673822077,1.085126858305472 +Twilight,7.213279249480357e-06,0.0330255215871768 +Twilight,1.0930883456035096e-07,0.0184495655810594 +Twilight,2.1330016673097883e-08,0.00052318268686 +Twilight,2.3001461533403246e-07,1.017026482000468e-06 +Twilight,8.281582664851085e-06,2.194075915816099e-07 +Twilight,2.6690509572979773e-05,2.2557357816646632e-08 +Twilight,0.0005091215912758,1.548957681363193e-10 +Twilight,0.0037034459416706,9.125731580496854e-11 +Twilight,0.0974875565247484,7.563791265191502e-06 +Twilight,0.2216549059922535,0.0001588303121254 +Twilight,0.92798029818798,0.0480980095476665 diff --git a/ressources/data/differences/embed_sorted_by_F1_to_wF1_0.csv b/ressources/data/differences/embed_sorted_by_F1_to_wF1_0.csv new file mode 100644 index 0000000000000000000000000000000000000000..a38c6fa4fd7bfae5edc0d14e863aee2a4dec385f --- /dev/null +++ b/ressources/data/differences/embed_sorted_by_F1_to_wF1_0.csv @@ -0,0 +1,541 @@ +Book,Character,F1,h,wF1,wh,F1_to_wF1,h_to_wh +Harry Potter,Ernest Macmillan,0.5565010905265808,0.0003578925130287,0.4343344867229461,1.1702825280145455e-19,-0.1221666038036347,-0.0003578925130286999 +Twilight,Kachiri,0.5447333455085754,0.92798029818798,0.4272400140762329,0.0480980095476665,-0.11749333143234253,-0.8798822886403135 +Dune,Tylwyth Waff,0.5741361379623413,5.170779834619342,0.4583922624588012,0.1531923656668821,-0.1157438755035401,-5.01758746895246 +Twilight,J. Jenks,0.5524166822433472,0.2216549059922535,0.4394181370735168,0.0001588303121254,-0.11299854516983038,-0.22149607568012808 +Dune,Ziarenko Javid,0.5213062167167664,0.7372080900214711,0.4195296764373779,0.1327686030114251,-0.10177654027938848,-0.604439487010046 +Twilight,Felix,0.5359938740730286,0.0005091215912758,0.438522458076477,1.548957681363193e-10,-0.09747141599655157,-0.0005091214363800319 +The Hitchhiker's Guide to the Galaxy,Paul Neil Milne Johnstone,0.5655339360237122,1.9738671343872247,0.4687610566616058,2.227910665168056,-0.09677287936210638,0.2540435307808311 +Harry Potter,Mosag,0.5209478139877319,0.8554017628732911,0.4328711628913879,0.3021305950823312,-0.08807665109634405,-0.5532711677909599 +Dune,Schwangyu,0.542707085609436,2.5322962807125675,0.4593090415000915,1.3245332225874222,-0.08339804410934454,-1.2077630581251453 +Twilight,Carmen,0.5116759538650513,0.0083180897352118,0.4351828396320343,4.641500438336512e-07,-0.07649311423301697,-0.008317625585167967 +Twilight,Senna,0.5209641456604004,0.1763051382946032,0.4448743462562561,0.0162425166037513,-0.07608979940414429,-0.1600626216908519 +The Hitchhiker's Guide to the Galaxy,Majikthise,0.5912110805511475,12.419892748137844,0.5154204964637756,1.6728761877985672,-0.07579058408737183,-10.747016560339278 +Twilight,Tia,0.5152443051338196,8.281582664851085e-06,0.4440155327320099,2.194075915816099e-07,-0.07122877240180969,-8.062175073269475e-06 +Dune,Marcus Claire Luyseyal,0.5409387946128845,5.817468506746241,0.4750081300735473,1.6040966020982437,-0.06593066453933721,-4.213371904647998 +Twilight,Paul Lahote,0.5231663584709167,0.0037034459416706,0.4577199518680572,9.125731580496854e-11,-0.06544640660285955,-0.003703445850413284 +Dune,Otheym,0.5519803762435913,1.9190665607807564,0.488323450088501,0.4175151666718351,-0.06365692615509033,-1.5015513941089214 +Dune,Tertius Eileen Anteac,0.5371912717819214,1.3095758687498087,0.4741029441356659,0.0657697811943477,-0.0630883276462555,-1.243806087555461 +Dune,Korba,0.4905959963798523,1.9028732015359175,0.4283231496810913,0.0761158108795646,-0.062272846698760986,-1.826757390656353 +Twilight,Charlotte,0.4985171854496002,0.0262960061436414,0.4373162090778351,7.300929998184094e-06,-0.06120097637176514,-0.026288705213643217 +Harry Potter,Hugo Granger-Weasley,0.5482012033462524,0.0336322266195722,0.4871561229228973,0.0978501794356274,-0.06104508042335516,0.0642179528160552 +Dune,Mapes,0.5485497713088989,2.672092425420998,0.4881096184253692,0.6152978619282995,-0.06044015288352972,-2.0567945634926987 +Harry Potter,Louis Weasley,0.540837287902832,0.2192415943009566,0.4821177423000335,0.5860506227625341,-0.05871954560279852,0.3668090284615775 +The Hitchhiker's Guide to the Galaxy,Googleplex Starthinker,0.5453110933303833,6.22332899740104,0.4888273477554321,1.7581331973296717,-0.05648374557495123,-4.465195800071369 +Harry Potter,Dominique Weasley,0.542873203754425,0.1360867317508552,0.4869712889194488,0.6925961895519774,-0.05590191483497625,0.5565094578011223 +Harry Potter,Marlene McKinnon,0.5041496157646179,0.8111850455575621,0.4500625133514404,0.1248347388651398,-0.054087102413177546,-0.6863503066924224 +The Hunger Games,Casca Highbottom,0.4864108562469482,0.0053927922680926,0.4324418902397156,2.4006125507516925e-06,-0.05396896600723261,-0.005390391655541848 +Twilight,Huilen,0.5564388036727905,0.4284589161086818,0.503710150718689,0.0176898436123173,-0.05272865295410156,-0.4107690724963645 +Harry Potter,Irma Crabbe,0.4781289398670196,0.0348766686880323,0.4259966313838959,1.2116468203241268,-0.052132308483123724,1.1767701516360947 +Dune,Quintinius Violet Chenoeh,0.5333386659622192,0.0006095256747923,0.4813452661037445,2.004955329972975e-05,-0.05199339985847473,-0.0005894761214925703 +Harry Potter,Hokey,0.5817021727561951,0.0707626544817979,0.5338616371154785,0.1610069505780165,-0.04784053564071655,0.0902442960962186 +Twilight,Benjamin,0.5442827343940735,0.0002199300895121,0.4993562400341034,3.5617777723742515e-06,-0.04492649435997009,-0.00021636831173972576 +Harry Potter,Piers Polkiss,0.4831104576587677,0.5206655673674491,0.4402565062046051,0.0616038172416038,-0.0428539514541626,-0.45906175012584527 +Harry Potter,Ernest Prang,0.548900842666626,2.0732609423809656,0.5068053603172302,0.5240040239717413,-0.04209548234939575,-1.5492569184092244 +Dune,Pardot Kynes,0.5781580805778503,0.667386054851426,0.5367116928100586,0.4363991678386836,-0.04144638776779175,-0.2309868870127424 +Harry Potter,Abraxas Malfoy,0.5586199760437012,1.1152304716334611,0.5188573002815247,2.809235649753128,-0.039762675762176514,1.6940051781196668 +Twilight,Mexican coven,0.5069307088851929,0.0362351906965213,0.4671769738197326,0.0880664320824296,-0.03975373506546026,0.051831241385908305 +Harry Potter,Antioch Peverell,0.5457143187522888,0.3247452655676739,0.5060713887214661,0.0857829449864217,-0.039642930030822754,-0.23896232058125222 +The Hitchhiker's Guide to the Galaxy,Barman,0.5393004417419434,4.006915173714827,0.5009679794311523,1.4300801901079685,-0.038332462310791016,-2.576834983606858 +The Hitchhiker's Guide to the Galaxy,Lajestic Vantrashell of Lob,0.5244877934455872,1.6782123801521862,0.4863301217556,3.513824218687684,-0.03815767168998718,1.8356118385354978 +The Hunger Games,Clemensia Dovecote,0.5008890628814697,1.6014022585481102e-05,0.4638417661190033,4.811672253580727e-08,-0.03704729676246643,-1.5965905862945294e-05 +The Hitchhiker's Guide to the Galaxy,Emperor of the Galaxy,0.5510367751121521,4.235283767584108,0.5142906308174133,5.053041068047337,-0.03674614429473877,0.8177573004632288 +Twilight,Eleazar,0.5085576176643372,0.0235834368810516,0.471886932849884,2.449435515698204e-05,-0.03667068481445318,-0.023558942525894615 +The Hitchhiker's Guide to the Galaxy,Rob McKenna,0.4869276583194732,0.3086540700572138,0.4509564638137817,0.2733458965409725,-0.03597119450569153,-0.03530817351624127 +Twilight,Brady Fuller,0.4072178900241852,0.4258262646188319,0.3713338673114776,0.1247171649284515,-0.035884022712707575,-0.30110909969038036 +The Hitchhiker's Guide to the Galaxy,Great Circling Poets of Arium,0.5344204902648926,4.215717009037368,0.4994305968284607,2.7808154040086315,-0.034989893436431885,-1.4349016050287364 +Twilight,Peter,0.5418391227722168,0.0016953537711623,0.5076555609703064,1.2035564024001924e-05,-0.0341835618019104,-0.001683318207138298 +Twilight,Kebi,0.5474962592124939,0.0136361783219434,0.5137883424758911,0.0668578732688211,-0.03370791673660278,0.0532216949468777 +The Hunger Games,Treech,0.5075646638870239,0.117626392781118,0.4749631881713867,0.0002962613432383,-0.03260147571563721,-0.1173301314378797 +The Hitchhiker's Guide to the Galaxy,Constant Mown,0.4848194122314453,2.6657217316758315,0.4528148770332336,1.86553460742644,-0.032004535198211725,-0.8001871242493914 +The Hunger Games,Felix Ravinstill,0.485382467508316,0.2378235069555312,0.4536113142967224,0.3712447120353729,-0.03177115321159357,0.1334212050798417 +The Hitchhiker's Guide to the Galaxy,Phouchg,0.5244225859642029,3.808853748013472,0.4926845729351043,1.0361474155167532,-0.031738013029098566,-2.772706332496719 +The Lord of the Rings,Treebeard,0.5894725322723389,0.0374304636551114,0.5587906837463379,0.6738879374362026,-0.030681848526000977,0.6364574737810912 +The Hitchhiker's Guide to the Galaxy,Random Dent,0.5012661218643188,1.1383587611249018,0.4745690524578094,0.1524974019494977,-0.026697069406509455,-0.9858613591754041 +Twilight,Amun,0.5048414468765259,0.0363424946666695,0.4782496392726898,0.0001141380678301,-0.02659180760383606,-0.0362283565988394 +The Lord of the Rings,Boromir,0.567672073841095,0.0269396313274863,0.542649507522583,0.0314407638735158,-0.025022566318511963,0.004501132546029497 +The Hitchhiker's Guide to the Galaxy,Great Hyperlobic Omnicognate Neutron Wrangler,0.5309005975723267,1.657872944449094,0.5062478184700012,1.0521555069322066,-0.02465277910232544,-0.6057174375168874 +Twilight,Garrett,0.4939342439174652,0.0974875565247484,0.4706915915012359,7.563791265191502e-06,-0.023242652416229304,-0.0974799927334832 +Dune,Vorian Atreides,0.4723348021507263,0.7620755642897297,0.4491121768951416,1.0658716977179965,-0.023222625255584717,0.30379613342826683 +The Lord of the Rings,Aragorn II,0.514411449432373,1.2754050915206687,0.49165078997612,1.2727238428741576,-0.022760659456253052,-0.002681248646511092 +The Hunger Games,Effie Trinket,0.5815386772155762,3.0792937880716245e-06,0.5591163039207458,1.2126429404944133e-06,-0.022422373294830322,-1.8666508475772112e-06 +Dune,Farok,0.5331273078918457,2.0201251314036,0.5111566185951233,0.8885105448392211,-0.021970689296722412,-1.1316145865643792 +Twilight,Charlie Swan,0.4474963545799255,0.6579660924865371,0.4262187480926513,1.7776992499067172,-0.02127760648727417,1.11973315742018 +Dune,Iakin Nefud,0.5762370824813843,3.774862952073259,0.5554256439208984,1.3726203168044029,-0.02081143856048584,-2.4022426352688564 +Harry Potter,Seamus Finnigan,0.4527804553508758,1.5254552835269637,0.4320342540740967,1.6758501032135402,-0.02074620127677912,0.15039481968657653 +Harry Potter,Cadmus Peverell,0.5331827998161316,0.1617363232068362,0.5127511620521545,0.2428300761269121,-0.02043163776397705,0.0810937529200759 +The Hitchhiker's Guide to the Galaxy,Captain,0.5367289185523987,2.805112306823628,0.5163926482200623,1.8205771236547,-0.020336270332336426,-0.9845351831689282 +The Hitchhiker's Guide to the Galaxy,Loonquawl,0.5614513754844666,1.0392012009479468,0.5413311123847961,1.8312584658984103,-0.02012026309967041,0.7920572649504636 +The Hitchhiker's Guide to the Galaxy,Murray Bost Henson,0.5320996642112732,2.2800785875024605,0.5120303630828857,2.9196774427018526,-0.02006930112838745,0.6395988551993921 +Harry Potter,Reginald Cattermole,0.5222092270851135,0.8745552978924823,0.5025945901870728,0.14685186584471,-0.01961463689804077,-0.7277034320477723 +Twilight,Nahuel,0.5094461441040039,0.0122782688457226,0.4904480576515198,1.6070452396395075e-05,-0.01899808645248413,-0.012262198393326205 +Twilight,Rachel Black,0.4674018919467926,0.0019080303123256,0.4487326741218567,0.0005745818831719,-0.018669217824935913,-0.0013334484291537 +Harry Potter,Penelope Clearwater,0.5376611948013306,0.0157032031444678,0.5196546316146851,0.3062402467573147,-0.018006563186645508,0.2905370436128469 +The Hitchhiker's Guide to the Galaxy,Lady Cynthia Fitzmelton,0.4988591372966766,0.1258692840482537,0.4810832440853119,0.3714832006276615,-0.01777589321136469,0.2456139165794078 +The Lord of the Rings,Elrond,0.5225498080253601,2.1405124896213987,0.5052364468574524,2.5439314310177656,-0.017313361167907715,0.4034189413963669 +Harry Potter,Lucius Malfoy,0.4325801134109497,0.6023787388627473,0.4152710437774658,0.5443745786128857,-0.017309069633483887,-0.05800416024986155 +Twilight,Esme Cullen,0.469201922416687,0.837341342683267,0.4519073963165283,0.7246252844484066,-0.01729452610015869,-0.11271605823486042 +Dune,Abulurd Harkonnen,0.5403276085853577,2.013332878603165,0.5230582356452942,2.1064208263373607,-0.017269372940063477,0.09308794773419571 +The Hitchhiker's Guide to the Galaxy,Russell,0.4884125888347626,1.8988536444481336,0.4713529944419861,3.520367733124405,-0.01705959439277649,1.6215140886762713 +Dune,Darwi Odrade,0.5599603652954102,0.0043853748137809,0.5430006980895996,0.0014113899537567,-0.016959667205810547,-0.0029739848600242 +Harry Potter,Nicolas Flamel,0.5795202255249023,1.868579567554499e-06,0.5633584260940552,0.0284868577492091,-0.016161799430847168,0.028484989169641543 +The Hitchhiker's Guide to the Galaxy,Eddie the Computer,0.5399253964424133,2.188887974283159,0.5238444209098816,1.004459664113718,-0.01608097553253174,-1.1844283101694408 +Harry Potter,Viktor Krum,0.4908029437065124,0.8105020259222853,0.4747911989688873,1.3773008658498516,-0.016011744737625122,0.5667988399275663 +The Hitchhiker's Guide to the Galaxy,Elvis Presley,0.5296612977981567,1.509792747521029,0.5141420960426331,3.454116112209741,-0.015519201755523682,1.944323364688712 +The Hitchhiker's Guide to the Galaxy,Old Thrashbarg,0.5388432741165161,4.580215516699263,0.5233867764472961,2.5792795717445203,-0.01545649766921997,-2.0009359449547426 +Dune,Liet-Kynes,0.5388694405555725,0.7744858351693394,0.5246624946594238,0.6364821227227504,-0.014206945896148682,-0.13800371244658904 +Harry Potter,Cornelius Fudge,0.4647815823554992,0.940017520552656,0.4509239196777344,0.9367586104780342,-0.013857662677764837,-0.003258910074621757 +Dune,Vladimir Harkonnen,0.4916495680809021,0.0011839907151858,0.4781716763973236,0.01507273694178,-0.013477891683578491,0.013888746226594199 +Harry Potter,Frank Longbottom,0.5779850482940674,0.0004061655327428,0.5645447969436646,0.3153786102234897,-0.013440251350402832,0.31497244469074687 +Harry Potter,Quirinus Quirrell,0.4647876024246216,6.197999937825962,0.4513610303401947,4.256786855713364,-0.01342657208442688,-1.941213082112598 +The Hitchhiker's Guide to the Galaxy,Arthur Dent,0.5273870825767517,0.4291602688773915,0.514234721660614,0.4070921213719269,-0.013152360916137695,-0.022068147505464597 +Twilight,Alec,0.528445303440094,0.0011680431373348,0.515385627746582,2.8397931685995056e-05,-0.013059675693511963,-0.0011396452056488047 +The Hunger Games,Volumnia Gaul,0.4947254061698913,6.869168631180911e-07,0.4818109571933746,9.132064293881348e-05,-0.012914448976516724,9.063372607569539e-05 +Harry Potter,Hermione Granger,0.4524604678153991,0.704830134611921,0.4401030540466308,1.4039408463334415,-0.01235741376876831,0.6991107117215205 +Harry Potter,Dean Thomas,0.4605115950107574,1.521156044271354,0.448440670967102,1.828053777490866,-0.012070924043655396,0.30689773321951197 +Twilight,Lauren Mallory,0.452099472284317,0.0881345951046566,0.4402539134025574,0.0103526996278594,-0.011845558881759644,-0.0777818954767972 +Harry Potter,Crookshanks,0.5731525421142578,0.0080419754633293,0.5619288086891174,0.0230920719234528,-0.01122373342514038,0.015050096460123499 +Dune,Paul Atreides,0.477653831243515,1.4512494341597175,0.4664964973926544,1.45505341540141,-0.011157333850860596,0.0038039812416925667 +Harry Potter,George Weasley,0.4431107342243194,0.5884252857003849,0.4324892461299896,0.7008562267288053,-0.010621488094329778,0.11243094102842044 +Dune,Glossu Rabban,0.5381055474281311,2.142668830782992,0.5276147723197937,1.656558769139198,-0.010490775108337402,-0.4861100616437941 +Twilight,Leah Clearwater,0.5293238162994385,8.166267693146855e-05,0.518864095211029,6.573006431824589e-06,-0.010459721088409424,-7.508967049964396e-05 +Twilight,Emmett Cullen,0.4903880953788757,0.6683083856310319,0.4803453981876373,1.7738577229534076,-0.010042697191238403,1.1055493373223757 +Harry Potter,Cormac McLaggen,0.5400038957595825,0.0082151004331804,0.530128002166748,0.0002208664604471,-0.009875893592834473,-0.0079942339727333 +Harry Potter,Parvati Patil,0.5387401580810547,8.606392441026713e-05,0.5289773941040039,1.990425812657324e-07,-0.009762763977050781,-8.58648818290014e-05 +Twilight,Tyler Crowley,0.5633716583251953,1.140472973049515,0.554145872592926,0.4903717002677769,-0.009225785732269287,-0.650101272781738 +Dune,Faykan Butler,0.4672413170337677,0.001291877686709,0.4580764472484588,0.0345919243014697,-0.009164869785308893,0.0333000466147607 +The Hunger Games,Vipsania Sickle,0.4668054580688476,0.0091408931120802,0.4577060341835022,0.2628891810579304,-0.009099423885345403,0.2537482879458502 +Harry Potter,Dexter Fortescue,0.5083675384521484,0.0267285852749731,0.4992710649967193,0.1907410869071911,-0.009096473455429133,0.164012501632218 +The Lord of the Rings,Faramir,0.4913611710071563,0.8622361224149409,0.4823136627674103,1.0867150159587091,-0.009047508239746038,0.22447889354376827 +Twilight,Embry Call,0.5151413679122925,0.0214462358855365,0.5060939192771912,0.0093058597417683,-0.009047448635101318,-0.0121403761437682 +The Lord of the Rings,Tom Bombadil,0.5839139819145203,3.449736913810358e-05,0.574947714805603,0.000480317382217,-0.008966267108917236,0.0004458200130788964 +The Lord of the Rings,Saruman,0.4741404950618744,0.8696719536245657,0.4654025435447693,1.2235656275977629,-0.008737951517105103,0.35389367397319715 +The Hitchhiker's Guide to the Galaxy,Deep Thought,0.5529919266700745,11.51991439250858,0.5442690849304199,6.210687877411387,-0.008722841739654541,-5.309226515097193 +Harry Potter,Ludovic Bagman,0.5430501699447632,0.001734150790713,0.5344049334526062,0.0042272436238815,-0.008645236492156982,0.0024930928331685 +Harry Potter,Rosmerta,0.5611692667007446,0.0048089909334617,0.5528600811958313,0.005207872059742,-0.00830918550491333,0.0003988811262802998 +Twilight,Mike Newton,0.5422773957252502,0.0228071631416192,0.5342537760734558,0.0119840056601496,-0.008023619651794434,-0.0108231574814696 +Dune,Alma Mavis Taraza,0.5075234174728394,0.6880329098557795,0.4995601177215576,0.2924849668415627,-0.007963299751281738,-0.39554794301421675 +Harry Potter,Stanley Shunpike,0.5450069904327393,0.0069697550755501,0.5373027920722961,0.0051688833761868,-0.007704198360443115,-0.0018008716993633007 +Harry Potter,Remus Lupin,0.4528217017650604,0.5047202210524844,0.4453299343585968,4.25963952666337,-0.007491767406463623,3.754919305610885 +Dune,Jamis,0.5443645715713501,0.0881118874436091,0.5378723740577698,0.1472962292049995,-0.006492197513580322,0.0591843417613904 +Harry Potter,Newton Scamander,0.464682012796402,0.4607415647030731,0.4584138989448547,0.9050845747461256,-0.006268113851547297,0.4443430100430525 +The Lord of the Rings,Beregond,0.5386419296264648,2.183722265159242,0.5324291586875916,3.6924625443719,-0.006212770938873291,1.5087402792126579 +Harry Potter,Gregory Goyle,0.5400614738464355,5.886176560879137e-06,0.5341871976852417,0.0024968706670244,-0.005874276161193848,0.002490984490463521 +Harry Potter,Merope Riddle,0.5360749959945679,3.931058007897491e-07,0.5302800536155701,1.035925837468078e-05,-0.005794942378997803,9.96615257389103e-06 +Twilight,Billy Black,0.5193422436714172,0.0001874504207676,0.5135833621025085,2.3514188956747863e-06,-0.005758881568908691,-0.0001850990018719252 +Dune,Bijaz,0.5214598178863525,0.274879842394981,0.5157041549682617,0.2647359742327518,-0.00575566291809082,-0.010143868162229175 +The Hunger Games,Mr. Everdeen,0.523754358291626,0.0871488521210685,0.5184605121612549,0.1397922668619484,-0.005293846130371094,0.0526434147408799 +Harry Potter,Griphook,0.5510381460189819,0.1451829667826305,0.54579097032547,0.1008488629812858,-0.005247175693511963,-0.04433410380134471 +Harry Potter,Arabella Figg,0.5579614639282227,0.0111215970225819,0.5527403950691223,0.0199943002116616,-0.005221068859100342,0.0088727031890797 +The Hitchhiker's Guide to the Galaxy,Vroomfondel,0.5641388893127441,6.758901834977475,0.5593463778495789,9.166721456417331,-0.004792511463165283,2.407819621439856 +Dune,Shaddam Corrino IV,0.4789293706417084,0.1121077979174268,0.4741994738578796,0.1294522849521067,-0.004729896783828791,0.017344487034679903 +Harry Potter,Mykew Gregorovitch,0.5690000653266907,0.1185713101655088,0.5642809271812439,0.1498485329867405,-0.004719138145446777,0.0312772228212317 +Harry Potter,Alastor Moody,0.4577885270118713,0.7827104312739529,0.4531765580177307,2.274414280204072,-0.0046119689941405695,1.4917038489301193 +Twilight,Marcus,0.5064879059791565,0.000135643522374,0.5018938779830933,9.792731027764253e-06,-0.004594027996063232,-0.00012585079134623574 +The Lord of the Rings,Sauron,0.4784235060214996,1.6349855311995525,0.473971426486969,3.107573119386748,-0.004452079534530584,1.4725875881871955 +The Hitchhiker's Guide to the Galaxy,Heimdall,0.5224384665489197,2.6783508235738216,0.5182178020477295,2.607389714298064,-0.0042206645011901855,-0.07096110927575738 +The Lord of the Rings,Gandalf,0.493848979473114,0.7690076168971675,0.4897597432136535,2.593182433548461,-0.004089236259460505,1.8241748166512934 +Dune,Wensicia Corrino,0.5699851512908936,1.352215822644708,0.5664901733398438,1.7340149761303842,-0.0034949779510498047,0.38179915348567617 +Twilight,Demetri,0.5613125562667847,0.0012281161893588,0.5580273866653442,0.0040244895400104,-0.0032851696014404297,0.0027963733506516 +Harry Potter,Nagini,0.4135995805263519,0.5475663139218998,0.410442590713501,0.6242335554914112,-0.0031569898128508966,0.07666724156951144 +Twilight,Riley Biers,0.5060179233551025,5.831605686072552e-05,0.5028755068778992,0.0007274335295509,-0.003142416477203369,0.0006691174726901744 +Dune,Nayla,0.5458073019981384,1.1268773215155374,0.5432273745536804,1.7074506944108572,-0.002579927444458008,0.5805733728953197 +Harry Potter,Filius Flitwick,0.4493355453014374,3.36218792065598,0.4472354054450989,3.477780886766946,-0.002100139856338501,0.11559296611096626 +Dune,Lichna,0.4485637843608856,1.328797911591771,0.4464889764785766,0.7906917182421546,-0.0020748078823090155,-0.5381061933496164 +Harry Potter,Peeves,0.4413259625434875,2.009399324595589,0.4392738342285156,2.2806503103401905,-0.0020521283149718683,0.2712509857446017 +Twilight,Jasper Hale,0.4564851820468902,1.4435958440038834,0.454686552286148,0.9914565227561848,-0.0017986297607421875,-0.4521393212476986 +The Hunger Games,Cinna,0.4038583636283874,0.8810996757287762,0.4021786451339721,1.5850030403767033,-0.0016797184944152832,0.703903364647927 +Harry Potter,Augustus Rookwood,0.5375701785087585,0.1818283262725174,0.5363628268241882,0.2594773430935967,-0.0012073516845703125,0.0776490168210793 +The Hitchhiker's Guide to the Galaxy,Roosta,0.5273421406745911,4.546129077375875,0.526216983795166,4.499983689897789,-0.0011251568794250488,-0.046145387478086164 +Dune,Lady Jessica,0.468407541513443,0.2028299003667993,0.4681082963943481,0.3171852694143707,-0.00029924511909490414,0.1143553690475714 +Dune,Piter De Vries,0.5243019461631775,1.1976779929079375,0.524216890335083,1.2231867428278729,-8.505582809448242e-05,0.025508749919935347 +Harry Potter,Gilderoy Lockhart,0.4364169538021087,2.777551319897083,0.4366215765476227,3.1657195994917373,0.00020462274551397153,0.3881682795946544 +The Hitchhiker's Guide to the Galaxy,Trillian,0.541327714920044,0.2824537261145331,0.5415677428245544,0.1050534715482875,0.00024002790451049805,-0.17740025456624564 +Harry Potter,Marietta Edgecombe,0.5397696495056152,1.3486482752683523e-06,0.5401628613471985,2.143600595977801e-05,0.00039321184158325195,2.008735768450966e-05 +The Hitchhiker's Guide to the Galaxy,Grunthos the Flatulent,0.5367152690887451,2.4596168074797715,0.5372061729431152,2.8103312219034,0.0004909038543701172,0.3507144144236283 +The Hitchhiker's Guide to the Galaxy,Zaphod Beeblebrox,0.524462878704071,3.4262332847912296,0.5250093936920166,2.6664367028483587,0.0005465149879455566,-0.7597965819428709 +The Hitchhiker's Guide to the Galaxy,Questular Rontok,0.4964897036552429,1.9219703990808992,0.4972619116306305,4.186321044159038,0.0007722079753875732,2.2643506450781388 +Harry Potter,Fleur Delacour,0.4540396332740783,0.4478835484364356,0.4549606740474701,0.8759612594302569,0.0009210407733917791,0.42807771099382136 +Dune,Miles Teg,0.5735767483711243,0.5392183891587967,0.5745278596878052,0.3328531911163241,0.0009511113166809082,-0.2063651980424726 +Harry Potter,Selwyn,0.4294923841953277,0.0041481609622216,0.430673748254776,0.0056074897922577,0.0011813640594482977,0.0014593288300361 +Dune,Alia Atreides,0.4658108353614807,0.3335438271517829,0.4670486748218536,0.1940878944588636,0.0012378394603728693,-0.13945593269291928 +Twilight,Sam Uley,0.4657468497753143,0.7360231784276465,0.4671300649642944,0.9117944123315556,0.0013832151889801025,0.17577123390390903 +The Hunger Games,Hilarius Heavensbee,0.5234611630439758,2.0099604890001523,0.5248605608940125,0.90694244099205,0.001399397850036621,-1.1030180480081024 +Harry Potter,Bartemius Crouch Senior,0.4609591960906982,2.7993025941645246,0.4624888002872467,4.843919675574981,0.0015296041965485174,2.0446170814104567 +Harry Potter,Bartemius Crouch Junior,0.4790416359901428,3.9225961309581856,0.4808548986911773,3.138785448592562,0.0018132627010344904,-0.7838106823656235 +Harry Potter,Sirius Black I,0.4658055901527405,1.0827814871578365,0.467812031507492,1.6251472078374127,0.0020064413547515314,0.5423657206795762 +Harry Potter,Pomona Sprout,0.4468885362148285,3.3633300002109787,0.4492199420928955,4.737450432005136,0.0023314058780670166,1.3741204317941569 +The Lord of the Rings,Baragund,0.5109097361564636,0.9868341704482896,0.5133917331695557,1.245646248915543,0.002481997013092041,0.2588120784672535 +Twilight,Mary,0.5204862356185913,1.4050623647905562,0.5231702923774719,1.023507485669433,0.0026840567588806152,-0.3815548791211232 +Dune,Wellington Yueh,0.5041899085044861,0.4257537731570264,0.5070567727088928,0.2773105966965404,0.0028668642044067383,-0.148443176460486 +Dune,Logno,0.4954418241977691,0.8754907556427473,0.4983513653278351,0.6225424791607346,0.0029095411300659735,-0.2529482764820127 +Dune,Paulus Atreides,0.5753435492515564,0.7760784009369951,0.5783288478851318,0.6385111652421047,0.0029852986335754395,-0.13756723569489038 +Harry Potter,Gabrielle Delacour,0.5198922157287598,9.240374791603472e-05,0.522936224937439,0.5014047977107204,0.0030440092086791992,0.5013123939628044 +Harry Potter,Sirius Black,0.4285387396812439,0.4475858904917092,0.4315895736217499,0.5084066666657757,0.0030508339405059814,0.060820776174066504 +Harry Potter,Hepzibah Smith,0.5609691739082336,0.0009797427720681,0.5640297532081604,0.015184323939183,0.003060579299926758,0.0142045811671149 +Harry Potter,Horace Slughorn,0.4647629261016845,3.793215070781709,0.4678252041339874,4.518161437856791,0.003062278032302912,0.724946367075082 +Harry Potter,Ginevra Weasley,0.4370097517967224,0.2619547501032638,0.4401127696037292,0.4853234646966717,0.0031030178070067804,0.2233687145934079 +Twilight,Vasilii,0.4197364151477813,0.0006704062509159,0.4228555858135223,0.0588528301541689,0.003119170665740967,0.058182423903253004 +Harry Potter,Hedwig,0.5569161176681519,0.0065203893288597,0.5601760745048523,0.0497895972019277,0.0032599568367004395,0.043269207873068004 +The Hitchhiker's Guide to the Galaxy,Caveman,0.4730314910411834,1.0964563631165871,0.4764082133769989,3.0170284945414987,0.003376722335815485,1.9205721314249116 +Harry Potter,Peter Pettigrew,0.4263714849948883,1.769831501892427,0.4298799037933349,2.9141204185400382,0.0035084187984465998,1.1442889166476111 +Harry Potter,Herbert Beery,0.4323126077651977,0.0214713575501096,0.4358270466327667,0.0735824379621375,0.0035144388675690252,0.052111080412027895 +Harry Potter,Sybill Trelawney,0.4723763763904571,3.123903345780508,0.4761386513710022,2.961366799932051,0.0037622749805450995,-0.1625365458484569 +The Lord of the Rings,Meriadoc Brandybuck,0.561441957950592,0.0648408954241231,0.5652663707733154,0.9112354140815888,0.0038244128227233887,0.8463945186574657 +The Lord of the Rings,Gollum,0.5312132835388184,0.0012175108716184,0.5351508259773254,0.0002608758122073,0.00393754243850708,-0.0009566350594111001 +The Lord of the Rings,Galadriel,0.4945986270904541,1.1028929795254774,0.498959481716156,2.6947653102196303,0.004360854625701904,1.591872330694153 +The Hitchhiker's Guide to the Galaxy,Mr Prosser,0.5069112777709961,3.1382313033558216,0.5113053321838379,4.395576469021057,0.004394054412841797,1.2573451656652352 +Harry Potter,Rita Skeeter,0.4344606101512909,0.5426442446824509,0.4388675093650818,1.2415302305645854,0.0044068992137908936,0.6988859858821346 +The Lord of the Rings,Glorfindel,0.5649725198745728,2.2217178591704628e-06,0.5694261789321899,0.003514182136364,0.0044536590576171875,0.00351196041850483 +Harry Potter,Nicholas de Mimsy-Porpington,0.4439013004302978,5.066341605216925,0.4486649632453918,3.394059705016283,0.004763662815093994,-1.672281900200642 +Harry Potter,Dobby,0.4531989395618438,0.9744792504328932,0.4579870700836181,1.3303329283501248,0.004788130521774292,0.35585367791723166 +The Lord of the Rings,Haldir,0.5636138319969177,0.3369018557603518,0.5684061646461487,0.9064526162103486,0.004792332649230957,0.5695507604499968 +The Lord of the Rings,Arwen,0.5495935678482056,0.0917615574909407,0.5545570254325867,0.4326173121468185,0.0049634575843811035,0.3408557546558778 +Harry Potter,Vincent Crabbe,0.5198566317558289,0.0006169246388136,0.5248391628265381,0.0007503214476635,0.0049825310707092285,0.00013339680884989996 +Twilight,Harry Clearwater,0.5476050972938538,0.0438943956407439,0.5528291463851929,0.988138735717682,0.005224049091339111,0.944244340076938 +The Hunger Games,Domitia Whimsiwick,0.4541220963001251,7.349920196184377e-05,0.4593628644943237,0.0743653904472926,0.005240768194198553,0.07429189124533075 +Dune,Jehanne Butler,0.4389314949512481,0.0288194764317802,0.4444078803062439,0.0512613213413012,0.005476385354995783,0.022441844909521003 +Twilight,Bella Swan,0.43482106924057,0.4455320014066238,0.4403236210346222,1.0944117164519866,0.0055025517940521795,0.6488797150453629 +Harry Potter,Cho Chang,0.4494101405143738,1.524332607130559,0.4550559520721435,1.7492911733909369,0.00564581155776972,0.2249585662603779 +Harry Potter,Severus Snape,0.4307354390621185,1.4891996565686652,0.4365817606449127,2.645417860134607,0.005846321582794245,1.1562182035659416 +Dune,Lucilla,0.5374746918678284,2.789838649157089,0.5433661341667175,4.21780433563992,0.00589144229888916,1.4279656864828314 +Twilight,Irina,0.4988650679588318,0.0077706609258345,0.5048238039016724,0.0002198406798161,0.005958735942840576,-0.0075508202460184 +Harry Potter,Tom Riddle,0.4586656987667084,3.764603371707189,0.4647452533245086,4.146790110438455,0.0060795545578002375,0.38218673873126585 +The Lord of the Rings,Túrin,0.4932235479354858,1.9729607394382167e-10,0.4993710517883301,2.1667083816749173e-05,0.006147503852844294,2.1666886520675228e-05 +Dune,Irulan Corrino,0.5094133019447327,0.0134960327501953,0.5159376263618469,0.0779417916071164,0.006524324417114258,0.0644457588569211 +Dune,Norma Cenva,0.494139552116394,1.279041748836781,0.5010496973991394,0.8907502084443788,0.006910145282745417,-0.3882915403924021 +Harry Potter,Draco Malfoy,0.4438540339469909,0.455745091186328,0.4509128630161285,1.890818492286858,0.007058829069137573,1.4350734011005302 +Twilight,Emily Young,0.5085493326187134,7.213279249480357e-06,0.5158069729804993,0.0330255215871768,0.007257640361785889,0.03301830830792732 +Harry Potter,James Potter II,0.4469856917858124,0.3051987092976389,0.4545874893665313,0.1038787838907323,0.007601797580718939,-0.20131992540690663 +The Lord of the Rings,Ecthelion,0.4401785731315613,0.0001392145475183,0.4480352401733398,0.4996122819569569,0.007856667041778509,0.4994730674094386 +The Lord of the Rings,Bilbo Baggins,0.4629913568496704,0.7427334673811882,0.4710036516189575,0.7643137653901765,0.00801229476928711,0.021580298008988308 +The Lord of the Rings,Balin,0.5572898387908936,6.873337123824756e-05,0.5653225183486938,0.0107615077965567,0.008032679557800293,0.010692774425318453 +Twilight,Jared Cameron,0.5240994691848755,0.0186014665449711,0.532151997089386,0.0067800101584847,0.008052527904510498,-0.0118214563864864 +Harry Potter,Myrtle Warren,0.4512809216976166,4.066192632689464,0.4595744013786316,4.842941977938914,0.008293479681015015,0.7767493452494492 +Dune,Dama,0.4857421815395355,1.715304963446476,0.4941137433052063,0.6593159783259328,0.008371561765670776,-1.0559889851205433 +Dune,Xavier Harkonnen,0.5057855248451233,0.0001623178149653,0.5143126249313354,0.0432104443771766,0.008527100086212158,0.043048126562211304 +Harry Potter,Amycus Carrow,0.5384577512741089,0.0085231443009815,0.5470284223556519,0.0038905295842837,0.008570671081542969,-0.0046326147166978 +Harry Potter,Helga Hufflepuff,0.5581740736961365,0.7075363770838006,0.5667545199394226,0.6325972114081228,0.008580446243286133,-0.07493916567567782 +The Hunger Games,Livia Cardew,0.4411150813102722,0.0011644289971937,0.4497662484645843,0.018320461370184,0.008651167154312078,0.0171560323729903 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Jeltz,0.5412886142730713,3.643808150265752,0.5502378940582275,5.653932292970884,0.00894927978515625,2.010124142705132 +Dune,Hwi Noree,0.5402935743331909,0.9546559571623304,0.5494601726531982,0.328316116884358,0.009166598320007324,-0.6263398402779724 +The Lord of the Rings,Peregrin Took,0.5437358021736145,0.0542727872519525,0.5529078841209412,0.1864921831796264,0.00917208194732666,0.1322193959276739 +Twilight,Jacob Black,0.4697536826133728,0.9226002690842544,0.4790249466896057,1.3640223465042558,0.00927126407623291,0.4414220774200014 +Twilight,Victoria,0.439033567905426,0.6875448458491541,0.4483987092971802,0.7681029253884348,0.00936514139175415,0.08055807953928074 +Harry Potter,William Weasley,0.4439441263675689,0.7589835810847033,0.453458696603775,1.1929303400411908,0.00951457023620611,0.4339467589564875 +Dune,Kwisatz Haderach,0.562592089176178,0.2092850384260413,0.5722053050994873,0.8231619434607415,0.009613215923309326,0.6138769050347002 +Dune,Bellonda,0.5828205943107605,3.054110317840824,0.592597246170044,3.691212952707253,0.009776651859283447,0.6371026348664288 +Dune,Feyd-Rautha Harkonnen,0.460873395204544,1.219083792235549,0.4707494080066681,0.8714558397648315,0.009876012802124079,-0.34762795247071754 +Dune,Hasimir Fenring,0.547031044960022,3.7819609171032647,0.5571539402008057,1.9510502823437563,0.010122895240783691,-1.8309106347595083 +Twilight,Edward Cullen,0.4453941583633423,0.678335766560001,0.455565869808197,1.2448036249161023,0.010171711444854736,0.5664678583561013 +Harry Potter,Zacharias Smith,0.5279580354690552,0.0342098698497101,0.538486659526825,0.039874870510343,0.010528624057769775,0.005665000660632899 +The Hitchhiker's Guide to the Galaxy,Enid Kapelsen,0.4745515286922455,1.8897915120627369,0.4854231774806976,1.4991200642594105,0.010871648788452093,-0.3906714478033264 +The Hunger Games,Haymitch Abernathy,0.4316339194774627,1.134473813765434,0.4425918161869049,1.229173845922611,0.010957896709442194,0.09470003215717693 +Harry Potter,Petunia Dursley,0.4213124811649322,0.7796112827905537,0.432350605726242,0.8727334192666802,0.011038124561309814,0.09312213647612655 +The Hitchhiker's Guide to the Galaxy,Garkbit,0.5128700733184814,1.946174109013354,0.5239087343215942,2.7189349347234626,0.011038661003112793,0.7727608257101086 +Dune,Ghanima Atreides,0.4960546195507049,0.4661478620566122,0.507136881351471,0.6183888868445536,0.011082261800766047,0.15224102478794144 +Dune,Harah,0.4979162812232971,0.0725353494553252,0.5090550184249878,0.0058115788910207,0.011138737201690674,-0.0667237705643045 +Twilight,Caius,0.5134718418121338,0.0041258673936078,0.524796724319458,0.0036320872433338,0.011324882507324219,-0.0004937801502739999 +The Lord of the Rings,Gothmog,0.5325398445129395,0.1818801358727697,0.543887734413147,0.9029937752524296,0.01134788990020752,0.72111363937966 +Dune,Daniel,0.5007641315460205,1.631312666915827,0.5122811198234558,1.1045714636700712,0.011516988277435303,-0.5267412032457559 +The Hitchhiker's Guide to the Galaxy,Gail Andrews,0.4535467624664306,2.1617533355470595,0.4651680290699005,1.5026311790084164,0.011621266603469904,-0.6591221565386431 +The Hitchhiker's Guide to the Galaxy,Gag Halfrunt,0.4889803230762481,0.0982620976643629,0.5009781122207642,1.4467308498254026,0.011997789144516047,1.3484687521610397 +Harry Potter,Neville Longbottom,0.4424783587455749,3.249958889477173,0.4544924199581146,3.233556544168879,0.012014061212539728,-0.01640234530829421 +Twilight,Bree Tanner,0.5183275938034058,2.555710534939857e-06,0.5305123329162598,4.429474834340514e-05,0.012184739112854004,4.173903780846528e-05 +The Hitchhiker's Guide to the Galaxy,Allitnils,0.4514158368110657,0.7028346729424548,0.4638689458370209,1.177709601829284,0.0124531090259552,0.47487492888682925 +The Lord of the Rings,Eilinel,0.4771568775177002,0.964949530269156,0.4896692037582397,1.2176584163368669,0.012512326240539495,0.2527088860677109 +Harry Potter,Bellatrix Lestrange,0.4379557967185974,0.9308910645023084,0.4505712985992431,0.7353979797059612,0.012615501880645696,-0.1954930847963472 +Twilight,Laurent,0.5089563727378845,0.0012824595639473,0.5217602252960205,0.0286178367409613,0.012803852558135986,0.027335377177014 +Harry Potter,Luna Lovegood,0.4611029922962188,1.6356681988599642,0.4739124476909637,1.9060559187027577,0.012809455394744873,0.27038771984279353 +Harry Potter,Beedle the Bard,0.5292668342590332,4.020141019267585,0.5423824787139893,1.852489255387636,0.013115644454956055,-2.167651763879949 +Twilight,Kate,0.4886078834533691,0.0004188823951983,0.501785933971405,3.64939274318443e-05,0.013178050518035944,-0.0003823884677664557 +Harry Potter,Ariana Dumbledore,0.5188639760017395,8.0965247623839e-10,0.5321075916290283,0.0001956182559472,0.013243615627288818,0.00019561744629472376 +Dune,Raquella Berto-Anirul,0.5147691369056702,0.0505092472857887,0.5281753540039062,0.2529816771656182,0.013406217098236084,0.2024724298798295 +Twilight,Aro,0.4243939220905304,0.460612241210917,0.4378767609596252,0.6814359492698534,0.013482838869094793,0.22082370805893642 +The Lord of the Rings,Smaug,0.4951056838035583,1.369934426713461,0.5086314678192139,1.0657703146783388,0.013525784015655573,-0.30416411203512217 +Harry Potter,Winky,0.5464995503425598,4.597214267087058e-05,0.5603477358818054,0.0001176181450069,0.013848185539245605,7.164600233602943e-05 +The Hunger Games,Peeta Mellark,0.4438426494598388,1.1291179617171474,0.4579137861728668,1.2622192568833872,0.01407113671302801,0.1331012951662398 +Dune,Liet Kynes,0.5218409895896912,1.278225329638197,0.5362000465393066,0.7457589774633218,0.014359056949615479,-0.5324663521748751 +Dune,Glossu Rabban Harkonnen,0.5374839901924133,2.346730239086161,0.5518556237220764,3.595008864263438,0.014371633529663086,1.248278625177277 +The Lord of the Rings,Thingol,0.5081369876861572,4.428451715613721e-05,0.5225947499275208,0.0055173497932467,0.014457762241363525,0.005473065276090563 +Harry Potter,Aragog,0.5313587188720703,7.815331152240772e-06,0.5461622476577759,0.0721512573028197,0.014803528785705566,0.07214344197166746 +Twilight,Seth Clearwater,0.5219919085502625,2.6690509572979773e-05,0.5368380546569824,2.2557357816646632e-08,0.01484614610671997,-2.6667952215163128e-05 +The Hitchhiker's Guide to the Galaxy,Guide Mark II,0.531345784664154,0.967506182327614,0.5462780594825745,4.615148925284156,0.01493227481842041,3.6476427429565423 +The Hunger Games,Persephone Price,0.4896861016750335,0.0220441708263839,0.5048912763595581,0.5750454742309209,0.015205174684524592,0.553001303404537 +The Hitchhiker's Guide to the Galaxy,Ford Prefect,0.503355860710144,0.0006953983515379,0.5187045335769653,0.0002420726907472,0.015348672866821289,-0.0004533256607907 +Dune,Gaius Helen Mohiam,0.526836097240448,1.1550383866306306,0.5425923466682434,1.538226544406715,0.01575624942779541,0.3831881577760843 +Harry Potter,Fred Weasley,0.4316678941249847,0.4710096356206633,0.4475062489509582,0.7332427461184158,0.01583835482597351,0.2622331104977525 +Harry Potter,Molly Weasley,0.4258531928062439,1.006931637473603,0.4417132437229156,1.5205089674980166,0.015860050916671697,0.5135773300244135 +Harry Potter,Pansy Parkinson,0.5118330717086792,1.7750677772365438e-05,0.5277064442634583,2.032801826712961e-05,0.015873372554779053,2.5773404947641715e-06 +Twilight,Alice Cullen,0.438834398984909,0.2776220517753975,0.4547623097896576,0.6615864714911912,0.01592791080474859,0.3839644197157937 +Harry Potter,Sirius Black II,0.421613872051239,1.1245359777324464,0.4375723004341125,2.385812775782805,0.01595842838287348,1.2612767980503587 +Dune,Norma Cevna,0.4986927509307861,0.2939918557389265,0.5146554112434387,1.1904821789395426,0.015962660312652643,0.8964903232006161 +The Hitchhiker's Guide to the Galaxy,Frankie and Benjy,0.5203325748443604,0.4796580016301606,0.5363255739212036,1.6535834987703122,0.01599299907684326,1.1739254971401516 +Dune,Fafnir Corrino,0.4948194324970245,1.3196266092732591,0.5108835101127625,1.3455776093671192,0.01606407761573797,0.025951000093860088 +Harry Potter,Armando Dippet,0.551811695098877,2.1802730091762357e-06,0.5678954720497131,0.0017356234834309,0.01608377695083618,0.0017334432104217238 +Harry Potter,Ronald Weasley,0.4466086626052856,0.5717791795437712,0.4628472924232483,0.8329823782588229,0.016238629817962702,0.2612031987150517 +The Lord of the Rings,Legolas,0.4352049231529236,0.4679468441090048,0.4515453577041626,1.3105177750316803,0.016340434551239014,0.8425709309226755 +Dune,Jessica Atreides,0.4570485055446625,0.144439164385024,0.4733946025371551,0.5619218432663521,0.01634609699249262,0.41748267888132806 +The Hunger Games,Gale Hawthorne,0.4092412292957306,0.3852021982023139,0.4256100952625274,1.1059587461436282,0.01636886596679682,0.7207565479413143 +Harry Potter,Lee Jordan,0.4369614422321319,0.8313975125985401,0.4533984065055847,1.7652504446066095,0.016436964273452814,0.9338529320080694 +The Hitchhiker's Guide to the Galaxy,Colin the Security Robot,0.5130603909492493,2.195416666697422,0.5294987559318542,2.83372619940594,0.01643836498260498,0.6383095327085182 +Harry Potter,Cedric Diggory,0.4603066146373749,1.953592998779285,0.4773434996604919,1.8800989140419708,0.01703688502311701,-0.07349408473731422 +Harry Potter,Kingsley Shacklebolt,0.5434129238128662,1.3996009562103872e-05,0.5604909658432007,0.0001571909789429,0.017078042030334473,0.00014319496938079612 +Twilight,Renesmee Cullen,0.4330266118049621,0.6311994326354685,0.4501892328262329,0.6259689675029592,0.017162621021270807,-0.005230465132509354 +Harry Potter,Poppy Pomfrey,0.5473053455352783,5.7536034507271794e-12,0.5645301938056946,3.1497502321319218e-06,0.01722484827041626,3.149744478528471e-06 +The Hunger Games,Reaper Ash,0.4743912518024444,0.0004285614472345,0.4919630885124206,0.007660071244621,0.017571836709976196,0.007231509797386499 +Twilight,Quil Ateara III,0.5075376033782959,1.6239529934461778,0.5255942344665527,1.253521363478485,0.018056631088256836,-0.37043162996769285 +The Hitchhiker's Guide to the Galaxy,Pizpot Gargravarr,0.4750292301177978,0.8398734947705285,0.4932797253131866,1.082886502347771,0.018250495195388794,0.24301300757724242 +Harry Potter,Broderick Bode,0.5348936319351196,0.0005206032918184,0.5531675219535828,0.3868210652104334,0.018273890018463135,0.386300461918615 +The Lord of the Rings,Forlong,0.5688490271568298,0.5602252154217972,0.5871270895004272,4.106717452924327,0.018278062343597412,3.54649223750253 +The Lord of the Rings,Gimli,0.5303179025650024,0.0018958562640058,0.5486525297164917,0.007278140322566,0.018334627151489258,0.005382284058560199 +Dune,Murbella,0.5306856632232666,0.1161153578347403,0.5490666627883911,0.311518693349403,0.01838099956512451,0.1954033355146627 +Twilight,Tanya,0.4943207502365112,2.3001461533403246e-07,0.5129669904708862,1.017026482000468e-06,0.018646240234375056,7.870118666664357e-07 +The Hitchhiker's Guide to the Galaxy,Old Man on the Pole,0.4875471293926239,4.7026631692738174,0.5063191056251526,6.556842986455579,0.018771976232528687,1.8541798171817616 +Dune,Scytale,0.4897126257419586,0.4730752657490815,0.5085275173187256,0.5772822226475126,0.018814891576766968,0.10420695689843112 +Dune,Farad'n Corrino,0.5614867806434631,0.9435758372206554,0.5808011889457703,1.2893259880279828,0.01931440830230713,0.3457501508073274 +Harry Potter,Dolores Umbridge,0.42945197224617,1.5444118006253529,0.4487933814525604,4.498057380957531,0.019341409206390436,2.9536455803321777 +Harry Potter,Regulus Black I,0.4486167132854461,1.2077823151106382,0.4680110812187195,4.497858006635839,0.01939436793327337,3.2900756915252014 +Harry Potter,Arthur Weasley,0.4248868823051452,0.4389978643295181,0.4442940950393677,2.36208392954761,0.019407212734222468,1.9230860652180921 +Harry Potter,Nymphadora Tonks,0.4425010085105896,0.4811867125932654,0.4619460105895996,0.6509497252838561,0.01944500207901001,0.1697630126905907 +The Lord of the Rings,Halbarad,0.5482879281044006,0.0377240224085869,0.5678908228874207,1.2505198519541445,0.01960289478302002,1.2127958295455576 +Harry Potter,Angelina Johnson,0.4413478076457977,0.4817691565597695,0.4609935581684112,1.61538573750937,0.019645750522613525,1.1336165809496006 +Harry Potter,Igor Karkaroff,0.4093060493469238,0.5704136732410355,0.42897629737854,1.6171682675288797,0.01967024803161621,1.0467545942878442 +Harry Potter,Buckbeak,0.5568949580192566,0.0696037045558207,0.5765940546989441,0.1567409913475783,0.0196990966796875,0.0871372867917576 +Dune,Moneo Atreides,0.5322074890136719,0.1221604302703853,0.552431046962738,0.0376465890712522,0.020223557949066162,-0.0845138411991331 +Twilight,Randall,0.4445645213127136,0.2113762974976194,0.4651248753070831,0.1869984820936673,0.02056035399436945,-0.02437781540395212 +The Hunger Games,Mrs. Everdeen,0.4956545233726501,2.990646278912664e-05,0.5162612199783325,0.0001142280892867,0.02060669660568243,8.432162649757336e-05 +Harry Potter,Susan Bones,0.5229329466819763,0.0002700267654533,0.5438013672828674,2.3579569809623674e-06,0.020868420600891113,-0.0002676688084723376 +The Hunger Games,Mizzen,0.4259211421012878,1.2010382943299564e-06,0.4469455778598785,1.869939636121712e-07,0.021024435758590698,-1.0140443307177853e-06 +The Lord of the Rings,Hareth,0.4888023436069488,1.208471555754901,0.5098549127578735,2.0283251634894808,0.021052569150924738,0.8198536077345797 +The Lord of the Rings,Erestor,0.565351665019989,3.485846912651825,0.586430549621582,4.97648241934944,0.021078884601593018,1.4906355066976156 +The Lord of the Rings,Isildur,0.5536698698997498,0.0001405835555204,0.5754685997962952,0.0019145160582926,0.02179872989654541,0.0017739325027722 +Harry Potter,Harry Potter,0.4503121674060821,0.5536328923594419,0.4723129868507385,0.9263211683672428,0.022000819444656428,0.37268827600780086 +The Hunger Games,Primrose Everdeen,0.5412285327911377,1.2830647151305e-07,0.5635352730751038,1.082212373178548e-07,0.022306740283966064,-2.0085234195195195e-08 +Dune,Duncan Idaho,0.4214058220386505,1.0528955818498733,0.4439141750335693,2.1972041209773283,0.022508352994918768,1.144308539127455 +Harry Potter,Elphias Doge,0.5131416916847229,0.0011731634868792,0.5358070731163025,0.000196868521381,0.02266538143157959,-0.0009762949654982 +The Hitchhiker's Guide to the Galaxy,Marvin,0.4958357512950897,0.2549632048619335,0.5185239911079407,0.551938654927262,0.022688239812850952,0.2969754500653285 +The Lord of the Rings,Baran,0.4734276533126831,2.0087748000837657,0.4961883127689361,2.401055689983004,0.022760659456252996,0.39228088989923826 +The Hunger Games,Lucretius Flickerman,0.5081245303153992,1.4047005526211074e-06,0.5309379696846008,0.3740077622090239,0.02281343936920166,0.3740063575084713 +Twilight,Angela Weber,0.5451338291168213,0.0179369636990772,0.5681806206703186,0.0080092662495488,0.023046791553497314,-0.0099276974495284 +Twilight,Carlisle Cullen,0.4602928757667541,0.7512274707328349,0.4838859140872955,0.6457266717530008,0.023593038320541382,-0.10550079897983411 +Dune,Hayt,0.5439981818199158,3.035260854687782,0.5676808953285217,1.8890437314339483,0.023682713508605957,-1.1462171232538336 +Harry Potter,Amelia Bones,0.5153607726097107,2.335787401315288e-05,0.5390540361404419,0.0401363496834523,0.0236932635307312,0.04011299180943915 +The Lord of the Rings,Éowyn,0.5354081392288208,0.0446670784607137,0.5591710209846497,0.0808981344760647,0.023762881755828857,0.036231056015350996 +The Hitchhiker's Guide to the Galaxy,Max Quordlepleen,0.4794408977031708,2.500813108490748,0.5032950639724731,3.402245075624442,0.023854166269302368,0.9014319671336941 +Dune,Sheeana Brugh,0.5340063571929932,0.9987176212057696,0.5581178069114685,2.533198754228731,0.024111449718475342,1.5344811330229615 +The Lord of the Rings,Celeborn,0.5386183857917786,8.960520794475933e-07,0.5627967715263367,0.0024571792711473,0.024178385734558105,0.002456283219067852 +The Hunger Games,Coral,0.4286750257015228,4.980235540597977e-07,0.4535006880760193,4.3197941769261226e-08,0.02482566237449646,-4.5482561229053645e-07 +Harry Potter,Ignotus Peverell,0.5293282270431519,0.002447043668145,0.5542071461677551,0.0498948355665078,0.02487891912460327,0.0474477918983628 +Harry Potter,Antonin Dolohov,0.5568044781684875,0.0001731142880994,0.5817202925682068,0.0334807969729057,0.02491581439971924,0.0333076826848063 +Twilight,Santiago,0.4405513107776642,0.0113096824479289,0.4655430316925049,0.0218416827716768,0.024991720914840698,0.0105320003237479 +The Hunger Games,Katniss Everdeen,0.4497995972633362,1.4265105776332534,0.474838376045227,2.195442424563712,0.025038778781890814,0.7689318469304587 +The Hitchhiker's Guide to the Galaxy,Oolon Colluphid,0.5167138576507568,0.3045699755027859,0.5419318079948425,4.214868428260779,0.025217950344085693,3.910298452757993 +The Hitchhiker's Guide to the Galaxy,Know-Nothing-Bozo,0.460536777973175,1.4569908972698322,0.4859395027160644,1.0203099039770764,0.025402724742889404,-0.4366809932927558 +Harry Potter,Walden Macnair,0.5117467045783997,1.2047489451247158e-05,0.5371495485305786,0.0073274223546813,0.025402843952178955,0.007315374865230053 +Dune,Siona Atreides,0.5410712957382202,0.5836693720482895,0.5667243003845215,0.1415506545006138,0.02565300464630127,-0.44211871754767573 +Dune,Stilgar,0.5065039992332458,0.3521997169623891,0.532167375087738,0.5102105680812854,0.025663375854492188,0.1580108511188963 +The Hitchhiker's Guide to the Galaxy,Effrafax of Wug,0.5077013373374939,2.7731462138051746,0.5334528088569641,2.335238629716953,0.025751471519470215,-0.4379075840882214 +Harry Potter,Aberforth Dumbledore,0.4465094804763794,0.8878197052937502,0.4725188016891479,1.7522845718208322,0.0260093212127685,0.864464866527082 +The Lord of the Rings,Shelob,0.5592805743217468,0.0758405306378195,0.5853018164634705,0.3406007945047815,0.026021242141723633,0.264760263866962 +Twilight,Jane,0.5082261562347412,0.0001358791583441,0.5344328284263611,1.017502052202691e-05,0.026206672191619873,-0.0001257041378220731 +Harry Potter,Amos Diggory,0.5196719765663147,0.0003546050984097,0.5461400747299194,0.0018724442708867,0.026468098163604736,0.0015178391724770001 +Twilight,Rosalie Hale,0.4387513399124145,0.4878305133247904,0.4652736186981201,1.1990501138523448,0.026522278785705622,0.7112196005275544 +Twilight,Eric Yorkie,0.5205509662628174,0.0642821243823755,0.5471195578575134,0.1757533347555896,0.026568591594696045,0.1114712103732141 +Harry Potter,Katie Bell,0.5273134112358093,2.134555659548249e-05,0.5541184544563293,6.941469957752831e-05,0.02680504322052002,4.8069142982045817e-05 +The Lord of the Rings,Gríma,0.5651068687438965,0.0263081311492341,0.5924745798110962,0.0689119201878415,0.027367711067199707,0.0426037890386074 +Harry Potter,Aurora Sinistra,0.5493923425674438,4.575075219822373e-06,0.5767828822135925,0.0038494379796005,0.02739053964614868,0.0038448629043806777 +Dune,Margot Fenring,0.5632591843605042,0.0901246651570515,0.5906767249107361,1.5331309572850005,0.027417540550231934,1.443006292127949 +Harry Potter,Eloise Midgen,0.513272762298584,0.1125825402776524,0.5407871603965759,0.7941201720850346,0.027514398097991943,0.6815376318073822 +Dune,Gurney Halleck,0.5254309177398682,0.0210078510281879,0.5530193448066711,0.076351204570937,0.02758842706680298,0.055343353542749094 +Twilight,Zafrina,0.5180833339691162,0.0561211749005394,0.5461707711219788,0.1718688423167518,0.02808743715286255,0.11574766741621241 +The Hunger Games,Festus Creed,0.4804655015468597,0.0004364852600695,0.5087020397186279,0.0077027971029612,0.028236538171768244,0.0072663118428917 +Dune,Serena Butler,0.512681782245636,0.0034786939474873,0.5410799384117126,0.0026481038198425,0.02839815616607666,-0.0008305901276448001 +Harry Potter,Ignatius Prewett,0.469117522239685,0.6497960800492384,0.4978139400482178,2.7852354204178047,0.02869641780853277,2.135439340368566 +Harry Potter,Vernon Dursley,0.4193305969238281,0.6117686237027634,0.4480687379837036,2.5333829039030915,0.02873814105987549,1.9216142802003282 +Harry Potter,Astoria Malfoy,0.505161702632904,0.000878155304023,0.5340600609779358,0.3197984887298726,0.02889835834503174,0.3189203334258496 +The Hitchhiker's Guide to the Galaxy,Number One,0.4791897237300873,1.594780988308329,0.5081092715263367,1.295263558473435,0.02891954779624939,-0.29951742983489393 +Dune,Chani Kynes,0.4593413472175598,0.765399971568981,0.4882956147193908,0.8681908027060506,0.028954267501831,0.10279083113706966 +Dune,Thufir Hawat,0.5250611901283264,0.0538646829607475,0.5541090965270996,0.034884852362595,0.029047906398773193,-0.018979830598152503 +Dune,Leto Atreides II,0.4332444071769714,1.0353937872588983,0.4626670479774475,1.236763637671174,0.02942264080047613,0.20136985041227562 +Harry Potter,Albus Dumbledore,0.4365445673465729,1.646849726307027,0.4660621285438537,3.362765732297297,0.02951756119728083,1.71591600599027 +Dune,Minotauros Atreides,0.481614202260971,0.1604432397909353,0.5114316344261169,0.3985008488922756,0.02981743216514593,0.2380576091013403 +The Lord of the Rings,Frodo Baggins,0.4546349644660949,1.7198854026994104,0.4846213757991791,1.250914683541555,0.029986411333084162,-0.4689707191578554 +Harry Potter,Hannah Abbott,0.4692113697528839,1.7761814432280333e-20,0.4992662668228149,5.949654625532152e-06,0.030054897069930975,5.949654625532134e-06 +The Hitchhiker's Guide to the Galaxy,Eccentrica Gallumbits,0.5684916377067566,1.600421665398035,0.5986104011535645,5.373714248134763,0.03011876344680786,3.773292582736728 +The Lord of the Rings,Éomer,0.5421885848045349,0.0170643806662626,0.5727627873420715,0.0765165006720312,0.03057420253753662,0.05945212000576859 +Dune,Leto Atreides I,0.4644840657711029,0.1561335935662264,0.4951279759407043,0.440357396190372,0.030643910169601385,0.2842238026241456 +The Lord of the Rings,Fëanor,0.4401758313179016,0.6147414238801957,0.4709019958972931,0.8933878134903198,0.03072616457939148,0.2786463896101241 +The Lord of the Rings,Carcharoth,0.5387466549873352,0.2734467447511363,0.5697872042655945,2.109973094597627,0.031040549278259277,1.836526349846491 +The Lord of the Rings,Glóin,0.5324459671974182,0.095651668993374,0.5635282397270203,2.9661555721979838,0.03108227252960205,2.8705039032046096 +Harry Potter,Terry Boot,0.5016686916351318,1.3608514695211e-07,0.5328243970870972,0.0044056883183233,0.031155705451965332,0.004405552233176347 +The Hitchhiker's Guide to the Galaxy,Genghis Khan,0.5043528079986572,1.1397913126863477,0.5355144143104553,3.3542247691558065,0.031161606311798096,2.2144334564694588 +The Hitchhiker's Guide to the Galaxy,Reg Nullify,0.4720154106616974,1.902039103801027,0.5031870007514954,2.457118678686294,0.031171590089797974,0.5550795748852673 +Twilight,Sue Clearwater,0.5386261343955994,0.2446133009175692,0.5701732635498047,0.0704058026402606,0.03154712915420532,-0.17420749827730858 +Dune,Shando Vernius,0.4891597926616668,0.1598593751666299,0.5207884311676025,0.4678524818639373,0.031628638505935724,0.3079931066973074 +The Lord of the Rings,Ungoliant,0.5248897075653076,0.0068898861689286,0.55659019947052,0.4206666712385319,0.0317004919052124,0.4137767850696033 +Harry Potter,Salazar Slytherin,0.5373809933662415,0.0348870203392717,0.5692950487136841,0.0196972828428365,0.03191405534744263,-0.0151897374964352 +Harry Potter,Rose Granger-Weasley,0.4612981677055359,1.6717813257322007e-11,0.4938507974147796,0.0023335207959342,0.03255262970924372,0.0023335207792163867 +The Lord of the Rings,Théoden,0.5443832278251648,0.0742075913758281,0.5772528052330017,0.1807967875535116,0.032869577407836914,0.10658919617768352 +Dune,Edric,0.4637089073657989,1.474504801773972,0.4967652559280395,1.1583227412688253,0.0330563485622406,-0.31618206050514663 +The Hitchhiker's Guide to the Galaxy,Poodoo,0.452880322933197,1.4072647612067786,0.4860747456550598,1.3931414530091124,0.03319442272186279,-0.014123308197666162 +Harry Potter,Phineas Nigellus Black,0.4272326231002807,2.7866178748037788e-06,0.4604507386684418,0.0001803231635915,0.033218115568161066,0.00017753654571669623 +Harry Potter,Fawkes,0.5352731943130493,0.0049802750602774,0.5684974193572998,0.0418462141423762,0.03322422504425049,0.0368659390820988 +The Hitchhiker's Guide to the Galaxy,Lallafa,0.4753203988075256,0.7379222995063882,0.5090602040290833,1.4554464099777698,0.03373980522155767,0.7175241104713815 +The Lord of the Rings,Elladan and Elrohir,0.572724461555481,0.088177189742486,0.6065909266471863,0.6361087823379934,0.03386646509170532,0.5479315925955074 +Harry Potter,Garrick Ollivander,0.532930850982666,0.0001017757786636,0.566840410232544,5.247644224131636e-05,0.03390955924987793,-4.929933642228364e-05 +Harry Potter,Radolphus Lestrange,0.474466323852539,0.7665334276008785,0.5084900259971619,1.001282764886298,0.03402370214462286,0.23474933728541958 +Harry Potter,Rubeus Hagrid,0.4429548978805542,0.757989256856053,0.4778842329978943,4.257511023281331,0.03492933511734009,3.4995217664252776 +Twilight,Collin Littlesea,0.4015692770481109,0.3932931368504643,0.4368025660514831,0.3934013293951621,0.03523328900337219,0.00010819254469779382 +Harry Potter,Galatea Merrythought,0.4920767545700073,0.0032699201976819,0.5274026393890381,0.9164211439946988,0.03532588481903076,0.9131512237970169 +The Lord of the Rings,Glóredhel,0.4629199206829071,0.8536328538441629,0.4985253512859344,1.6292637426017125,0.03560543060302729,0.7756308887575496 +The Lord of the Rings,Galdor,0.5158555507659912,1.2485904053333363,0.5514740943908691,2.435062548697424,0.03561854362487793,1.1864721433640875 +Harry Potter,Wilhelmina Grubbly-Plank,0.5482054948806763,0.0460890235913902,0.5839771032333374,0.3756600361280645,0.03577160835266113,0.32957101253667426 +Dune,Tyekanik,0.5045052170753479,0.8605449177709994,0.5404890775680542,1.138484106188053,0.0359838604927063,0.2779391884170537 +The Lord of the Rings,Denethor II,0.5466106534004211,0.1223507951938338,0.5836129784584045,0.3042194992237594,0.0370023250579834,0.1818687040299256 +The Hitchhiker's Guide to the Galaxy,Fenchurch,0.4917847216129303,0.3875229487300913,0.529032826423645,3.287683145810562,0.03724810481071472,2.9001601970804707 +Harry Potter,Padma Patil,0.5182434916496277,0.0007101262299604,0.5555219054222107,0.0044738017133605,0.03727841377258301,0.0037636754834001005 +Harry Potter,Rowena Ravenclaw,0.5359760522842407,0.0686595528965369,0.573421061038971,0.4260412068984685,0.037445008754730225,0.3573816540019316 +The Hitchhiker's Guide to the Galaxy,The Lord,0.4792201817035675,1.354531018545949,0.5172358751296997,3.7359408086054313,0.0380156934261322,2.3814097900594824 +The Hitchhiker's Guide to the Galaxy,Lig Lury Jr,0.4491147696971893,0.167543472843609,0.4874661862850189,3.8898089760996233,0.038351416587829645,3.7222655032560144 +The Hitchhiker's Guide to the Galaxy,Great Green Arkleseizure,0.528576135635376,3.3641340015274275,0.5669288635253906,6.084616931515877,0.03835272789001465,2.72048292998845 +Harry Potter,Corban Yaxley,0.5089466571807861,6.34883607311603e-13,0.5473292469978333,0.0001525281500408,0.03838258981704712,0.00015252814940591638 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Kwaltz,0.5228808522224426,1.413300164165216,0.5617323517799377,5.506559981534626,0.03885149955749512,4.09325981736941 +The Lord of the Rings,Shadowfax,0.558815598487854,0.2268558574927122,0.5979445576667786,1.6379879568324147,0.03912895917892456,1.4111320993397025 +Dune,Helena Atreides,0.5068652033805847,0.1119035016338069,0.5462532639503479,0.3454311405400564,0.039388060569763184,0.2335276389062495 +Dune,Hedley Tuek,0.4837548434734344,1.07362282470827,0.5231477618217468,1.5332853064468446,0.03939291834831243,0.4596624817385746 +The Lord of the Rings,Watcher in the Water,0.5586118102073669,0.0005535213703505,0.5981280207633972,0.0051045433536228,0.03951621055603027,0.0045510219832723 +The Lord of the Rings,Elendil,0.5107694864273071,0.0001144554486978,0.5504311323165894,0.0181598650373687,0.03966164588928223,0.0180454095886709 +The Hitchhiker's Guide to the Galaxy,Ruler of the Universe,0.4977446794509887,4.313830727905722,0.5375468134880066,9.833476668039363,0.03980213403701788,5.519645940133642 +The Lord of the Rings,Morgoth,0.4580369889736175,1.168327412862539,0.4980153143405914,1.836967770407093,0.03997832536697388,0.6686403575445541 +Twilight,Ephraim Black,0.4925296306610107,0.3658229524051135,0.5327481627464294,0.7108240690539922,0.04021853208541876,0.3450011166488787 +The Hitchhiker's Guide to the Galaxy,Hig Hurtenflurst,0.4822753369808197,2.544482997403323,0.5229754447937012,1.666027704785033,0.04070010781288147,-0.87845529261829 +Harry Potter,Victoire Weasley,0.4587174355983734,0.0234788965598078,0.499426782131195,0.8306536323484959,0.0407093465328216,0.807174735788688 +Dune,Alef Burzmali,0.5161446928977966,1.0354349672963867,0.5568660497665405,1.6205280729583174,0.040721356868743896,0.5850931056619306 +Harry Potter,Gellert Grindelwald,0.4071548879146576,0.711321998168285,0.4479026198387146,0.8825099327605731,0.04074773192405701,0.1711879345922881 +Dune,Marty,0.4924050271511078,0.932898749248838,0.5335819125175476,1.646799387111592,0.04117688536643982,0.713900637862754 +The Hitchhiker's Guide to the Galaxy,Hurling Frootmig,0.4553157687187195,0.5980317027887777,0.496841698884964,2.427544772938232,0.04152593016624451,1.8295130701494542 +The Lord of the Rings,Haleth,0.5201858878135681,0.2793668133256367,0.5622618198394775,4.641685740897057,0.042075932025909424,4.362318927571421 +The Hitchhiker's Guide to the Galaxy,Humma Kavula,0.4854157567024231,1.8566239223449013,0.5276848077774048,5.14095889510766,0.04226905107498169,3.284334972762759 +The Lord of the Rings,Radagast,0.5174330472946167,0.00017497649855,0.5598633289337158,0.0032167003587381,0.04243028163909912,0.0030417238601880997 +The Hunger Games,Lysistrata Vickers,0.4519827663898468,7.61478911561517e-07,0.4958251416683197,0.0011258190365234,0.0438423752784729,0.0011250575576118385 +The Hunger Games,Coriolanus Snow,0.4087497889995575,0.3796436125093209,0.4526492655277252,1.5742954966856622,0.043899476528167725,1.1946518841763414 +Twilight,Heidi,0.4454536139965057,1.0930883456035096e-07,0.4894866943359375,0.0184495655810594,0.04403308033943182,0.01844945627222484 +The Lord of the Rings,Celebrimbor,0.5008432269096375,0.3055048819347499,0.5453246831893921,4.317380873481824,0.04448145627975464,4.011875991547074 +The Hitchhiker's Guide to the Galaxy,Hotblack Desiato,0.5021933913230896,3.3008269824014618,0.5471504330635071,4.551225292467061,0.04495704174041748,1.250398310065599 +Harry Potter,Emeric the Evil,0.5178278684616089,1.2622184001968104,0.5628010630607605,4.550841299645501,0.04497319459915161,3.288622899448691 +Harry Potter,Millicent Bulstrode,0.4880232810974121,0.0003872885441662,0.5334551334381104,0.0697731638859217,0.04543185234069824,0.0693858753417555 +The Lord of the Rings,Samwise Gamgee,0.5255295634269714,0.0002127983320222,0.5717642307281494,0.0005201358644656,0.04623466730117798,0.0003073375324434 +Harry Potter,Alicia Spinnet,0.5427551865577698,0.000136340576143,0.5892655849456787,0.0011085423982836,0.046510398387908936,0.0009722018221406 +Dune,Leto I Atreides,0.504253625869751,0.0099520281209106,0.5509100556373596,0.1195720031412774,0.04665642976760864,0.1096199750203668 +Dune,Piter de Vries,0.463932991027832,0.7901284138439427,0.5120517611503601,1.5202778799386392,0.04811877012252813,0.7301494660946964 +Harry Potter,Justin Finch-Fletchley,0.5083823204040527,5.515536337718215e-07,0.5567641854286194,0.0004953535160609,0.04838186502456665,0.0004948019624271281 +The Hunger Games,Palmyra Monty,0.4756408631801605,2.723208990680631,0.5241082310676575,3.4981564388107538,0.04846736788749695,0.7749474481301228 +Harry Potter,Oliver Wood,0.5217692255973816,2.2992374311168573e-08,0.5709604620933533,2.874262842102832e-05,0.04919123649597168,2.871963604671715e-05 +The Hitchhiker's Guide to the Galaxy,God,0.4720796644687652,0.000474325132103,0.5213883519172668,2.9978883732699493,0.04930868744850164,2.997414048137846 +The Lord of the Rings,Maedhros,0.5035333037376404,2.6845660125638523e-09,0.5534624457359314,0.0007071572139962,0.049929141998291016,0.0007071545294301875 +Harry Potter,Pius Thicknesse,0.5047450661659241,0.0003785633524771,0.5550447702407837,0.0025702108153827,0.05029970407485962,0.0021916474629056 +The Lord of the Rings,Khamûl,0.5273112654685974,0.3111839518759664,0.5779586434364319,1.5488645441375015,0.05064737796783447,1.237680592261535 +The Hitchhiker's Guide to the Galaxy,Agrajag,0.5030543804168701,0.0415770531119069,0.5538953542709351,0.8253280676268905,0.05084097385406494,0.7837510145149835 +Harry Potter,Porpentina Goldstein,0.4264792203903198,0.0703261744429743,0.4779998660087585,6.230131971321948,0.051520645618438665,6.159805796878974 +Twilight,Quil Ateara V,0.5100683569908142,0.1399546709235932,0.561724066734314,0.0447618215796129,0.051655709743499756,-0.09519284934398031 +The Lord of the Rings,Morwen,0.5053345561027527,0.0002501001562238,0.5570681691169739,1.0455979320774025,0.05173361301422119,1.0453478319211786 +Harry Potter,Irma Pince,0.5216736793518066,4.0295665377381453e-16,0.5734816789627075,4.72127559997257e-05,0.05180799961090088,4.721275599932274e-05 +Harry Potter,Rufus Scrimgeour,0.5175845623016357,4.594655846928269e-05,0.569431483745575,0.000113399955687,0.05184692144393921,6.74533972177173e-05 +The Lord of the Rings,Eöl,0.4756379723548889,0.0004635115474672,0.5275198221206665,0.2919945162378677,0.05188184976577759,0.2915310046904005 +Harry Potter,Rolanda Hooch,0.4869513809680938,6.53191056925866e-21,0.5390515923500061,8.221566846057005e-08,0.05210021138191229,8.221566846056351e-08 +The Lord of the Rings,Barahir,0.5018305778503418,0.2083752518956464,0.5540673732757568,1.8961209541827748,0.05223679542541504,1.6877457022871285 +Dune,Octa Butler,0.4596191346645355,0.0260518392912217,0.5119488835334778,0.9994224406668474,0.05232974886894226,0.9733706013756257 +Harry Potter,Dennis Creevey,0.4977614283561706,5.717898920479274e-05,0.5503764748573303,0.1113604373532902,0.052615046501159723,0.1113032583640854 +The Hunger Games,Dill,0.4356289803981781,0.0002891011143852,0.4885352551937103,0.0960276098361049,0.05290627479553223,0.0957385087217197 +Dune,Tio Holtzman,0.4509092569351196,5.580479411464467e-05,0.5041067600250244,0.0065064358970146,0.05319750308990484,0.006450631102899956 +The Lord of the Rings,Eärendil,0.551388680934906,0.0227427246226931,0.6047641038894653,0.4545111505499469,0.053375422954559326,0.4317684259272538 +Dune,Victor Atreides,0.4980299174785614,0.2910350286240949,0.5519011616706848,0.6685790952560978,0.05387124419212341,0.3775440666320029 +Dune,Anirul Corrino,0.5136567950248718,1.876669671550019,0.5680137276649475,2.9275031075382563,0.054356932640075684,1.0508334359882372 +The Hitchhiker's Guide to the Galaxy,Hillman Hunter,0.4723850190639496,0.3463285279502558,0.526846706867218,1.3370309332758832,0.05446168780326843,0.9907024053256274 +The Hitchhiker's Guide to the Galaxy,Golgafrinchans,0.4998741745948791,0.0022159234741147,0.5546774864196777,0.9447810135592936,0.05480331182479864,0.9425650900851789 +The Hunger Games,Alma Coin,0.4811421930789947,2.95861523989604e-20,0.5374076962471008,0.0030204198098382,0.056265503168106135,0.0030204198098382 +The Lord of the Rings,Círdan,0.4970964193344116,1.1359558026426888e-15,0.5533652901649475,0.0023556687549475,0.05626887083053589,0.002355668754946364 +The Lord of the Rings,Húrin,0.4652401208877563,6.992488981995174e-06,0.5215151906013489,0.0061851804593473,0.056275069713592585,0.0061781879703653045 +The Hitchhiker's Guide to the Galaxy,Alice Beeblebrox,0.484935998916626,2.711765617333668,0.541314423084259,1.1895178198195084,0.05637842416763306,-1.5222477975141595 +The Hitchhiker's Guide to the Galaxy,Haggunenons,0.5025545358657837,0.4367676940461874,0.5594968795776367,1.4825687364523716,0.05694234371185303,1.0458010424061843 +The Lord of the Rings,Caranthir,0.5198797583580017,0.14574014133635,0.5769110918045044,1.924008518023196,0.057031333446502686,1.7782683766868461 +The Lord of the Rings,Nienor,0.4857916533946991,0.0601259198032592,0.5431424379348755,1.1567590469088522,0.05735078454017639,1.0966331271055931 +Harry Potter,Alice Longbottom,0.5214443802833557,2.371178974459041e-11,0.5788318514823914,0.2764230986244123,0.057387471199035645,0.27642309860070047 +The Lord of the Rings,Bard,0.5038110613822937,0.0044467726571034,0.5618695616722107,0.0068535072910567,0.05805850028991699,0.0024067346339532994 +The Lord of the Rings,Thrór,0.4825860559940338,7.743723490880978e-06,0.5413334965705872,0.2404470966108232,0.058747440576553345,0.2404393528873323 +The Lord of the Rings,Thranduil,0.4878326654434204,1.3411993964995826e-27,0.5475040078163147,0.0032064112663925,0.05967134237289429,0.0032064112663925 +Harry Potter,Fat Friar,0.5001595616340637,0.0049261660621702,0.5600280165672302,0.0128692589725514,0.059868454933166504,0.0079430929103812 +Dune,Dominic Vernius,0.4647168517112732,0.0015869832942633,0.5251268744468689,0.2164528169324232,0.0604100227355957,0.2148658336381599 +The Hitchhiker's Guide to the Galaxy,Lunkwill and Fook,0.4459331035614013,0.9297680416501386,0.5080600380897522,1.226444792424524,0.062126934528350886,0.2966767507743855 +The Hitchhiker's Guide to the Galaxy,Number Two,0.43616983294487,0.9727470646024056,0.4991006553173065,1.892146497758362,0.06293082237243652,0.9193994331559564 +Harry Potter,Michael Corner,0.4674330651760101,1.4306645318480637e-06,0.5304694771766663,0.001905437274061,0.06303641200065618,0.001904006609529152 +Twilight,Jessica Stanley,0.5055686235427856,0.0003780182242173,0.5701385736465454,0.0041601556336921,0.06456995010375977,0.0037821374094748 +The Lord of the Rings,Aredhel,0.4630291759967804,0.0006045999411397,0.5278006792068481,0.5368354153736876,0.06477150321006775,0.5362308154325479 +The Lord of the Rings,Beren,0.4936663806438446,0.0013168984976569,0.5609504580497742,0.2964469737914797,0.06728407740592957,0.2951300752938228 +The Lord of the Rings,Glaurung,0.4925675988197326,0.0105043637293916,0.5601674318313599,0.5209951886978874,0.06759983301162725,0.5104908249684958 +Dune,Tyros Reffa,0.42983078956604,0.1327862233708681,0.4983071088790893,1.1056474255429347,0.06847631931304932,0.9728612021720666 +The Lord of the Rings,Finrod,0.4899004101753235,1.8911108280271173e-08,0.5585615634918213,0.0770635232473469,0.0686611533164978,0.07706350433623863 +Dune,Ramallo,0.4325161278247833,0.0687161399514886,0.501629650592804,1.872451841371104,0.06911352276802063,1.8037357014196154 +The Lord of the Rings,Fíli and Kíli,0.535077691078186,0.0390663683312621,0.6048795580863953,0.1515881549037747,0.06980186700820923,0.1125217865725126 +Twilight,Rebecca Black,0.4065530896186828,0.094421984457344,0.4780859351158142,1.0728798273423112,0.0715328454971314,0.9784578428849673 +Harry Potter,Fat Lady,0.4970676898956299,0.0006078717408122,0.5686796307563782,0.0237519234351517,0.07161194086074829,0.0231440516943395 +Harry Potter,Minerva McGonagall,0.3753265738487243,0.3901990986916779,0.4472415149211883,0.833021457282659,0.07191494107246399,0.44282235859098107 +The Lord of the Rings,Angrod,0.4995581805706024,0.6376961769341987,0.5718408226966858,7.675932767872278,0.07228264212608337,7.038236590938079 +Harry Potter,Anthony Goldstein,0.4705437421798706,7.131851725246233e-06,0.5429233312606812,0.6083868480040763,0.07237958908081055,0.608379716152351 +The Hitchhiker's Guide to the Galaxy,Agda,0.4573055505752563,1.421807429387134,0.5298096537590027,6.014122812135902,0.0725041031837464,4.592315382748768 +Harry Potter,Godric Gryffindor,0.5335870385169983,0.0721869358689683,0.6060956716537476,0.4174254111588114,0.07250863313674927,0.3452384752898431 +Dune,Tlaloc,0.4285541176795959,0.0118315451596015,0.5015847682952881,0.9321172489174157,0.0730306506156922,0.9202857037578142 +The Hitchhiker's Guide to the Galaxy,Prak,0.4407698810100555,0.1180049148389614,0.514369547367096,0.4189564750491458,0.07359966635704046,0.3009515602101844 +Dune,Rhombur Vernius,0.4880791306495666,0.0403226233838716,0.5621006488800049,0.4523142109796731,0.07402151823043829,0.4119915875958015 +Harry Potter,Evan Rosier,0.4763492941856384,0.0852488791539358,0.5510381460189819,4.197853513057502,0.0746888518333435,4.112604633903566 +Twilight,James,0.4592633545398712,2.1330016673097883e-08,0.5340688228607178,0.00052318268686,0.07480546832084656,0.000523161356843327 +Twilight,Sasha,0.4354710578918457,0.0038431673822077,0.5104660987854004,1.085126858305472,0.07499504089355469,1.0812836909232644 +The Lord of the Rings,Thorin II,0.4779637455940246,1.9999888091541057e-19,0.5533391833305359,1.7823173898844698e-06,0.07537543773651129,1.78231738988427e-06 +The Hitchhiker's Guide to the Galaxy,Lintilla,0.4331122636795044,0.0054116694166139,0.5091831088066101,0.2562651870653857,0.07607084512710571,0.2508535176487718 +The Hitchhiker's Guide to the Galaxy,Old Woman in the Cave,0.4645183086395263,1.170952580145992,0.5418444275856018,7.01581392016772,0.0773261189460755,5.844861340021728 +The Lord of the Rings,Fingon,0.484019786119461,0.0004629340336018,0.5613618493080139,0.2697719276485892,0.07734206318855291,0.2693089936149874 +The Hitchhiker's Guide to the Galaxy,Mella,0.4520410597324371,1.4347506010220392,0.5313006639480591,8.1670382369449,0.079259604215622,6.732287635922861 +The Lord of the Rings,Finduilas,0.4520036876201629,0.0022644301662218,0.5315022468566895,0.8535603185410245,0.07949855923652654,0.8512958883748027 +The Lord of the Rings,Idril,0.5022085309028625,0.2401171612877327,0.5832176208496094,2.986286610186788,0.08100908994674683,2.7461694488990553 +Dune,Aramsham,0.4058475792407989,0.8238137072393069,0.4876619875431061,0.9168460982084708,0.08181440830230718,0.09303239096916394 +The Lord of the Rings,Amrod,0.4492732584476471,0.0033548290563057,0.5318185687065125,0.5419955258409143,0.08254531025886536,0.5386406967846086 +Harry Potter,Marcus Flint,0.4707847833633423,9.189966458818742e-05,0.554602324962616,0.3285182087549822,0.08381754159927368,0.32842630909039405 +Dune,Zufa Cenva,0.4670575857162475,0.0112104319609969,0.5524097681045532,0.3717184737716069,0.08535218238830572,0.36050804181060997 +Dune,Elrood Corrino IX,0.4714115262031555,1.3470757706131942,0.5571887493133545,3.313130230889499,0.08577722311019897,1.966054460276305 +The Lord of the Rings,Belemir,0.4510476291179657,0.1805320398805099,0.5369394421577454,3.028884621598889,0.08589181303977966,2.848352581718379 +The Hitchhiker's Guide to the Galaxy,Almighty Bob,0.460065096616745,1.8494015249277385,0.5477994680404663,2.8131422225838065,0.08773437142372131,0.9637406976560681 +The Lord of the Rings,Turgon,0.472512274980545,0.0942599245494071,0.5610125064849854,0.5115538130022425,0.08850023150444036,0.4172938884528353 +The Lord of the Rings,Fingolfin,0.4707838892936706,3.15935584302992e-24,0.5603159070014954,0.0006270312675563,0.08953201770782476,0.0006270312675563 +The Hitchhiker's Guide to the Galaxy,Judiciary Pag,0.4658540189266205,2.2053176174830877,0.5554378628730774,1.6235163327564248,0.08958384394645691,-0.5818012847266629 +The Lord of the Rings,Curufin,0.4877168238162994,1.926055897940224e-05,0.5782928466796875,0.636370822793572,0.09057602286338812,0.6363515622345927 +The Lord of the Rings,Aegnor,0.4741942882537842,0.0025817006947468,0.5661616325378418,2.077555700438521,0.09196734428405762,2.074973999743774 +The Lord of the Rings,Amras,0.4840487539768219,0.0783159478081815,0.576225221157074,4.422656924847655,0.09217646718025208,4.344340977039474 +The Lord of the Rings,Celegorm,0.4814887046813965,0.0188109646147066,0.5747490525245667,2.4956213743481626,0.09326034784317017,2.476810409733456 +The Lord of the Rings,Gil-galad,0.4937008917331695,2.8875881748037804e-14,0.5870011448860168,0.0041511127078988,0.09330025315284735,0.0041511127078699235 +The Lord of the Rings,Gwindor,0.4787231385707855,0.0009883692054017,0.5721768736839294,2.464142815089829,0.09345373511314392,2.463154445884427 +Dune,Mohandas Suk,0.4551697373390198,0.2720735772913702,0.5508387684822083,1.4002093038690775,0.09566903114318848,1.1281357265777072 +The Lord of the Rings,Huor,0.4677675366401672,0.0673262150889485,0.5642777681350708,3.353537717036954,0.09651023149490362,3.2862115019480056 +The Lord of the Rings,Lindir,0.4819457530975342,0.5342962044084377,0.5809340476989746,6.041185807057358,0.09898829460144043,5.50688960264892 +The Lord of the Rings,Melian,0.4705244600772857,0.0005430458619563,0.5702692866325378,1.151224722893621,0.09974482655525213,1.1506816770316648 +Harry Potter,Dilys Derwent,0.4518661201000213,0.0743572179653755,0.5533308982849121,2.874254418566477,0.1014647781848908,2.7998972006011016 +The Lord of the Rings,Ancalagon,0.477145254611969,0.0110481038998085,0.5791114568710327,2.0878972244703298,0.10196620225906372,2.0768491205705213 +Harry Potter,Silvanus Kettleburn,0.4545643031597137,6.237655734272488e-08,0.5587272047996521,0.0171710660290795,0.10416290163993841,0.01717100365252216 +The Lord of the Rings,Thráin II,0.4682380259037018,6.8213707629566455e-09,0.5730043649673462,0.0226963133225233,0.10476633906364441,0.022696306501152536 +Harry Potter,Septima Vector,0.4376643598079681,1.884528858726572e-08,0.5453755855560303,0.0372418457889621,0.10771122574806219,0.03724182694367351 +The Lord of the Rings,Rían,0.451631635427475,0.1739800001262709,0.5608115196228027,2.382336701816836,0.10917988419532776,2.2083567016905654 +The Hitchhiker's Guide to the Galaxy,Dan Streetmentioner,0.4536094069480896,0.3031424793759491,0.5627984404563904,3.105531301877437,0.10918903350830078,2.802388822501488 +The Lord of the Rings,Hador,0.4714305996894836,0.004290333985831,0.5834735631942749,2.677397512827921,0.11204296350479132,2.67310717884209 +The Lord of the Rings,Gilraen,0.4580308794975281,0.0049444684982406,0.5713173747062683,3.87055853005025,0.11328649520874023,3.865614061552009 +Harry Potter,Dorcas Meadowes,0.4639257192611694,0.1643726245459285,0.5783253908157349,2.474595182981317,0.11439967155456549,2.3102225584353886 +The Lord of the Rings,Amlach,0.4631932973861694,1.0475817682608122,0.5794084072113037,4.618059174231231,0.11621510982513433,3.5704774059704185 +The Lord of the Rings,Gelmir,0.4621389210224151,0.2210629800761587,0.5793829560279846,4.179069700546927,0.11724403500556951,3.9580067204707685 +The Lord of the Rings,Erendis,0.4563486874103546,0.0772238524396165,0.5786224007606506,1.7736845457585757,0.12227371335029602,1.6964606933189592 +The Lord of the Rings,Handir,0.4704637825489044,1.4118870664589966,0.5968661308288574,13.082637572002591,0.126402348279953,11.670750505543594 +The Lord of the Rings,Berúthiel,0.4237178266048431,2.8041899631891774e-18,0.5517565011978149,0.097690752263447,0.12803867459297186,0.097690752263447 +The Lord of the Rings,Mablung,0.4288769066333771,8.810829254277746e-06,0.5587544441223145,0.2949886572847551,0.12987753748893738,0.2949798464555008 +The Hitchhiker's Guide to the Galaxy,Hactar,0.4329808056354522,0.0638868818155731,0.5714038014411926,2.182541127424045,0.1384229958057404,2.118654245608472 +The Hitchhiker's Guide to the Galaxy,Ameglian Major Cow,0.4219990670681,0.0333257116217055,0.5657427310943604,4.5520837618766254,0.14374366402626038,4.51875805025492 +Dune,Kailea Vernius,0.4088099002838135,3.335268626224189e-07,0.5558974742889404,0.6014721844717049,0.14708757400512695,0.6014718509448423 +The Lord of the Rings,Beorn,0.4574282765388489,7.964547045271094e-06,0.6069895625114441,0.5130365078530041,0.14956128597259521,0.5130285433059588 +The Lord of the Rings,Lúthien,0.4240851700305938,1.3768888823489491e-10,0.5941258072853088,0.1462831108081908,0.17004063725471502,0.14628311067050193 diff --git a/ressources/data/differences/embed_sorted_by_F1_to_wF1_1.csv b/ressources/data/differences/embed_sorted_by_F1_to_wF1_1.csv new file mode 100644 index 0000000000000000000000000000000000000000..d99fe46738ed7bdec6b2a75c58cba72485fddf8c --- /dev/null +++ b/ressources/data/differences/embed_sorted_by_F1_to_wF1_1.csv @@ -0,0 +1,541 @@ +Book,Character,F1,h,wF1,wh,F1_to_wF1,h_to_wh +Harry Potter,Hokey,0.5624920129776001,1.0192781336516663,0.4403316676616668,0.0007637035054289,-0.12216034531593328,-1.0185144301462374 +Harry Potter,Broderick Bode,0.493981122970581,0.329247563996245,0.4099574387073517,6.71566092915343e-14,-0.08402368426322931,-0.32924756399617783 +The Hunger Games,Festus Creed,0.5137855410575867,0.4488251552008332,0.4304147660732269,1.1489411666581085e-07,-0.0833707749843598,-0.44882504030671655 +Twilight,Amun,0.507752001285553,0.0532664143586604,0.4271788001060486,2.712021848055028e-15,-0.0805732011795044,-0.053266414358657685 +The Lord of the Rings,Erendis,0.5087628960609436,0.8706285962587988,0.428654134273529,0.007316702674519,-0.0801087617874146,-0.8633118935842798 +Harry Potter,Herbert Beery,0.49589803814888,2.8443517176706856,0.4173962473869324,4.830428471126465e-05,-0.07850179076194763,-2.8443034133859744 +The Hunger Games,Casca Highbottom,0.4940409958362579,0.0587936886949867,0.4224543273448944,1.3918421137300102e-09,-0.07158666849136347,-0.05879368730314458 +Dune,Lady Jessica,0.527129590511322,1.0146471545741351,0.4561772346496582,0.0774615841061969,-0.07095235586166382,-0.9371855704679383 +The Hunger Games,Persephone Price,0.4980650544166565,1.0352154585984468,0.4277696311473846,0.0001228294344017,-0.0702954232692719,-1.035092629164045 +The Hunger Games,Mizzen,0.52642822265625,0.0647341297750277,0.4569679498672485,8.724480654851951e-09,-0.06946027278900152,-0.06473412105054704 +Dune,Ziarenko Javid,0.4817750751972198,1.2164039946239296,0.412378579378128,0.003792379896148,-0.0693964958190918,-1.2126116147277817 +Twilight,Kebi,0.5147552490234375,0.3721088239934548,0.4482637941837311,6.781821117860223e-06,-0.06649145483970642,-0.37210204217233694 +Twilight,Senna,0.5137305855751038,0.7764955341732236,0.4481615424156189,0.0017553523032034,-0.06556904315948486,-0.7747401818700201 +The Hunger Games,Lysistrata Vickers,0.5213034749031067,0.3922486209001253,0.4561924338340759,3.3421247235283436e-10,-0.06511104106903076,-0.3922486205659128 +Harry Potter,Petunia Dursley,0.4716936647891998,0.276449701886468,0.4066319465637207,0.8251450452212465,-0.06506171822547907,0.5486953433347785 +The Hunger Games,Felix Ravinstill,0.5016847252845764,2.291929646798982,0.4419227540493011,0.0122104275031614,-0.059761971235275324,-2.2797192192958207 +Dune,Tylwyth Waff,0.509412407875061,1.1437715938563466,0.451562762260437,0.058983343730529,-0.05784964561462402,-1.0847882501258177 +The Hunger Games,Domitia Whimsiwick,0.5107499361038208,1.2525096842108003,0.4531517624855041,0.0118776767947972,-0.057598173618316706,-1.240632007416003 +The Lord of the Rings,Belemir,0.4778252243995666,0.4576622905168591,0.4229112863540649,1.2257453854580285,-0.05491393804550171,0.7680830949411694 +Twilight,Heidi,0.4885730743408203,0.3045840415013427,0.4366976916790008,5.880942816393087e-09,-0.051875382661819514,-0.3045840356203999 +Twilight,Bella Swan,0.4832690060138702,0.7247361055412566,0.4325412809848785,0.7365166028075251,-0.0507277250289917,0.011780497266268508 +The Hunger Games,Livia Cardew,0.4863074123859405,1.0567839430066268,0.43594691157341,0.0002431795767737,-0.05036050081253052,-1.0565407634298531 +Twilight,Mary,0.4860509932041168,0.7267298526381508,0.4364092946052551,0.0079322244466564,-0.049641698598861694,-0.7187976281914944 +The Hitchhiker's Guide to the Galaxy,Majikthise,0.5712370276451111,10.386016033098292,0.5231562852859497,2.245254897374209,-0.04808074235916138,-8.140761135724084 +The Lord of the Rings,Aegnor,0.5125909447669983,1.498046685500856,0.4651370346546173,0.0296654542630147,-0.04745391011238098,-1.4683812312378413 +Dune,Mohandas Suk,0.4980094134807586,0.777807305732695,0.4519886970520019,0.0335985023101957,-0.046020716428756714,-0.7442088034224993 +Harry Potter,Regulus Black I,0.4791207909584045,0.6593988606866316,0.4364158809185028,0.4298111408084292,-0.04270491003990168,-0.22958771987820237 +The Lord of the Rings,Eilinel,0.4749866425991058,0.3264001740397163,0.4330871403217315,1.4391811008157722,-0.04189950227737427,1.112780926776056 +The Lord of the Rings,Haleth,0.5136412382125854,0.8894122996936564,0.4729166328907013,0.0353501158327627,-0.040724605321884155,-0.8540621838608937 +The Hunger Games,Dill,0.4879874885082245,0.9374200025446748,0.4474625587463379,0.0008715085921698,-0.0405249297618866,-0.9365484939525051 +The Lord of the Rings,Gelmir,0.5109872817993164,1.3328831640981806,0.4709084331989288,0.3053119583828561,-0.04007884860038763,-1.0275712057153246 +The Hunger Games,Vipsania Sickle,0.4687986373901367,0.6673281913400538,0.4317727088928222,0.0093496491249441,-0.03702592849731451,-0.6579785422151098 +Harry Potter,Arthur Weasley,0.4567022621631622,0.4251668865434073,0.4197328090667724,0.3568288856396605,-0.03696945309638977,-0.06833800090374681 +Dune,Alma Mavis Taraza,0.5058012008666992,1.3960892703791925,0.4692151844501495,0.0009345553339762,-0.03658601641654974,-1.3951547150452164 +Harry Potter,Cornelius Fudge,0.4691202938556671,0.7548587542510679,0.4327090084552765,2.140909251467067,-0.036411285400390625,1.386050497215999 +Dune,Feyd-Rautha Harkonnen,0.5162959694862366,1.1772004111068048,0.4807954728603363,0.3885420702506556,-0.03550049662590027,-0.7886583408561492 +Dune,Miles Teg,0.557686984539032,0.6657775249077086,0.5225208401679993,0.0391958714219403,-0.035166144371032715,-0.6265816534857683 +Dune,Tlaloc,0.5012189149856567,0.7486960201354296,0.4670414626598358,0.070786805708445,-0.03417745232582092,-0.6779092144269846 +The Hunger Games,Haymitch Abernathy,0.4719663858413696,0.2746674204021431,0.4384087026119232,1.578231987325297,-0.033557683229446356,1.303564566923154 +Harry Potter,Mosag,0.4920565187931061,0.8782917616700553,0.4586452543735504,0.1613183485781155,-0.033411264419555664,-0.7169734130919398 +Harry Potter,Rose Granger-Weasley,0.5170115232467651,0.0367348878962947,0.483674019575119,9.293178665924588e-05,-0.03333750367164612,-0.03664195610963545 +Harry Potter,Draco Malfoy,0.4593364298343658,0.6527910367546879,0.4268490672111511,0.4857270193493909,-0.032487362623214666,-0.16706401740529697 +Twilight,Kachiri,0.511444628238678,1.431598498390504,0.4789679944515228,0.1002454252921603,-0.03247663378715515,-1.3313530730983436 +Harry Potter,William Weasley,0.4686269164085388,0.4513134857116254,0.4364808201789856,0.6737239296386476,-0.03214609622955322,0.2224104439270222 +Twilight,Santiago,0.4853374063968658,0.5795768905286605,0.4533033072948456,0.0020581764638911,-0.03203409910202021,-0.5775187140647694 +Harry Potter,Emeric the Evil,0.5236355662345886,1.2274087848206603,0.491738349199295,0.2050445204834039,-0.031897217035293635,-1.0223642643372564 +The Lord of the Rings,Baran,0.4921049177646637,0.5796325470572229,0.4608911573886871,1.405526150459263,-0.031213760375976618,0.8258936034020402 +The Lord of the Rings,Bilbo Baggins,0.4849622249603271,0.4667388614757454,0.4552127122879028,1.5087656836859384,-0.029749512672424316,1.0420268222101932 +Dune,Octa Butler,0.4880781173706054,0.6217094571902593,0.4583471715450287,0.1195954437816999,-0.029730945825576727,-0.5021140134085593 +Harry Potter,Horace Slughorn,0.4715592563152313,0.3495036987996052,0.442171037197113,0.7886036662666432,-0.02938821911811834,0.43909996746703805 +Harry Potter,Eloise Midgen,0.5077885389328003,2.7310612733937654,0.4787801802158355,0.0401969554614633,-0.029008358716964777,-2.690864317932302 +Dune,Wellington Yueh,0.5484734773635864,1.4385439187818103,0.5203583240509033,0.0994703658148618,-0.028115153312683105,-1.3390735529669486 +Twilight,Carlisle Cullen,0.4893444180488586,0.5470750454476965,0.4620271921157837,0.8207067943634325,-0.027317225933074896,0.27363174891573605 +The Lord of the Rings,Berúthiel,0.5082423090934753,0.4980957631416123,0.4821400344371795,1.8618666625103754e-07,-0.026102274656295832,-0.49809557695494605 +Dune,Xavier Harkonnen,0.5392778515815735,0.6381818425165202,0.5134580135345459,0.0014583260076786,-0.025819838047027588,-0.6367235165088416 +Twilight,Victoria,0.4694638848304748,0.2857169373512564,0.4436642229557037,0.6672516060492069,-0.025799661874771118,0.38153466869795044 +Twilight,Edward Cullen,0.4666794240474701,0.5013275577784613,0.4417260587215423,0.7004989690636835,-0.02495336532592779,0.1991714112852222 +The Hitchhiker's Guide to the Galaxy,Rob McKenna,0.4893811643123626,0.5788952977260052,0.4645346999168396,0.1847243935123878,-0.024846464395523016,-0.39417090421361745 +The Hunger Games,Coriolanus Snow,0.4579843580722809,0.9129836935607708,0.4332753419876098,1.7283589187069268,-0.024709016084671076,0.815375225146156 +Harry Potter,Neville Longbottom,0.4250537157058716,0.4050310464467725,0.4007991254329681,0.703794524437064,-0.024254590272903498,0.2987634779902915 +Twilight,Sasha,0.5193257927894592,1.3981505767285414,0.4952841997146606,0.0391430500603783,-0.02404159307479864,-1.3590075266681632 +Harry Potter,Irma Crabbe,0.4557207524776459,0.500078484182119,0.4326726794242859,0.4128171740133438,-0.023048073053359985,-0.0872613101687752 +The Lord of the Rings,Frodo Baggins,0.4845083951950073,1.1586468251538449,0.4625139534473419,1.4225173697938494,-0.021994441747665405,0.2638705446400045 +The Hunger Games,Volumnia Gaul,0.4893183410167694,0.0217730469748523,0.4675764143466949,1.959404559271376e-11,-0.02174192667007452,-0.021773046955258255 +Dune,Piter de Vries,0.5492623448371887,0.7538928578703038,0.5279063582420349,0.1856799652173605,-0.02135598659515381,-0.5682128926529433 +The Lord of the Rings,Aragorn II,0.5159305930137634,0.8487244291573735,0.4953894317150116,2.043826256497426,-0.02054116129875183,1.1951018273400527 +Dune,Vladimir Harkonnen,0.5316377282142639,0.1021486037107595,0.5116723775863647,0.0243300208480939,-0.01996535062789917,-0.0778185828626656 +The Hunger Games,Reaper Ash,0.495331734418869,0.2943598198840083,0.4755721688270569,4.42166229972471e-06,-0.019759565591812134,-0.29435539822170853 +Twilight,Alice Cullen,0.4551402628421783,0.4886141848937854,0.4358947873115539,0.7026150625583587,-0.01924547553062439,0.21400087766457332 +Twilight,Brady Fuller,0.414991170167923,0.2777492253670694,0.3972945213317871,0.2222973154747086,-0.017696648836135864,-0.05545190989236082 +The Hunger Games,Peeta Mellark,0.4702422022819519,0.2513760184516798,0.4527166187763214,1.5649296585705363,-0.017525583505630493,1.3135536401188566 +Harry Potter,Bartemius Crouch Junior,0.4792044460773468,0.3325170388966956,0.4619598388671875,0.6034569700781027,-0.017244607210159302,0.27093993118140713 +Harry Potter,Molly Weasley,0.4311411678791046,0.508030470417897,0.4139204919338226,0.3611856445629166,-0.017220675945282038,-0.14684482585498038 +Harry Potter,Fleur Delacour,0.4630218148231506,0.4558779158492355,0.4460435211658478,0.2417134268423993,-0.0169782936573028,-0.21416448900683618 +Harry Potter,Severus Snape,0.4444811940193176,0.6127870543993669,0.4277845025062561,0.9099762295329378,-0.016696691513061523,0.2971891751335709 +Harry Potter,Fred Weasley,0.4470652341842651,0.5032112406830574,0.4320422708988189,0.482766600628391,-0.015022963285446167,-0.020444640054666452 +Harry Potter,Minerva McGonagall,0.4822526574134826,0.2188552627094354,0.4676037728786468,4.567211100804414,-0.014648884534835815,4.348355838094979 +Harry Potter,Dominique Weasley,0.489918440580368,0.6449057551469597,0.4752844870090484,0.5957920297400371,-0.01463395357131958,-0.049113725406922604 +Harry Potter,Terry Boot,0.537269651889801,2.7182209576939864,0.5232139229774475,0.0006437601524779,-0.014055728912353516,-2.7175771975415084 +The Hitchhiker's Guide to the Galaxy,Questular Rontok,0.4900446832180023,1.1360314227027488,0.4767529368400574,4.434786665064095,-0.013291746377944946,3.2987552423613464 +Harry Potter,Phineas Nigellus Black,0.4521813094615936,0.000539000797748,0.4390638470649719,6.186878413479388e-05,-0.013117462396621649,-0.00047713201361320617 +Harry Potter,Alastor Moody,0.4516765177249908,0.5009578795219183,0.4389686584472656,0.5182164274500778,-0.012707859277725164,0.017258547928159507 +Harry Potter,Ernest Macmillan,0.5520151257514954,0.0005296513114701,0.5393288135528564,1.2384361177579228e-10,-0.012686312198638916,-0.0005296511876264883 +Harry Potter,Vernon Dursley,0.4200600385665893,0.37807521127231,0.4079162180423736,0.6485248124973402,-0.012143820524215698,0.2704496012250302 +Dune,Chani Kynes,0.519978404045105,0.6258408328432263,0.507990837097168,0.180328439611831,-0.011987566947937012,-0.44551239323139535 +Harry Potter,Hermione Granger,0.4517130553722381,0.0933303298809143,0.4399486184120178,0.4492240611908405,-0.011764436960220281,0.3558937313099262 +Harry Potter,Dolores Umbridge,0.440847098827362,0.4589686957480907,0.4294912815093994,3.086899216750264,-0.011355817317962591,2.627930521002173 +Dune,Piter De Vries,0.5379225611686707,0.5988211129863868,0.526581346988678,0.9056059650963464,-0.011341214179992676,0.30678485210995954 +The Lord of the Rings,Amrod,0.5072486996650696,0.6558058192188447,0.4968511462211609,0.4822242934610138,-0.010397553443908691,-0.17358152575783092 +The Lord of the Rings,Túrin,0.5115970969200134,0.0049511909120823,0.5016611218452454,5.695012396675375e-07,-0.009935975074768066,-0.004950621410842632 +Harry Potter,Ginevra Weasley,0.465539276599884,0.4473014815455565,0.4559850692749023,0.3413930808047621,-0.00955420732498169,-0.10590840074079438 +Harry Potter,Myrtle Warren,0.4804550409317016,1.0701752161855695,0.4709806740283966,2.919664660674945,-0.009474366903304998,1.8494894444893755 +Dune,Jessica Atreides,0.4802019000053406,0.4161399961091878,0.4718683063983917,0.0930419518554409,-0.008333593606948853,-0.3230980442537469 +Twilight,Rebecca Black,0.4915410280227661,0.918700707863489,0.4832848310470581,0.2138217510688916,-0.008256196975708008,-0.7048789567945974 +The Hunger Games,Cinna,0.4175937175750732,0.2197645120132099,0.4101203382015228,0.86300689448745,-0.0074733793735503595,0.6432423824742401 +Dune,Shaddam Corrino IV,0.4909803569316864,0.4651901071166394,0.484107106924057,0.2707872922110672,-0.0068732500076293945,-0.1944028149055722 +Harry Potter,Bellatrix Lestrange,0.4612173438072204,0.2534420421259237,0.4544133841991424,0.962492324603031,-0.006803959608078003,0.7090502824771073 +Dune,Paul Atreides,0.475263386964798,1.0560189280223136,0.4689085483551025,0.6532529036219028,-0.00635483860969549,-0.40276602440041076 +Harry Potter,Louis Weasley,0.4619789123535156,0.6541484749566165,0.4558188915252685,0.2578889840328823,-0.006160020828247126,-0.39625949092373425 +The Lord of the Rings,Fëanor,0.4521108567714691,0.4860159708887687,0.4460250437259674,0.6571302757098753,-0.006085813045501709,0.17111430482110657 +Harry Potter,Peeves,0.4605878293514251,1.233145913433488,0.4546980261802673,1.9797212847966736,-0.005889803171157837,0.7465753713631857 +Twilight,Aro,0.4622293412685394,0.3203764627510057,0.4565318822860718,1.161789809079368,-0.005697458982467596,0.8414133463283622 +Dune,Korba,0.5202980637550354,0.919296385613698,0.5151761174201965,1.1408700423282307,-0.005121946334838867,0.22157365671453277 +Harry Potter,Bartemius Crouch Senior,0.4499427676200866,0.2890588740969484,0.4448238611221313,0.7820869080728803,-0.005118906497955322,0.49302803397593187 +Harry Potter,Dobby,0.4430378079414367,0.4778912061664301,0.4382060468196869,0.8355269958401482,-0.004831761121749822,0.3576357896737181 +Harry Potter,Peter Pettigrew,0.439274400472641,0.5518819575752251,0.4347728788852691,2.667822673409213,-0.004501521587371882,2.115940715833988 +Twilight,Kate,0.5082175731658936,0.0092909007967654,0.5042892098426819,3.1359330333416675e-06,-0.00392836332321167,-0.009287764863732059 +Twilight,Renesmee Cullen,0.4533692896366119,0.2003957739847295,0.449503093957901,0.6336242809830143,-0.003866195678710882,0.43322850699828475 +Twilight,Carmen,0.4952872097492218,0.0745045757995176,0.4914722442626953,0.0001590148750256,-0.0038149654865264893,-0.07434556092449199 +Dune,Vorian Atreides,0.4654883146286011,0.4810919510127356,0.461676150560379,0.6263714752302175,-0.0038121640682221014,0.14527952421748191 +Harry Potter,Igor Karkaroff,0.4300591647624969,0.1185537496665181,0.426751434803009,1.8359158127641428,-0.003307729959487915,1.7173620630976247 +Harry Potter,Luna Lovegood,0.4645767211914062,0.6238259022389653,0.4613429009914398,1.5649159172310567,-0.003233820199966375,0.9410900149920914 +The Hunger Games,Katniss Everdeen,0.4845563769340515,0.1099882937826055,0.4817208051681518,1.510473580635784,-0.0028355717658997137,1.4004852868531785 +Harry Potter,Ronald Weasley,0.4654512703418731,0.4721455504174071,0.4626748859882355,0.1901574130328153,-0.00277638435363764,-0.2819881373845918 +Dune,Tertius Eileen Anteac,0.5171214938163757,0.9599716945215118,0.5144374966621399,0.2580117834826692,-0.00268399715423584,-0.7019599110388426 +Harry Potter,Sirius Black,0.4392881393432617,0.4511392466785318,0.4366599321365356,0.6741745154140073,-0.0026282072067261297,0.22303526873547552 +Harry Potter,James Potter II,0.4318004846572876,0.0360627203947301,0.4294745326042175,0.0774648256496093,-0.002325952053070124,0.041402105254879196 +Dune,Alia Atreides,0.4822726249694824,0.5359149302021396,0.4800700843334198,0.3977599518639994,-0.002202540636062622,-0.13815497833814028 +Dune,Logno,0.5146032571792603,1.9106249426370372,0.5130771398544312,0.2751950568614628,-0.0015261173248291016,-1.6354298857755745 +The Lord of the Rings,Galdor,0.5094061493873596,1.1159833070496714,0.5091733932495117,3.4446855583506504,-0.0002327561378479004,2.328702251300979 +Harry Potter,Quirinus Quirrell,0.4445041418075561,0.2189395014877245,0.4445823729038238,6.302162901989624,7.82310962677002e-05,6.0832234005018995 +Harry Potter,Alice Longbottom,0.5431731939315796,0.7901745802159144,0.5435448884963989,0.0892343713793138,0.00037169456481933594,-0.7009402088366006 +Dune,Irulan Corrino,0.5143793225288391,0.3348602584278514,0.5152375102043152,0.0094716067630267,0.0008581876754760742,-0.32538865166482467 +The Lord of the Rings,Handir,0.4844471216201782,1.0750647162331015,0.4856396615505218,0.8722875514599088,0.0011925399303435724,-0.20277716477319274 +Harry Potter,Ignatius Prewett,0.4871801137924194,0.4932023043441723,0.488484650850296,1.33017904409411,0.0013045370578766424,0.8369767397499377 +Twilight,Jacob Black,0.4540936648845672,0.4625145459171214,0.4554227590560913,0.9136896879693291,0.0013290941715241034,0.45117514205220777 +Harry Potter,Tom Riddle,0.4464183449745178,0.842250817484116,0.44793701171875,1.4625807262644352,0.0015186667442321777,0.6203299087803192 +Twilight,Collin Littlesea,0.4267337918281555,0.1959290491151384,0.4282884001731872,0.2757751569891288,0.0015546083450316828,0.07984610787399041 +The Lord of the Rings,Erestor,0.5305899977684021,4.162589726390359,0.5322591662406921,1.593003584680578,0.001669168472290039,-2.569586141709781 +The Hunger Games,Gale Hawthorne,0.4236645400524139,0.1030074905618727,0.4258776605129242,1.255525948885735,0.0022131204605103094,1.1525184583238623 +Dune,Ghanima Atreides,0.4968699812889099,0.8369040135915626,0.5,0.0190412889652953,0.003130018711090088,-0.8178627246262673 +Harry Potter,Nicholas de Mimsy-Porpington,0.4421016573905945,0.448397511373179,0.4452903866767883,4.597857677043716,0.003188729286193792,4.149460165670536 +The Lord of the Rings,Hareth,0.4906619787216186,0.6458685488562352,0.4939611554145813,2.514221027726332,0.003299176692962702,1.8683524788700967 +Dune,Farad'n Corrino,0.5331212282180786,1.39141791221437,0.5365118384361267,0.8225163626763393,0.0033906102180480957,-0.5689015495380306 +Dune,Daniel,0.5189328193664551,1.777215148070226,0.5223586559295654,0.8866722560686856,0.0034258365631103516,-0.8905428920015405 +The Lord of the Rings,Legolas,0.449033111333847,0.4938407484802042,0.4525555372238159,0.7749630835867346,0.0035224258899689276,0.2811223351065304 +Harry Potter,George Weasley,0.4404493868350982,0.4169702043282884,0.4440170228481293,0.7843570431009249,0.0035676360130310614,0.3673868387726365 +Twilight,Benjamin,0.5235551595687866,0.2703467370796133,0.5271337032318115,1.699205690109834e-05,0.0035785436630249023,-0.27032974502271223 +The Lord of the Rings,Halbarad,0.5402034521102905,1.5555165009375898,0.5443882346153259,0.9193734631361064,0.0041847825050354,-0.6361430378014834 +Harry Potter,Newton Scamander,0.4526854157447815,0.5985131966469549,0.456913024187088,2.6860936758667258,0.0042276084423065186,2.087580479219771 +Harry Potter,Remus Lupin,0.4404917955398559,0.4275229034952983,0.4447333812713623,2.4146510191986827,0.004241585731506403,1.9871281157033844 +Harry Potter,Sirius Black II,0.4327516555786133,0.8886807851402021,0.4373545050621032,1.8498079363900768,0.004602849483489935,0.9611271512498747 +Harry Potter,Nagini,0.4437938332557678,0.2742711416978758,0.4489191472530365,0.4947935457785631,0.005125313997268677,0.2205224040806873 +The Lord of the Rings,Faramir,0.4891777634620666,1.9933056139062688,0.4946576356887817,1.0009769697555702,0.005479872226715088,-0.9923286441506987 +The Hunger Games,Lucretius Flickerman,0.4977657794952392,0.1629415961848473,0.5035482048988342,0.0133227253071535,0.005782425403595026,-0.1496188708776938 +Dune,Faykan Butler,0.4541927576065063,0.0249265380000891,0.459981620311737,5.552317787712694e-05,0.005788862705230713,-0.024871014822211972 +Twilight,Jasper Hale,0.4543110728263855,0.6303001184999871,0.4601064324378967,1.2542932210216382,0.005795359611511175,0.6239931025216511 +The Lord of the Rings,Shadowfax,0.5600701570510864,3.11919735731716,0.5659462809562683,1.640608785919145,0.005876123905181885,-1.4785885713980151 +The Lord of the Rings,Hador,0.518173336982727,1.58841080246865,0.5241454839706421,1.088344472631796,0.005972146987915039,-0.5000663298368542 +Harry Potter,Rubeus Hagrid,0.4621366262435913,0.6217401834300766,0.46903857588768,2.956571016403709,0.00690194964408869,2.3348308329736325 +Harry Potter,Lucius Malfoy,0.4317816197872162,0.5335285303747163,0.4392226934432983,0.5163010165856022,0.007441073656082098,-0.017227513789114024 +Harry Potter,Gregory Goyle,0.5011573433876038,0.0312549099996464,0.5086613297462463,6.408402044599532e-07,0.007503986358642578,-0.03125426915944194 +Dune,Gurney Halleck,0.5444483160972595,0.5339192887295017,0.5520815253257751,0.0189497470896588,0.007633209228515625,-0.5149695416398429 +The Lord of the Rings,Finduilas,0.5043450593948364,0.632274220881976,0.5123217701911926,0.2413040206072341,0.007976710796356201,-0.39097020027474194 +Twilight,Esme Cullen,0.4578909873962402,0.5591127561137629,0.4658684730529785,1.4789642675409154,0.007977485656738337,0.9198515114271525 +The Lord of the Rings,Morgoth,0.4952822923660278,0.7517437502222779,0.5033573508262634,3.605734869013335,0.008075058460235651,2.853991118791057 +Dune,Bijaz,0.5071148872375488,0.6462591931943981,0.5156342387199402,0.0504894065961158,0.008519351482391357,-0.5957697865982823 +Dune,Sheeana Brugh,0.5043639540672302,0.5192340812650102,0.5130999088287354,0.0895398934958691,0.008735954761505127,-0.42969418776914114 +Harry Potter,Dexter Fortescue,0.4944321811199188,0.3049940554906587,0.5033755898475647,0.1596566055229994,0.008943408727645874,-0.14533744996765932 +Harry Potter,Gellert Grindelwald,0.4383646845817566,0.2174232499546951,0.4474180936813354,0.6002849490572053,0.009053409099578802,0.3828616991025102 +The Hitchhiker's Guide to the Galaxy,Zaphod Beeblebrox,0.5275055766105652,2.5190144602293043,0.5366738438606262,1.3347223191943811,0.009168267250061035,-1.1842921410349232 +Harry Potter,Filius Flitwick,0.4815472960472107,1.630173243584934,0.4908182024955749,5.699280098700994,0.009270906448364202,4.069106855116059 +Harry Potter,Nicolas Flamel,0.5289767980575562,0.0547113081362332,0.5383363962173462,0.0007020239162791,0.009359598159790039,-0.0540092842199541 +Dune,Paulus Atreides,0.5223171710968018,0.5989475974585898,0.5316929817199707,0.503055581073807,0.009375810623168945,-0.09589201638478284 +Harry Potter,Lee Jordan,0.4662820994853973,0.1744342835277183,0.4759213030338287,0.7629574823196934,0.009639203548431396,0.5885231987919751 +Dune,Leto Atreides I,0.4865462183952331,0.4045024875718957,0.4962663054466247,0.024227455622362,0.009720087051391602,-0.3802750319495337 +The Hitchhiker's Guide to the Galaxy,Almighty Bob,0.4905094504356384,0.5909423247352042,0.5002472996711731,1.8500763634272333,0.009737849235534668,1.2591340386920291 +Harry Potter,Cadmus Peverell,0.5071195960044861,0.5474296398438426,0.5175254344940186,0.0029194528802785,0.01040583848953247,-0.5445101869635641 +Dune,Dominic Vernius,0.4946116507053375,0.4389795634399044,0.5052716732025146,0.1023511971995467,0.010660022497177124,-0.3366283662403577 +Twilight,Charlie Swan,0.4213856756687164,0.4498903362913304,0.4323393404483795,1.666027704785033,0.010953664779663141,1.2161373684937025 +The Lord of the Rings,Gandalf,0.4683649241924286,1.8641340440344576,0.479445606470108,2.943566129836775,0.011080682277679388,1.0794320858023172 +Harry Potter,Reginald Cattermole,0.4937774240970611,0.5067418689537313,0.5048711895942688,0.0443989936361694,0.011093765497207697,-0.4623428753175619 +Harry Potter,Sybill Trelawney,0.4581634402275085,0.5482148829107473,0.4694057703018188,2.879841094200416,0.011242330074310303,2.3316262112896684 +The Lord of the Rings,Thorin II,0.5045325756072998,0.0007322934482175,0.5158685445785522,6.198932369864243e-14,0.011335968971252441,-0.0007322934481555106 +Dune,Edric,0.507510781288147,0.7897315362747146,0.5188983678817749,0.3442989693934002,0.01138758659362793,-0.4454325668813144 +The Lord of the Rings,Fíli and Kíli,0.5192292332649231,0.2731083845726587,0.5307999849319458,3.5865667022029726e-06,0.011570751667022705,-0.2731047980059565 +Twilight,Eric Yorkie,0.500085711479187,0.7050694621904712,0.5122127532958984,0.0416485098261703,0.012127041816711426,-0.6634209523643009 +The Lord of the Rings,Fingolfin,0.5022886395454407,0.0253358059908491,0.5144557356834412,2.3619318025066533e-06,0.012167096138000488,-0.025333444059046594 +The Hitchhiker's Guide to the Galaxy,Oolon Colluphid,0.5109764337539673,3.494924471198232,0.523297131061554,2.332563684862649,0.01232069730758667,-1.162360786335583 +Harry Potter,Porpentina Goldstein,0.4521577656269073,0.2964207283392433,0.4645043909549713,0.7958961882745091,0.01234662532806402,0.4994754599352658 +Harry Potter,Sirius Black I,0.4685958325862884,0.7059911402560716,0.4809549748897552,0.8610087759781347,0.012359142303466797,0.15501763572206317 +Harry Potter,Seamus Finnigan,0.4365192055702209,0.2414835028043452,0.4489688575267792,0.4189462516119065,0.012449651956558283,0.17746274880756133 +Harry Potter,Harry Potter,0.4443931877613067,0.087749434911205,0.4571187496185303,0.4741091192206796,0.012725561857223566,0.3863596843094746 +The Hitchhiker's Guide to the Galaxy,Allitnils,0.4362064599990845,0.3346937327370324,0.4490273594856262,1.3148000331605807,0.012820899486541748,0.9801063004235483 +Harry Potter,Victoire Weasley,0.4720750153064728,0.4276157716772918,0.4853424727916717,0.065764839997091,0.013267457485198919,-0.3618509316802008 +Harry Potter,Piers Polkiss,0.5051007866859436,0.8832067491982498,0.5188909769058228,1.1059280777187028,0.01379019021987915,0.222721328520453 +Harry Potter,Angelina Johnson,0.4544048607349396,0.4981234406919799,0.4686422944068908,0.4752837056976108,0.014237433671951238,-0.022839734994369087 +The Lord of the Rings,Fingon,0.50736403465271,0.2331505481111715,0.5217533707618713,0.0008768081132217,0.014389336109161377,-0.2322737399979498 +The Lord of the Rings,Ecthelion,0.4312361776828766,0.9034334532769908,0.4456978738307953,0.0528181546345158,0.014461696147918701,-0.850615298642475 +The Hitchhiker's Guide to the Galaxy,Random Dent,0.4872552454471588,0.730590806312388,0.5017336010932922,0.5736767084024997,0.014478355646133423,-0.1569140979098883 +Harry Potter,Ignotus Peverell,0.516290009021759,0.2539714131695451,0.5310029983520508,0.0064115286622258,0.014712989330291748,-0.24755988450731928 +Harry Potter,Rita Skeeter,0.4587719142436981,0.9114597085491148,0.4738492369651794,1.0104308133364373,0.015077322721481268,0.0989711047873224 +Dune,Darwi Odrade,0.536483108997345,0.0083372774090292,0.551603376865387,8.973373912887733e-05,0.015120267868041992,-0.008247543669900322 +The Lord of the Rings,Smaug,0.4648820757865906,0.3524463914799617,0.4800652265548706,1.3515472953976442,0.01518315076828003,0.9991009039176825 +The Lord of the Rings,Galadriel,0.4836136102676391,1.6749693381935893,0.4992484152317047,3.2063685807969784,0.015634804964065607,1.531399242603389 +Twilight,Tia,0.4881680905818939,0.121222893372583,0.5040939450263977,6.961811002554015e-05,0.015925854444503784,-0.12115327526255747 +Twilight,Huilen,0.4822165071964264,0.0970548485684503,0.4986706674098968,0.0099519003700454,0.016454160213470403,-0.0871029481984049 +Harry Potter,Abraxas Malfoy,0.5116108059883118,2.722284294512817,0.528152585029602,0.4422563753049664,0.016541779041290283,-2.2800279192078508 +The Lord of the Rings,Turgon,0.5152546167373657,0.7196076748658506,0.5317980051040649,0.0155983288966584,0.01654338836669922,-0.7040093459691923 +Dune,Victor Atreides,0.5053738355636597,0.8780493156250442,0.5219838619232178,0.6441260360836389,0.016610026359558105,-0.23392327954140524 +Harry Potter,Dean Thomas,0.4422601759433746,0.3565506139410043,0.4590863287448883,1.938231684929948,0.016826152801513727,1.5816810709889437 +Twilight,Nahuel,0.4806161224842071,0.0030237759400889,0.4974486529827118,4.074022142901286e-06,0.016832530498504694,-0.003019701917945999 +The Lord of the Rings,Haldir,0.5345706343650818,0.9740524529530928,0.5514468550682068,0.1798993731779006,0.016876220703125,-0.7941530797751922 +The Lord of the Rings,Eöl,0.5101185441017151,0.6494136958348102,0.5270647406578064,0.2854043157767277,0.01694619655609131,-0.36400938005808253 +Twilight,Rosalie Hale,0.4466276168823242,0.1881415226538212,0.4639298915863037,0.5961943617331009,0.017302274703979492,0.4080528390792797 +The Hitchhiker's Guide to the Galaxy,God,0.4983585476875305,2.80915199636638,0.5157172679901123,3.0529506712113665,0.017358720302581787,0.24379867484498652 +The Lord of the Rings,Elrond,0.4814432561397552,1.9066771373142477,0.4988417327404022,2.981981024107577,0.017398476600647028,1.0753038867933293 +The Hitchhiker's Guide to the Galaxy,Arthur Dent,0.5104024410247803,0.8366529425578266,0.5278688669204712,0.082972603286987,0.017466425895690918,-0.7536803392708397 +The Hitchhiker's Guide to the Galaxy,Agda,0.5112017393112183,0.0090290968271346,0.5287888646125793,2.0108659815402974,0.017587125301361084,2.0018368847131627 +Harry Potter,Stanley Shunpike,0.5116391777992249,0.181094307668219,0.5294852256774902,0.0056967415733043,0.01784604787826538,-0.1753975660949147 +Twilight,Sam Uley,0.4465399384498596,0.1580871110863526,0.4652275443077087,0.715707424161233,0.018687605857849066,0.5576203130748805 +The Lord of the Rings,Morwen,0.5035339593887329,0.6349007574535617,0.5222731828689575,0.2733940888940075,0.01873922348022461,-0.36150666855955416 +Dune,Liet-Kynes,0.5251116156578064,0.7487577307844114,0.544280469417572,1.1512298258502456,0.019168853759765625,0.40247209506583415 +Twilight,Garrett,0.4824860095977783,0.1012772571840393,0.5020184516906738,0.0170618728211953,0.019532442092895508,-0.084215384362844 +Dune,Tio Holtzman,0.5274263620376587,0.515163478282085,0.5471019148826599,0.023445820625701,0.01967555284500122,-0.491717657656384 +The Hitchhiker's Guide to the Galaxy,Ford Prefect,0.5028705596923828,0.0487859876331937,0.5226372480392456,8.812170712380995e-05,0.019766688346862793,-0.048697865926069894 +Dune,Marty,0.4792817533016205,0.7280740326746394,0.4993573129177093,0.1588863758641067,0.02007555961608881,-0.5691876568105327 +Harry Potter,Evan Rosier,0.5070687532424927,0.6047670895687738,0.5272225737571716,0.946096669336646,0.020153820514678955,0.34132957976787226 +Dune,Aramsham,0.4641391634941101,0.4544422923442146,0.4845773875713348,0.8127568286147788,0.020438224077224676,0.3583145362705642 +The Lord of the Rings,Gimli,0.5107972621917725,0.1344380169885839,0.5312908291816711,0.0010502826036163,0.02049356698989868,-0.1333877343849676 +Twilight,Quil Ateara III,0.5086703896522522,1.3297878312640377,0.5293914675712585,0.6705967737576495,0.020721077919006348,-0.6591910575063882 +Harry Potter,Aberforth Dumbledore,0.439961314201355,0.3804661496601506,0.4609413743019104,1.5795610558685258,0.02098006010055542,1.199094906208375 +The Hitchhiker's Guide to the Galaxy,Lintilla,0.4855124652385711,1.233854575936455,0.5066788196563721,0.1356336097707527,0.02116635441780096,-1.0982209661657023 +Dune,Ramallo,0.4951575994491577,0.9747248480575008,0.5169386267662048,0.7338078391350811,0.02178102731704712,-0.24091700892241974 +The Lord of the Rings,Rían,0.4961355924606323,0.9946956434845338,0.5180808901786804,0.8743378123412466,0.021945297718048096,-0.12035783114328713 +The Hunger Games,Palmyra Monty,0.487560361623764,1.3511176525859887,0.5095211863517761,6.760745934657895,0.02196082472801214,5.409628282071907 +Dune,Serena Butler,0.5059524774551392,0.1368107426912096,0.5279148817062378,6.365008228406361e-05,0.021962404251098633,-0.13674709260892554 +Dune,Farok,0.4914568066596985,0.2526507789809973,0.513570249080658,1.2662744929738627,0.022113442420959473,1.0136237139928654 +Twilight,Riley Biers,0.4901560544967651,0.0527097632436116,0.5125524401664734,0.0001648423605823,0.022396385669708307,-0.052544920883029304 +Dune,Gaius Helen Mohiam,0.5053005814552307,0.5883202830516998,0.5277078747749329,0.486373662513295,0.02240729331970215,-0.10194662053840481 +The Lord of the Rings,Curufin,0.5269293189048767,0.6972882576829325,0.5494112968444824,0.174801767292902,0.022481977939605713,-0.5224864903900305 +Twilight,Eleazar,0.5092800259590149,0.0770331382266352,0.5318141579627991,0.0042686269341244,0.02253413200378418,-0.0727645112925108 +Harry Potter,Millicent Bulstrode,0.5103342533111572,0.631463806450353,0.5328689217567444,0.0225966779625303,0.022534668445587158,-0.6088671284878228 +Dune,Marcus Claire Luyseyal,0.4881881177425384,1.7373048076086937,0.5107654929161072,2.478274282387815,0.02257737517356878,0.7409694747791216 +Dune,Hwi Noree,0.5152681469917297,1.0109310615941849,0.5379900336265564,0.1518654640025657,0.02272188663482666,-0.8590655975916192 +The Lord of the Rings,Peregrin Took,0.5051109790802002,0.0387485409175478,0.5279164910316467,0.014012182356224,0.022805511951446533,-0.0247363585613238 +The Lord of the Rings,Húrin,0.5138395428657532,0.2084805183714002,0.5366945266723633,0.0461826393221172,0.022854983806610107,-0.162297879049283 +The Lord of the Rings,Baragund,0.5189000368118286,0.4838161711203855,0.5419530272483826,1.237998620880478,0.023052990436553955,0.7541824497600926 +The Lord of the Rings,Celebrimbor,0.5067253708839417,1.057553330185533,0.5297908186912537,4.509701427063241,0.02306544780731201,3.4521480968777083 +Harry Potter,Pomona Sprout,0.4553911685943603,0.5991124690808854,0.4785096645355224,9.7700966353358,0.02311849594116211,9.170984166254915 +The Hitchhiker's Guide to the Galaxy,Mr Prosser,0.5088934302330017,4.318724304727283,0.5321364998817444,6.693953706336869,0.023243069648742676,2.3752294016095856 +Harry Potter,Gilderoy Lockhart,0.4285164475440979,0.5575312214243104,0.451913446187973,6.319755578667511,0.023396998643875122,5.7622243572432 +Harry Potter,Rosmerta,0.5229362845420837,0.0501180396390675,0.5464492440223694,0.0001213178578782,0.023512959480285645,-0.0499967217811893 +Dune,Siona Atreides,0.525655210018158,0.760034515851974,0.5492343306541443,0.1137882348869456,0.023579120635986328,-0.6462462809650285 +The Lord of the Rings,Sauron,0.4608953893184662,1.53141237184999,0.4845940172672272,3.1077663702399985,0.023698627948760986,1.5763539983900086 +Twilight,Marcus,0.4986763596534729,0.0955367626922656,0.5225239396095276,0.0002537160997281,0.023847579956054688,-0.0952830465925375 +Dune,Norma Cevna,0.504818320274353,0.9409330621425288,0.528740406036377,0.6579051343177426,0.023922085762023926,-0.28302792782478625 +Twilight,Mexican coven,0.4761538505554199,0.617374634753648,0.5001615285873413,0.279628874873398,0.024007678031921387,-0.33774575988024996 +The Lord of the Rings,Huor,0.5211780071258545,1.9514863175383212,0.5451857447624207,0.7122223494855264,0.024007737636566162,-1.2392639680527948 +The Hunger Games,Mrs. Everdeen,0.4923335909843445,0.7042889756336381,0.5165349841117859,0.0354320732888684,0.024201393127441406,-0.6688569023447697 +The Hunger Games,Alma Coin,0.4886846244335174,0.468572036166586,0.5130079388618469,2.4837320395148105e-05,0.024323314428329523,-0.46854719884619084 +Dune,Liet Kynes,0.5239098072052002,1.0709727789405448,0.5483620166778564,0.3553751776220851,0.02445220947265625,-0.7155976013184597 +The Lord of the Rings,Bard,0.5050056576728821,0.0263558218554472,0.5294986367225647,3.8916732286303865e-05,0.024492979049682617,-0.026316905123160896 +Dune,Zufa Cenva,0.4905062317848205,0.4587798233452558,0.5150262713432312,0.0418490094817323,0.0245200395584107,-0.4169308138635235 +The Hitchhiker's Guide to the Galaxy,Marvin,0.5021483302116394,0.177914968284265,0.5272244215011597,0.086622199027506,0.025076091289520264,-0.09129276925675901 +Harry Potter,Hepzibah Smith,0.5040813088417053,0.0141398925730186,0.529179573059082,0.0016910745297791,0.02509826421737671,-0.012448818043239501 +Harry Potter,Antioch Peverell,0.5058832168579102,0.5252931342712709,0.5311525464057922,0.1146582654783348,0.02526932954788208,-0.4106348687929361 +The Lord of the Rings,Amlach,0.5124720931053162,0.9659121001635894,0.5379443764686584,1.7768019393816916,0.025472283363342285,0.8108898392181022 +Twilight,Tanya,0.4948145747184753,0.0279751042987792,0.5204833745956421,8.002467585252991e-06,0.025668799877166804,-0.027967101831193948 +Twilight,Randall,0.5105313062667847,0.7926058356692781,0.5362573862075806,0.6021940269499707,0.0257260799407959,-0.1904118087193074 +Harry Potter,Nymphadora Tonks,0.4435421824455261,0.6859964459287748,0.469773381948471,0.5048507440186165,0.02623119950294489,-0.18114570191015833 +Dune,Lucilla,0.5099300146102905,1.401826511542328,0.5361635088920593,0.4152892026386919,0.0262334942817688,-0.9865373089036362 +The Lord of the Rings,Arwen,0.5305920243263245,0.3775532856238124,0.5569050312042236,0.0198458560674264,0.02631300687789917,-0.357707429556386 +Dune,Duncan Idaho,0.4306022822856903,0.7432827616520465,0.4569325149059295,0.985797118046122,0.026330232620239202,0.24251435639407548 +The Lord of the Rings,Thráin II,0.5144786238670349,0.207425169155333,0.5409236550331116,0.101525871987325,0.02644503116607666,-0.10589929716800799 +The Hunger Games,Clemensia Dovecote,0.4968879520893097,0.0170611288397921,0.523499071598053,0.0001008222030743,0.026611119508743286,-0.016960306636717798 +Dune,Scytale,0.5065829157829285,0.9726858826492012,0.533208966255188,0.0221545722323805,0.02662605047225952,-0.9505313104168207 +Twilight,Caius,0.5130079388618469,0.0324452166180314,0.5396819114685059,1.3461209166752e-05,0.026673972606658936,-0.03243175540886465 +Twilight,Billy Black,0.5037399530410767,0.0011753254804401,0.5305846333503723,3.265647245663343e-08,0.026844680309295654,-0.0011752928239676436 +Harry Potter,Galatea Merrythought,0.5011895895004272,0.5909507568635429,0.5282485485076904,0.6287319449509017,0.027058959007263184,0.03778118808735875 +Twilight,Vasilii,0.4976499378681183,1.2087148512733323,0.524995744228363,0.7252319602120292,0.02734580636024475,-0.48348289106130315 +The Lord of the Rings,Nienor,0.5087598562240601,0.6209307330328973,0.5361229181289673,0.2534292511098346,0.027363061904907227,-0.36750148192306265 +Twilight,Leah Clearwater,0.5022733211517334,0.0041175914692589,0.5302123427391052,4.384355372214623e-07,0.027939021587371826,-0.004117153033721679 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Jeltz,0.4988266229629516,0.8692090518030713,0.5272074341773987,5.493615467566085,0.028380811214447077,4.624406415763014 +The Lord of the Rings,Boromir,0.5241677165031433,0.1181406419667116,0.5525522828102112,0.0054846795923469,0.02838456630706787,-0.1126559623743647 +The Lord of the Rings,Gríma,0.5452985763549805,0.1250742541756265,0.5739209651947021,0.0014445505754212,0.02862238883972168,-0.12362970360020531 +The Lord of the Rings,Thingol,0.4958104193210602,0.2436274625626812,0.5246247053146362,0.0049826164501031,0.02881428599357605,-0.2386448461125781 +The Hitchhiker's Guide to the Galaxy,Max Quordlepleen,0.4683612883090973,0.6472498624723172,0.4973364174365997,3.2147789399329074,0.028975129127502386,2.5675290774605903 +Twilight,Embry Call,0.4736196398735046,0.6357518729027831,0.5026254653930664,0.0012737631569219,0.029005825519561823,-0.6344781097458613 +Dune,Pardot Kynes,0.5138195753097534,0.3631800161713162,0.54291170835495,0.1188006488069928,0.029092133045196533,-0.24437936736432336 +The Hunger Games,Coral,0.5041736960411072,0.0364129919837355,0.5333076119422913,0.0004916603460607,0.029133915901184082,-0.0359213316376748 +The Hitchhiker's Guide to the Galaxy,Gag Halfrunt,0.4925911724567413,0.4585229949614054,0.5219084620475769,2.089596555298776,0.029317289590835627,1.6310735603373707 +Harry Potter,Radolphus Lestrange,0.4698574244976043,1.1205566695908122,0.4993914067745209,1.2897678913866335,0.02953398227691656,0.16921122179582126 +Dune,Thufir Hawat,0.5405481457710266,0.892894372436974,0.5702359080314636,0.0228922649099119,0.02968776226043701,-0.8700021075270621 +The Hitchhiker's Guide to the Galaxy,Murray Bost Henson,0.5009537935256958,0.8650247165365152,0.5307431817054749,2.131904644327854,0.029789388179779053,1.266879927791339 +Twilight,Emmett Cullen,0.4617887139320373,0.5848577373289497,0.4918141067028045,1.229882472097879,0.030025392770767212,0.6450247347689292 +The Lord of the Rings,Saruman,0.4527406990528106,0.6746712656900681,0.482961505651474,3.480506052068393,0.030220806598663386,2.8058347863783246 +Harry Potter,Justin Finch-Fletchley,0.5097084641456604,0.0030629468760824,0.5399928092956543,2.086270966029308e-06,0.030284345149993896,-0.003060860605116371 +The Lord of the Rings,Denethor II,0.5090440511703491,0.4427748040732883,0.5393776297569275,0.0150714007096932,0.03033357858657837,-0.4277034033635951 +Dune,Glossu Rabban Harkonnen,0.5234180092811584,1.040041833978686,0.5540176033973694,1.0121267484968228,0.030599594116210938,-0.027915085481863278 +The Lord of the Rings,Thrór,0.5086534023284912,0.3902141821370657,0.5392593145370483,0.0189457615107746,0.03060591220855713,-0.3712684206262911 +Harry Potter,Kingsley Shacklebolt,0.5153641104698181,0.0021496749559594,0.546042799949646,0.0003220251355843,0.03067868947982788,-0.0018276498203751 +The Hitchhiker's Guide to the Galaxy,Mella,0.481859028339386,0.3536485779118626,0.5125448703765869,3.864342768834259,0.030685842037200928,3.5106941909223965 +Harry Potter,Amos Diggory,0.5232454538345337,0.0455912122238546,0.5543674826622009,1.5437027989862657e-05,0.031122028827667236,-0.04557577519586474 +The Lord of the Rings,Eärendil,0.5218246579170227,0.2374450139505609,0.5529740452766418,0.1858125783956537,0.03114938735961914,-0.05163243555490718 +The Lord of the Rings,Tom Bombadil,0.5555573105812073,0.0046206003765287,0.5867260694503784,0.0001369321232673,0.031168758869171143,-0.004483668253261399 +The Hitchhiker's Guide to the Galaxy,Reg Nullify,0.4718965590000152,0.732566560752424,0.5031888484954834,0.9387981627860932,0.031292289495468195,0.2062316020336692 +The Lord of the Rings,Elendil,0.5218909978866577,0.0130834019210366,0.553233802318573,0.0039578209353234,0.03134280443191528,-0.0091255809857132 +Dune,Jehanne Butler,0.4977191984653473,1.160610281011882,0.5291381478309631,0.3361658627024659,0.031418949365615845,-0.824444418309416 +Dune,Harah,0.4790497124195099,0.7169978842049008,0.5105242133140564,0.0005540146539405,0.03147450089454651,-0.7164438695509604 +The Hitchhiker's Guide to the Galaxy,Frankie and Benjy,0.4984708130359649,2.5810864289806434,0.529952347278595,0.4140006520024565,0.03148153424263006,-2.167085776978187 +Dune,Leto Atreides II,0.435349702835083,0.3584839649690369,0.4671371281147003,1.162239077604367,0.03178742527961731,0.8037551126353301 +Dune,Shando Vernius,0.4806986451148987,0.7962298181287515,0.5127638578414917,0.5847123792064839,0.03206521272659302,-0.2115174389222676 +Dune,Bellonda,0.5110083222389221,1.4250345742292878,0.5434740781784058,1.319385444025332,0.03246575593948364,-0.10564913020395572 +The Hitchhiker's Guide to the Galaxy,Loonquawl,0.4905512034893036,1.0880415049049648,0.5231997966766357,0.912282620068297,0.03264859318733215,-0.1757588848366678 +Harry Potter,Viktor Krum,0.4503336548805237,0.3972958215585611,0.4830185174942016,1.094180660764281,0.03268486261367792,0.6968848392057199 +Harry Potter,Astoria Malfoy,0.4970783293247223,0.190809508483697,0.529772162437439,0.0747296299500527,0.032693833112716675,-0.11607987853364429 +Twilight,Jane,0.5112879276275635,0.0299260924886111,0.5439932942390442,2.910038324003551e-06,0.03270536661148071,-0.0299231824502871 +The Hitchhiker's Guide to the Galaxy,Ruler of the Universe,0.5010707974433899,1.112097138724288,0.5338650941848755,3.4558857645636705,0.032794296741485596,2.3437886258393825 +Harry Potter,Anthony Goldstein,0.4943319261074066,0.1704634474134773,0.5273448824882507,0.0288337394219602,0.033012956380844116,-0.14162970799151708 +Dune,Jamis,0.4976398944854736,0.4601588857393504,0.5307971239089966,0.0620733998485597,0.033157229423523005,-0.3980854858907907 +The Hitchhiker's Guide to the Galaxy,Deep Thought,0.5161760449409485,3.298440026837933,0.549379825592041,4.211763750328522,0.03320378065109253,0.9133237234905893 +The Hitchhiker's Guide to the Galaxy,Hillman Hunter,0.5095416307449341,1.5175507068390162,0.5432708859443665,1.765636244338519,0.03372925519943237,0.2480855374995028 +Harry Potter,Helga Hufflepuff,0.5153310298919678,0.95496777959474,0.5492783188819885,0.1160912609342659,0.03394728899002075,-0.8388765186604741 +The Hitchhiker's Guide to the Galaxy,Lig Lury Jr,0.5063257217407227,4.814829618872357,0.5402927994728088,1.1890879353641042,0.03396707773208618,-3.625741683508253 +The Hunger Games,Hilarius Heavensbee,0.4951103627681732,0.7161396962156683,0.5291473865509033,1.248197113966103,0.0340370237827301,0.5320574177504347 +Twilight,Peter,0.4881868064403534,0.0055139473766313,0.5223390460014343,3.571632622594117e-07,0.03415223956108093,-0.005513590213369041 +Harry Potter,Albus Dumbledore,0.4280836284160614,0.5300415154093028,0.4623830318450928,2.0296755559231205,0.03429940342903137,1.4996340405138178 +Harry Potter,Dilys Derwent,0.4831989109516144,0.7765530075643879,0.5175477862358093,0.5046744596562014,0.034348875284194946,-0.27187854790818655 +Twilight,Irina,0.470138281583786,0.0024579253265756,0.5045228004455566,1.5320277844471137e-05,0.03438451886177063,-0.002442605048731129 +Harry Potter,Oliver Wood,0.512707531452179,0.01225683331355,0.547406017780304,0.0002267466862838,0.034698486328125,-0.0120300866272662 +Harry Potter,Ludovic Bagman,0.4904271066188812,0.0108075230847896,0.52522212266922,0.0001411572842339,0.034795016050338745,-0.0106663658005557 +The Lord of the Rings,Théoden,0.5182898044586182,0.7738611620859397,0.5532655715942383,0.0117856317736442,0.03497576713562012,-0.7620755303122955 +The Hitchhiker's Guide to the Galaxy,Caveman,0.4493281543254852,0.8532140394068194,0.4843088090419769,1.553444973821121,0.0349806547164917,0.7002309344143015 +The Hitchhiker's Guide to the Galaxy,Trillian,0.5225361585617065,0.996532849187981,0.5575310587882996,0.0165348861052277,0.03499490022659302,-0.9799979630827533 +The Hitchhiker's Guide to the Galaxy,Alice Beeblebrox,0.4957469999790191,0.4318234513995117,0.5307592153549194,1.3733599282782645,0.035012215375900324,0.9415364768787527 +Twilight,Quil Ateara V,0.5131765604019165,0.5332838435645686,0.5482388138771057,0.0046602708874737,0.03506225347518921,-0.5286235726770949 +Dune,Hasimir Fenring,0.5153005123138428,1.5385246976002915,0.5507274270057678,1.985205607864301,0.03542691469192505,0.44668091026400947 +The Lord of the Rings,Samwise Gamgee,0.516346275806427,0.0086353743028511,0.5517829060554504,6.587088113698992e-06,0.03543663024902344,-0.0086287872147374 +Harry Potter,Amelia Bones,0.4853380024433136,0.0026813490019191,0.5207808613777161,6.355642097197657e-05,0.035442858934402466,-0.002617792580947123 +Harry Potter,Cormac McLaggen,0.5016866326332092,0.0045685164798883,0.5371431112289429,4.969169167102703e-05,0.03545647859573364,-0.004518824788217273 +The Lord of the Rings,Maedhros,0.5247319340705872,0.2123965678051731,0.5603326559066772,0.0002969941491448,0.03560072183609009,-0.2120995736560283 +Twilight,Laurent,0.4904041588306427,0.0904030974613761,0.526269257068634,0.0005237260678788,0.03586509823799133,-0.0898793713934973 +Harry Potter,Parvati Patil,0.4863580167293548,4.846955889740885e-05,0.5227300524711609,7.186875188866861e-10,0.036372035741806086,-4.846884020988996e-05 +Dune,Stilgar,0.497808039188385,0.5928535300523808,0.5342109203338623,0.0981198917767718,0.036402881145477295,-0.494733638275609 +Harry Potter,Augustus Rookwood,0.5091837048530579,0.635698482380658,0.5456185936927795,0.0487423070392276,0.03643488883972168,-0.5869561753414304 +The Hitchhiker's Guide to the Galaxy,Lunkwill and Fook,0.4703220129013061,0.7222041232070177,0.50676429271698,1.3777189736983275,0.036442279815673884,0.6555148504913099 +Twilight,Alec,0.4980205297470093,5.69776817895873e-05,0.5346221327781677,0.0001958884672121,0.03660160303115845,0.0001389107854225127 +Twilight,Charlotte,0.475521981716156,0.2087086186847072,0.5121451616287231,0.0037026609804836,0.03662317991256714,-0.20500595770422358 +Dune,Minotauros Atreides,0.4936800599098205,1.0926740097497365,0.5304136872291565,0.1683827785651912,0.03673362731933599,-0.9242912311845453 +The Lord of the Rings,Glóredhel,0.4914701879024505,0.8106219507015622,0.5282789468765259,1.5200741821498482,0.03680875897407537,0.7094522314482861 +The Hitchhiker's Guide to the Galaxy,Dan Streetmentioner,0.498556911945343,2.340850178909282,0.5353698134422302,2.77695805865376,0.03681290149688721,0.43610787974447796 +The Hunger Games,Effie Trinket,0.5257339477539062,7.600320478722381e-05,0.5627817511558533,5.603280758866763e-09,0.03704780340194702,-7.599760150646494e-05 +The Lord of the Rings,Meriadoc Brandybuck,0.5133464932441711,0.5250487917458937,0.550666332244873,0.0315829500147008,0.037319839000701904,-0.4934658417311929 +Harry Potter,Cedric Diggory,0.4434936642646789,0.2648299538387257,0.4809842407703399,1.6465408930425656,0.03749057650566101,1.3817109392038398 +Harry Potter,Hugo Granger-Weasley,0.4842070341110229,1.3436759752415224,0.5218991041183472,0.935146620592008,0.037692070007324274,-0.40852935464951434 +Harry Potter,Michael Corner,0.4988413453102112,0.0587544529964834,0.5366568565368652,3.612369555651567e-06,0.03781551122665405,-0.05875084062692775 +The Hitchhiker's Guide to the Galaxy,Lajestic Vantrashell of Lob,0.4946290254592895,0.788683257973526,0.5325215458869934,1.4285529850515457,0.03789252042770391,0.6398697270780197 +Harry Potter,Penelope Clearwater,0.5008800029754639,0.1479451224093512,0.5388537645339966,0.0344081355231202,0.037973761558532715,-0.11353698688623101 +The Lord of the Rings,Glaurung,0.5107595324516296,1.0976330498120732,0.5491192936897278,0.2809735471299492,0.038359761238098145,-0.816659502682124 +The Lord of the Rings,Celegorm,0.5223082900047302,0.7356652172163988,0.560785710811615,0.7826825216451271,0.038477420806884766,0.04701730442872831 +Harry Potter,Garrick Ollivander,0.503818154335022,0.0023961813414662,0.5423436760902405,6.208807353955185e-07,0.038525521755218506,-0.0023955604607308048 +Twilight,Felix,0.5224718451499939,0.0693820901641001,0.5610885620117188,0.0005803898269925,0.038616716861724854,-0.0688017003371076 +The Hitchhiker's Guide to the Galaxy,Old Man on the Pole,0.4790807068347931,1.1817041078963724,0.5179263353347778,5.0785527838217,0.03884562849998474,3.8968486759253276 +Twilight,Sue Clearwater,0.5133580565452576,0.4495958995794494,0.5527017712593079,0.0077884962486747,0.03934371471405029,-0.4418074033307747 +Twilight,Harry Clearwater,0.5209450721740723,2.484474152342066,0.5603581666946411,0.2954096021337358,0.03941309452056885,-2.1890645502083306 +Twilight,J. Jenks,0.5021610856056213,1.1749364426276203,0.5415865182876587,0.0636886270483935,0.039425432682037354,-1.111247815579227 +The Lord of the Rings,Lindir,0.5308339595794678,2.8669263177889683,0.5704033970832825,1.4879310709079154,0.0395694375038147,-1.378995246881053 +Harry Potter,Gabrielle Delacour,0.482609212398529,0.4698235452780161,0.5222122669219971,0.2225815838969083,0.03960305452346807,-0.24724196138110782 +The Lord of the Rings,Treebeard,0.5185574889183044,1.2924189206223544,0.5584478378295898,0.0426045557781971,0.0398903489112854,-1.2498143648441573 +Dune,Wensicia Corrino,0.5032896399497986,0.5391336026435865,0.5432509183883667,0.4904736340133676,0.039961278438568115,-0.048659968630218875 +The Lord of the Rings,Celeborn,0.5215296149253845,0.0167471083468386,0.5615239143371582,2.142140399366893e-05,0.03999429941177368,-0.01672568694284493 +Harry Potter,Crookshanks,0.5288292169570923,0.219924038225042,0.5692062377929688,0.0064440835888607,0.040377020835876465,-0.2134799546361813 +Harry Potter,Zacharias Smith,0.4820167422294616,0.1741637705911051,0.5226630568504333,0.0036741426064662,0.040646314620971735,-0.1704896279846389 +Dune,Iakin Nefud,0.4791484773159027,0.2640108801746009,0.5199869871139526,0.98270983524692,0.04083850979804993,0.7186989550723191 +Harry Potter,Vincent Crabbe,0.4900419116020202,0.019456977760415,0.5308857560157776,9.875276038060636e-07,0.04084384441375738,-0.019455990232811193 +Harry Potter,Winky,0.5300799608230591,0.4985487122095663,0.5709412693977356,2.3353998210273716e-09,0.040861308574676514,-0.4985487098741665 +The Hitchhiker's Guide to the Galaxy,Colin the Security Robot,0.4999342858791351,0.976077601788665,0.5409278273582458,1.6172071174414118,0.04099354147911077,0.6411295156527468 +The Lord of the Rings,Glóin,0.5173260569572449,0.7753463717986114,0.5583321452140808,0.3580201109112615,0.04100608825683594,-0.4173262608873499 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Kwaltz,0.4778609573841095,2.822516176868135,0.5188731551170349,6.296859603897407,0.041012197732925415,3.474343427029272 +Dune,Kailea Vernius,0.5006990432739258,1.2819557902143066,0.5422921180725098,0.5114421845178385,0.041593074798583984,-0.7705136056964681 +Dune,Hedley Tuek,0.4864819049835205,0.7164396077823254,0.5281742215156555,1.6249834470605626,0.04169231653213501,0.9085438392782372 +The Lord of the Rings,Forlong,0.5085343718528748,1.549760866172044,0.5502689480781555,0.8266883258751802,0.04173457622528076,-0.7230725402968637 +Harry Potter,Katie Bell,0.4919006526470184,0.0001769203239268,0.5337795615196228,9.19940473134516e-10,0.041878908872604426,-0.00017691940398632686 +The Lord of the Rings,Finrod,0.5122394561767578,0.1775823841196118,0.5545536875724792,0.1981583361706848,0.042314231395721436,0.020575952051072988 +Twilight,Zafrina,0.4987817406654358,0.2025233082579344,0.5411728620529175,0.0028857634549945,0.04239112138748169,-0.1996375448029399 +Harry Potter,Frank Longbottom,0.5271263718605042,0.7464672395819767,0.5695174932479858,0.1059748523121532,0.04239112138748169,-0.6404923872698235 +Harry Potter,Amycus Carrow,0.5033026933670044,0.7280029986174057,0.5457427501678467,0.000225987272032,0.042440056800842285,-0.7277770113453736 +The Lord of the Rings,Glorfindel,0.5237315893173218,0.0247820014997296,0.5661776661872864,0.0005118026420829,0.0424460768699646,-0.0242701988576467 +The Lord of the Rings,Balin,0.5085909962654114,0.1189396903892646,0.5512982606887817,0.000619367526984,0.04270726442337036,-0.1183203228622806 +Twilight,Mike Newton,0.5011588335037231,0.141374825432708,0.5439550280570984,0.0013103557818105,0.042796194553375244,-0.1400644696508975 +Harry Potter,Merope Riddle,0.4946983456611633,6.519697389556579e-05,0.5378767848014832,1.2872924920795641e-08,0.04317843914031988,-6.518410097064499e-05 +Twilight,Bree Tanner,0.4895860850811004,0.0027619723448355,0.5328367352485657,4.932456015088068e-07,0.043250650167465265,-0.0027614790992339915 +The Lord of the Rings,Barahir,0.4928971230983734,2.00003374129367,0.5363517999649048,0.4027738909449855,0.04345467686653137,-1.5972598503486846 +Harry Potter,Beedle the Bard,0.5139830708503723,2.351525735391917,0.5576179623603821,7.8120300997627075,0.043634891510009766,5.460504364370791 +Harry Potter,Walden Macnair,0.4983507692813873,0.0769456313264446,0.5421335101127625,0.0001062938212905,0.04378274083137518,-0.07683933750515409 +Twilight,Tyler Crowley,0.5106507539749146,0.3095111610422963,0.5545148253440857,0.0622954379124793,0.04386407136917114,-0.24721572312981702 +Dune,Raquella Berto-Anirul,0.4950067400932312,0.6736190323678809,0.5390993356704712,0.2187400306732795,0.04409259557723999,-0.4548790016946014 +Harry Potter,Cho Chang,0.4231358468532562,0.3988075322288494,0.4674471914768219,0.6284094386050539,0.044311344623565674,0.22960190637620453 +The Lord of the Rings,Beorn,0.5323838591575623,0.4035582584195729,0.5768317580223083,0.0997077545284254,0.044447898864746094,-0.3038505038911475 +Dune,Rhombur Vernius,0.4708586931228637,0.1710636479778642,0.5153435468673706,0.3311951378907922,0.04448485374450689,0.160131489912928 +The Lord of the Rings,Círdan,0.5244083404541016,0.0041011724128416,0.5692238807678223,0.0052680420482716,0.0448155403137207,0.0011668696354300004 +Harry Potter,Ernest Prang,0.4916805922985077,0.9373748969752136,0.5365779995918274,0.4767209001120712,0.0448974072933197,-0.4606539968631424 +Dune,Helena Atreides,0.4995802938938141,0.6356990969259351,0.54463130235672,0.2251058415891642,0.045051008462905884,-0.4105932553367709 +Dune,Schwangyu,0.5012314915657043,1.6685941357419745,0.5462884306907654,2.5507629847737583,0.045056939125061035,0.8821688490317838 +The Lord of the Rings,Éowyn,0.5037795305252075,0.361386855873899,0.5493127107620239,0.0015152985022966,0.045533180236816406,-0.3598715573716024 +Harry Potter,Rufus Scrimgeour,0.515264093875885,0.0010522797096094,0.5608766674995422,3.615685831637234e-07,0.04561257362365723,-0.0010519181410262363 +The Hunger Games,Treech,0.4814959466457367,0.1205940027584875,0.5275515913963318,0.020602210904005,0.04605564475059509,-0.09999179185448251 +Twilight,Demetri,0.5160878300666809,0.0362002180763083,0.5621719360351562,3.9644251217159456e-05,0.04608410596847534,-0.03616057382509114 +Harry Potter,Aurora Sinistra,0.532209038734436,0.1915202459688135,0.5783342123031616,0.0001246656519901,0.046125173568725586,-0.1913955803168234 +Harry Potter,Corban Yaxley,0.5104935169219971,0.0072546288915912,0.5566244125366211,6.774941150943522e-05,0.04613089561462402,-0.007186879480081765 +Harry Potter,Marietta Edgecombe,0.5108231902122498,0.0089645376260611,0.5571213960647583,5.566032796707329e-09,0.046298205852508545,-0.008964532060028304 +The Lord of the Rings,Amras,0.5004374980926514,1.042931394413283,0.5468523502349854,1.3165392456723393,0.046414852142333984,0.2736078512590563 +The Lord of the Rings,Gwindor,0.5087060928344727,0.8921264216760356,0.5551761388778687,0.4217306559239679,0.046470046043395996,-0.4703957657520677 +Harry Potter,Irma Pince,0.5231602191925049,0.0013375510480742,0.5697351694107056,2.1363618379387013e-08,0.046574950218200684,-0.0013375296844558206 +The Hitchhiker's Guide to the Galaxy,Genghis Khan,0.424543023109436,0.5671710824059766,0.4711781740188598,0.9350327254876516,0.04663515090942383,0.367861643081675 +Dune,Glossu Rabban,0.5158686637878418,0.9112838441922432,0.5629866123199463,0.508575296527618,0.04711794853210449,-0.40270854766462516 +The Lord of the Rings,Melian,0.5110530853271484,0.907273705024486,0.558221161365509,0.6104079360669264,0.047168076038360596,-0.29686576895755956 +Twilight,Jared Cameron,0.4876453280448913,0.202755256826061,0.5355255603790283,0.0052561758728482,0.04788023233413702,-0.19749908095321278 +The Lord of the Rings,Radagast,0.506693422794342,0.0213537349432444,0.5546278357505798,1.0152234499330084e-06,0.04793441295623779,-0.021352719719794466 +Dune,Murbella,0.5210418105125427,0.4673540113703712,0.5690101981163025,0.0237317653805878,0.047968387603759766,-0.4436222459897834 +The Hitchhiker's Guide to the Galaxy,Eddie the Computer,0.5143842101097107,0.7717861588622849,0.5626307725906372,0.6785563358824518,0.048246562480926514,-0.09322982297983307 +The Lord of the Rings,Ungoliant,0.5175648331642151,0.5045119669209628,0.5658931136131287,0.1311805506644553,0.048328280448913574,-0.37333141625650745 +The Hitchhiker's Guide to the Galaxy,Fenchurch,0.4988239705562591,1.7435050866733504,0.5471852421760559,2.912782449467957,0.04836127161979681,1.1692773627946067 +Harry Potter,Pansy Parkinson,0.4770812690258026,7.574728996758107e-06,0.5257962346076965,3.058577800430968e-06,0.04871496558189392,-4.516151196327138e-06 +Dune,Otheym,0.4998379051685333,0.9750208906999622,0.5489936470985413,1.6242758905300028,0.049155741930007935,0.6492549998300405 +The Hitchhiker's Guide to the Galaxy,Googleplex Starthinker,0.49622243642807,0.7685041051682417,0.5458606481552124,1.4505408685686187,0.04963821172714239,0.682036763400377 +The Lord of the Rings,Khamûl,0.5237871408462524,2.43887942795052,0.5735595226287842,0.1545603458683955,0.04977238178253174,-2.284319082082124 +The Lord of the Rings,Éomer,0.5233268737792969,1.31307278010033,0.5731189846992493,0.0120439070935844,0.04979211091995239,-1.3010288730067454 +Dune,Kwisatz Haderach,0.5288949608802795,0.6063077049825519,0.5786898732185364,0.003697619306239,0.049794912338256836,-0.6026100856763129 +The Lord of the Rings,Isildur,0.5210660099983215,0.0171125267976959,0.5709381103515625,0.0036278594316332,0.04987210035324097,-0.013484667366062698 +Twilight,Emily Young,0.4844948351383209,0.0241715203413158,0.5346267819404602,0.0071704607373847,0.05013194680213928,-0.0170010596039311 +Harry Potter,Hedwig,0.4928203523159027,0.0057525108714085,0.543062150478363,0.0286175169629201,0.05024179816246033,0.0228650060915116 +Harry Potter,Rowena Ravenclaw,0.4968787431716919,0.1967495290976658,0.5475223064422607,0.015548044139341,0.05064356327056885,-0.1812014849583248 +The Hitchhiker's Guide to the Galaxy,Humma Kavula,0.4809923768043518,1.477938828676986,0.5316513776779175,5.388965569722715,0.050659000873565674,3.9110267410457293 +The Hunger Games,Primrose Everdeen,0.5308364033699036,0.0677685928736543,0.5819083452224731,1.9057133578728183e-09,0.05107194185256958,-0.06776859096794095 +The Hitchhiker's Guide to the Galaxy,Barman,0.4852215051651001,0.892994337150235,0.53641277551651,1.711163363707738,0.05119127035140991,0.8181690265575029 +The Lord of the Rings,Beregond,0.4933965504169464,0.9584065938756756,0.5446121096611023,1.4934357387288448,0.051215559244155884,0.5350291448531692 +The Lord of the Rings,Gilraen,0.5016113519668579,2.895608857519192,0.553003191947937,1.46865577370515,0.0513918399810791,-1.4269530838140418 +Harry Potter,Griphook,0.5197423696517944,0.2121497726817984,0.5715857148170471,0.0066885518290285,0.051843345165252686,-0.2054612208527699 +Twilight,Paul Lahote,0.4901941120624542,0.0053238377358169,0.5420800447463989,0.0003242660314437,0.0518859326839447,-0.0049995717043732 +Dune,Leto I Atreides,0.4957177937030792,0.0713538467969338,0.5478718876838684,0.0030558619291654,0.052154093980789185,-0.06829798486776839 +The Lord of the Rings,Mablung,0.5178106427192688,0.5325523006676214,0.569983720779419,0.5836129963765792,0.052173078060150146,0.05106069570895777 +The Lord of the Rings,Gollum,0.4888666868209839,9.018845864385908e-07,0.5417248010635376,2.7974571228520384e-07,0.05285811424255371,-6.22138874153387e-07 +The Lord of the Rings,Angrod,0.4995771050453186,0.9248858604226928,0.5527409911155701,2.049501854594676,0.053163886070251465,1.1246159941719833 +The Lord of the Rings,Thranduil,0.5080153346061707,0.015795075382359,0.5616160035133362,0.0010448700161254,0.05360066890716553,-0.014750205366233601 +Twilight,Seth Clearwater,0.4928677082061767,0.0003410076353034,0.5481706857681274,1.3472232653530088e-08,0.05530297756195074,-0.0003409941630707465 +Harry Potter,Susan Bones,0.4826630353927612,0.0002503003020615,0.5379840731620789,1.6962886640131738e-06,0.05532103776931768,-0.0002486040133974868 +Harry Potter,Hannah Abbott,0.4619835317134857,0.0002747233194499,0.5173898339271545,5.551692905006872e-08,0.05540630221366882,-0.00027466780252084994 +Harry Potter,Elphias Doge,0.49515300989151,0.0579371862843533,0.5514315962791443,9.9745185061453e-05,0.05627858638763428,-0.05783744109929185 +Harry Potter,Poppy Pomfrey,0.4935471415519714,0.0065686562695566,0.5500788688659668,2.983172235607373e-09,0.05653172731399542,-0.006568653286384365 +Dune,Moneo Atreides,0.4783799648284912,0.4628469607843391,0.5353717803955078,0.0102032453119768,0.0569918155670166,-0.4526437154723623 +The Hitchhiker's Guide to the Galaxy,Old Thrashbarg,0.4717856347560882,0.734133117188203,0.5298166275024414,2.8792323369555364,0.058030992746353205,2.1450992197673333 +Dune,Tyros Reffa,0.4748443067073822,0.6859880148079427,0.5335310101509094,0.5082867544066283,0.05868670344352722,-0.1777012604013144 +Twilight,James,0.4843384027481079,0.0001932872771006,0.5438632369041443,7.270975490567214e-08,0.05952483415603638,-0.00019321456734569433 +Harry Potter,Wilhelmina Grubbly-Plank,0.5114792585372925,0.2627456816056188,0.5711089372634888,0.1351900272623571,0.05962967872619629,-0.1275556543432617 +The Lord of the Rings,Gil-galad,0.5118858814239502,0.0068857499924548,0.5715324282646179,0.0005677095052421,0.059646546840667725,-0.0063180404872126995 +Harry Potter,Armando Dippet,0.4968133866786957,0.004074999992376,0.5565256476402283,1.5875638654766325e-07,0.05971226096153259,-0.004074841235989453 +The Hitchhiker's Guide to the Galaxy,Vroomfondel,0.4920307099819183,6.379823034810391,0.5519132018089294,5.594354917271374,0.059882491827011164,-0.7854681175390175 +Harry Potter,Dorcas Meadowes,0.5020419359207153,0.8510681106231619,0.5624010562896729,5.287947262297381,0.06035912036895752,4.436879151674219 +Harry Potter,Mykew Gregorovitch,0.5075162649154663,0.1493034502333561,0.5679985284805298,0.0237588694113758,0.06048226356506348,-0.12554458082198028 +Harry Potter,Septima Vector,0.5020323395729065,0.1628544055819856,0.5628880262374878,0.0005338140654824,0.0608556866645813,-0.16232059151650322 +Twilight,Rachel Black,0.4595691263675689,0.2576749869769676,0.5207951068878174,0.0190418830757729,0.06122598052024847,-0.23863310390119472 +The Lord of the Rings,Aredhel,0.4883196353912353,0.9713200343189436,0.549968421459198,0.1367850876840453,0.0616487860679627,-0.8345349466348984 +The Lord of the Rings,Shelob,0.5020247101783752,0.3466171382980677,0.5636788010597229,0.0397422885959737,0.061654090881347656,-0.306874849702094 +The Lord of the Rings,Watcher in the Water,0.509591817855835,0.0042405603228484,0.5722002983093262,0.0050986009448787,0.06260848045349121,0.0008580406220302997 +The Hitchhiker's Guide to the Galaxy,Phouchg,0.4561991989612579,0.5018064406777262,0.5188992023468018,1.040299760549525,0.06270000338554388,0.5384933198717988 +Harry Potter,Salazar Slytherin,0.4957578182220459,0.0207734739028144,0.5586127042770386,0.0020541716884802,0.06285488605499268,-0.0187193022143342 +Harry Potter,Silvanus Kettleburn,0.4883610606193542,0.0495442444007813,0.551296055316925,0.0004836416539025,0.06293499469757086,-0.0490606027468788 +The Hitchhiker's Guide to the Galaxy,Number Two,0.4727605879306793,0.5012591080546629,0.5356969833374023,1.3391366496133603,0.06293639540672302,0.8378775415586974 +Dune,Anirul Corrino,0.477915495634079,0.5785452349450044,0.5409173369407654,2.184465197505393,0.0630018413066864,1.6059199625603884 +Harry Potter,Padma Patil,0.4924223721027374,0.0811999984045298,0.5555651187896729,0.0015191952303639,0.06314274668693542,-0.0796808031741659 +Harry Potter,Marcus Flint,0.4845448136329651,0.1639240204812492,0.5477555394172668,0.0527133722770122,0.06321072578430176,-0.11121064820423701 +The Hitchhiker's Guide to the Galaxy,Golgafrinchans,0.4871600866317749,0.8266789267927431,0.5505149364471436,0.5544471130203781,0.06335484981536865,-0.27223181377236505 +Harry Potter,Pius Thicknesse,0.4485996663570404,0.1960834275805505,0.512029767036438,6.7241387733858985e-06,0.06343010067939758,-0.1960767034417771 +Dune,Quintinius Violet Chenoeh,0.4865981042385101,0.059151077314588,0.5501734614372253,0.0001830646333515,0.06357535719871527,-0.0589680126812365 +The Hitchhiker's Guide to the Galaxy,Eccentrica Gallumbits,0.4806388914585113,0.7287256191933535,0.5445906519889832,3.1585595168792167,0.06395176053047186,2.429833897685863 +The Lord of the Rings,Idril,0.4942112863063812,1.314068414335417,0.5591335892677307,1.218685005962579,0.06492230296134949,-0.09538340837283821 +Harry Potter,Marlene McKinnon,0.4997681975364685,1.0778865364223542,0.5648558735847473,6.969568768398113,0.06508767604827881,5.891682231975759 +Twilight,Ephraim Black,0.4526848793029785,0.5033109066451074,0.5182806849479675,0.0905480977732796,0.06559580564498901,-0.41276280887182776 +Harry Potter,Fawkes,0.4881545305252075,0.0012893054242995,0.5539714694023132,0.0235763062914108,0.06581693887710571,0.0222870008671113 +The Hitchhiker's Guide to the Galaxy,Haggunenons,0.4784274697303772,0.0611463148321988,0.5442502498626709,0.7159532413067194,0.0658227801322937,0.6548069264745207 +Harry Potter,Buckbeak,0.4945935606956482,0.1013632704769263,0.5605059266090393,0.0190625469925551,0.06591236591339111,-0.0823007234843712 +Dune,Nayla,0.4786968827247619,0.6588261872586595,0.5447108149528503,2.623758321475784,0.06601393222808843,1.9649321342171242 +Harry Potter,Arabella Figg,0.4997729659080505,0.0006881625613978,0.5660061836242676,0.0007005743895294,0.0662332177162171,1.2411828131600011e-05 +The Hitchhiker's Guide to the Galaxy,Lady Cynthia Fitzmelton,0.4701345562934875,0.4745346768104099,0.5366035103797913,0.945121595575924,0.06646895408630377,0.4705869187655141 +Dune,Hayt,0.5157616138458252,1.1372734117655994,0.5824491381645203,3.2943028197495816,0.06668752431869507,2.1570294079839822 +The Hunger Games,Mr. Everdeen,0.4848520457744598,0.5731186643948403,0.551663875579834,0.2182264292785018,0.0668118298053742,-0.3548922351163385 +Dune,Margot Fenring,0.5196251273155212,1.287933709101413,0.587001383304596,0.4281066526230737,0.06737625598907471,-0.8598270564783392 +Harry Potter,Alicia Spinnet,0.4855826497077942,0.0229306646294239,0.5529946684837341,1.947834401874541e-06,0.06741201877593994,-0.022928716795022022 +The Lord of the Rings,Ancalagon,0.5332438945770264,1.3377617161546485,0.6009135246276855,1.4144417320430205,0.06766963005065918,0.07668001588837203 +The Hitchhiker's Guide to the Galaxy,Grunthos the Flatulent,0.4379906356334686,0.5884191202262163,0.5056959390640259,2.533949332902004,0.0677053034305573,1.9455302126757876 +The Lord of the Rings,Elladan and Elrohir,0.5400537252426147,0.9585946716255522,0.608399510383606,0.078228266222259,0.06834578514099121,-0.8803664054032933 +Dune,Elrood Corrino IX,0.4567656815052032,0.4789964367943902,0.525293231010437,3.7146401915141753,0.06852754950523382,3.235643754719785 +The Hitchhiker's Guide to the Galaxy,Hig Hurtenflurst,0.4581269919872284,1.1332647343625395,0.5268608331680298,1.5980802997919823,0.06873384118080139,0.4648155654294428 +The Hitchhiker's Guide to the Galaxy,Hotblack Desiato,0.4843844473361969,0.5442587992941074,0.5540450811386108,3.018975403984865,0.06966063380241394,2.4747166046907574 +The Hitchhiker's Guide to the Galaxy,Elvis Presley,0.4119135737419128,0.3797633349632493,0.4842294752597809,0.9820755274381016,0.0723159015178681,0.6023121924748522 +Dune,Norma Cenva,0.4278644323348999,0.3453006718812716,0.5005387663841248,1.3120403501803808,0.07267433404922485,0.9667396782991091 +Harry Potter,Fat Friar,0.4905396401882171,0.0688972565783398,0.5633115768432617,0.0017602953084694,0.07277193665504461,-0.0671369612698704 +The Lord of the Rings,Caranthir,0.5087292194366455,1.4316522621812555,0.5816361904144287,1.346527062486357,0.0729069709777832,-0.08512519969489851 +The Hitchhiker's Guide to the Galaxy,Number One,0.4428691864013672,0.377350079843268,0.5162665843963623,1.3980420177545387,0.07339739799499512,1.0206919379112707 +The Hitchhiker's Guide to the Galaxy,Agrajag,0.4447543025016784,0.5815409131055337,0.5186874866485596,0.4742841304472363,0.07393318414688116,-0.10725678265829741 +The Lord of the Rings,Gothmog,0.4830499291419983,0.9579740012719514,0.5577483773231506,0.5803658301115063,0.07469844818115234,-0.3776081711604451 +The Lord of the Rings,Lúthien,0.502149760723114,0.409620335566205,0.5771726965904236,0.0454235640070587,0.07502293586730957,-0.36419677155914626 +Harry Potter,Godric Gryffindor,0.4926320314407348,0.1637188502805401,0.568062961101532,0.0950958628793497,0.07543092966079717,-0.0686229874011904 +Harry Potter,Selwyn,0.4537832140922546,0.3700091702119688,0.5304065346717834,0.264806229420868,0.07662332057952886,-0.10520294079110076 +Dune,Dama,0.4721208810806274,0.6013867057595473,0.5488190054893494,1.4037338737375893,0.07669812440872198,0.802347167978042 +The Lord of the Rings,Carcharoth,0.4864684641361236,0.6385166502613182,0.5634573101997375,0.3662698592599605,0.07698884606361395,-0.27224679100135774 +Harry Potter,Ariana Dumbledore,0.5067033767700195,0.0106755445983608,0.5837023854255676,2.2980763243528597e-05,0.0769990086555481,-0.010652563835117273 +Dune,Tyekanik,0.4869306087493896,0.5850379611842363,0.5662058591842651,3.932007099913652,0.07927525043487554,3.3469691387294156 +The Hitchhiker's Guide to the Galaxy,Guide Mark II,0.4657743871212005,2.6638920729684443,0.546289324760437,1.816169121645537,0.0805149376392365,-0.8477229513229074 +Harry Potter,Fat Lady,0.4809730350971222,0.0466754711207792,0.561942458152771,0.0004029627418676,0.0809694230556488,-0.0462725083789116 +Dune,Mapes,0.4613449871540069,0.4332185225362724,0.542668879032135,0.9897316516413972,0.08132389187812811,0.5565131291051248 +Twilight,Angela Weber,0.5035080909729004,0.0211686308059395,0.5863727331161499,0.0001996363772614,0.08286464214324951,-0.0209689944286781 +Harry Potter,Dennis Creevey,0.4320493936538696,0.0002693461913432,0.5151597261428833,0.003136096716357,0.08311033248901373,0.0028667505250137997 +Harry Potter,Aragog,0.4950214922428131,0.0146024608096248,0.5787279605865479,0.0092919107471235,0.08370646834373474,-0.0053105500625013 +Harry Potter,Rolanda Hooch,0.4700667858123779,0.0014731959744198,0.5546188950538635,7.939548695201769e-09,0.08455210924148565,-0.0014731880348711048 +Harry Potter,Antonin Dolohov,0.4867320656776428,0.0507908489996695,0.5726486444473267,0.0443785213356668,0.08591657876968384,-0.006412327664002702 +The Hitchhiker's Guide to the Galaxy,Captain,0.427333116531372,0.5894758492741129,0.514319658279419,1.5084252457658365,0.08698654174804693,0.9189493964917236 +Dune,Abulurd Harkonnen,0.4777737557888031,0.4430687366664146,0.5658541917800903,1.861695997521908,0.08808043599128723,1.4186272608554935 +The Hitchhiker's Guide to the Galaxy,Great Circling Poets of Arium,0.506938099861145,3.108880398631926,0.5965229272842407,3.48934247178035,0.0895848274230957,0.3804620731484243 +The Hitchhiker's Guide to the Galaxy,Constant Mown,0.4446617364883423,0.3350513854588815,0.5357279777526855,1.584814100444835,0.09106624126434326,1.2497627149859536 +The Hitchhiker's Guide to the Galaxy,Heimdall,0.4221406280994415,0.5328247346765147,0.5135451555252075,1.5380454113971236,0.09140452742576605,1.0052206767206089 +Dune,Alef Burzmali,0.4665161967277527,0.982452391156567,0.5583000183105469,2.8614034158046757,0.09178382158279419,1.8789510246481087 +The Hitchhiker's Guide to the Galaxy,Old Woman in the Cave,0.4835208356380462,0.8531443032854303,0.5800648927688599,10.905864690592557,0.09654405713081365,10.052720387307126 +Twilight,Jessica Stanley,0.4544233083724975,0.0662294271312639,0.5578256249427795,9.421336264408823e-05,0.10340231657028204,-0.0661352137686198 +The Lord of the Rings,Beren,0.4414506554603576,1.6079673211409782,0.5460377931594849,0.0093282957192647,0.10458713769912725,-1.5986390254217135 +The Hitchhiker's Guide to the Galaxy,Gail Andrews,0.3995009064674377,0.2916095789617625,0.5061356425285339,2.919661862620716,0.10663473606109625,2.6280522836589535 +Dune,Lichna,0.4484536945819855,0.3209750417245773,0.5563443303108215,1.0913543433308168,0.10789063572883606,0.7703793016062395 +The Hitchhiker's Guide to the Galaxy,Garkbit,0.4613436758518219,0.3191123091025339,0.570511519908905,1.989116101173145,0.10916784405708313,1.6700037920706112 +The Hitchhiker's Guide to the Galaxy,Ameglian Major Cow,0.4171024262905121,2.9120419274441147,0.5268067121505737,0.4504755133943672,0.10970428586006165,-2.4615664140497477 +Twilight,Lauren Mallory,0.4392404556274414,0.4852898117353846,0.550056517124176,0.0953384896121278,0.11081606149673462,-0.3899513221232568 +The Hitchhiker's Guide to the Galaxy,Great Green Arkleseizure,0.4108148217201233,0.3765649406570394,0.5255516171455383,3.246125440506177,0.11473679542541504,2.8695604998491375 +Dune,Fafnir Corrino,0.4420830011367798,0.5381058274066916,0.5618007779121399,1.7667567655319762,0.11971777677536011,1.2286509381252846 +The Hitchhiker's Guide to the Galaxy,Judiciary Pag,0.4077497720718384,0.3879200827809871,0.5317800045013428,3.631708981719817,0.1240302324295044,3.24378889893883 +The Hitchhiker's Guide to the Galaxy,Prak,0.3869447112083435,1.1668621031031616,0.5115901231765747,0.5061764822984539,0.1246454119682312,-0.6606856208047077 +The Hitchhiker's Guide to the Galaxy,Lallafa,0.3855247795581817,0.3642502465315573,0.5176847577095032,0.9539209876634652,0.13215997815132147,0.589670741131908 +The Hitchhiker's Guide to the Galaxy,Paul Neil Milne Johnstone,0.3960185945034027,0.5478944495090049,0.5309251546859741,3.0383673200038266,0.1349065601825714,2.4904728704948216 +The Hitchhiker's Guide to the Galaxy,Know-Nothing-Bozo,0.3952953815460205,0.2783315400326001,0.5313194990158081,1.1784301044494518,0.1360241174697876,0.9000985644168518 +The Hitchhiker's Guide to the Galaxy,Russell,0.3510933518409729,0.1425238221075055,0.4901808202266693,1.2995699622920482,0.1390874683856964,1.1570461401845427 +The Hitchhiker's Guide to the Galaxy,Hactar,0.3989352285861969,0.7576601357314339,0.5416232943534851,0.7711947173289098,0.1426880657672882,0.013534581597475892 +The Hitchhiker's Guide to the Galaxy,Hurling Frootmig,0.3751438558101654,0.6959301679234284,0.5332341194152832,4.491338073974113,0.1580902636051178,3.7954079060506842 +The Hitchhiker's Guide to the Galaxy,Roosta,0.4013340473175049,0.5160362064200719,0.5600486993789673,7.561060928517275,0.1587146520614624,7.045024722097203 +The Hitchhiker's Guide to the Galaxy,Poodoo,0.322559654712677,0.4345295743733599,0.487070620059967,1.1780212850157157,0.16451096534728998,0.7434917106423558 +The Hitchhiker's Guide to the Galaxy,Emperor of the Galaxy,0.3234719932079315,0.3146953704338651,0.491729736328125,3.674797705066148,0.16825774312019348,3.360102334632283 +The Hitchhiker's Guide to the Galaxy,Great Hyperlobic Omnicognate Neutron Wrangler,0.3563226461410522,0.2968392444170915,0.538632333278656,2.1133419090118397,0.18230968713760382,1.8165026645947482 +The Hitchhiker's Guide to the Galaxy,Effrafax of Wug,0.361553281545639,0.5747696922517948,0.5487123727798462,1.4568019978263285,0.1871590912342072,0.8820323055745337 +The Hitchhiker's Guide to the Galaxy,Pizpot Gargravarr,0.3139541745185852,0.3622527754839205,0.5040284395217896,1.7450559279627826,0.19007426500320435,1.3828031524788622 +The Hitchhiker's Guide to the Galaxy,The Lord,0.3071805536746979,0.539492840010531,0.5095160007476807,3.5966796013484585,0.2023354470729828,3.0571867613379275 +The Hitchhiker's Guide to the Galaxy,Enid Kapelsen,0.3291886150836944,0.4689406271306049,0.5459449291229248,1.4302111081764557,0.2167563140392304,0.9612704810458508 diff --git a/ressources/data/differences/embed_sorted_by_h_to_wh_0.csv b/ressources/data/differences/embed_sorted_by_h_to_wh_0.csv new file mode 100644 index 0000000000000000000000000000000000000000..2e226bcfb895f4ecac7c260e6430fe657ce0b868 --- /dev/null +++ b/ressources/data/differences/embed_sorted_by_h_to_wh_0.csv @@ -0,0 +1,541 @@ +Book,Character,F1,h,wF1,wh,F1_to_wF1,h_to_wh +The Hitchhiker's Guide to the Galaxy,Majikthise,0.5912110805511475,12.419892748137844,0.5154204964637756,1.6728761877985672,-0.07579058408737183,-10.747016560339278 +The Hitchhiker's Guide to the Galaxy,Deep Thought,0.5529919266700745,11.51991439250858,0.5442690849304199,6.210687877411387,-0.008722841739654541,-5.309226515097193 +Dune,Tylwyth Waff,0.5741361379623413,5.170779834619342,0.4583922624588012,0.1531923656668821,-0.1157438755035401,-5.01758746895246 +The Hitchhiker's Guide to the Galaxy,Googleplex Starthinker,0.5453110933303833,6.22332899740104,0.4888273477554321,1.7581331973296717,-0.05648374557495123,-4.465195800071369 +Dune,Marcus Claire Luyseyal,0.5409387946128845,5.817468506746241,0.4750081300735473,1.6040966020982437,-0.06593066453933721,-4.213371904647998 +The Hitchhiker's Guide to the Galaxy,Phouchg,0.5244225859642029,3.808853748013472,0.4926845729351043,1.0361474155167532,-0.031738013029098566,-2.772706332496719 +The Hitchhiker's Guide to the Galaxy,Barman,0.5393004417419434,4.006915173714827,0.5009679794311523,1.4300801901079685,-0.038332462310791016,-2.576834983606858 +Dune,Iakin Nefud,0.5762370824813843,3.774862952073259,0.5554256439208984,1.3726203168044029,-0.02081143856048584,-2.4022426352688564 +Harry Potter,Beedle the Bard,0.5292668342590332,4.020141019267585,0.5423824787139893,1.852489255387636,0.013115644454956055,-2.167651763879949 +Dune,Mapes,0.5485497713088989,2.672092425420998,0.4881096184253692,0.6152978619282995,-0.06044015288352972,-2.0567945634926987 +The Hitchhiker's Guide to the Galaxy,Old Thrashbarg,0.5388432741165161,4.580215516699263,0.5233867764472961,2.5792795717445203,-0.01545649766921997,-2.0009359449547426 +Harry Potter,Quirinus Quirrell,0.4647876024246216,6.197999937825962,0.4513610303401947,4.256786855713364,-0.01342657208442688,-1.941213082112598 +Dune,Hasimir Fenring,0.547031044960022,3.7819609171032647,0.5571539402008057,1.9510502823437563,0.010122895240783691,-1.8309106347595083 +Dune,Korba,0.4905959963798523,1.9028732015359175,0.4283231496810913,0.0761158108795646,-0.062272846698760986,-1.826757390656353 +Harry Potter,Nicholas de Mimsy-Porpington,0.4439013004302978,5.066341605216925,0.4486649632453918,3.394059705016283,0.004763662815093994,-1.672281900200642 +Harry Potter,Ernest Prang,0.548900842666626,2.0732609423809656,0.5068053603172302,0.5240040239717413,-0.04209548234939575,-1.5492569184092244 +The Hitchhiker's Guide to the Galaxy,Alice Beeblebrox,0.484935998916626,2.711765617333668,0.541314423084259,1.1895178198195084,0.05637842416763306,-1.5222477975141595 +Dune,Otheym,0.5519803762435913,1.9190665607807564,0.488323450088501,0.4175151666718351,-0.06365692615509033,-1.5015513941089214 +The Hitchhiker's Guide to the Galaxy,Great Circling Poets of Arium,0.5344204902648926,4.215717009037368,0.4994305968284607,2.7808154040086315,-0.034989893436431885,-1.4349016050287364 +Dune,Tertius Eileen Anteac,0.5371912717819214,1.3095758687498087,0.4741029441356659,0.0657697811943477,-0.0630883276462555,-1.243806087555461 +Dune,Schwangyu,0.542707085609436,2.5322962807125675,0.4593090415000915,1.3245332225874222,-0.08339804410934454,-1.2077630581251453 +The Hitchhiker's Guide to the Galaxy,Eddie the Computer,0.5399253964424133,2.188887974283159,0.5238444209098816,1.004459664113718,-0.01608097553253174,-1.1844283101694408 +Dune,Hayt,0.5439981818199158,3.035260854687782,0.5676808953285217,1.8890437314339483,0.023682713508605957,-1.1462171232538336 +Dune,Farok,0.5331273078918457,2.0201251314036,0.5111566185951233,0.8885105448392211,-0.021970689296722412,-1.1316145865643792 +The Hunger Games,Hilarius Heavensbee,0.5234611630439758,2.0099604890001523,0.5248605608940125,0.90694244099205,0.001399397850036621,-1.1030180480081024 +Dune,Dama,0.4857421815395355,1.715304963446476,0.4941137433052063,0.6593159783259328,0.008371561765670776,-1.0559889851205433 +The Hitchhiker's Guide to the Galaxy,Random Dent,0.5012661218643188,1.1383587611249018,0.4745690524578094,0.1524974019494977,-0.026697069406509455,-0.9858613591754041 +The Hitchhiker's Guide to the Galaxy,Captain,0.5367289185523987,2.805112306823628,0.5163926482200623,1.8205771236547,-0.020336270332336426,-0.9845351831689282 +Twilight,Kachiri,0.5447333455085754,0.92798029818798,0.4272400140762329,0.0480980095476665,-0.11749333143234253,-0.8798822886403135 +The Hitchhiker's Guide to the Galaxy,Hig Hurtenflurst,0.4822753369808197,2.544482997403323,0.5229754447937012,1.666027704785033,0.04070010781288147,-0.87845529261829 +The Hitchhiker's Guide to the Galaxy,Constant Mown,0.4848194122314453,2.6657217316758315,0.4528148770332336,1.86553460742644,-0.032004535198211725,-0.8001871242493914 +Harry Potter,Bartemius Crouch Junior,0.4790416359901428,3.9225961309581856,0.4808548986911773,3.138785448592562,0.0018132627010344904,-0.7838106823656235 +The Hitchhiker's Guide to the Galaxy,Zaphod Beeblebrox,0.524462878704071,3.4262332847912296,0.5250093936920166,2.6664367028483587,0.0005465149879455566,-0.7597965819428709 +Harry Potter,Reginald Cattermole,0.5222092270851135,0.8745552978924823,0.5025945901870728,0.14685186584471,-0.01961463689804077,-0.7277034320477723 +Harry Potter,Marlene McKinnon,0.5041496157646179,0.8111850455575621,0.4500625133514404,0.1248347388651398,-0.054087102413177546,-0.6863503066924224 +The Hitchhiker's Guide to the Galaxy,Gail Andrews,0.4535467624664306,2.1617533355470595,0.4651680290699005,1.5026311790084164,0.011621266603469904,-0.6591221565386431 +Twilight,Tyler Crowley,0.5633716583251953,1.140472973049515,0.554145872592926,0.4903717002677769,-0.009225785732269287,-0.650101272781738 +Dune,Hwi Noree,0.5402935743331909,0.9546559571623304,0.5494601726531982,0.328316116884358,0.009166598320007324,-0.6263398402779724 +The Hitchhiker's Guide to the Galaxy,Great Hyperlobic Omnicognate Neutron Wrangler,0.5309005975723267,1.657872944449094,0.5062478184700012,1.0521555069322066,-0.02465277910232544,-0.6057174375168874 +Dune,Ziarenko Javid,0.5213062167167664,0.7372080900214711,0.4195296764373779,0.1327686030114251,-0.10177654027938848,-0.604439487010046 +The Hitchhiker's Guide to the Galaxy,Judiciary Pag,0.4658540189266205,2.2053176174830877,0.5554378628730774,1.6235163327564248,0.08958384394645691,-0.5818012847266629 +Harry Potter,Mosag,0.5209478139877319,0.8554017628732911,0.4328711628913879,0.3021305950823312,-0.08807665109634405,-0.5532711677909599 +Dune,Lichna,0.4485637843608856,1.328797911591771,0.4464889764785766,0.7906917182421546,-0.0020748078823090155,-0.5381061933496164 +Dune,Liet Kynes,0.5218409895896912,1.278225329638197,0.5362000465393066,0.7457589774633218,0.014359056949615479,-0.5324663521748751 +Dune,Daniel,0.5007641315460205,1.631312666915827,0.5122811198234558,1.1045714636700712,0.011516988277435303,-0.5267412032457559 +Dune,Glossu Rabban,0.5381055474281311,2.142668830782992,0.5276147723197937,1.656558769139198,-0.010490775108337402,-0.4861100616437941 +The Lord of the Rings,Frodo Baggins,0.4546349644660949,1.7198854026994104,0.4846213757991791,1.250914683541555,0.029986411333084162,-0.4689707191578554 +Harry Potter,Piers Polkiss,0.4831104576587677,0.5206655673674491,0.4402565062046051,0.0616038172416038,-0.0428539514541626,-0.45906175012584527 +Twilight,Jasper Hale,0.4564851820468902,1.4435958440038834,0.454686552286148,0.9914565227561848,-0.0017986297607421875,-0.4521393212476986 +Dune,Siona Atreides,0.5410712957382202,0.5836693720482895,0.5667243003845215,0.1415506545006138,0.02565300464630127,-0.44211871754767573 +The Hitchhiker's Guide to the Galaxy,Effrafax of Wug,0.5077013373374939,2.7731462138051746,0.5334528088569641,2.335238629716953,0.025751471519470215,-0.4379075840882214 +The Hitchhiker's Guide to the Galaxy,Know-Nothing-Bozo,0.460536777973175,1.4569908972698322,0.4859395027160644,1.0203099039770764,0.025402724742889404,-0.4366809932927558 +Twilight,Huilen,0.5564388036727905,0.4284589161086818,0.503710150718689,0.0176898436123173,-0.05272865295410156,-0.4107690724963645 +Dune,Alma Mavis Taraza,0.5075234174728394,0.6880329098557795,0.4995601177215576,0.2924849668415627,-0.007963299751281738,-0.39554794301421675 +The Hitchhiker's Guide to the Galaxy,Enid Kapelsen,0.4745515286922455,1.8897915120627369,0.4854231774806976,1.4991200642594105,0.010871648788452093,-0.3906714478033264 +Dune,Norma Cenva,0.494139552116394,1.279041748836781,0.5010496973991394,0.8907502084443788,0.006910145282745417,-0.3882915403924021 +Twilight,Mary,0.5204862356185913,1.4050623647905562,0.5231702923774719,1.023507485669433,0.0026840567588806152,-0.3815548791211232 +Twilight,Quil Ateara III,0.5075376033782959,1.6239529934461778,0.5255942344665527,1.253521363478485,0.018056631088256836,-0.37043162996769285 +Dune,Feyd-Rautha Harkonnen,0.460873395204544,1.219083792235549,0.4707494080066681,0.8714558397648315,0.009876012802124079,-0.34762795247071754 +Dune,Edric,0.4637089073657989,1.474504801773972,0.4967652559280395,1.1583227412688253,0.0330563485622406,-0.31618206050514663 +The Lord of the Rings,Smaug,0.4951056838035583,1.369934426713461,0.5086314678192139,1.0657703146783388,0.013525784015655573,-0.30416411203512217 +Twilight,Brady Fuller,0.4072178900241852,0.4258262646188319,0.3713338673114776,0.1247171649284515,-0.035884022712707575,-0.30110909969038036 +The Hitchhiker's Guide to the Galaxy,Number One,0.4791897237300873,1.594780988308329,0.5081092715263367,1.295263558473435,0.02891954779624939,-0.29951742983489393 +Dune,Logno,0.4954418241977691,0.8754907556427473,0.4983513653278351,0.6225424791607346,0.0029095411300659735,-0.2529482764820127 +Harry Potter,Antioch Peverell,0.5457143187522888,0.3247452655676739,0.5060713887214661,0.0857829449864217,-0.039642930030822754,-0.23896232058125222 +Dune,Pardot Kynes,0.5781580805778503,0.667386054851426,0.5367116928100586,0.4363991678386836,-0.04144638776779175,-0.2309868870127424 +Twilight,J. Jenks,0.5524166822433472,0.2216549059922535,0.4394181370735168,0.0001588303121254,-0.11299854516983038,-0.22149607568012808 +Dune,Miles Teg,0.5735767483711243,0.5392183891587967,0.5745278596878052,0.3328531911163241,0.0009511113166809082,-0.2063651980424726 +Harry Potter,James Potter II,0.4469856917858124,0.3051987092976389,0.4545874893665313,0.1038787838907323,0.007601797580718939,-0.20131992540690663 +Harry Potter,Bellatrix Lestrange,0.4379557967185974,0.9308910645023084,0.4505712985992431,0.7353979797059612,0.012615501880645696,-0.1954930847963472 +The Hitchhiker's Guide to the Galaxy,Trillian,0.541327714920044,0.2824537261145331,0.5415677428245544,0.1050534715482875,0.00024002790451049805,-0.17740025456624564 +Twilight,Sue Clearwater,0.5386261343955994,0.2446133009175692,0.5701732635498047,0.0704058026402606,0.03154712915420532,-0.17420749827730858 +Harry Potter,Sybill Trelawney,0.4723763763904571,3.123903345780508,0.4761386513710022,2.961366799932051,0.0037622749805450995,-0.1625365458484569 +Twilight,Senna,0.5209641456604004,0.1763051382946032,0.4448743462562561,0.0162425166037513,-0.07608979940414429,-0.1600626216908519 +Dune,Wellington Yueh,0.5041899085044861,0.4257537731570264,0.5070567727088928,0.2773105966965404,0.0028668642044067383,-0.148443176460486 +Dune,Alia Atreides,0.4658108353614807,0.3335438271517829,0.4670486748218536,0.1940878944588636,0.0012378394603728693,-0.13945593269291928 +Dune,Liet-Kynes,0.5388694405555725,0.7744858351693394,0.5246624946594238,0.6364821227227504,-0.014206945896148682,-0.13800371244658904 +Dune,Paulus Atreides,0.5753435492515564,0.7760784009369951,0.5783288478851318,0.6385111652421047,0.0029852986335754395,-0.13756723569489038 +The Hunger Games,Treech,0.5075646638870239,0.117626392781118,0.4749631881713867,0.0002962613432383,-0.03260147571563721,-0.1173301314378797 +Twilight,Esme Cullen,0.469201922416687,0.837341342683267,0.4519073963165283,0.7246252844484066,-0.01729452610015869,-0.11271605823486042 +Twilight,Carlisle Cullen,0.4602928757667541,0.7512274707328349,0.4838859140872955,0.6457266717530008,0.023593038320541382,-0.10550079897983411 +Twilight,Garrett,0.4939342439174652,0.0974875565247484,0.4706915915012359,7.563791265191502e-06,-0.023242652416229304,-0.0974799927334832 +Twilight,Quil Ateara V,0.5100683569908142,0.1399546709235932,0.561724066734314,0.0447618215796129,0.051655709743499756,-0.09519284934398031 +Dune,Moneo Atreides,0.5322074890136719,0.1221604302703853,0.552431046962738,0.0376465890712522,0.020223557949066162,-0.0845138411991331 +Twilight,Lauren Mallory,0.452099472284317,0.0881345951046566,0.4402539134025574,0.0103526996278594,-0.011845558881759644,-0.0777818954767972 +Harry Potter,Helga Hufflepuff,0.5581740736961365,0.7075363770838006,0.5667545199394226,0.6325972114081228,0.008580446243286133,-0.07493916567567782 +Harry Potter,Cedric Diggory,0.4603066146373749,1.953592998779285,0.4773434996604919,1.8800989140419708,0.01703688502311701,-0.07349408473731422 +The Hitchhiker's Guide to the Galaxy,Heimdall,0.5224384665489197,2.6783508235738216,0.5182178020477295,2.607389714298064,-0.0042206645011901855,-0.07096110927575738 +Dune,Harah,0.4979162812232971,0.0725353494553252,0.5090550184249878,0.0058115788910207,0.011138737201690674,-0.0667237705643045 +Harry Potter,Lucius Malfoy,0.4325801134109497,0.6023787388627473,0.4152710437774658,0.5443745786128857,-0.017309069633483887,-0.05800416024986155 +The Hitchhiker's Guide to the Galaxy,Roosta,0.5273421406745911,4.546129077375875,0.526216983795166,4.499983689897789,-0.0011251568794250488,-0.046145387478086164 +Harry Potter,Griphook,0.5510381460189819,0.1451829667826305,0.54579097032547,0.1008488629812858,-0.005247175693511963,-0.04433410380134471 +Twilight,Amun,0.5048414468765259,0.0363424946666695,0.4782496392726898,0.0001141380678301,-0.02659180760383606,-0.0362283565988394 +The Hitchhiker's Guide to the Galaxy,Rob McKenna,0.4869276583194732,0.3086540700572138,0.4509564638137817,0.2733458965409725,-0.03597119450569153,-0.03530817351624127 +Twilight,Charlotte,0.4985171854496002,0.0262960061436414,0.4373162090778351,7.300929998184094e-06,-0.06120097637176514,-0.026288705213643217 +Twilight,Randall,0.4445645213127136,0.2113762974976194,0.4651248753070831,0.1869984820936673,0.02056035399436945,-0.02437781540395212 +Twilight,Eleazar,0.5085576176643372,0.0235834368810516,0.471886932849884,2.449435515698204e-05,-0.03667068481445318,-0.023558942525894615 +The Hitchhiker's Guide to the Galaxy,Arthur Dent,0.5273870825767517,0.4291602688773915,0.514234721660614,0.4070921213719269,-0.013152360916137695,-0.022068147505464597 +Dune,Thufir Hawat,0.5250611901283264,0.0538646829607475,0.5541090965270996,0.034884852362595,0.029047906398773193,-0.018979830598152503 +Harry Potter,Neville Longbottom,0.4424783587455749,3.249958889477173,0.4544924199581146,3.233556544168879,0.012014061212539728,-0.01640234530829421 +Harry Potter,Salazar Slytherin,0.5373809933662415,0.0348870203392717,0.5692950487136841,0.0196972828428365,0.03191405534744263,-0.0151897374964352 +The Hitchhiker's Guide to the Galaxy,Poodoo,0.452880322933197,1.4072647612067786,0.4860747456550598,1.3931414530091124,0.03319442272186279,-0.014123308197666162 +Twilight,Nahuel,0.5094461441040039,0.0122782688457226,0.4904480576515198,1.6070452396395075e-05,-0.01899808645248413,-0.012262198393326205 +Twilight,Embry Call,0.5151413679122925,0.0214462358855365,0.5060939192771912,0.0093058597417683,-0.009047448635101318,-0.0121403761437682 +Twilight,Jared Cameron,0.5240994691848755,0.0186014665449711,0.532151997089386,0.0067800101584847,0.008052527904510498,-0.0118214563864864 +Twilight,Mike Newton,0.5422773957252502,0.0228071631416192,0.5342537760734558,0.0119840056601496,-0.008023619651794434,-0.0108231574814696 +Dune,Bijaz,0.5214598178863525,0.274879842394981,0.5157041549682617,0.2647359742327518,-0.00575566291809082,-0.010143868162229175 +Twilight,Angela Weber,0.5451338291168213,0.0179369636990772,0.5681806206703186,0.0080092662495488,0.023046791553497314,-0.0099276974495284 +Twilight,Carmen,0.5116759538650513,0.0083180897352118,0.4351828396320343,4.641500438336512e-07,-0.07649311423301697,-0.008317625585167967 +Harry Potter,Cormac McLaggen,0.5400038957595825,0.0082151004331804,0.530128002166748,0.0002208664604471,-0.009875893592834473,-0.0079942339727333 +Twilight,Irina,0.4988650679588318,0.0077706609258345,0.5048238039016724,0.0002198406798161,0.005958735942840576,-0.0075508202460184 +The Hunger Games,Casca Highbottom,0.4864108562469482,0.0053927922680926,0.4324418902397156,2.4006125507516925e-06,-0.05396896600723261,-0.005390391655541848 +Twilight,Renesmee Cullen,0.4330266118049621,0.6311994326354685,0.4501892328262329,0.6259689675029592,0.017162621021270807,-0.005230465132509354 +Harry Potter,Amycus Carrow,0.5384577512741089,0.0085231443009815,0.5470284223556519,0.0038905295842837,0.008570671081542969,-0.0046326147166978 +Twilight,Paul Lahote,0.5231663584709167,0.0037034459416706,0.4577199518680572,9.125731580496854e-11,-0.06544640660285955,-0.003703445850413284 +Harry Potter,Cornelius Fudge,0.4647815823554992,0.940017520552656,0.4509239196777344,0.9367586104780342,-0.013857662677764837,-0.003258910074621757 +Dune,Darwi Odrade,0.5599603652954102,0.0043853748137809,0.5430006980895996,0.0014113899537567,-0.016959667205810547,-0.0029739848600242 +The Lord of the Rings,Aragorn II,0.514411449432373,1.2754050915206687,0.49165078997612,1.2727238428741576,-0.022760659456253052,-0.002681248646511092 +Harry Potter,Stanley Shunpike,0.5450069904327393,0.0069697550755501,0.5373027920722961,0.0051688833761868,-0.007704198360443115,-0.0018008716993633007 +Twilight,Peter,0.5418391227722168,0.0016953537711623,0.5076555609703064,1.2035564024001924e-05,-0.0341835618019104,-0.001683318207138298 +Twilight,Rachel Black,0.4674018919467926,0.0019080303123256,0.4487326741218567,0.0005745818831719,-0.018669217824935913,-0.0013334484291537 +Twilight,Alec,0.528445303440094,0.0011680431373348,0.515385627746582,2.8397931685995056e-05,-0.013059675693511963,-0.0011396452056488047 +Harry Potter,Elphias Doge,0.5131416916847229,0.0011731634868792,0.5358070731163025,0.000196868521381,0.02266538143157959,-0.0009762949654982 +The Lord of the Rings,Gollum,0.5312132835388184,0.0012175108716184,0.5351508259773254,0.0002608758122073,0.00393754243850708,-0.0009566350594111001 +Dune,Serena Butler,0.512681782245636,0.0034786939474873,0.5410799384117126,0.0026481038198425,0.02839815616607666,-0.0008305901276448001 +Dune,Quintinius Violet Chenoeh,0.5333386659622192,0.0006095256747923,0.4813452661037445,2.004955329972975e-05,-0.05199339985847473,-0.0005894761214925703 +Twilight,Felix,0.5359938740730286,0.0005091215912758,0.438522458076477,1.548957681363193e-10,-0.09747141599655157,-0.0005091214363800319 +Twilight,Caius,0.5134718418121338,0.0041258673936078,0.524796724319458,0.0036320872433338,0.011324882507324219,-0.0004937801502739999 +The Hitchhiker's Guide to the Galaxy,Ford Prefect,0.503355860710144,0.0006953983515379,0.5187045335769653,0.0002420726907472,0.015348672866821289,-0.0004533256607907 +Twilight,Kate,0.4886078834533691,0.0004188823951983,0.501785933971405,3.64939274318443e-05,0.013178050518035944,-0.0003823884677664557 +Harry Potter,Ernest Macmillan,0.5565010905265808,0.0003578925130287,0.4343344867229461,1.1702825280145455e-19,-0.1221666038036347,-0.0003578925130286999 +Harry Potter,Susan Bones,0.5229329466819763,0.0002700267654533,0.5438013672828674,2.3579569809623674e-06,0.020868420600891113,-0.0002676688084723376 +Twilight,Benjamin,0.5442827343940735,0.0002199300895121,0.4993562400341034,3.5617777723742515e-06,-0.04492649435997009,-0.00021636831173972576 +Twilight,Billy Black,0.5193422436714172,0.0001874504207676,0.5135833621025085,2.3514188956747863e-06,-0.005758881568908691,-0.0001850990018719252 +Twilight,Marcus,0.5064879059791565,0.000135643522374,0.5018938779830933,9.792731027764253e-06,-0.004594027996063232,-0.00012585079134623574 +Twilight,Jane,0.5082261562347412,0.0001358791583441,0.5344328284263611,1.017502052202691e-05,0.026206672191619873,-0.0001257041378220731 +Harry Potter,Parvati Patil,0.5387401580810547,8.606392441026713e-05,0.5289773941040039,1.990425812657324e-07,-0.009762763977050781,-8.58648818290014e-05 +Twilight,Leah Clearwater,0.5293238162994385,8.166267693146855e-05,0.518864095211029,6.573006431824589e-06,-0.010459721088409424,-7.508967049964396e-05 +Harry Potter,Garrick Ollivander,0.532930850982666,0.0001017757786636,0.566840410232544,5.247644224131636e-05,0.03390955924987793,-4.929933642228364e-05 +Twilight,Seth Clearwater,0.5219919085502625,2.6690509572979773e-05,0.5368380546569824,2.2557357816646632e-08,0.01484614610671997,-2.6667952215163128e-05 +The Hunger Games,Clemensia Dovecote,0.5008890628814697,1.6014022585481102e-05,0.4638417661190033,4.811672253580727e-08,-0.03704729676246643,-1.5965905862945294e-05 +Twilight,Tia,0.5152443051338196,8.281582664851085e-06,0.4440155327320099,2.194075915816099e-07,-0.07122877240180969,-8.062175073269475e-06 +The Hunger Games,Effie Trinket,0.5815386772155762,3.0792937880716245e-06,0.5591163039207458,1.2126429404944133e-06,-0.022422373294830322,-1.8666508475772112e-06 +The Hunger Games,Mizzen,0.4259211421012878,1.2010382943299564e-06,0.4469455778598785,1.869939636121712e-07,0.021024435758590698,-1.0140443307177853e-06 +The Hunger Games,Coral,0.4286750257015228,4.980235540597977e-07,0.4535006880760193,4.3197941769261226e-08,0.02482566237449646,-4.5482561229053645e-07 +The Hunger Games,Primrose Everdeen,0.5412285327911377,1.2830647151305e-07,0.5635352730751038,1.082212373178548e-07,0.022306740283966064,-2.0085234195195195e-08 +Harry Potter,Rolanda Hooch,0.4869513809680938,6.53191056925866e-21,0.5390515923500061,8.221566846057005e-08,0.05210021138191229,8.221566846056351e-08 +Twilight,Tanya,0.4943207502365112,2.3001461533403246e-07,0.5129669904708862,1.017026482000468e-06,0.018646240234375056,7.870118666664357e-07 +The Lord of the Rings,Thorin II,0.4779637455940246,1.9999888091541057e-19,0.5533391833305359,1.7823173898844698e-06,0.07537543773651129,1.78231738988427e-06 +Harry Potter,Pansy Parkinson,0.5118330717086792,1.7750677772365438e-05,0.5277064442634583,2.032801826712961e-05,0.015873372554779053,2.5773404947641715e-06 +Harry Potter,Poppy Pomfrey,0.5473053455352783,5.7536034507271794e-12,0.5645301938056946,3.1497502321319218e-06,0.01722484827041626,3.149744478528471e-06 +Harry Potter,Hannah Abbott,0.4692113697528839,1.7761814432280333e-20,0.4992662668228149,5.949654625532152e-06,0.030054897069930975,5.949654625532134e-06 +Harry Potter,Merope Riddle,0.5360749959945679,3.931058007897491e-07,0.5302800536155701,1.035925837468078e-05,-0.005794942378997803,9.96615257389103e-06 +Harry Potter,Marietta Edgecombe,0.5397696495056152,1.3486482752683523e-06,0.5401628613471985,2.143600595977801e-05,0.00039321184158325195,2.008735768450966e-05 +The Lord of the Rings,Túrin,0.4932235479354858,1.9729607394382167e-10,0.4993710517883301,2.1667083816749173e-05,0.006147503852844294,2.1666886520675228e-05 +Harry Potter,Oliver Wood,0.5217692255973816,2.2992374311168573e-08,0.5709604620933533,2.874262842102832e-05,0.04919123649597168,2.871963604671715e-05 +Twilight,Bree Tanner,0.5183275938034058,2.555710534939857e-06,0.5305123329162598,4.429474834340514e-05,0.012184739112854004,4.173903780846528e-05 +Harry Potter,Irma Pince,0.5216736793518066,4.0295665377381453e-16,0.5734816789627075,4.72127559997257e-05,0.05180799961090088,4.721275599932274e-05 +Harry Potter,Katie Bell,0.5273134112358093,2.134555659548249e-05,0.5541184544563293,6.941469957752831e-05,0.02680504322052002,4.8069142982045817e-05 +Harry Potter,Rufus Scrimgeour,0.5175845623016357,4.594655846928269e-05,0.569431483745575,0.000113399955687,0.05184692144393921,6.74533972177173e-05 +Harry Potter,Winky,0.5464995503425598,4.597214267087058e-05,0.5603477358818054,0.0001176181450069,0.013848185539245605,7.164600233602943e-05 +The Hunger Games,Mrs. Everdeen,0.4956545233726501,2.990646278912664e-05,0.5162612199783325,0.0001142280892867,0.02060669660568243,8.432162649757336e-05 +The Hunger Games,Volumnia Gaul,0.4947254061698913,6.869168631180911e-07,0.4818109571933746,9.132064293881348e-05,-0.012914448976516724,9.063372607569539e-05 +Twilight,Collin Littlesea,0.4015692770481109,0.3932931368504643,0.4368025660514831,0.3934013293951621,0.03523328900337219,0.00010819254469779382 +Harry Potter,Vincent Crabbe,0.5198566317558289,0.0006169246388136,0.5248391628265381,0.0007503214476635,0.0049825310707092285,0.00013339680884989996 +Harry Potter,Kingsley Shacklebolt,0.5434129238128662,1.3996009562103872e-05,0.5604909658432007,0.0001571909789429,0.017078042030334473,0.00014319496938079612 +Harry Potter,Corban Yaxley,0.5089466571807861,6.34883607311603e-13,0.5473292469978333,0.0001525281500408,0.03838258981704712,0.00015252814940591638 +Harry Potter,Phineas Nigellus Black,0.4272326231002807,2.7866178748037788e-06,0.4604507386684418,0.0001803231635915,0.033218115568161066,0.00017753654571669623 +Harry Potter,Ariana Dumbledore,0.5188639760017395,8.0965247623839e-10,0.5321075916290283,0.0001956182559472,0.013243615627288818,0.00019561744629472376 +The Lord of the Rings,Samwise Gamgee,0.5255295634269714,0.0002127983320222,0.5717642307281494,0.0005201358644656,0.04623466730117798,0.0003073375324434 +Harry Potter,Rosmerta,0.5611692667007446,0.0048089909334617,0.5528600811958313,0.005207872059742,-0.00830918550491333,0.0003988811262802998 +The Lord of the Rings,Tom Bombadil,0.5839139819145203,3.449736913810358e-05,0.574947714805603,0.000480317382217,-0.008966267108917236,0.0004458200130788964 +Harry Potter,Justin Finch-Fletchley,0.5083823204040527,5.515536337718215e-07,0.5567641854286194,0.0004953535160609,0.04838186502456665,0.0004948019624271281 +Twilight,James,0.4592633545398712,2.1330016673097883e-08,0.5340688228607178,0.00052318268686,0.07480546832084656,0.000523161356843327 +The Lord of the Rings,Fingolfin,0.4707838892936706,3.15935584302992e-24,0.5603159070014954,0.0006270312675563,0.08953201770782476,0.0006270312675563 +Twilight,Riley Biers,0.5060179233551025,5.831605686072552e-05,0.5028755068778992,0.0007274335295509,-0.003142416477203369,0.0006691174726901744 +The Lord of the Rings,Maedhros,0.5035333037376404,2.6845660125638523e-09,0.5534624457359314,0.0007071572139962,0.049929141998291016,0.0007071545294301875 +Harry Potter,Alicia Spinnet,0.5427551865577698,0.000136340576143,0.5892655849456787,0.0011085423982836,0.046510398387908936,0.0009722018221406 +The Hunger Games,Lysistrata Vickers,0.4519827663898468,7.61478911561517e-07,0.4958251416683197,0.0011258190365234,0.0438423752784729,0.0011250575576118385 +Harry Potter,Selwyn,0.4294923841953277,0.0041481609622216,0.430673748254776,0.0056074897922577,0.0011813640594482977,0.0014593288300361 +Harry Potter,Amos Diggory,0.5196719765663147,0.0003546050984097,0.5461400747299194,0.0018724442708867,0.026468098163604736,0.0015178391724770001 +Harry Potter,Armando Dippet,0.551811695098877,2.1802730091762357e-06,0.5678954720497131,0.0017356234834309,0.01608377695083618,0.0017334432104217238 +The Lord of the Rings,Isildur,0.5536698698997498,0.0001405835555204,0.5754685997962952,0.0019145160582926,0.02179872989654541,0.0017739325027722 +Harry Potter,Michael Corner,0.4674330651760101,1.4306645318480637e-06,0.5304694771766663,0.001905437274061,0.06303641200065618,0.001904006609529152 +Harry Potter,Pius Thicknesse,0.5047450661659241,0.0003785633524771,0.5550447702407837,0.0025702108153827,0.05029970407485962,0.0021916474629056 +Harry Potter,Rose Granger-Weasley,0.4612981677055359,1.6717813257322007e-11,0.4938507974147796,0.0023335207959342,0.03255262970924372,0.0023335207792163867 +The Lord of the Rings,Círdan,0.4970964193344116,1.1359558026426888e-15,0.5533652901649475,0.0023556687549475,0.05626887083053589,0.002355668754946364 +The Lord of the Rings,Bard,0.5038110613822937,0.0044467726571034,0.5618695616722107,0.0068535072910567,0.05805850028991699,0.0024067346339532994 +The Lord of the Rings,Celeborn,0.5386183857917786,8.960520794475933e-07,0.5627967715263367,0.0024571792711473,0.024178385734558105,0.002456283219067852 +Harry Potter,Gregory Goyle,0.5400614738464355,5.886176560879137e-06,0.5341871976852417,0.0024968706670244,-0.005874276161193848,0.002490984490463521 +Harry Potter,Ludovic Bagman,0.5430501699447632,0.001734150790713,0.5344049334526062,0.0042272436238815,-0.008645236492156982,0.0024930928331685 +Twilight,Demetri,0.5613125562667847,0.0012281161893588,0.5580273866653442,0.0040244895400104,-0.0032851696014404297,0.0027963733506516 +The Hunger Games,Alma Coin,0.4811421930789947,2.95861523989604e-20,0.5374076962471008,0.0030204198098382,0.056265503168106135,0.0030204198098382 +The Lord of the Rings,Radagast,0.5174330472946167,0.00017497649855,0.5598633289337158,0.0032167003587381,0.04243028163909912,0.0030417238601880997 +The Lord of the Rings,Thranduil,0.4878326654434204,1.3411993964995826e-27,0.5475040078163147,0.0032064112663925,0.05967134237289429,0.0032064112663925 +The Lord of the Rings,Glorfindel,0.5649725198745728,2.2217178591704628e-06,0.5694261789321899,0.003514182136364,0.0044536590576171875,0.00351196041850483 +Harry Potter,Padma Patil,0.5182434916496277,0.0007101262299604,0.5555219054222107,0.0044738017133605,0.03727841377258301,0.0037636754834001005 +Twilight,Jessica Stanley,0.5055686235427856,0.0003780182242173,0.5701385736465454,0.0041601556336921,0.06456995010375977,0.0037821374094748 +Dune,Paul Atreides,0.477653831243515,1.4512494341597175,0.4664964973926544,1.45505341540141,-0.011157333850860596,0.0038039812416925667 +Harry Potter,Aurora Sinistra,0.5493923425674438,4.575075219822373e-06,0.5767828822135925,0.0038494379796005,0.02739053964614868,0.0038448629043806777 +The Lord of the Rings,Gil-galad,0.4937008917331695,2.8875881748037804e-14,0.5870011448860168,0.0041511127078988,0.09330025315284735,0.0041511127078699235 +Harry Potter,Terry Boot,0.5016686916351318,1.3608514695211e-07,0.5328243970870972,0.0044056883183233,0.031155705451965332,0.004405552233176347 +The Lord of the Rings,Boromir,0.567672073841095,0.0269396313274863,0.542649507522583,0.0314407638735158,-0.025022566318511963,0.004501132546029497 +The Lord of the Rings,Watcher in the Water,0.5586118102073669,0.0005535213703505,0.5981280207633972,0.0051045433536228,0.03951621055603027,0.0045510219832723 +The Lord of the Rings,Gimli,0.5303179025650024,0.0018958562640058,0.5486525297164917,0.007278140322566,0.018334627151489258,0.005382284058560199 +The Lord of the Rings,Thingol,0.5081369876861572,4.428451715613721e-05,0.5225947499275208,0.0055173497932467,0.014457762241363525,0.005473065276090563 +Harry Potter,Zacharias Smith,0.5279580354690552,0.0342098698497101,0.538486659526825,0.039874870510343,0.010528624057769775,0.005665000660632899 +The Lord of the Rings,Húrin,0.4652401208877563,6.992488981995174e-06,0.5215151906013489,0.0061851804593473,0.056275069713592585,0.0061781879703653045 +Dune,Tio Holtzman,0.4509092569351196,5.580479411464467e-05,0.5041067600250244,0.0065064358970146,0.05319750308990484,0.006450631102899956 +The Hunger Games,Reaper Ash,0.4743912518024444,0.0004285614472345,0.4919630885124206,0.007660071244621,0.017571836709976196,0.007231509797386499 +The Hunger Games,Festus Creed,0.4804655015468597,0.0004364852600695,0.5087020397186279,0.0077027971029612,0.028236538171768244,0.0072663118428917 +Harry Potter,Walden Macnair,0.5117467045783997,1.2047489451247158e-05,0.5371495485305786,0.0073274223546813,0.025402843952178955,0.007315374865230053 +Harry Potter,Fat Friar,0.5001595616340637,0.0049261660621702,0.5600280165672302,0.0128692589725514,0.059868454933166504,0.0079430929103812 +Harry Potter,Arabella Figg,0.5579614639282227,0.0111215970225819,0.5527403950691223,0.0199943002116616,-0.005221068859100342,0.0088727031890797 +Twilight,Santiago,0.4405513107776642,0.0113096824479289,0.4655430316925049,0.0218416827716768,0.024991720914840698,0.0105320003237479 +The Lord of the Rings,Balin,0.5572898387908936,6.873337123824756e-05,0.5653225183486938,0.0107615077965567,0.008032679557800293,0.010692774425318453 +Dune,Vladimir Harkonnen,0.4916495680809021,0.0011839907151858,0.4781716763973236,0.01507273694178,-0.013477891683578491,0.013888746226594199 +Harry Potter,Hepzibah Smith,0.5609691739082336,0.0009797427720681,0.5640297532081604,0.015184323939183,0.003060579299926758,0.0142045811671149 +Harry Potter,Crookshanks,0.5731525421142578,0.0080419754633293,0.5619288086891174,0.0230920719234528,-0.01122373342514038,0.015050096460123499 +The Hunger Games,Livia Cardew,0.4411150813102722,0.0011644289971937,0.4497662484645843,0.018320461370184,0.008651167154312078,0.0171560323729903 +Harry Potter,Silvanus Kettleburn,0.4545643031597137,6.237655734272488e-08,0.5587272047996521,0.0171710660290795,0.10416290163993841,0.01717100365252216 +Dune,Shaddam Corrino IV,0.4789293706417084,0.1121077979174268,0.4741994738578796,0.1294522849521067,-0.004729896783828791,0.017344487034679903 +The Lord of the Rings,Elendil,0.5107694864273071,0.0001144554486978,0.5504311323165894,0.0181598650373687,0.03966164588928223,0.0180454095886709 +Twilight,Heidi,0.4454536139965057,1.0930883456035096e-07,0.4894866943359375,0.0184495655810594,0.04403308033943182,0.01844945627222484 +The Lord of the Rings,Bilbo Baggins,0.4629913568496704,0.7427334673811882,0.4710036516189575,0.7643137653901765,0.00801229476928711,0.021580298008988308 +Dune,Jehanne Butler,0.4389314949512481,0.0288194764317802,0.4444078803062439,0.0512613213413012,0.005476385354995783,0.022441844909521003 +The Lord of the Rings,Thráin II,0.4682380259037018,6.8213707629566455e-09,0.5730043649673462,0.0226963133225233,0.10476633906364441,0.022696306501152536 +Harry Potter,Fat Lady,0.4970676898956299,0.0006078717408122,0.5686796307563782,0.0237519234351517,0.07161194086074829,0.0231440516943395 +Dune,Piter De Vries,0.5243019461631775,1.1976779929079375,0.524216890335083,1.2231867428278729,-8.505582809448242e-05,0.025508749919935347 +Dune,Fafnir Corrino,0.4948194324970245,1.3196266092732591,0.5108835101127625,1.3455776093671192,0.01606407761573797,0.025951000093860088 +Twilight,Laurent,0.5089563727378845,0.0012824595639473,0.5217602252960205,0.0286178367409613,0.012803852558135986,0.027335377177014 +Harry Potter,Nicolas Flamel,0.5795202255249023,1.868579567554499e-06,0.5633584260940552,0.0284868577492091,-0.016161799430847168,0.028484989169641543 +Harry Potter,Mykew Gregorovitch,0.5690000653266907,0.1185713101655088,0.5642809271812439,0.1498485329867405,-0.004719138145446777,0.0312772228212317 +Twilight,Emily Young,0.5085493326187134,7.213279249480357e-06,0.5158069729804993,0.0330255215871768,0.007257640361785889,0.03301830830792732 +Dune,Faykan Butler,0.4672413170337677,0.001291877686709,0.4580764472484588,0.0345919243014697,-0.009164869785308893,0.0333000466147607 +Harry Potter,Antonin Dolohov,0.5568044781684875,0.0001731142880994,0.5817202925682068,0.0334807969729057,0.02491581439971924,0.0333076826848063 +The Lord of the Rings,Éowyn,0.5354081392288208,0.0446670784607137,0.5591710209846497,0.0808981344760647,0.023762881755828857,0.036231056015350996 +Harry Potter,Fawkes,0.5352731943130493,0.0049802750602774,0.5684974193572998,0.0418462141423762,0.03322422504425049,0.0368659390820988 +Harry Potter,Septima Vector,0.4376643598079681,1.884528858726572e-08,0.5453755855560303,0.0372418457889621,0.10771122574806219,0.03724182694367351 +Harry Potter,Amelia Bones,0.5153607726097107,2.335787401315288e-05,0.5390540361404419,0.0401363496834523,0.0236932635307312,0.04011299180943915 +The Lord of the Rings,Gríma,0.5651068687438965,0.0263081311492341,0.5924745798110962,0.0689119201878415,0.027367711067199707,0.0426037890386074 +Dune,Xavier Harkonnen,0.5057855248451233,0.0001623178149653,0.5143126249313354,0.0432104443771766,0.008527100086212158,0.043048126562211304 +Harry Potter,Hedwig,0.5569161176681519,0.0065203893288597,0.5601760745048523,0.0497895972019277,0.0032599568367004395,0.043269207873068004 +Harry Potter,Ignotus Peverell,0.5293282270431519,0.002447043668145,0.5542071461677551,0.0498948355665078,0.02487891912460327,0.0474477918983628 +Twilight,Mexican coven,0.5069307088851929,0.0362351906965213,0.4671769738197326,0.0880664320824296,-0.03975373506546026,0.051831241385908305 +Harry Potter,Herbert Beery,0.4323126077651977,0.0214713575501096,0.4358270466327667,0.0735824379621375,0.0035144388675690252,0.052111080412027895 +The Hunger Games,Mr. Everdeen,0.523754358291626,0.0871488521210685,0.5184605121612549,0.1397922668619484,-0.005293846130371094,0.0526434147408799 +Twilight,Kebi,0.5474962592124939,0.0136361783219434,0.5137883424758911,0.0668578732688211,-0.03370791673660278,0.0532216949468777 +Dune,Gurney Halleck,0.5254309177398682,0.0210078510281879,0.5530193448066711,0.076351204570937,0.02758842706680298,0.055343353542749094 +Twilight,Vasilii,0.4197364151477813,0.0006704062509159,0.4228555858135223,0.0588528301541689,0.003119170665740967,0.058182423903253004 +Dune,Jamis,0.5443645715713501,0.0881118874436091,0.5378723740577698,0.1472962292049995,-0.006492197513580322,0.0591843417613904 +The Lord of the Rings,Éomer,0.5421885848045349,0.0170643806662626,0.5727627873420715,0.0765165006720312,0.03057420253753662,0.05945212000576859 +Harry Potter,Sirius Black,0.4285387396812439,0.4475858904917092,0.4315895736217499,0.5084066666657757,0.0030508339405059814,0.060820776174066504 +Harry Potter,Hugo Granger-Weasley,0.5482012033462524,0.0336322266195722,0.4871561229228973,0.0978501794356274,-0.06104508042335516,0.0642179528160552 +Dune,Irulan Corrino,0.5094133019447327,0.0134960327501953,0.5159376263618469,0.0779417916071164,0.006524324417114258,0.0644457588569211 +Harry Potter,Millicent Bulstrode,0.4880232810974121,0.0003872885441662,0.5334551334381104,0.0697731638859217,0.04543185234069824,0.0693858753417555 +Harry Potter,Aragog,0.5313587188720703,7.815331152240772e-06,0.5461622476577759,0.0721512573028197,0.014803528785705566,0.07214344197166746 +The Hunger Games,Domitia Whimsiwick,0.4541220963001251,7.349920196184377e-05,0.4593628644943237,0.0743653904472926,0.005240768194198553,0.07429189124533075 +Harry Potter,Nagini,0.4135995805263519,0.5475663139218998,0.410442590713501,0.6242335554914112,-0.0031569898128508966,0.07666724156951144 +The Lord of the Rings,Finrod,0.4899004101753235,1.8911108280271173e-08,0.5585615634918213,0.0770635232473469,0.0686611533164978,0.07706350433623863 +Harry Potter,Augustus Rookwood,0.5375701785087585,0.1818283262725174,0.5363628268241882,0.2594773430935967,-0.0012073516845703125,0.0776490168210793 +Twilight,Victoria,0.439033567905426,0.6875448458491541,0.4483987092971802,0.7681029253884348,0.00936514139175415,0.08055807953928074 +Harry Potter,Cadmus Peverell,0.5331827998161316,0.1617363232068362,0.5127511620521545,0.2428300761269121,-0.02043163776397705,0.0810937529200759 +Harry Potter,Buckbeak,0.5568949580192566,0.0696037045558207,0.5765940546989441,0.1567409913475783,0.0196990966796875,0.0871372867917576 +Harry Potter,Hokey,0.5817021727561951,0.0707626544817979,0.5338616371154785,0.1610069505780165,-0.04784053564071655,0.0902442960962186 +Dune,Aramsham,0.4058475792407989,0.8238137072393069,0.4876619875431061,0.9168460982084708,0.08181440830230718,0.09303239096916394 +Dune,Abulurd Harkonnen,0.5403276085853577,2.013332878603165,0.5230582356452942,2.1064208263373607,-0.017269372940063477,0.09308794773419571 +Harry Potter,Petunia Dursley,0.4213124811649322,0.7796112827905537,0.432350605726242,0.8727334192666802,0.011038124561309814,0.09312213647612655 +The Hunger Games,Haymitch Abernathy,0.4316339194774627,1.134473813765434,0.4425918161869049,1.229173845922611,0.010957896709442194,0.09470003215717693 +The Hunger Games,Dill,0.4356289803981781,0.0002891011143852,0.4885352551937103,0.0960276098361049,0.05290627479553223,0.0957385087217197 +The Lord of the Rings,Berúthiel,0.4237178266048431,2.8041899631891774e-18,0.5517565011978149,0.097690752263447,0.12803867459297186,0.097690752263447 +Dune,Chani Kynes,0.4593413472175598,0.765399971568981,0.4882956147193908,0.8681908027060506,0.028954267501831,0.10279083113706966 +Dune,Scytale,0.4897126257419586,0.4730752657490815,0.5085275173187256,0.5772822226475126,0.018814891576766968,0.10420695689843112 +The Lord of the Rings,Théoden,0.5443832278251648,0.0742075913758281,0.5772528052330017,0.1807967875535116,0.032869577407836914,0.10658919617768352 +Dune,Leto I Atreides,0.504253625869751,0.0099520281209106,0.5509100556373596,0.1195720031412774,0.04665642976760864,0.1096199750203668 +Harry Potter,Dennis Creevey,0.4977614283561706,5.717898920479274e-05,0.5503764748573303,0.1113604373532902,0.052615046501159723,0.1113032583640854 +Twilight,Eric Yorkie,0.5205509662628174,0.0642821243823755,0.5471195578575134,0.1757533347555896,0.026568591594696045,0.1114712103732141 +Harry Potter,George Weasley,0.4431107342243194,0.5884252857003849,0.4324892461299896,0.7008562267288053,-0.010621488094329778,0.11243094102842044 +The Lord of the Rings,Fíli and Kíli,0.535077691078186,0.0390663683312621,0.6048795580863953,0.1515881549037747,0.06980186700820923,0.1125217865725126 +Dune,Lady Jessica,0.468407541513443,0.2028299003667993,0.4681082963943481,0.3171852694143707,-0.00029924511909490414,0.1143553690475714 +Harry Potter,Filius Flitwick,0.4493355453014374,3.36218792065598,0.4472354054450989,3.477780886766946,-0.002100139856338501,0.11559296611096626 +Twilight,Zafrina,0.5180833339691162,0.0561211749005394,0.5461707711219788,0.1718688423167518,0.02808743715286255,0.11574766741621241 +The Lord of the Rings,Peregrin Took,0.5437358021736145,0.0542727872519525,0.5529078841209412,0.1864921831796264,0.00917208194732666,0.1322193959276739 +The Hunger Games,Peeta Mellark,0.4438426494598388,1.1291179617171474,0.4579137861728668,1.2622192568833872,0.01407113671302801,0.1331012951662398 +The Hunger Games,Felix Ravinstill,0.485382467508316,0.2378235069555312,0.4536113142967224,0.3712447120353729,-0.03177115321159357,0.1334212050798417 +The Lord of the Rings,Lúthien,0.4240851700305938,1.3768888823489491e-10,0.5941258072853088,0.1462831108081908,0.17004063725471502,0.14628311067050193 +Harry Potter,Seamus Finnigan,0.4527804553508758,1.5254552835269637,0.4320342540740967,1.6758501032135402,-0.02074620127677912,0.15039481968657653 +Dune,Ghanima Atreides,0.4960546195507049,0.4661478620566122,0.507136881351471,0.6183888868445536,0.011082261800766047,0.15224102478794144 +Dune,Stilgar,0.5065039992332458,0.3521997169623891,0.532167375087738,0.5102105680812854,0.025663375854492188,0.1580108511188963 +Harry Potter,Dexter Fortescue,0.5083675384521484,0.0267285852749731,0.4992710649967193,0.1907410869071911,-0.009096473455429133,0.164012501632218 +Harry Potter,Nymphadora Tonks,0.4425010085105896,0.4811867125932654,0.4619460105895996,0.6509497252838561,0.01944500207901001,0.1697630126905907 +Harry Potter,Gellert Grindelwald,0.4071548879146576,0.711321998168285,0.4479026198387146,0.8825099327605731,0.04074773192405701,0.1711879345922881 +Twilight,Sam Uley,0.4657468497753143,0.7360231784276465,0.4671300649642944,0.9117944123315556,0.0013832151889801025,0.17577123390390903 +The Lord of the Rings,Denethor II,0.5466106534004211,0.1223507951938338,0.5836129784584045,0.3042194992237594,0.0370023250579834,0.1818687040299256 +Dune,Murbella,0.5306856632232666,0.1161153578347403,0.5490666627883911,0.311518693349403,0.01838099956512451,0.1954033355146627 +Dune,Leto Atreides II,0.4332444071769714,1.0353937872588983,0.4626670479774475,1.236763637671174,0.02942264080047613,0.20136985041227562 +Dune,Raquella Berto-Anirul,0.5147691369056702,0.0505092472857887,0.5281753540039062,0.2529816771656182,0.013406217098236084,0.2024724298798295 +Dune,Dominic Vernius,0.4647168517112732,0.0015869832942633,0.5251268744468689,0.2164528169324232,0.0604100227355957,0.2148658336381599 +Twilight,Aro,0.4243939220905304,0.460612241210917,0.4378767609596252,0.6814359492698534,0.013482838869094793,0.22082370805893642 +Harry Potter,Ginevra Weasley,0.4370097517967224,0.2619547501032638,0.4401127696037292,0.4853234646966717,0.0031030178070067804,0.2233687145934079 +The Lord of the Rings,Faramir,0.4913611710071563,0.8622361224149409,0.4823136627674103,1.0867150159587091,-0.009047508239746038,0.22447889354376827 +Harry Potter,Cho Chang,0.4494101405143738,1.524332607130559,0.4550559520721435,1.7492911733909369,0.00564581155776972,0.2249585662603779 +Dune,Helena Atreides,0.5068652033805847,0.1119035016338069,0.5462532639503479,0.3454311405400564,0.039388060569763184,0.2335276389062495 +Harry Potter,Radolphus Lestrange,0.474466323852539,0.7665334276008785,0.5084900259971619,1.001282764886298,0.03402370214462286,0.23474933728541958 +Dune,Minotauros Atreides,0.481614202260971,0.1604432397909353,0.5114316344261169,0.3985008488922756,0.02981743216514593,0.2380576091013403 +The Lord of the Rings,Thrór,0.4825860559940338,7.743723490880978e-06,0.5413334965705872,0.2404470966108232,0.058747440576553345,0.2404393528873323 +The Hitchhiker's Guide to the Galaxy,Pizpot Gargravarr,0.4750292301177978,0.8398734947705285,0.4932797253131866,1.082886502347771,0.018250495195388794,0.24301300757724242 +The Hitchhiker's Guide to the Galaxy,Lady Cynthia Fitzmelton,0.4988591372966766,0.1258692840482537,0.4810832440853119,0.3714832006276615,-0.01777589321136469,0.2456139165794078 +The Hitchhiker's Guide to the Galaxy,Lintilla,0.4331122636795044,0.0054116694166139,0.5091831088066101,0.2562651870653857,0.07607084512710571,0.2508535176487718 +The Lord of the Rings,Eilinel,0.4771568775177002,0.964949530269156,0.4896692037582397,1.2176584163368669,0.012512326240539495,0.2527088860677109 +The Hunger Games,Vipsania Sickle,0.4668054580688476,0.0091408931120802,0.4577060341835022,0.2628891810579304,-0.009099423885345403,0.2537482879458502 +The Hitchhiker's Guide to the Galaxy,Paul Neil Milne Johnstone,0.5655339360237122,1.9738671343872247,0.4687610566616058,2.227910665168056,-0.09677287936210638,0.2540435307808311 +The Lord of the Rings,Baragund,0.5109097361564636,0.9868341704482896,0.5133917331695557,1.245646248915543,0.002481997013092041,0.2588120784672535 +Harry Potter,Ronald Weasley,0.4466086626052856,0.5717791795437712,0.4628472924232483,0.8329823782588229,0.016238629817962702,0.2612031987150517 +Harry Potter,Fred Weasley,0.4316678941249847,0.4710096356206633,0.4475062489509582,0.7332427461184158,0.01583835482597351,0.2622331104977525 +The Lord of the Rings,Shelob,0.5592805743217468,0.0758405306378195,0.5853018164634705,0.3406007945047815,0.026021242141723633,0.264760263866962 +The Lord of the Rings,Fingon,0.484019786119461,0.0004629340336018,0.5613618493080139,0.2697719276485892,0.07734206318855291,0.2693089936149874 +Harry Potter,Luna Lovegood,0.4611029922962188,1.6356681988599642,0.4739124476909637,1.9060559187027577,0.012809455394744873,0.27038771984279353 +Harry Potter,Peeves,0.4413259625434875,2.009399324595589,0.4392738342285156,2.2806503103401905,-0.0020521283149718683,0.2712509857446017 +Harry Potter,Alice Longbottom,0.5214443802833557,2.371178974459041e-11,0.5788318514823914,0.2764230986244123,0.057387471199035645,0.27642309860070047 +Dune,Tyekanik,0.5045052170753479,0.8605449177709994,0.5404890775680542,1.138484106188053,0.0359838604927063,0.2779391884170537 +The Lord of the Rings,Fëanor,0.4401758313179016,0.6147414238801957,0.4709019958972931,0.8933878134903198,0.03072616457939148,0.2786463896101241 +Dune,Leto Atreides I,0.4644840657711029,0.1561335935662264,0.4951279759407043,0.440357396190372,0.030643910169601385,0.2842238026241456 +Harry Potter,Penelope Clearwater,0.5376611948013306,0.0157032031444678,0.5196546316146851,0.3062402467573147,-0.018006563186645508,0.2905370436128469 +The Lord of the Rings,Eöl,0.4756379723548889,0.0004635115474672,0.5275198221206665,0.2919945162378677,0.05188184976577759,0.2915310046904005 +The Lord of the Rings,Mablung,0.4288769066333771,8.810829254277746e-06,0.5587544441223145,0.2949886572847551,0.12987753748893738,0.2949798464555008 +The Lord of the Rings,Beren,0.4936663806438446,0.0013168984976569,0.5609504580497742,0.2964469737914797,0.06728407740592957,0.2951300752938228 +The Hitchhiker's Guide to the Galaxy,Lunkwill and Fook,0.4459331035614013,0.9297680416501386,0.5080600380897522,1.226444792424524,0.062126934528350886,0.2966767507743855 +The Hitchhiker's Guide to the Galaxy,Marvin,0.4958357512950897,0.2549632048619335,0.5185239911079407,0.551938654927262,0.022688239812850952,0.2969754500653285 +The Hitchhiker's Guide to the Galaxy,Prak,0.4407698810100555,0.1180049148389614,0.514369547367096,0.4189564750491458,0.07359966635704046,0.3009515602101844 +Dune,Vorian Atreides,0.4723348021507263,0.7620755642897297,0.4491121768951416,1.0658716977179965,-0.023222625255584717,0.30379613342826683 +Harry Potter,Dean Thomas,0.4605115950107574,1.521156044271354,0.448440670967102,1.828053777490866,-0.012070924043655396,0.30689773321951197 +Dune,Shando Vernius,0.4891597926616668,0.1598593751666299,0.5207884311676025,0.4678524818639373,0.031628638505935724,0.3079931066973074 +Harry Potter,Frank Longbottom,0.5779850482940674,0.0004061655327428,0.5645447969436646,0.3153786102234897,-0.013440251350402832,0.31497244469074687 +Harry Potter,Astoria Malfoy,0.505161702632904,0.000878155304023,0.5340600609779358,0.3197984887298726,0.02889835834503174,0.3189203334258496 +Harry Potter,Marcus Flint,0.4707847833633423,9.189966458818742e-05,0.554602324962616,0.3285182087549822,0.08381754159927368,0.32842630909039405 +Harry Potter,Wilhelmina Grubbly-Plank,0.5482054948806763,0.0460890235913902,0.5839771032333374,0.3756600361280645,0.03577160835266113,0.32957101253667426 +The Lord of the Rings,Arwen,0.5495935678482056,0.0917615574909407,0.5545570254325867,0.4326173121468185,0.0049634575843811035,0.3408557546558778 +Twilight,Ephraim Black,0.4925296306610107,0.3658229524051135,0.5327481627464294,0.7108240690539922,0.04021853208541876,0.3450011166488787 +Harry Potter,Godric Gryffindor,0.5335870385169983,0.0721869358689683,0.6060956716537476,0.4174254111588114,0.07250863313674927,0.3452384752898431 +Dune,Farad'n Corrino,0.5614867806434631,0.9435758372206554,0.5808011889457703,1.2893259880279828,0.01931440830230713,0.3457501508073274 +The Hitchhiker's Guide to the Galaxy,Grunthos the Flatulent,0.5367152690887451,2.4596168074797715,0.5372061729431152,2.8103312219034,0.0004909038543701172,0.3507144144236283 +The Lord of the Rings,Saruman,0.4741404950618744,0.8696719536245657,0.4654025435447693,1.2235656275977629,-0.008737951517105103,0.35389367397319715 +Harry Potter,Dobby,0.4531989395618438,0.9744792504328932,0.4579870700836181,1.3303329283501248,0.004788130521774292,0.35585367791723166 +Harry Potter,Rowena Ravenclaw,0.5359760522842407,0.0686595528965369,0.573421061038971,0.4260412068984685,0.037445008754730225,0.3573816540019316 +Dune,Zufa Cenva,0.4670575857162475,0.0112104319609969,0.5524097681045532,0.3717184737716069,0.08535218238830572,0.36050804181060997 +Harry Potter,Louis Weasley,0.540837287902832,0.2192415943009566,0.4821177423000335,0.5860506227625341,-0.05871954560279852,0.3668090284615775 +Harry Potter,Harry Potter,0.4503121674060821,0.5536328923594419,0.4723129868507385,0.9263211683672428,0.022000819444656428,0.37268827600780086 +The Hunger Games,Lucretius Flickerman,0.5081245303153992,1.4047005526211074e-06,0.5309379696846008,0.3740077622090239,0.02281343936920166,0.3740063575084713 +Dune,Victor Atreides,0.4980299174785614,0.2910350286240949,0.5519011616706848,0.6685790952560978,0.05387124419212341,0.3775440666320029 +Dune,Wensicia Corrino,0.5699851512908936,1.352215822644708,0.5664901733398438,1.7340149761303842,-0.0034949779510498047,0.38179915348567617 +Harry Potter,Tom Riddle,0.4586656987667084,3.764603371707189,0.4647452533245086,4.146790110438455,0.0060795545578002375,0.38218673873126585 +Dune,Gaius Helen Mohiam,0.526836097240448,1.1550383866306306,0.5425923466682434,1.538226544406715,0.01575624942779541,0.3831881577760843 +Twilight,Alice Cullen,0.438834398984909,0.2776220517753975,0.4547623097896576,0.6615864714911912,0.01592791080474859,0.3839644197157937 +Harry Potter,Broderick Bode,0.5348936319351196,0.0005206032918184,0.5531675219535828,0.3868210652104334,0.018273890018463135,0.386300461918615 +Harry Potter,Gilderoy Lockhart,0.4364169538021087,2.777551319897083,0.4366215765476227,3.1657195994917373,0.00020462274551397153,0.3881682795946544 +The Lord of the Rings,Baran,0.4734276533126831,2.0087748000837657,0.4961883127689361,2.401055689983004,0.022760659456252996,0.39228088989923826 +The Lord of the Rings,Elrond,0.5225498080253601,2.1405124896213987,0.5052364468574524,2.5439314310177656,-0.017313361167907715,0.4034189413963669 +Dune,Rhombur Vernius,0.4880791306495666,0.0403226233838716,0.5621006488800049,0.4523142109796731,0.07402151823043829,0.4119915875958015 +The Lord of the Rings,Ungoliant,0.5248897075653076,0.0068898861689286,0.55659019947052,0.4206666712385319,0.0317004919052124,0.4137767850696033 +The Lord of the Rings,Turgon,0.472512274980545,0.0942599245494071,0.5610125064849854,0.5115538130022425,0.08850023150444036,0.4172938884528353 +Dune,Jessica Atreides,0.4570485055446625,0.144439164385024,0.4733946025371551,0.5619218432663521,0.01634609699249262,0.41748267888132806 +Harry Potter,Fleur Delacour,0.4540396332740783,0.4478835484364356,0.4549606740474701,0.8759612594302569,0.0009210407733917791,0.42807771099382136 +The Lord of the Rings,Eärendil,0.551388680934906,0.0227427246226931,0.6047641038894653,0.4545111505499469,0.053375422954559326,0.4317684259272538 +Harry Potter,William Weasley,0.4439441263675689,0.7589835810847033,0.453458696603775,1.1929303400411908,0.00951457023620611,0.4339467589564875 +Twilight,Jacob Black,0.4697536826133728,0.9226002690842544,0.4790249466896057,1.3640223465042558,0.00927126407623291,0.4414220774200014 +Harry Potter,Minerva McGonagall,0.3753265738487243,0.3901990986916779,0.4472415149211883,0.833021457282659,0.07191494107246399,0.44282235859098107 +Harry Potter,Newton Scamander,0.464682012796402,0.4607415647030731,0.4584138989448547,0.9050845747461256,-0.006268113851547297,0.4443430100430525 +Dune,Hedley Tuek,0.4837548434734344,1.07362282470827,0.5231477618217468,1.5332853064468446,0.03939291834831243,0.4596624817385746 +The Hitchhiker's Guide to the Galaxy,Allitnils,0.4514158368110657,0.7028346729424548,0.4638689458370209,1.177709601829284,0.0124531090259552,0.47487492888682925 +The Lord of the Rings,Ecthelion,0.4401785731315613,0.0001392145475183,0.4480352401733398,0.4996122819569569,0.007856667041778509,0.4994730674094386 +Harry Potter,Gabrielle Delacour,0.5198922157287598,9.240374791603472e-05,0.522936224937439,0.5014047977107204,0.0030440092086791992,0.5013123939628044 +The Lord of the Rings,Glaurung,0.4925675988197326,0.0105043637293916,0.5601674318313599,0.5209951886978874,0.06759983301162725,0.5104908249684958 +The Lord of the Rings,Beorn,0.4574282765388489,7.964547045271094e-06,0.6069895625114441,0.5130365078530041,0.14956128597259521,0.5130285433059588 +Harry Potter,Molly Weasley,0.4258531928062439,1.006931637473603,0.4417132437229156,1.5205089674980166,0.015860050916671697,0.5135773300244135 +The Lord of the Rings,Aredhel,0.4630291759967804,0.0006045999411397,0.5278006792068481,0.5368354153736876,0.06477150321006775,0.5362308154325479 +The Lord of the Rings,Amrod,0.4492732584476471,0.0033548290563057,0.5318185687065125,0.5419955258409143,0.08254531025886536,0.5386406967846086 +Harry Potter,Sirius Black I,0.4658055901527405,1.0827814871578365,0.467812031507492,1.6251472078374127,0.0020064413547515314,0.5423657206795762 +The Lord of the Rings,Elladan and Elrohir,0.572724461555481,0.088177189742486,0.6065909266471863,0.6361087823379934,0.03386646509170532,0.5479315925955074 +The Hunger Games,Persephone Price,0.4896861016750335,0.0220441708263839,0.5048912763595581,0.5750454742309209,0.015205174684524592,0.553001303404537 +The Hitchhiker's Guide to the Galaxy,Reg Nullify,0.4720154106616974,1.902039103801027,0.5031870007514954,2.457118678686294,0.031171590089797974,0.5550795748852673 +Harry Potter,Dominique Weasley,0.542873203754425,0.1360867317508552,0.4869712889194488,0.6925961895519774,-0.05590191483497625,0.5565094578011223 +Twilight,Edward Cullen,0.4453941583633423,0.678335766560001,0.455565869808197,1.2448036249161023,0.010171711444854736,0.5664678583561013 +Harry Potter,Viktor Krum,0.4908029437065124,0.8105020259222853,0.4747911989688873,1.3773008658498516,-0.016011744737625122,0.5667988399275663 +The Lord of the Rings,Haldir,0.5636138319969177,0.3369018557603518,0.5684061646461487,0.9064526162103486,0.004792332649230957,0.5695507604499968 +Dune,Nayla,0.5458073019981384,1.1268773215155374,0.5432273745536804,1.7074506944108572,-0.002579927444458008,0.5805733728953197 +Dune,Alef Burzmali,0.5161446928977966,1.0354349672963867,0.5568660497665405,1.6205280729583174,0.040721356868743896,0.5850931056619306 +Dune,Kailea Vernius,0.4088099002838135,3.335268626224189e-07,0.5558974742889404,0.6014721844717049,0.14708757400512695,0.6014718509448423 +Harry Potter,Anthony Goldstein,0.4705437421798706,7.131851725246233e-06,0.5429233312606812,0.6083868480040763,0.07237958908081055,0.608379716152351 +Dune,Kwisatz Haderach,0.562592089176178,0.2092850384260413,0.5722053050994873,0.8231619434607415,0.009613215923309326,0.6138769050347002 +The Lord of the Rings,Curufin,0.4877168238162994,1.926055897940224e-05,0.5782928466796875,0.636370822793572,0.09057602286338812,0.6363515622345927 +The Lord of the Rings,Treebeard,0.5894725322723389,0.0374304636551114,0.5587906837463379,0.6738879374362026,-0.030681848526000977,0.6364574737810912 +Dune,Bellonda,0.5828205943107605,3.054110317840824,0.592597246170044,3.691212952707253,0.009776651859283447,0.6371026348664288 +The Hitchhiker's Guide to the Galaxy,Colin the Security Robot,0.5130603909492493,2.195416666697422,0.5294987559318542,2.83372619940594,0.01643836498260498,0.6383095327085182 +The Hitchhiker's Guide to the Galaxy,Murray Bost Henson,0.5320996642112732,2.2800785875024605,0.5120303630828857,2.9196774427018526,-0.02006930112838745,0.6395988551993921 +Twilight,Bella Swan,0.43482106924057,0.4455320014066238,0.4403236210346222,1.0944117164519866,0.0055025517940521795,0.6488797150453629 +The Lord of the Rings,Morgoth,0.4580369889736175,1.168327412862539,0.4980153143405914,1.836967770407093,0.03997832536697388,0.6686403575445541 +Harry Potter,Eloise Midgen,0.513272762298584,0.1125825402776524,0.5407871603965759,0.7941201720850346,0.027514398097991943,0.6815376318073822 +Harry Potter,Rita Skeeter,0.4344606101512909,0.5426442446824509,0.4388675093650818,1.2415302305645854,0.0044068992137908936,0.6988859858821346 +Harry Potter,Hermione Granger,0.4524604678153991,0.704830134611921,0.4401030540466308,1.4039408463334415,-0.01235741376876831,0.6991107117215205 +The Hunger Games,Cinna,0.4038583636283874,0.8810996757287762,0.4021786451339721,1.5850030403767033,-0.0016797184944152832,0.703903364647927 +Twilight,Rosalie Hale,0.4387513399124145,0.4878305133247904,0.4652736186981201,1.1990501138523448,0.026522278785705622,0.7112196005275544 +Dune,Marty,0.4924050271511078,0.932898749248838,0.5335819125175476,1.646799387111592,0.04117688536643982,0.713900637862754 +The Hitchhiker's Guide to the Galaxy,Lallafa,0.4753203988075256,0.7379222995063882,0.5090602040290833,1.4554464099777698,0.03373980522155767,0.7175241104713815 +The Hunger Games,Gale Hawthorne,0.4092412292957306,0.3852021982023139,0.4256100952625274,1.1059587461436282,0.01636886596679682,0.7207565479413143 +The Lord of the Rings,Gothmog,0.5325398445129395,0.1818801358727697,0.543887734413147,0.9029937752524296,0.01134788990020752,0.72111363937966 +Harry Potter,Horace Slughorn,0.4647629261016845,3.793215070781709,0.4678252041339874,4.518161437856791,0.003062278032302912,0.724946367075082 +Dune,Piter de Vries,0.463932991027832,0.7901284138439427,0.5120517611503601,1.5202778799386392,0.04811877012252813,0.7301494660946964 +The Hunger Games,Katniss Everdeen,0.4497995972633362,1.4265105776332534,0.474838376045227,2.195442424563712,0.025038778781890814,0.7689318469304587 +The Hitchhiker's Guide to the Galaxy,Garkbit,0.5128700733184814,1.946174109013354,0.5239087343215942,2.7189349347234626,0.011038661003112793,0.7727608257101086 +The Hunger Games,Palmyra Monty,0.4756408631801605,2.723208990680631,0.5241082310676575,3.4981564388107538,0.04846736788749695,0.7749474481301228 +The Lord of the Rings,Glóredhel,0.4629199206829071,0.8536328538441629,0.4985253512859344,1.6292637426017125,0.03560543060302729,0.7756308887575496 +Harry Potter,Myrtle Warren,0.4512809216976166,4.066192632689464,0.4595744013786316,4.842941977938914,0.008293479681015015,0.7767493452494492 +The Hitchhiker's Guide to the Galaxy,Agrajag,0.5030543804168701,0.0415770531119069,0.5538953542709351,0.8253280676268905,0.05084097385406494,0.7837510145149835 +The Hitchhiker's Guide to the Galaxy,Loonquawl,0.5614513754844666,1.0392012009479468,0.5413311123847961,1.8312584658984103,-0.02012026309967041,0.7920572649504636 +Harry Potter,Victoire Weasley,0.4587174355983734,0.0234788965598078,0.499426782131195,0.8306536323484959,0.0407093465328216,0.807174735788688 +The Hitchhiker's Guide to the Galaxy,Emperor of the Galaxy,0.5510367751121521,4.235283767584108,0.5142906308174133,5.053041068047337,-0.03674614429473877,0.8177573004632288 +The Lord of the Rings,Hareth,0.4888023436069488,1.208471555754901,0.5098549127578735,2.0283251634894808,0.021052569150924738,0.8198536077345797 +The Lord of the Rings,Legolas,0.4352049231529236,0.4679468441090048,0.4515453577041626,1.3105177750316803,0.016340434551239014,0.8425709309226755 +The Lord of the Rings,Meriadoc Brandybuck,0.561441957950592,0.0648408954241231,0.5652663707733154,0.9112354140815888,0.0038244128227233887,0.8463945186574657 +The Lord of the Rings,Finduilas,0.4520036876201629,0.0022644301662218,0.5315022468566895,0.8535603185410245,0.07949855923652654,0.8512958883748027 +Harry Potter,Aberforth Dumbledore,0.4465094804763794,0.8878197052937502,0.4725188016891479,1.7522845718208322,0.0260093212127685,0.864464866527082 +Dune,Norma Cevna,0.4986927509307861,0.2939918557389265,0.5146554112434387,1.1904821789395426,0.015962660312652643,0.8964903232006161 +The Hitchhiker's Guide to the Galaxy,Max Quordlepleen,0.4794408977031708,2.500813108490748,0.5032950639724731,3.402245075624442,0.023854166269302368,0.9014319671336941 +Harry Potter,Galatea Merrythought,0.4920767545700073,0.0032699201976819,0.5274026393890381,0.9164211439946988,0.03532588481903076,0.9131512237970169 +The Hitchhiker's Guide to the Galaxy,Number Two,0.43616983294487,0.9727470646024056,0.4991006553173065,1.892146497758362,0.06293082237243652,0.9193994331559564 +Dune,Tlaloc,0.4285541176795959,0.0118315451596015,0.5015847682952881,0.9321172489174157,0.0730306506156922,0.9202857037578142 +Harry Potter,Lee Jordan,0.4369614422321319,0.8313975125985401,0.4533984065055847,1.7652504446066095,0.016436964273452814,0.9338529320080694 +The Hitchhiker's Guide to the Galaxy,Golgafrinchans,0.4998741745948791,0.0022159234741147,0.5546774864196777,0.9447810135592936,0.05480331182479864,0.9425650900851789 +Twilight,Harry Clearwater,0.5476050972938538,0.0438943956407439,0.5528291463851929,0.988138735717682,0.005224049091339111,0.944244340076938 +The Hitchhiker's Guide to the Galaxy,Almighty Bob,0.460065096616745,1.8494015249277385,0.5477994680404663,2.8131422225838065,0.08773437142372131,0.9637406976560681 +Dune,Tyros Reffa,0.42983078956604,0.1327862233708681,0.4983071088790893,1.1056474255429347,0.06847631931304932,0.9728612021720666 +Dune,Octa Butler,0.4596191346645355,0.0260518392912217,0.5119488835334778,0.9994224406668474,0.05232974886894226,0.9733706013756257 +Twilight,Rebecca Black,0.4065530896186828,0.094421984457344,0.4780859351158142,1.0728798273423112,0.0715328454971314,0.9784578428849673 +The Hitchhiker's Guide to the Galaxy,Hillman Hunter,0.4723850190639496,0.3463285279502558,0.526846706867218,1.3370309332758832,0.05446168780326843,0.9907024053256274 +The Lord of the Rings,Morwen,0.5053345561027527,0.0002501001562238,0.5570681691169739,1.0455979320774025,0.05173361301422119,1.0453478319211786 +The Hitchhiker's Guide to the Galaxy,Haggunenons,0.5025545358657837,0.4367676940461874,0.5594968795776367,1.4825687364523716,0.05694234371185303,1.0458010424061843 +Harry Potter,Igor Karkaroff,0.4093060493469238,0.5704136732410355,0.42897629737854,1.6171682675288797,0.01967024803161621,1.0467545942878442 +Dune,Anirul Corrino,0.5136567950248718,1.876669671550019,0.5680137276649475,2.9275031075382563,0.054356932640075684,1.0508334359882372 +Twilight,Sasha,0.4354710578918457,0.0038431673822077,0.5104660987854004,1.085126858305472,0.07499504089355469,1.0812836909232644 +The Lord of the Rings,Nienor,0.4857916533946991,0.0601259198032592,0.5431424379348755,1.1567590469088522,0.05735078454017639,1.0966331271055931 +Twilight,Emmett Cullen,0.4903880953788757,0.6683083856310319,0.4803453981876373,1.7738577229534076,-0.010042697191238403,1.1055493373223757 +Twilight,Charlie Swan,0.4474963545799255,0.6579660924865371,0.4262187480926513,1.7776992499067172,-0.02127760648727417,1.11973315742018 +Dune,Mohandas Suk,0.4551697373390198,0.2720735772913702,0.5508387684822083,1.4002093038690775,0.09566903114318848,1.1281357265777072 +Harry Potter,Angelina Johnson,0.4413478076457977,0.4817691565597695,0.4609935581684112,1.61538573750937,0.019645750522613525,1.1336165809496006 +Harry Potter,Peter Pettigrew,0.4263714849948883,1.769831501892427,0.4298799037933349,2.9141204185400382,0.0035084187984465998,1.1442889166476111 +Dune,Duncan Idaho,0.4214058220386505,1.0528955818498733,0.4439141750335693,2.1972041209773283,0.022508352994918768,1.144308539127455 +The Lord of the Rings,Melian,0.4705244600772857,0.0005430458619563,0.5702692866325378,1.151224722893621,0.09974482655525213,1.1506816770316648 +Harry Potter,Severus Snape,0.4307354390621185,1.4891996565686652,0.4365817606449127,2.645417860134607,0.005846321582794245,1.1562182035659416 +The Hitchhiker's Guide to the Galaxy,Frankie and Benjy,0.5203325748443604,0.4796580016301606,0.5363255739212036,1.6535834987703122,0.01599299907684326,1.1739254971401516 +Harry Potter,Irma Crabbe,0.4781289398670196,0.0348766686880323,0.4259966313838959,1.2116468203241268,-0.052132308483123724,1.1767701516360947 +The Lord of the Rings,Galdor,0.5158555507659912,1.2485904053333363,0.5514740943908691,2.435062548697424,0.03561854362487793,1.1864721433640875 +The Hunger Games,Coriolanus Snow,0.4087497889995575,0.3796436125093209,0.4526492655277252,1.5742954966856622,0.043899476528167725,1.1946518841763414 +The Lord of the Rings,Halbarad,0.5482879281044006,0.0377240224085869,0.5678908228874207,1.2505198519541445,0.01960289478302002,1.2127958295455576 +The Lord of the Rings,Khamûl,0.5273112654685974,0.3111839518759664,0.5779586434364319,1.5488645441375015,0.05064737796783447,1.237680592261535 +Dune,Glossu Rabban Harkonnen,0.5374839901924133,2.346730239086161,0.5518556237220764,3.595008864263438,0.014371633529663086,1.248278625177277 +The Hitchhiker's Guide to the Galaxy,Hotblack Desiato,0.5021933913230896,3.3008269824014618,0.5471504330635071,4.551225292467061,0.04495704174041748,1.250398310065599 +The Hitchhiker's Guide to the Galaxy,Mr Prosser,0.5069112777709961,3.1382313033558216,0.5113053321838379,4.395576469021057,0.004394054412841797,1.2573451656652352 +Harry Potter,Sirius Black II,0.421613872051239,1.1245359777324464,0.4375723004341125,2.385812775782805,0.01595842838287348,1.2612767980503587 +The Hitchhiker's Guide to the Galaxy,Gag Halfrunt,0.4889803230762481,0.0982620976643629,0.5009781122207642,1.4467308498254026,0.011997789144516047,1.3484687521610397 +Harry Potter,Pomona Sprout,0.4468885362148285,3.3633300002109787,0.4492199420928955,4.737450432005136,0.0023314058780670166,1.3741204317941569 +The Lord of the Rings,Shadowfax,0.558815598487854,0.2268558574927122,0.5979445576667786,1.6379879568324147,0.03912895917892456,1.4111320993397025 +Dune,Lucilla,0.5374746918678284,2.789838649157089,0.5433661341667175,4.21780433563992,0.00589144229888916,1.4279656864828314 +Harry Potter,Draco Malfoy,0.4438540339469909,0.455745091186328,0.4509128630161285,1.890818492286858,0.007058829069137573,1.4350734011005302 +Dune,Margot Fenring,0.5632591843605042,0.0901246651570515,0.5906767249107361,1.5331309572850005,0.027417540550231934,1.443006292127949 +The Lord of the Rings,Sauron,0.4784235060214996,1.6349855311995525,0.473971426486969,3.107573119386748,-0.004452079534530584,1.4725875881871955 +The Lord of the Rings,Erestor,0.565351665019989,3.485846912651825,0.586430549621582,4.97648241934944,0.021078884601593018,1.4906355066976156 +Harry Potter,Alastor Moody,0.4577885270118713,0.7827104312739529,0.4531765580177307,2.274414280204072,-0.0046119689941405695,1.4917038489301193 +The Lord of the Rings,Beregond,0.5386419296264648,2.183722265159242,0.5324291586875916,3.6924625443719,-0.006212770938873291,1.5087402792126579 +Dune,Sheeana Brugh,0.5340063571929932,0.9987176212057696,0.5581178069114685,2.533198754228731,0.024111449718475342,1.5344811330229615 +The Lord of the Rings,Galadriel,0.4945986270904541,1.1028929795254774,0.498959481716156,2.6947653102196303,0.004360854625701904,1.591872330694153 +The Hitchhiker's Guide to the Galaxy,Russell,0.4884125888347626,1.8988536444481336,0.4713529944419861,3.520367733124405,-0.01705959439277649,1.6215140886762713 +The Lord of the Rings,Barahir,0.5018305778503418,0.2083752518956464,0.5540673732757568,1.8961209541827748,0.05223679542541504,1.6877457022871285 +Harry Potter,Abraxas Malfoy,0.5586199760437012,1.1152304716334611,0.5188573002815247,2.809235649753128,-0.039762675762176514,1.6940051781196668 +The Lord of the Rings,Erendis,0.4563486874103546,0.0772238524396165,0.5786224007606506,1.7736845457585757,0.12227371335029602,1.6964606933189592 +Harry Potter,Albus Dumbledore,0.4365445673465729,1.646849726307027,0.4660621285438537,3.362765732297297,0.02951756119728083,1.71591600599027 +The Lord of the Rings,Caranthir,0.5198797583580017,0.14574014133635,0.5769110918045044,1.924008518023196,0.057031333446502686,1.7782683766868461 +Dune,Ramallo,0.4325161278247833,0.0687161399514886,0.501629650592804,1.872451841371104,0.06911352276802063,1.8037357014196154 +The Lord of the Rings,Gandalf,0.493848979473114,0.7690076168971675,0.4897597432136535,2.593182433548461,-0.004089236259460505,1.8241748166512934 +The Hitchhiker's Guide to the Galaxy,Hurling Frootmig,0.4553157687187195,0.5980317027887777,0.496841698884964,2.427544772938232,0.04152593016624451,1.8295130701494542 +The Hitchhiker's Guide to the Galaxy,Lajestic Vantrashell of Lob,0.5244877934455872,1.6782123801521862,0.4863301217556,3.513824218687684,-0.03815767168998718,1.8356118385354978 +The Lord of the Rings,Carcharoth,0.5387466549873352,0.2734467447511363,0.5697872042655945,2.109973094597627,0.031040549278259277,1.836526349846491 +The Hitchhiker's Guide to the Galaxy,Old Man on the Pole,0.4875471293926239,4.7026631692738174,0.5063191056251526,6.556842986455579,0.018771976232528687,1.8541798171817616 +The Hitchhiker's Guide to the Galaxy,Caveman,0.4730314910411834,1.0964563631165871,0.4764082133769989,3.0170284945414987,0.003376722335815485,1.9205721314249116 +Harry Potter,Vernon Dursley,0.4193305969238281,0.6117686237027634,0.4480687379837036,2.5333829039030915,0.02873814105987549,1.9216142802003282 +Harry Potter,Arthur Weasley,0.4248868823051452,0.4389978643295181,0.4442940950393677,2.36208392954761,0.019407212734222468,1.9230860652180921 +The Hitchhiker's Guide to the Galaxy,Elvis Presley,0.5296612977981567,1.509792747521029,0.5141420960426331,3.454116112209741,-0.015519201755523682,1.944323364688712 +Dune,Elrood Corrino IX,0.4714115262031555,1.3470757706131942,0.5571887493133545,3.313130230889499,0.08577722311019897,1.966054460276305 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Jeltz,0.5412886142730713,3.643808150265752,0.5502378940582275,5.653932292970884,0.00894927978515625,2.010124142705132 +Harry Potter,Bartemius Crouch Senior,0.4609591960906982,2.7993025941645246,0.4624888002872467,4.843919675574981,0.0015296041965485174,2.0446170814104567 +The Lord of the Rings,Aegnor,0.4741942882537842,0.0025817006947468,0.5661616325378418,2.077555700438521,0.09196734428405762,2.074973999743774 +The Lord of the Rings,Ancalagon,0.477145254611969,0.0110481038998085,0.5791114568710327,2.0878972244703298,0.10196620225906372,2.0768491205705213 +The Hitchhiker's Guide to the Galaxy,Hactar,0.4329808056354522,0.0638868818155731,0.5714038014411926,2.182541127424045,0.1384229958057404,2.118654245608472 +Harry Potter,Ignatius Prewett,0.469117522239685,0.6497960800492384,0.4978139400482178,2.7852354204178047,0.02869641780853277,2.135439340368566 +The Lord of the Rings,Rían,0.451631635427475,0.1739800001262709,0.5608115196228027,2.382336701816836,0.10917988419532776,2.2083567016905654 +The Hitchhiker's Guide to the Galaxy,Genghis Khan,0.5043528079986572,1.1397913126863477,0.5355144143104553,3.3542247691558065,0.031161606311798096,2.2144334564694588 +The Hitchhiker's Guide to the Galaxy,Questular Rontok,0.4964897036552429,1.9219703990808992,0.4972619116306305,4.186321044159038,0.0007722079753875732,2.2643506450781388 +Harry Potter,Dorcas Meadowes,0.4639257192611694,0.1643726245459285,0.5783253908157349,2.474595182981317,0.11439967155456549,2.3102225584353886 +The Hitchhiker's Guide to the Galaxy,The Lord,0.4792201817035675,1.354531018545949,0.5172358751296997,3.7359408086054313,0.0380156934261322,2.3814097900594824 +The Hitchhiker's Guide to the Galaxy,Vroomfondel,0.5641388893127441,6.758901834977475,0.5593463778495789,9.166721456417331,-0.004792511463165283,2.407819621439856 +The Lord of the Rings,Gwindor,0.4787231385707855,0.0009883692054017,0.5721768736839294,2.464142815089829,0.09345373511314392,2.463154445884427 +The Lord of the Rings,Celegorm,0.4814887046813965,0.0188109646147066,0.5747490525245667,2.4956213743481626,0.09326034784317017,2.476810409733456 +The Lord of the Rings,Hador,0.4714305996894836,0.004290333985831,0.5834735631942749,2.677397512827921,0.11204296350479132,2.67310717884209 +The Hitchhiker's Guide to the Galaxy,Great Green Arkleseizure,0.528576135635376,3.3641340015274275,0.5669288635253906,6.084616931515877,0.03835272789001465,2.72048292998845 +The Lord of the Rings,Idril,0.5022085309028625,0.2401171612877327,0.5832176208496094,2.986286610186788,0.08100908994674683,2.7461694488990553 +Harry Potter,Dilys Derwent,0.4518661201000213,0.0743572179653755,0.5533308982849121,2.874254418566477,0.1014647781848908,2.7998972006011016 +The Hitchhiker's Guide to the Galaxy,Dan Streetmentioner,0.4536094069480896,0.3031424793759491,0.5627984404563904,3.105531301877437,0.10918903350830078,2.802388822501488 +The Lord of the Rings,Belemir,0.4510476291179657,0.1805320398805099,0.5369394421577454,3.028884621598889,0.08589181303977966,2.848352581718379 +The Lord of the Rings,Glóin,0.5324459671974182,0.095651668993374,0.5635282397270203,2.9661555721979838,0.03108227252960205,2.8705039032046096 +The Hitchhiker's Guide to the Galaxy,Fenchurch,0.4917847216129303,0.3875229487300913,0.529032826423645,3.287683145810562,0.03724810481071472,2.9001601970804707 +Harry Potter,Dolores Umbridge,0.42945197224617,1.5444118006253529,0.4487933814525604,4.498057380957531,0.019341409206390436,2.9536455803321777 +The Hitchhiker's Guide to the Galaxy,God,0.4720796644687652,0.000474325132103,0.5213883519172668,2.9978883732699493,0.04930868744850164,2.997414048137846 +The Hitchhiker's Guide to the Galaxy,Humma Kavula,0.4854157567024231,1.8566239223449013,0.5276848077774048,5.14095889510766,0.04226905107498169,3.284334972762759 +The Lord of the Rings,Huor,0.4677675366401672,0.0673262150889485,0.5642777681350708,3.353537717036954,0.09651023149490362,3.2862115019480056 +Harry Potter,Emeric the Evil,0.5178278684616089,1.2622184001968104,0.5628010630607605,4.550841299645501,0.04497319459915161,3.288622899448691 +Harry Potter,Regulus Black I,0.4486167132854461,1.2077823151106382,0.4680110812187195,4.497858006635839,0.01939436793327337,3.2900756915252014 +Harry Potter,Rubeus Hagrid,0.4429548978805542,0.757989256856053,0.4778842329978943,4.257511023281331,0.03492933511734009,3.4995217664252776 +The Lord of the Rings,Forlong,0.5688490271568298,0.5602252154217972,0.5871270895004272,4.106717452924327,0.018278062343597412,3.54649223750253 +The Lord of the Rings,Amlach,0.4631932973861694,1.0475817682608122,0.5794084072113037,4.618059174231231,0.11621510982513433,3.5704774059704185 +The Hitchhiker's Guide to the Galaxy,Guide Mark II,0.531345784664154,0.967506182327614,0.5462780594825745,4.615148925284156,0.01493227481842041,3.6476427429565423 +The Hitchhiker's Guide to the Galaxy,Lig Lury Jr,0.4491147696971893,0.167543472843609,0.4874661862850189,3.8898089760996233,0.038351416587829645,3.7222655032560144 +Harry Potter,Remus Lupin,0.4528217017650604,0.5047202210524844,0.4453299343585968,4.25963952666337,-0.007491767406463623,3.754919305610885 +The Hitchhiker's Guide to the Galaxy,Eccentrica Gallumbits,0.5684916377067566,1.600421665398035,0.5986104011535645,5.373714248134763,0.03011876344680786,3.773292582736728 +The Lord of the Rings,Gilraen,0.4580308794975281,0.0049444684982406,0.5713173747062683,3.87055853005025,0.11328649520874023,3.865614061552009 +The Hitchhiker's Guide to the Galaxy,Oolon Colluphid,0.5167138576507568,0.3045699755027859,0.5419318079948425,4.214868428260779,0.025217950344085693,3.910298452757993 +The Lord of the Rings,Gelmir,0.4621389210224151,0.2210629800761587,0.5793829560279846,4.179069700546927,0.11724403500556951,3.9580067204707685 +The Lord of the Rings,Celebrimbor,0.5008432269096375,0.3055048819347499,0.5453246831893921,4.317380873481824,0.04448145627975464,4.011875991547074 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Kwaltz,0.5228808522224426,1.413300164165216,0.5617323517799377,5.506559981534626,0.03885149955749512,4.09325981736941 +Harry Potter,Evan Rosier,0.4763492941856384,0.0852488791539358,0.5510381460189819,4.197853513057502,0.0746888518333435,4.112604633903566 +The Lord of the Rings,Amras,0.4840487539768219,0.0783159478081815,0.576225221157074,4.422656924847655,0.09217646718025208,4.344340977039474 +The Lord of the Rings,Haleth,0.5201858878135681,0.2793668133256367,0.5622618198394775,4.641685740897057,0.042075932025909424,4.362318927571421 +The Hitchhiker's Guide to the Galaxy,Ameglian Major Cow,0.4219990670681,0.0333257116217055,0.5657427310943604,4.5520837618766254,0.14374366402626038,4.51875805025492 +The Hitchhiker's Guide to the Galaxy,Agda,0.4573055505752563,1.421807429387134,0.5298096537590027,6.014122812135902,0.0725041031837464,4.592315382748768 +The Lord of the Rings,Lindir,0.4819457530975342,0.5342962044084377,0.5809340476989746,6.041185807057358,0.09898829460144043,5.50688960264892 +The Hitchhiker's Guide to the Galaxy,Ruler of the Universe,0.4977446794509887,4.313830727905722,0.5375468134880066,9.833476668039363,0.03980213403701788,5.519645940133642 +The Hitchhiker's Guide to the Galaxy,Old Woman in the Cave,0.4645183086395263,1.170952580145992,0.5418444275856018,7.01581392016772,0.0773261189460755,5.844861340021728 +Harry Potter,Porpentina Goldstein,0.4264792203903198,0.0703261744429743,0.4779998660087585,6.230131971321948,0.051520645618438665,6.159805796878974 +The Hitchhiker's Guide to the Galaxy,Mella,0.4520410597324371,1.4347506010220392,0.5313006639480591,8.1670382369449,0.079259604215622,6.732287635922861 +The Lord of the Rings,Angrod,0.4995581805706024,0.6376961769341987,0.5718408226966858,7.675932767872278,0.07228264212608337,7.038236590938079 +The Lord of the Rings,Handir,0.4704637825489044,1.4118870664589966,0.5968661308288574,13.082637572002591,0.126402348279953,11.670750505543594 diff --git a/ressources/data/differences/embed_sorted_by_h_to_wh_1.csv b/ressources/data/differences/embed_sorted_by_h_to_wh_1.csv new file mode 100644 index 0000000000000000000000000000000000000000..2f6786bd6385efc40e07a8ec07cfc52a718165aa --- /dev/null +++ b/ressources/data/differences/embed_sorted_by_h_to_wh_1.csv @@ -0,0 +1,541 @@ +Book,Character,F1,h,wF1,wh,F1_to_wF1,h_to_wh +The Hitchhiker's Guide to the Galaxy,Majikthise,0.5712370276451111,10.386016033098292,0.5231562852859497,2.245254897374209,-0.04808074235916138,-8.140761135724084 +The Hitchhiker's Guide to the Galaxy,Lig Lury Jr,0.5063257217407227,4.814829618872357,0.5402927994728088,1.1890879353641042,0.03396707773208618,-3.625741683508253 +Harry Potter,Herbert Beery,0.49589803814888,2.8443517176706856,0.4173962473869324,4.830428471126465e-05,-0.07850179076194763,-2.8443034133859744 +Harry Potter,Terry Boot,0.537269651889801,2.7182209576939864,0.5232139229774475,0.0006437601524779,-0.014055728912353516,-2.7175771975415084 +Harry Potter,Eloise Midgen,0.5077885389328003,2.7310612733937654,0.4787801802158355,0.0401969554614633,-0.029008358716964777,-2.690864317932302 +The Lord of the Rings,Erestor,0.5305899977684021,4.162589726390359,0.5322591662406921,1.593003584680578,0.001669168472290039,-2.569586141709781 +The Hitchhiker's Guide to the Galaxy,Ameglian Major Cow,0.4171024262905121,2.9120419274441147,0.5268067121505737,0.4504755133943672,0.10970428586006165,-2.4615664140497477 +The Lord of the Rings,Khamûl,0.5237871408462524,2.43887942795052,0.5735595226287842,0.1545603458683955,0.04977238178253174,-2.284319082082124 +Harry Potter,Abraxas Malfoy,0.5116108059883118,2.722284294512817,0.528152585029602,0.4422563753049664,0.016541779041290283,-2.2800279192078508 +The Hunger Games,Felix Ravinstill,0.5016847252845764,2.291929646798982,0.4419227540493011,0.0122104275031614,-0.059761971235275324,-2.2797192192958207 +Twilight,Harry Clearwater,0.5209450721740723,2.484474152342066,0.5603581666946411,0.2954096021337358,0.03941309452056885,-2.1890645502083306 +The Hitchhiker's Guide to the Galaxy,Frankie and Benjy,0.4984708130359649,2.5810864289806434,0.529952347278595,0.4140006520024565,0.03148153424263006,-2.167085776978187 +Dune,Logno,0.5146032571792603,1.9106249426370372,0.5130771398544312,0.2751950568614628,-0.0015261173248291016,-1.6354298857755745 +The Lord of the Rings,Beren,0.4414506554603576,1.6079673211409782,0.5460377931594849,0.0093282957192647,0.10458713769912725,-1.5986390254217135 +The Lord of the Rings,Barahir,0.4928971230983734,2.00003374129367,0.5363517999649048,0.4027738909449855,0.04345467686653137,-1.5972598503486846 +The Lord of the Rings,Shadowfax,0.5600701570510864,3.11919735731716,0.5659462809562683,1.640608785919145,0.005876123905181885,-1.4785885713980151 +The Lord of the Rings,Aegnor,0.5125909447669983,1.498046685500856,0.4651370346546173,0.0296654542630147,-0.04745391011238098,-1.4683812312378413 +The Lord of the Rings,Gilraen,0.5016113519668579,2.895608857519192,0.553003191947937,1.46865577370515,0.0513918399810791,-1.4269530838140418 +Dune,Alma Mavis Taraza,0.5058012008666992,1.3960892703791925,0.4692151844501495,0.0009345553339762,-0.03658601641654974,-1.3951547150452164 +The Lord of the Rings,Lindir,0.5308339595794678,2.8669263177889683,0.5704033970832825,1.4879310709079154,0.0395694375038147,-1.378995246881053 +Twilight,Sasha,0.5193257927894592,1.3981505767285414,0.4952841997146606,0.0391430500603783,-0.02404159307479864,-1.3590075266681632 +Dune,Wellington Yueh,0.5484734773635864,1.4385439187818103,0.5203583240509033,0.0994703658148618,-0.028115153312683105,-1.3390735529669486 +Twilight,Kachiri,0.511444628238678,1.431598498390504,0.4789679944515228,0.1002454252921603,-0.03247663378715515,-1.3313530730983436 +The Lord of the Rings,Éomer,0.5233268737792969,1.31307278010033,0.5731189846992493,0.0120439070935844,0.04979211091995239,-1.3010288730067454 +The Lord of the Rings,Treebeard,0.5185574889183044,1.2924189206223544,0.5584478378295898,0.0426045557781971,0.0398903489112854,-1.2498143648441573 +The Hunger Games,Domitia Whimsiwick,0.5107499361038208,1.2525096842108003,0.4531517624855041,0.0118776767947972,-0.057598173618316706,-1.240632007416003 +The Lord of the Rings,Huor,0.5211780071258545,1.9514863175383212,0.5451857447624207,0.7122223494855264,0.024007737636566162,-1.2392639680527948 +Dune,Ziarenko Javid,0.4817750751972198,1.2164039946239296,0.412378579378128,0.003792379896148,-0.0693964958190918,-1.2126116147277817 +The Hitchhiker's Guide to the Galaxy,Zaphod Beeblebrox,0.5275055766105652,2.5190144602293043,0.5366738438606262,1.3347223191943811,0.009168267250061035,-1.1842921410349232 +The Hitchhiker's Guide to the Galaxy,Oolon Colluphid,0.5109764337539673,3.494924471198232,0.523297131061554,2.332563684862649,0.01232069730758667,-1.162360786335583 +Twilight,J. Jenks,0.5021610856056213,1.1749364426276203,0.5415865182876587,0.0636886270483935,0.039425432682037354,-1.111247815579227 +The Hitchhiker's Guide to the Galaxy,Lintilla,0.4855124652385711,1.233854575936455,0.5066788196563721,0.1356336097707527,0.02116635441780096,-1.0982209661657023 +Dune,Tylwyth Waff,0.509412407875061,1.1437715938563466,0.451562762260437,0.058983343730529,-0.05784964561462402,-1.0847882501258177 +The Hunger Games,Livia Cardew,0.4863074123859405,1.0567839430066268,0.43594691157341,0.0002431795767737,-0.05036050081253052,-1.0565407634298531 +The Hunger Games,Persephone Price,0.4980650544166565,1.0352154585984468,0.4277696311473846,0.0001228294344017,-0.0702954232692719,-1.035092629164045 +The Lord of the Rings,Gelmir,0.5109872817993164,1.3328831640981806,0.4709084331989288,0.3053119583828561,-0.04007884860038763,-1.0275712057153246 +Harry Potter,Emeric the Evil,0.5236355662345886,1.2274087848206603,0.491738349199295,0.2050445204834039,-0.031897217035293635,-1.0223642643372564 +Harry Potter,Hokey,0.5624920129776001,1.0192781336516663,0.4403316676616668,0.0007637035054289,-0.12216034531593328,-1.0185144301462374 +The Lord of the Rings,Faramir,0.4891777634620666,1.9933056139062688,0.4946576356887817,1.0009769697555702,0.005479872226715088,-0.9923286441506987 +Dune,Lucilla,0.5099300146102905,1.401826511542328,0.5361635088920593,0.4152892026386919,0.0262334942817688,-0.9865373089036362 +The Hitchhiker's Guide to the Galaxy,Trillian,0.5225361585617065,0.996532849187981,0.5575310587882996,0.0165348861052277,0.03499490022659302,-0.9799979630827533 +Dune,Scytale,0.5065829157829285,0.9726858826492012,0.533208966255188,0.0221545722323805,0.02662605047225952,-0.9505313104168207 +Dune,Lady Jessica,0.527129590511322,1.0146471545741351,0.4561772346496582,0.0774615841061969,-0.07095235586166382,-0.9371855704679383 +The Hunger Games,Dill,0.4879874885082245,0.9374200025446748,0.4474625587463379,0.0008715085921698,-0.0405249297618866,-0.9365484939525051 +Dune,Minotauros Atreides,0.4936800599098205,1.0926740097497365,0.5304136872291565,0.1683827785651912,0.03673362731933599,-0.9242912311845453 +Dune,Daniel,0.5189328193664551,1.777215148070226,0.5223586559295654,0.8866722560686856,0.0034258365631103516,-0.8905428920015405 +The Lord of the Rings,Elladan and Elrohir,0.5400537252426147,0.9585946716255522,0.608399510383606,0.078228266222259,0.06834578514099121,-0.8803664054032933 +Dune,Thufir Hawat,0.5405481457710266,0.892894372436974,0.5702359080314636,0.0228922649099119,0.02968776226043701,-0.8700021075270621 +The Lord of the Rings,Erendis,0.5087628960609436,0.8706285962587988,0.428654134273529,0.007316702674519,-0.0801087617874146,-0.8633118935842798 +Dune,Margot Fenring,0.5196251273155212,1.287933709101413,0.587001383304596,0.4281066526230737,0.06737625598907471,-0.8598270564783392 +Dune,Hwi Noree,0.5152681469917297,1.0109310615941849,0.5379900336265564,0.1518654640025657,0.02272188663482666,-0.8590655975916192 +The Lord of the Rings,Haleth,0.5136412382125854,0.8894122996936564,0.4729166328907013,0.0353501158327627,-0.040724605321884155,-0.8540621838608937 +The Lord of the Rings,Ecthelion,0.4312361776828766,0.9034334532769908,0.4456978738307953,0.0528181546345158,0.014461696147918701,-0.850615298642475 +The Hitchhiker's Guide to the Galaxy,Guide Mark II,0.4657743871212005,2.6638920729684443,0.546289324760437,1.816169121645537,0.0805149376392365,-0.8477229513229074 +Harry Potter,Helga Hufflepuff,0.5153310298919678,0.95496777959474,0.5492783188819885,0.1160912609342659,0.03394728899002075,-0.8388765186604741 +The Lord of the Rings,Aredhel,0.4883196353912353,0.9713200343189436,0.549968421459198,0.1367850876840453,0.0616487860679627,-0.8345349466348984 +Dune,Jehanne Butler,0.4977191984653473,1.160610281011882,0.5291381478309631,0.3361658627024659,0.031418949365615845,-0.824444418309416 +Dune,Ghanima Atreides,0.4968699812889099,0.8369040135915626,0.5,0.0190412889652953,0.003130018711090088,-0.8178627246262673 +The Lord of the Rings,Glaurung,0.5107595324516296,1.0976330498120732,0.5491192936897278,0.2809735471299492,0.038359761238098145,-0.816659502682124 +The Lord of the Rings,Haldir,0.5345706343650818,0.9740524529530928,0.5514468550682068,0.1798993731779006,0.016876220703125,-0.7941530797751922 +Dune,Feyd-Rautha Harkonnen,0.5162959694862366,1.1772004111068048,0.4807954728603363,0.3885420702506556,-0.03550049662590027,-0.7886583408561492 +The Hitchhiker's Guide to the Galaxy,Vroomfondel,0.4920307099819183,6.379823034810391,0.5519132018089294,5.594354917271374,0.059882491827011164,-0.7854681175390175 +Twilight,Senna,0.5137305855751038,0.7764955341732236,0.4481615424156189,0.0017553523032034,-0.06556904315948486,-0.7747401818700201 +Dune,Kailea Vernius,0.5006990432739258,1.2819557902143066,0.5422921180725098,0.5114421845178385,0.041593074798583984,-0.7705136056964681 +The Lord of the Rings,Théoden,0.5182898044586182,0.7738611620859397,0.5532655715942383,0.0117856317736442,0.03497576713562012,-0.7620755303122955 +The Hitchhiker's Guide to the Galaxy,Arthur Dent,0.5104024410247803,0.8366529425578266,0.5278688669204712,0.082972603286987,0.017466425895690918,-0.7536803392708397 +Dune,Mohandas Suk,0.4980094134807586,0.777807305732695,0.4519886970520019,0.0335985023101957,-0.046020716428756714,-0.7442088034224993 +Harry Potter,Amycus Carrow,0.5033026933670044,0.7280029986174057,0.5457427501678467,0.000225987272032,0.042440056800842285,-0.7277770113453736 +The Lord of the Rings,Forlong,0.5085343718528748,1.549760866172044,0.5502689480781555,0.8266883258751802,0.04173457622528076,-0.7230725402968637 +Twilight,Mary,0.4860509932041168,0.7267298526381508,0.4364092946052551,0.0079322244466564,-0.049641698598861694,-0.7187976281914944 +Harry Potter,Mosag,0.4920565187931061,0.8782917616700553,0.4586452543735504,0.1613183485781155,-0.033411264419555664,-0.7169734130919398 +Dune,Harah,0.4790497124195099,0.7169978842049008,0.5105242133140564,0.0005540146539405,0.03147450089454651,-0.7164438695509604 +Dune,Liet Kynes,0.5239098072052002,1.0709727789405448,0.5483620166778564,0.3553751776220851,0.02445220947265625,-0.7155976013184597 +Twilight,Rebecca Black,0.4915410280227661,0.918700707863489,0.4832848310470581,0.2138217510688916,-0.008256196975708008,-0.7048789567945974 +The Lord of the Rings,Turgon,0.5152546167373657,0.7196076748658506,0.5317980051040649,0.0155983288966584,0.01654338836669922,-0.7040093459691923 +Dune,Tertius Eileen Anteac,0.5171214938163757,0.9599716945215118,0.5144374966621399,0.2580117834826692,-0.00268399715423584,-0.7019599110388426 +Harry Potter,Alice Longbottom,0.5431731939315796,0.7901745802159144,0.5435448884963989,0.0892343713793138,0.00037169456481933594,-0.7009402088366006 +Dune,Tlaloc,0.5012189149856567,0.7486960201354296,0.4670414626598358,0.070786805708445,-0.03417745232582092,-0.6779092144269846 +The Hunger Games,Mrs. Everdeen,0.4923335909843445,0.7042889756336381,0.5165349841117859,0.0354320732888684,0.024201393127441406,-0.6688569023447697 +Twilight,Eric Yorkie,0.500085711479187,0.7050694621904712,0.5122127532958984,0.0416485098261703,0.012127041816711426,-0.6634209523643009 +The Hitchhiker's Guide to the Galaxy,Prak,0.3869447112083435,1.1668621031031616,0.5115901231765747,0.5061764822984539,0.1246454119682312,-0.6606856208047077 +Twilight,Quil Ateara III,0.5086703896522522,1.3297878312640377,0.5293914675712585,0.6705967737576495,0.020721077919006348,-0.6591910575063882 +The Hunger Games,Vipsania Sickle,0.4687986373901367,0.6673281913400538,0.4317727088928222,0.0093496491249441,-0.03702592849731451,-0.6579785422151098 +Dune,Siona Atreides,0.525655210018158,0.760034515851974,0.5492343306541443,0.1137882348869456,0.023579120635986328,-0.6462462809650285 +Harry Potter,Frank Longbottom,0.5271263718605042,0.7464672395819767,0.5695174932479858,0.1059748523121532,0.04239112138748169,-0.6404923872698235 +Dune,Xavier Harkonnen,0.5392778515815735,0.6381818425165202,0.5134580135345459,0.0014583260076786,-0.025819838047027588,-0.6367235165088416 +The Lord of the Rings,Halbarad,0.5402034521102905,1.5555165009375898,0.5443882346153259,0.9193734631361064,0.0041847825050354,-0.6361430378014834 +Twilight,Embry Call,0.4736196398735046,0.6357518729027831,0.5026254653930664,0.0012737631569219,0.029005825519561823,-0.6344781097458613 +Dune,Miles Teg,0.557686984539032,0.6657775249077086,0.5225208401679993,0.0391958714219403,-0.035166144371032715,-0.6265816534857683 +Harry Potter,Millicent Bulstrode,0.5103342533111572,0.631463806450353,0.5328689217567444,0.0225966779625303,0.022534668445587158,-0.6088671284878228 +Dune,Kwisatz Haderach,0.5288949608802795,0.6063077049825519,0.5786898732185364,0.003697619306239,0.049794912338256836,-0.6026100856763129 +Dune,Bijaz,0.5071148872375488,0.6462591931943981,0.5156342387199402,0.0504894065961158,0.008519351482391357,-0.5957697865982823 +Harry Potter,Augustus Rookwood,0.5091837048530579,0.635698482380658,0.5456185936927795,0.0487423070392276,0.03643488883972168,-0.5869561753414304 +Twilight,Santiago,0.4853374063968658,0.5795768905286605,0.4533033072948456,0.0020581764638911,-0.03203409910202021,-0.5775187140647694 +Dune,Marty,0.4792817533016205,0.7280740326746394,0.4993573129177093,0.1588863758641067,0.02007555961608881,-0.5691876568105327 +Dune,Farad'n Corrino,0.5331212282180786,1.39141791221437,0.5365118384361267,0.8225163626763393,0.0033906102180480957,-0.5689015495380306 +Dune,Piter de Vries,0.5492623448371887,0.7538928578703038,0.5279063582420349,0.1856799652173605,-0.02135598659515381,-0.5682128926529433 +Harry Potter,Cadmus Peverell,0.5071195960044861,0.5474296398438426,0.5175254344940186,0.0029194528802785,0.01040583848953247,-0.5445101869635641 +Twilight,Quil Ateara V,0.5131765604019165,0.5332838435645686,0.5482388138771057,0.0046602708874737,0.03506225347518921,-0.5286235726770949 +The Lord of the Rings,Curufin,0.5269293189048767,0.6972882576829325,0.5494112968444824,0.174801767292902,0.022481977939605713,-0.5224864903900305 +Dune,Gurney Halleck,0.5444483160972595,0.5339192887295017,0.5520815253257751,0.0189497470896588,0.007633209228515625,-0.5149695416398429 +Dune,Octa Butler,0.4880781173706054,0.6217094571902593,0.4583471715450287,0.1195954437816999,-0.029730945825576727,-0.5021140134085593 +The Lord of the Rings,Hador,0.518173336982727,1.58841080246865,0.5241454839706421,1.088344472631796,0.005972146987915039,-0.5000663298368542 +Harry Potter,Winky,0.5300799608230591,0.4985487122095663,0.5709412693977356,2.3353998210273716e-09,0.040861308574676514,-0.4985487098741665 +The Lord of the Rings,Berúthiel,0.5082423090934753,0.4980957631416123,0.4821400344371795,1.8618666625103754e-07,-0.026102274656295832,-0.49809557695494605 +Dune,Stilgar,0.497808039188385,0.5928535300523808,0.5342109203338623,0.0981198917767718,0.036402881145477295,-0.494733638275609 +The Lord of the Rings,Meriadoc Brandybuck,0.5133464932441711,0.5250487917458937,0.550666332244873,0.0315829500147008,0.037319839000701904,-0.4934658417311929 +Dune,Tio Holtzman,0.5274263620376587,0.515163478282085,0.5471019148826599,0.023445820625701,0.01967555284500122,-0.491717657656384 +Twilight,Vasilii,0.4976499378681183,1.2087148512733323,0.524995744228363,0.7252319602120292,0.02734580636024475,-0.48348289106130315 +The Lord of the Rings,Gwindor,0.5087060928344727,0.8921264216760356,0.5551761388778687,0.4217306559239679,0.046470046043395996,-0.4703957657520677 +The Hunger Games,Alma Coin,0.4886846244335174,0.468572036166586,0.5130079388618469,2.4837320395148105e-05,0.024323314428329523,-0.46854719884619084 +Harry Potter,Reginald Cattermole,0.4937774240970611,0.5067418689537313,0.5048711895942688,0.0443989936361694,0.011093765497207697,-0.4623428753175619 +Harry Potter,Ernest Prang,0.4916805922985077,0.9373748969752136,0.5365779995918274,0.4767209001120712,0.0448974072933197,-0.4606539968631424 +Dune,Raquella Berto-Anirul,0.4950067400932312,0.6736190323678809,0.5390993356704712,0.2187400306732795,0.04409259557723999,-0.4548790016946014 +Dune,Moneo Atreides,0.4783799648284912,0.4628469607843391,0.5353717803955078,0.0102032453119768,0.0569918155670166,-0.4526437154723623 +The Hunger Games,Festus Creed,0.5137855410575867,0.4488251552008332,0.4304147660732269,1.1489411666581085e-07,-0.0833707749843598,-0.44882504030671655 +Dune,Chani Kynes,0.519978404045105,0.6258408328432263,0.507990837097168,0.180328439611831,-0.011987566947937012,-0.44551239323139535 +Dune,Edric,0.507510781288147,0.7897315362747146,0.5188983678817749,0.3442989693934002,0.01138758659362793,-0.4454325668813144 +Dune,Murbella,0.5210418105125427,0.4673540113703712,0.5690101981163025,0.0237317653805878,0.047968387603759766,-0.4436222459897834 +Twilight,Sue Clearwater,0.5133580565452576,0.4495958995794494,0.5527017712593079,0.0077884962486747,0.03934371471405029,-0.4418074033307747 +Dune,Sheeana Brugh,0.5043639540672302,0.5192340812650102,0.5130999088287354,0.0895398934958691,0.008735954761505127,-0.42969418776914114 +The Lord of the Rings,Denethor II,0.5090440511703491,0.4427748040732883,0.5393776297569275,0.0150714007096932,0.03033357858657837,-0.4277034033635951 +The Lord of the Rings,Glóin,0.5173260569572449,0.7753463717986114,0.5583321452140808,0.3580201109112615,0.04100608825683594,-0.4173262608873499 +Dune,Zufa Cenva,0.4905062317848205,0.4587798233452558,0.5150262713432312,0.0418490094817323,0.0245200395584107,-0.4169308138635235 +Twilight,Ephraim Black,0.4526848793029785,0.5033109066451074,0.5182806849479675,0.0905480977732796,0.06559580564498901,-0.41276280887182776 +Harry Potter,Antioch Peverell,0.5058832168579102,0.5252931342712709,0.5311525464057922,0.1146582654783348,0.02526932954788208,-0.4106348687929361 +Dune,Helena Atreides,0.4995802938938141,0.6356990969259351,0.54463130235672,0.2251058415891642,0.045051008462905884,-0.4105932553367709 +Harry Potter,Hugo Granger-Weasley,0.4842070341110229,1.3436759752415224,0.5218991041183472,0.935146620592008,0.037692070007324274,-0.40852935464951434 +Dune,Paul Atreides,0.475263386964798,1.0560189280223136,0.4689085483551025,0.6532529036219028,-0.00635483860969549,-0.40276602440041076 +Dune,Glossu Rabban,0.5158686637878418,0.9112838441922432,0.5629866123199463,0.508575296527618,0.04711794853210449,-0.40270854766462516 +Dune,Jamis,0.4976398944854736,0.4601588857393504,0.5307971239089966,0.0620733998485597,0.033157229423523005,-0.3980854858907907 +Harry Potter,Louis Weasley,0.4619789123535156,0.6541484749566165,0.4558188915252685,0.2578889840328823,-0.006160020828247126,-0.39625949092373425 +The Hitchhiker's Guide to the Galaxy,Rob McKenna,0.4893811643123626,0.5788952977260052,0.4645346999168396,0.1847243935123878,-0.024846464395523016,-0.39417090421361745 +The Hunger Games,Lysistrata Vickers,0.5213034749031067,0.3922486209001253,0.4561924338340759,3.3421247235283436e-10,-0.06511104106903076,-0.3922486205659128 +The Lord of the Rings,Finduilas,0.5043450593948364,0.632274220881976,0.5123217701911926,0.2413040206072341,0.007976710796356201,-0.39097020027474194 +Twilight,Lauren Mallory,0.4392404556274414,0.4852898117353846,0.550056517124176,0.0953384896121278,0.11081606149673462,-0.3899513221232568 +Dune,Leto Atreides I,0.4865462183952331,0.4045024875718957,0.4962663054466247,0.024227455622362,0.009720087051391602,-0.3802750319495337 +The Lord of the Rings,Gothmog,0.4830499291419983,0.9579740012719514,0.5577483773231506,0.5803658301115063,0.07469844818115234,-0.3776081711604451 +The Lord of the Rings,Ungoliant,0.5175648331642151,0.5045119669209628,0.5658931136131287,0.1311805506644553,0.048328280448913574,-0.37333141625650745 +Twilight,Kebi,0.5147552490234375,0.3721088239934548,0.4482637941837311,6.781821117860223e-06,-0.06649145483970642,-0.37210204217233694 +The Lord of the Rings,Thrór,0.5086534023284912,0.3902141821370657,0.5392593145370483,0.0189457615107746,0.03060591220855713,-0.3712684206262911 +The Lord of the Rings,Nienor,0.5087598562240601,0.6209307330328973,0.5361229181289673,0.2534292511098346,0.027363061904907227,-0.36750148192306265 +The Lord of the Rings,Lúthien,0.502149760723114,0.409620335566205,0.5771726965904236,0.0454235640070587,0.07502293586730957,-0.36419677155914626 +The Lord of the Rings,Eöl,0.5101185441017151,0.6494136958348102,0.5270647406578064,0.2854043157767277,0.01694619655609131,-0.36400938005808253 +Harry Potter,Victoire Weasley,0.4720750153064728,0.4276157716772918,0.4853424727916717,0.065764839997091,0.013267457485198919,-0.3618509316802008 +The Lord of the Rings,Morwen,0.5035339593887329,0.6349007574535617,0.5222731828689575,0.2733940888940075,0.01873922348022461,-0.36150666855955416 +The Lord of the Rings,Éowyn,0.5037795305252075,0.361386855873899,0.5493127107620239,0.0015152985022966,0.045533180236816406,-0.3598715573716024 +The Lord of the Rings,Arwen,0.5305920243263245,0.3775532856238124,0.5569050312042236,0.0198458560674264,0.02631300687789917,-0.357707429556386 +The Hunger Games,Mr. Everdeen,0.4848520457744598,0.5731186643948403,0.551663875579834,0.2182264292785018,0.0668118298053742,-0.3548922351163385 +Twilight,Mexican coven,0.4761538505554199,0.617374634753648,0.5001615285873413,0.279628874873398,0.024007678031921387,-0.33774575988024996 +Dune,Dominic Vernius,0.4946116507053375,0.4389795634399044,0.5052716732025146,0.1023511971995467,0.010660022497177124,-0.3366283662403577 +Harry Potter,Broderick Bode,0.493981122970581,0.329247563996245,0.4099574387073517,6.71566092915343e-14,-0.08402368426322931,-0.32924756399617783 +Dune,Irulan Corrino,0.5143793225288391,0.3348602584278514,0.5152375102043152,0.0094716067630267,0.0008581876754760742,-0.32538865166482467 +Dune,Jessica Atreides,0.4802019000053406,0.4161399961091878,0.4718683063983917,0.0930419518554409,-0.008333593606948853,-0.3230980442537469 +The Lord of the Rings,Shelob,0.5020247101783752,0.3466171382980677,0.5636788010597229,0.0397422885959737,0.061654090881347656,-0.306874849702094 +Twilight,Heidi,0.4885730743408203,0.3045840415013427,0.4366976916790008,5.880942816393087e-09,-0.051875382661819514,-0.3045840356203999 +The Lord of the Rings,Beorn,0.5323838591575623,0.4035582584195729,0.5768317580223083,0.0997077545284254,0.044447898864746094,-0.3038505038911475 +The Lord of the Rings,Melian,0.5110530853271484,0.907273705024486,0.558221161365509,0.6104079360669264,0.047168076038360596,-0.29686576895755956 +The Hunger Games,Reaper Ash,0.495331734418869,0.2943598198840083,0.4755721688270569,4.42166229972471e-06,-0.019759565591812134,-0.29435539822170853 +Dune,Norma Cevna,0.504818320274353,0.9409330621425288,0.528740406036377,0.6579051343177426,0.023922085762023926,-0.28302792782478625 +Harry Potter,Ronald Weasley,0.4654512703418731,0.4721455504174071,0.4626748859882355,0.1901574130328153,-0.00277638435363764,-0.2819881373845918 +The Lord of the Rings,Fíli and Kíli,0.5192292332649231,0.2731083845726587,0.5307999849319458,3.5865667022029726e-06,0.011570751667022705,-0.2731047980059565 +The Lord of the Rings,Carcharoth,0.4864684641361236,0.6385166502613182,0.5634573101997375,0.3662698592599605,0.07698884606361395,-0.27224679100135774 +The Hitchhiker's Guide to the Galaxy,Golgafrinchans,0.4871600866317749,0.8266789267927431,0.5505149364471436,0.5544471130203781,0.06335484981536865,-0.27223181377236505 +Harry Potter,Dilys Derwent,0.4831989109516144,0.7765530075643879,0.5175477862358093,0.5046744596562014,0.034348875284194946,-0.27187854790818655 +Twilight,Benjamin,0.5235551595687866,0.2703467370796133,0.5271337032318115,1.699205690109834e-05,0.0035785436630249023,-0.27032974502271223 +Harry Potter,Ignotus Peverell,0.516290009021759,0.2539714131695451,0.5310029983520508,0.0064115286622258,0.014712989330291748,-0.24755988450731928 +Harry Potter,Gabrielle Delacour,0.482609212398529,0.4698235452780161,0.5222122669219971,0.2225815838969083,0.03960305452346807,-0.24724196138110782 +Twilight,Tyler Crowley,0.5106507539749146,0.3095111610422963,0.5545148253440857,0.0622954379124793,0.04386407136917114,-0.24721572312981702 +Dune,Pardot Kynes,0.5138195753097534,0.3631800161713162,0.54291170835495,0.1188006488069928,0.029092133045196533,-0.24437936736432336 +Dune,Ramallo,0.4951575994491577,0.9747248480575008,0.5169386267662048,0.7338078391350811,0.02178102731704712,-0.24091700892241974 +The Lord of the Rings,Thingol,0.4958104193210602,0.2436274625626812,0.5246247053146362,0.0049826164501031,0.02881428599357605,-0.2386448461125781 +Twilight,Rachel Black,0.4595691263675689,0.2576749869769676,0.5207951068878174,0.0190418830757729,0.06122598052024847,-0.23863310390119472 +Dune,Victor Atreides,0.5053738355636597,0.8780493156250442,0.5219838619232178,0.6441260360836389,0.016610026359558105,-0.23392327954140524 +The Lord of the Rings,Fingon,0.50736403465271,0.2331505481111715,0.5217533707618713,0.0008768081132217,0.014389336109161377,-0.2322737399979498 +Harry Potter,Regulus Black I,0.4791207909584045,0.6593988606866316,0.4364158809185028,0.4298111408084292,-0.04270491003990168,-0.22958771987820237 +Harry Potter,Fleur Delacour,0.4630218148231506,0.4558779158492355,0.4460435211658478,0.2417134268423993,-0.0169782936573028,-0.21416448900683618 +Harry Potter,Crookshanks,0.5288292169570923,0.219924038225042,0.5692062377929688,0.0064440835888607,0.040377020835876465,-0.2134799546361813 +The Lord of the Rings,Maedhros,0.5247319340705872,0.2123965678051731,0.5603326559066772,0.0002969941491448,0.03560072183609009,-0.2120995736560283 +Dune,Shando Vernius,0.4806986451148987,0.7962298181287515,0.5127638578414917,0.5847123792064839,0.03206521272659302,-0.2115174389222676 +Harry Potter,Griphook,0.5197423696517944,0.2121497726817984,0.5715857148170471,0.0066885518290285,0.051843345165252686,-0.2054612208527699 +Twilight,Charlotte,0.475521981716156,0.2087086186847072,0.5121451616287231,0.0037026609804836,0.03662317991256714,-0.20500595770422358 +The Lord of the Rings,Handir,0.4844471216201782,1.0750647162331015,0.4856396615505218,0.8722875514599088,0.0011925399303435724,-0.20277716477319274 +Twilight,Zafrina,0.4987817406654358,0.2025233082579344,0.5411728620529175,0.0028857634549945,0.04239112138748169,-0.1996375448029399 +Twilight,Jared Cameron,0.4876453280448913,0.202755256826061,0.5355255603790283,0.0052561758728482,0.04788023233413702,-0.19749908095321278 +Harry Potter,Pius Thicknesse,0.4485996663570404,0.1960834275805505,0.512029767036438,6.7241387733858985e-06,0.06343010067939758,-0.1960767034417771 +Dune,Shaddam Corrino IV,0.4909803569316864,0.4651901071166394,0.484107106924057,0.2707872922110672,-0.0068732500076293945,-0.1944028149055722 +Harry Potter,Aurora Sinistra,0.532209038734436,0.1915202459688135,0.5783342123031616,0.0001246656519901,0.046125173568725586,-0.1913955803168234 +Twilight,Randall,0.5105313062667847,0.7926058356692781,0.5362573862075806,0.6021940269499707,0.0257260799407959,-0.1904118087193074 +Harry Potter,Rowena Ravenclaw,0.4968787431716919,0.1967495290976658,0.5475223064422607,0.015548044139341,0.05064356327056885,-0.1812014849583248 +Harry Potter,Nymphadora Tonks,0.4435421824455261,0.6859964459287748,0.469773381948471,0.5048507440186165,0.02623119950294489,-0.18114570191015833 +Dune,Tyros Reffa,0.4748443067073822,0.6859880148079427,0.5335310101509094,0.5082867544066283,0.05868670344352722,-0.1777012604013144 +The Hitchhiker's Guide to the Galaxy,Loonquawl,0.4905512034893036,1.0880415049049648,0.5231997966766357,0.912282620068297,0.03264859318733215,-0.1757588848366678 +Harry Potter,Stanley Shunpike,0.5116391777992249,0.181094307668219,0.5294852256774902,0.0056967415733043,0.01784604787826538,-0.1753975660949147 +The Lord of the Rings,Amrod,0.5072486996650696,0.6558058192188447,0.4968511462211609,0.4822242934610138,-0.010397553443908691,-0.17358152575783092 +Harry Potter,Zacharias Smith,0.4820167422294616,0.1741637705911051,0.5226630568504333,0.0036741426064662,0.040646314620971735,-0.1704896279846389 +Harry Potter,Draco Malfoy,0.4593364298343658,0.6527910367546879,0.4268490672111511,0.4857270193493909,-0.032487362623214666,-0.16706401740529697 +Harry Potter,Septima Vector,0.5020323395729065,0.1628544055819856,0.5628880262374878,0.0005338140654824,0.0608556866645813,-0.16232059151650322 +The Lord of the Rings,Húrin,0.5138395428657532,0.2084805183714002,0.5366945266723633,0.0461826393221172,0.022854983806610107,-0.162297879049283 +The Hitchhiker's Guide to the Galaxy,Random Dent,0.4872552454471588,0.730590806312388,0.5017336010932922,0.5736767084024997,0.014478355646133423,-0.1569140979098883 +The Hunger Games,Lucretius Flickerman,0.4977657794952392,0.1629415961848473,0.5035482048988342,0.0133227253071535,0.005782425403595026,-0.1496188708776938 +Harry Potter,Molly Weasley,0.4311411678791046,0.508030470417897,0.4139204919338226,0.3611856445629166,-0.017220675945282038,-0.14684482585498038 +Harry Potter,Dexter Fortescue,0.4944321811199188,0.3049940554906587,0.5033755898475647,0.1596566055229994,0.008943408727645874,-0.14533744996765932 +Harry Potter,Anthony Goldstein,0.4943319261074066,0.1704634474134773,0.5273448824882507,0.0288337394219602,0.033012956380844116,-0.14162970799151708 +Twilight,Mike Newton,0.5011588335037231,0.141374825432708,0.5439550280570984,0.0013103557818105,0.042796194553375244,-0.1400644696508975 +Dune,Alia Atreides,0.4822726249694824,0.5359149302021396,0.4800700843334198,0.3977599518639994,-0.002202540636062622,-0.13815497833814028 +Dune,Serena Butler,0.5059524774551392,0.1368107426912096,0.5279148817062378,6.365008228406361e-05,0.021962404251098633,-0.13674709260892554 +The Lord of the Rings,Gimli,0.5107972621917725,0.1344380169885839,0.5312908291816711,0.0010502826036163,0.02049356698989868,-0.1333877343849676 +Harry Potter,Wilhelmina Grubbly-Plank,0.5114792585372925,0.2627456816056188,0.5711089372634888,0.1351900272623571,0.05962967872619629,-0.1275556543432617 +Harry Potter,Mykew Gregorovitch,0.5075162649154663,0.1493034502333561,0.5679985284805298,0.0237588694113758,0.06048226356506348,-0.12554458082198028 +The Lord of the Rings,Gríma,0.5452985763549805,0.1250742541756265,0.5739209651947021,0.0014445505754212,0.02862238883972168,-0.12362970360020531 +Twilight,Tia,0.4881680905818939,0.121222893372583,0.5040939450263977,6.961811002554015e-05,0.015925854444503784,-0.12115327526255747 +The Lord of the Rings,Rían,0.4961355924606323,0.9946956434845338,0.5180808901786804,0.8743378123412466,0.021945297718048096,-0.12035783114328713 +The Lord of the Rings,Balin,0.5085909962654114,0.1189396903892646,0.5512982606887817,0.000619367526984,0.04270726442337036,-0.1183203228622806 +Harry Potter,Astoria Malfoy,0.4970783293247223,0.190809508483697,0.529772162437439,0.0747296299500527,0.032693833112716675,-0.11607987853364429 +Harry Potter,Penelope Clearwater,0.5008800029754639,0.1479451224093512,0.5388537645339966,0.0344081355231202,0.037973761558532715,-0.11353698688623101 +The Lord of the Rings,Boromir,0.5241677165031433,0.1181406419667116,0.5525522828102112,0.0054846795923469,0.02838456630706787,-0.1126559623743647 +Harry Potter,Marcus Flint,0.4845448136329651,0.1639240204812492,0.5477555394172668,0.0527133722770122,0.06321072578430176,-0.11121064820423701 +The Hitchhiker's Guide to the Galaxy,Agrajag,0.4447543025016784,0.5815409131055337,0.5186874866485596,0.4742841304472363,0.07393318414688116,-0.10725678265829741 +Harry Potter,Ginevra Weasley,0.465539276599884,0.4473014815455565,0.4559850692749023,0.3413930808047621,-0.00955420732498169,-0.10590840074079438 +The Lord of the Rings,Thráin II,0.5144786238670349,0.207425169155333,0.5409236550331116,0.101525871987325,0.02644503116607666,-0.10589929716800799 +Dune,Bellonda,0.5110083222389221,1.4250345742292878,0.5434740781784058,1.319385444025332,0.03246575593948364,-0.10564913020395572 +Harry Potter,Selwyn,0.4537832140922546,0.3700091702119688,0.5304065346717834,0.264806229420868,0.07662332057952886,-0.10520294079110076 +Dune,Gaius Helen Mohiam,0.5053005814552307,0.5883202830516998,0.5277078747749329,0.486373662513295,0.02240729331970215,-0.10194662053840481 +The Hunger Games,Treech,0.4814959466457367,0.1205940027584875,0.5275515913963318,0.020602210904005,0.04605564475059509,-0.09999179185448251 +Dune,Paulus Atreides,0.5223171710968018,0.5989475974585898,0.5316929817199707,0.503055581073807,0.009375810623168945,-0.09589201638478284 +The Lord of the Rings,Idril,0.4942112863063812,1.314068414335417,0.5591335892677307,1.218685005962579,0.06492230296134949,-0.09538340837283821 +Twilight,Marcus,0.4986763596534729,0.0955367626922656,0.5225239396095276,0.0002537160997281,0.023847579956054688,-0.0952830465925375 +The Hitchhiker's Guide to the Galaxy,Eddie the Computer,0.5143842101097107,0.7717861588622849,0.5626307725906372,0.6785563358824518,0.048246562480926514,-0.09322982297983307 +The Hitchhiker's Guide to the Galaxy,Marvin,0.5021483302116394,0.177914968284265,0.5272244215011597,0.086622199027506,0.025076091289520264,-0.09129276925675901 +Twilight,Laurent,0.4904041588306427,0.0904030974613761,0.526269257068634,0.0005237260678788,0.03586509823799133,-0.0898793713934973 +Harry Potter,Irma Crabbe,0.4557207524776459,0.500078484182119,0.4326726794242859,0.4128171740133438,-0.023048073053359985,-0.0872613101687752 +Twilight,Huilen,0.4822165071964264,0.0970548485684503,0.4986706674098968,0.0099519003700454,0.016454160213470403,-0.0871029481984049 +The Lord of the Rings,Caranthir,0.5087292194366455,1.4316522621812555,0.5816361904144287,1.346527062486357,0.0729069709777832,-0.08512519969489851 +Twilight,Garrett,0.4824860095977783,0.1012772571840393,0.5020184516906738,0.0170618728211953,0.019532442092895508,-0.084215384362844 +Harry Potter,Buckbeak,0.4945935606956482,0.1013632704769263,0.5605059266090393,0.0190625469925551,0.06591236591339111,-0.0823007234843712 +Harry Potter,Padma Patil,0.4924223721027374,0.0811999984045298,0.5555651187896729,0.0015191952303639,0.06314274668693542,-0.0796808031741659 +Dune,Vladimir Harkonnen,0.5316377282142639,0.1021486037107595,0.5116723775863647,0.0243300208480939,-0.01996535062789917,-0.0778185828626656 +Harry Potter,Walden Macnair,0.4983507692813873,0.0769456313264446,0.5421335101127625,0.0001062938212905,0.04378274083137518,-0.07683933750515409 +Twilight,Carmen,0.4952872097492218,0.0745045757995176,0.4914722442626953,0.0001590148750256,-0.0038149654865264893,-0.07434556092449199 +Twilight,Eleazar,0.5092800259590149,0.0770331382266352,0.5318141579627991,0.0042686269341244,0.02253413200378418,-0.0727645112925108 +Twilight,Felix,0.5224718451499939,0.0693820901641001,0.5610885620117188,0.0005803898269925,0.038616716861724854,-0.0688017003371076 +Harry Potter,Godric Gryffindor,0.4926320314407348,0.1637188502805401,0.568062961101532,0.0950958628793497,0.07543092966079717,-0.0686229874011904 +Harry Potter,Arthur Weasley,0.4567022621631622,0.4251668865434073,0.4197328090667724,0.3568288856396605,-0.03696945309638977,-0.06833800090374681 +Dune,Leto I Atreides,0.4957177937030792,0.0713538467969338,0.5478718876838684,0.0030558619291654,0.052154093980789185,-0.06829798486776839 +The Hunger Games,Primrose Everdeen,0.5308364033699036,0.0677685928736543,0.5819083452224731,1.9057133578728183e-09,0.05107194185256958,-0.06776859096794095 +Harry Potter,Fat Friar,0.4905396401882171,0.0688972565783398,0.5633115768432617,0.0017602953084694,0.07277193665504461,-0.0671369612698704 +Twilight,Jessica Stanley,0.4544233083724975,0.0662294271312639,0.5578256249427795,9.421336264408823e-05,0.10340231657028204,-0.0661352137686198 +The Hunger Games,Mizzen,0.52642822265625,0.0647341297750277,0.4569679498672485,8.724480654851951e-09,-0.06946027278900152,-0.06473412105054704 +Dune,Quintinius Violet Chenoeh,0.4865981042385101,0.059151077314588,0.5501734614372253,0.0001830646333515,0.06357535719871527,-0.0589680126812365 +The Hunger Games,Casca Highbottom,0.4940409958362579,0.0587936886949867,0.4224543273448944,1.3918421137300102e-09,-0.07158666849136347,-0.05879368730314458 +Harry Potter,Michael Corner,0.4988413453102112,0.0587544529964834,0.5366568565368652,3.612369555651567e-06,0.03781551122665405,-0.05875084062692775 +Harry Potter,Elphias Doge,0.49515300989151,0.0579371862843533,0.5514315962791443,9.9745185061453e-05,0.05627858638763428,-0.05783744109929185 +Twilight,Brady Fuller,0.414991170167923,0.2777492253670694,0.3972945213317871,0.2222973154747086,-0.017696648836135864,-0.05545190989236082 +Harry Potter,Nicolas Flamel,0.5289767980575562,0.0547113081362332,0.5383363962173462,0.0007020239162791,0.009359598159790039,-0.0540092842199541 +Twilight,Amun,0.507752001285553,0.0532664143586604,0.4271788001060486,2.712021848055028e-15,-0.0805732011795044,-0.053266414358657685 +Twilight,Riley Biers,0.4901560544967651,0.0527097632436116,0.5125524401664734,0.0001648423605823,0.022396385669708307,-0.052544920883029304 +The Lord of the Rings,Eärendil,0.5218246579170227,0.2374450139505609,0.5529740452766418,0.1858125783956537,0.03114938735961914,-0.05163243555490718 +Harry Potter,Rosmerta,0.5229362845420837,0.0501180396390675,0.5464492440223694,0.0001213178578782,0.023512959480285645,-0.0499967217811893 +Harry Potter,Dominique Weasley,0.489918440580368,0.6449057551469597,0.4752844870090484,0.5957920297400371,-0.01463395357131958,-0.049113725406922604 +Harry Potter,Silvanus Kettleburn,0.4883610606193542,0.0495442444007813,0.551296055316925,0.0004836416539025,0.06293499469757086,-0.0490606027468788 +The Hitchhiker's Guide to the Galaxy,Ford Prefect,0.5028705596923828,0.0487859876331937,0.5226372480392456,8.812170712380995e-05,0.019766688346862793,-0.048697865926069894 +Dune,Wensicia Corrino,0.5032896399497986,0.5391336026435865,0.5432509183883667,0.4904736340133676,0.039961278438568115,-0.048659968630218875 +Harry Potter,Fat Lady,0.4809730350971222,0.0466754711207792,0.561942458152771,0.0004029627418676,0.0809694230556488,-0.0462725083789116 +Harry Potter,Amos Diggory,0.5232454538345337,0.0455912122238546,0.5543674826622009,1.5437027989862657e-05,0.031122028827667236,-0.04557577519586474 +Harry Potter,Rose Granger-Weasley,0.5170115232467651,0.0367348878962947,0.483674019575119,9.293178665924588e-05,-0.03333750367164612,-0.03664195610963545 +Twilight,Demetri,0.5160878300666809,0.0362002180763083,0.5621719360351562,3.9644251217159456e-05,0.04608410596847534,-0.03616057382509114 +The Hunger Games,Coral,0.5041736960411072,0.0364129919837355,0.5333076119422913,0.0004916603460607,0.029133915901184082,-0.0359213316376748 +Twilight,Caius,0.5130079388618469,0.0324452166180314,0.5396819114685059,1.3461209166752e-05,0.026673972606658936,-0.03243175540886465 +Harry Potter,Gregory Goyle,0.5011573433876038,0.0312549099996464,0.5086613297462463,6.408402044599532e-07,0.007503986358642578,-0.03125426915944194 +Twilight,Jane,0.5112879276275635,0.0299260924886111,0.5439932942390442,2.910038324003551e-06,0.03270536661148071,-0.0299231824502871 +Twilight,Tanya,0.4948145747184753,0.0279751042987792,0.5204833745956421,8.002467585252991e-06,0.025668799877166804,-0.027967101831193948 +Dune,Glossu Rabban Harkonnen,0.5234180092811584,1.040041833978686,0.5540176033973694,1.0121267484968228,0.030599594116210938,-0.027915085481863278 +The Lord of the Rings,Bard,0.5050056576728821,0.0263558218554472,0.5294986367225647,3.8916732286303865e-05,0.024492979049682617,-0.026316905123160896 +The Lord of the Rings,Fingolfin,0.5022886395454407,0.0253358059908491,0.5144557356834412,2.3619318025066533e-06,0.012167096138000488,-0.025333444059046594 +Dune,Faykan Butler,0.4541927576065063,0.0249265380000891,0.459981620311737,5.552317787712694e-05,0.005788862705230713,-0.024871014822211972 +The Lord of the Rings,Peregrin Took,0.5051109790802002,0.0387485409175478,0.5279164910316467,0.014012182356224,0.022805511951446533,-0.0247363585613238 +The Lord of the Rings,Glorfindel,0.5237315893173218,0.0247820014997296,0.5661776661872864,0.0005118026420829,0.0424460768699646,-0.0242701988576467 +Harry Potter,Alicia Spinnet,0.4855826497077942,0.0229306646294239,0.5529946684837341,1.947834401874541e-06,0.06741201877593994,-0.022928716795022022 +Harry Potter,Angelina Johnson,0.4544048607349396,0.4981234406919799,0.4686422944068908,0.4752837056976108,0.014237433671951238,-0.022839734994369087 +The Hunger Games,Volumnia Gaul,0.4893183410167694,0.0217730469748523,0.4675764143466949,1.959404559271376e-11,-0.02174192667007452,-0.021773046955258255 +The Lord of the Rings,Radagast,0.506693422794342,0.0213537349432444,0.5546278357505798,1.0152234499330084e-06,0.04793441295623779,-0.021352719719794466 +Twilight,Angela Weber,0.5035080909729004,0.0211686308059395,0.5863727331161499,0.0001996363772614,0.08286464214324951,-0.0209689944286781 +Harry Potter,Fred Weasley,0.4470652341842651,0.5032112406830574,0.4320422708988189,0.482766600628391,-0.015022963285446167,-0.020444640054666452 +Harry Potter,Vincent Crabbe,0.4900419116020202,0.019456977760415,0.5308857560157776,9.875276038060636e-07,0.04084384441375738,-0.019455990232811193 +Harry Potter,Salazar Slytherin,0.4957578182220459,0.0207734739028144,0.5586127042770386,0.0020541716884802,0.06285488605499268,-0.0187193022143342 +Harry Potter,Lucius Malfoy,0.4317816197872162,0.5335285303747163,0.4392226934432983,0.5163010165856022,0.007441073656082098,-0.017227513789114024 +Twilight,Emily Young,0.4844948351383209,0.0241715203413158,0.5346267819404602,0.0071704607373847,0.05013194680213928,-0.0170010596039311 +The Hunger Games,Clemensia Dovecote,0.4968879520893097,0.0170611288397921,0.523499071598053,0.0001008222030743,0.026611119508743286,-0.016960306636717798 +The Lord of the Rings,Celeborn,0.5215296149253845,0.0167471083468386,0.5615239143371582,2.142140399366893e-05,0.03999429941177368,-0.01672568694284493 +The Lord of the Rings,Thranduil,0.5080153346061707,0.015795075382359,0.5616160035133362,0.0010448700161254,0.05360066890716553,-0.014750205366233601 +The Lord of the Rings,Isildur,0.5210660099983215,0.0171125267976959,0.5709381103515625,0.0036278594316332,0.04987210035324097,-0.013484667366062698 +Harry Potter,Hepzibah Smith,0.5040813088417053,0.0141398925730186,0.529179573059082,0.0016910745297791,0.02509826421737671,-0.012448818043239501 +Harry Potter,Oliver Wood,0.512707531452179,0.01225683331355,0.547406017780304,0.0002267466862838,0.034698486328125,-0.0120300866272662 +Harry Potter,Ludovic Bagman,0.4904271066188812,0.0108075230847896,0.52522212266922,0.0001411572842339,0.034795016050338745,-0.0106663658005557 +Harry Potter,Ariana Dumbledore,0.5067033767700195,0.0106755445983608,0.5837023854255676,2.2980763243528597e-05,0.0769990086555481,-0.010652563835117273 +Twilight,Kate,0.5082175731658936,0.0092909007967654,0.5042892098426819,3.1359330333416675e-06,-0.00392836332321167,-0.009287764863732059 +The Lord of the Rings,Elendil,0.5218909978866577,0.0130834019210366,0.553233802318573,0.0039578209353234,0.03134280443191528,-0.0091255809857132 +Harry Potter,Marietta Edgecombe,0.5108231902122498,0.0089645376260611,0.5571213960647583,5.566032796707329e-09,0.046298205852508545,-0.008964532060028304 +The Lord of the Rings,Samwise Gamgee,0.516346275806427,0.0086353743028511,0.5517829060554504,6.587088113698992e-06,0.03543663024902344,-0.0086287872147374 +Dune,Darwi Odrade,0.536483108997345,0.0083372774090292,0.551603376865387,8.973373912887733e-05,0.015120267868041992,-0.008247543669900322 +Harry Potter,Corban Yaxley,0.5104935169219971,0.0072546288915912,0.5566244125366211,6.774941150943522e-05,0.04613089561462402,-0.007186879480081765 +Harry Potter,Poppy Pomfrey,0.4935471415519714,0.0065686562695566,0.5500788688659668,2.983172235607373e-09,0.05653172731399542,-0.006568653286384365 +Harry Potter,Antonin Dolohov,0.4867320656776428,0.0507908489996695,0.5726486444473267,0.0443785213356668,0.08591657876968384,-0.006412327664002702 +The Lord of the Rings,Gil-galad,0.5118858814239502,0.0068857499924548,0.5715324282646179,0.0005677095052421,0.059646546840667725,-0.0063180404872126995 +Twilight,Peter,0.4881868064403534,0.0055139473766313,0.5223390460014343,3.571632622594117e-07,0.03415223956108093,-0.005513590213369041 +Harry Potter,Aragog,0.4950214922428131,0.0146024608096248,0.5787279605865479,0.0092919107471235,0.08370646834373474,-0.0053105500625013 +Twilight,Paul Lahote,0.4901941120624542,0.0053238377358169,0.5420800447463989,0.0003242660314437,0.0518859326839447,-0.0049995717043732 +The Lord of the Rings,Túrin,0.5115970969200134,0.0049511909120823,0.5016611218452454,5.695012396675375e-07,-0.009935975074768066,-0.004950621410842632 +Harry Potter,Cormac McLaggen,0.5016866326332092,0.0045685164798883,0.5371431112289429,4.969169167102703e-05,0.03545647859573364,-0.004518824788217273 +The Lord of the Rings,Tom Bombadil,0.5555573105812073,0.0046206003765287,0.5867260694503784,0.0001369321232673,0.031168758869171143,-0.004483668253261399 +Twilight,Leah Clearwater,0.5022733211517334,0.0041175914692589,0.5302123427391052,4.384355372214623e-07,0.027939021587371826,-0.004117153033721679 +Harry Potter,Armando Dippet,0.4968133866786957,0.004074999992376,0.5565256476402283,1.5875638654766325e-07,0.05971226096153259,-0.004074841235989453 +Harry Potter,Justin Finch-Fletchley,0.5097084641456604,0.0030629468760824,0.5399928092956543,2.086270966029308e-06,0.030284345149993896,-0.003060860605116371 +Twilight,Nahuel,0.4806161224842071,0.0030237759400889,0.4974486529827118,4.074022142901286e-06,0.016832530498504694,-0.003019701917945999 +Twilight,Bree Tanner,0.4895860850811004,0.0027619723448355,0.5328367352485657,4.932456015088068e-07,0.043250650167465265,-0.0027614790992339915 +Harry Potter,Amelia Bones,0.4853380024433136,0.0026813490019191,0.5207808613777161,6.355642097197657e-05,0.035442858934402466,-0.002617792580947123 +Twilight,Irina,0.470138281583786,0.0024579253265756,0.5045228004455566,1.5320277844471137e-05,0.03438451886177063,-0.002442605048731129 +Harry Potter,Garrick Ollivander,0.503818154335022,0.0023961813414662,0.5423436760902405,6.208807353955185e-07,0.038525521755218506,-0.0023955604607308048 +Harry Potter,Kingsley Shacklebolt,0.5153641104698181,0.0021496749559594,0.546042799949646,0.0003220251355843,0.03067868947982788,-0.0018276498203751 +Harry Potter,Rolanda Hooch,0.4700667858123779,0.0014731959744198,0.5546188950538635,7.939548695201769e-09,0.08455210924148565,-0.0014731880348711048 +Harry Potter,Irma Pince,0.5231602191925049,0.0013375510480742,0.5697351694107056,2.1363618379387013e-08,0.046574950218200684,-0.0013375296844558206 +Twilight,Billy Black,0.5037399530410767,0.0011753254804401,0.5305846333503723,3.265647245663343e-08,0.026844680309295654,-0.0011752928239676436 +Harry Potter,Rufus Scrimgeour,0.515264093875885,0.0010522797096094,0.5608766674995422,3.615685831637234e-07,0.04561257362365723,-0.0010519181410262363 +The Lord of the Rings,Thorin II,0.5045325756072998,0.0007322934482175,0.5158685445785522,6.198932369864243e-14,0.011335968971252441,-0.0007322934481555106 +Harry Potter,Ernest Macmillan,0.5520151257514954,0.0005296513114701,0.5393288135528564,1.2384361177579228e-10,-0.012686312198638916,-0.0005296511876264883 +Harry Potter,Phineas Nigellus Black,0.4521813094615936,0.000539000797748,0.4390638470649719,6.186878413479388e-05,-0.013117462396621649,-0.00047713201361320617 +Twilight,Seth Clearwater,0.4928677082061767,0.0003410076353034,0.5481706857681274,1.3472232653530088e-08,0.05530297756195074,-0.0003409941630707465 +Harry Potter,Hannah Abbott,0.4619835317134857,0.0002747233194499,0.5173898339271545,5.551692905006872e-08,0.05540630221366882,-0.00027466780252084994 +Harry Potter,Susan Bones,0.4826630353927612,0.0002503003020615,0.5379840731620789,1.6962886640131738e-06,0.05532103776931768,-0.0002486040133974868 +Twilight,James,0.4843384027481079,0.0001932872771006,0.5438632369041443,7.270975490567214e-08,0.05952483415603638,-0.00019321456734569433 +Harry Potter,Katie Bell,0.4919006526470184,0.0001769203239268,0.5337795615196228,9.19940473134516e-10,0.041878908872604426,-0.00017691940398632686 +The Hunger Games,Effie Trinket,0.5257339477539062,7.600320478722381e-05,0.5627817511558533,5.603280758866763e-09,0.03704780340194702,-7.599760150646494e-05 +Harry Potter,Merope Riddle,0.4946983456611633,6.519697389556579e-05,0.5378767848014832,1.2872924920795641e-08,0.04317843914031988,-6.518410097064499e-05 +Harry Potter,Parvati Patil,0.4863580167293548,4.846955889740885e-05,0.5227300524711609,7.186875188866861e-10,0.036372035741806086,-4.846884020988996e-05 +Harry Potter,Pansy Parkinson,0.4770812690258026,7.574728996758107e-06,0.5257962346076965,3.058577800430968e-06,0.04871496558189392,-4.516151196327138e-06 +The Lord of the Rings,Gollum,0.4888666868209839,9.018845864385908e-07,0.5417248010635376,2.7974571228520384e-07,0.05285811424255371,-6.22138874153387e-07 +Harry Potter,Arabella Figg,0.4997729659080505,0.0006881625613978,0.5660061836242676,0.0007005743895294,0.0662332177162171,1.2411828131600011e-05 +Twilight,Alec,0.4980205297470093,5.69776817895873e-05,0.5346221327781677,0.0001958884672121,0.03660160303115845,0.0001389107854225127 +The Lord of the Rings,Watcher in the Water,0.509591817855835,0.0042405603228484,0.5722002983093262,0.0050986009448787,0.06260848045349121,0.0008580406220302997 +The Lord of the Rings,Círdan,0.5244083404541016,0.0041011724128416,0.5692238807678223,0.0052680420482716,0.0448155403137207,0.0011668696354300004 +Harry Potter,Dennis Creevey,0.4320493936538696,0.0002693461913432,0.5151597261428833,0.003136096716357,0.08311033248901373,0.0028667505250137997 +Twilight,Bella Swan,0.4832690060138702,0.7247361055412566,0.4325412809848785,0.7365166028075251,-0.0507277250289917,0.011780497266268508 +The Hitchhiker's Guide to the Galaxy,Hactar,0.3989352285861969,0.7576601357314339,0.5416232943534851,0.7711947173289098,0.1426880657672882,0.013534581597475892 +Harry Potter,Alastor Moody,0.4516765177249908,0.5009578795219183,0.4389686584472656,0.5182164274500778,-0.012707859277725164,0.017258547928159507 +The Lord of the Rings,Finrod,0.5122394561767578,0.1775823841196118,0.5545536875724792,0.1981583361706848,0.042314231395721436,0.020575952051072988 +Harry Potter,Fawkes,0.4881545305252075,0.0012893054242995,0.5539714694023132,0.0235763062914108,0.06581693887710571,0.0222870008671113 +Harry Potter,Hedwig,0.4928203523159027,0.0057525108714085,0.543062150478363,0.0286175169629201,0.05024179816246033,0.0228650060915116 +Harry Potter,Galatea Merrythought,0.5011895895004272,0.5909507568635429,0.5282485485076904,0.6287319449509017,0.027058959007263184,0.03778118808735875 +Harry Potter,James Potter II,0.4318004846572876,0.0360627203947301,0.4294745326042175,0.0774648256496093,-0.002325952053070124,0.041402105254879196 +The Lord of the Rings,Celegorm,0.5223082900047302,0.7356652172163988,0.560785710811615,0.7826825216451271,0.038477420806884766,0.04701730442872831 +The Lord of the Rings,Mablung,0.5178106427192688,0.5325523006676214,0.569983720779419,0.5836129963765792,0.052173078060150146,0.05106069570895777 +The Lord of the Rings,Ancalagon,0.5332438945770264,1.3377617161546485,0.6009135246276855,1.4144417320430205,0.06766963005065918,0.07668001588837203 +Twilight,Collin Littlesea,0.4267337918281555,0.1959290491151384,0.4282884001731872,0.2757751569891288,0.0015546083450316828,0.07984610787399041 +Harry Potter,Rita Skeeter,0.4587719142436981,0.9114597085491148,0.4738492369651794,1.0104308133364373,0.015077322721481268,0.0989711047873224 +Dune,Vorian Atreides,0.4654883146286011,0.4810919510127356,0.461676150560379,0.6263714752302175,-0.0038121640682221014,0.14527952421748191 +Harry Potter,Sirius Black I,0.4685958325862884,0.7059911402560716,0.4809549748897552,0.8610087759781347,0.012359142303466797,0.15501763572206317 +Dune,Rhombur Vernius,0.4708586931228637,0.1710636479778642,0.5153435468673706,0.3311951378907922,0.04448485374450689,0.160131489912928 +Harry Potter,Radolphus Lestrange,0.4698574244976043,1.1205566695908122,0.4993914067745209,1.2897678913866335,0.02953398227691656,0.16921122179582126 +The Lord of the Rings,Fëanor,0.4521108567714691,0.4860159708887687,0.4460250437259674,0.6571302757098753,-0.006085813045501709,0.17111430482110657 +Harry Potter,Seamus Finnigan,0.4365192055702209,0.2414835028043452,0.4489688575267792,0.4189462516119065,0.012449651956558283,0.17746274880756133 +Twilight,Edward Cullen,0.4666794240474701,0.5013275577784613,0.4417260587215423,0.7004989690636835,-0.02495336532592779,0.1991714112852222 +The Hitchhiker's Guide to the Galaxy,Reg Nullify,0.4718965590000152,0.732566560752424,0.5031888484954834,0.9387981627860932,0.031292289495468195,0.2062316020336692 +Twilight,Alice Cullen,0.4551402628421783,0.4886141848937854,0.4358947873115539,0.7026150625583587,-0.01924547553062439,0.21400087766457332 +Harry Potter,Nagini,0.4437938332557678,0.2742711416978758,0.4489191472530365,0.4947935457785631,0.005125313997268677,0.2205224040806873 +Dune,Korba,0.5202980637550354,0.919296385613698,0.5151761174201965,1.1408700423282307,-0.005121946334838867,0.22157365671453277 +Harry Potter,William Weasley,0.4686269164085388,0.4513134857116254,0.4364808201789856,0.6737239296386476,-0.03214609622955322,0.2224104439270222 +Harry Potter,Piers Polkiss,0.5051007866859436,0.8832067491982498,0.5188909769058228,1.1059280777187028,0.01379019021987915,0.222721328520453 +Harry Potter,Sirius Black,0.4392881393432617,0.4511392466785318,0.4366599321365356,0.6741745154140073,-0.0026282072067261297,0.22303526873547552 +Harry Potter,Cho Chang,0.4231358468532562,0.3988075322288494,0.4674471914768219,0.6284094386050539,0.044311344623565674,0.22960190637620453 +Dune,Duncan Idaho,0.4306022822856903,0.7432827616520465,0.4569325149059295,0.985797118046122,0.026330232620239202,0.24251435639407548 +The Hitchhiker's Guide to the Galaxy,God,0.4983585476875305,2.80915199636638,0.5157172679901123,3.0529506712113665,0.017358720302581787,0.24379867484498652 +The Hitchhiker's Guide to the Galaxy,Hillman Hunter,0.5095416307449341,1.5175507068390162,0.5432708859443665,1.765636244338519,0.03372925519943237,0.2480855374995028 +The Lord of the Rings,Frodo Baggins,0.4845083951950073,1.1586468251538449,0.4625139534473419,1.4225173697938494,-0.021994441747665405,0.2638705446400045 +Harry Potter,Vernon Dursley,0.4200600385665893,0.37807521127231,0.4079162180423736,0.6485248124973402,-0.012143820524215698,0.2704496012250302 +Harry Potter,Bartemius Crouch Junior,0.4792044460773468,0.3325170388966956,0.4619598388671875,0.6034569700781027,-0.017244607210159302,0.27093993118140713 +The Lord of the Rings,Amras,0.5004374980926514,1.042931394413283,0.5468523502349854,1.3165392456723393,0.046414852142333984,0.2736078512590563 +Twilight,Carlisle Cullen,0.4893444180488586,0.5470750454476965,0.4620271921157837,0.8207067943634325,-0.027317225933074896,0.27363174891573605 +The Lord of the Rings,Legolas,0.449033111333847,0.4938407484802042,0.4525555372238159,0.7749630835867346,0.0035224258899689276,0.2811223351065304 +Harry Potter,Severus Snape,0.4444811940193176,0.6127870543993669,0.4277845025062561,0.9099762295329378,-0.016696691513061523,0.2971891751335709 +Harry Potter,Neville Longbottom,0.4250537157058716,0.4050310464467725,0.4007991254329681,0.703794524437064,-0.024254590272903498,0.2987634779902915 +Dune,Piter De Vries,0.5379225611686707,0.5988211129863868,0.526581346988678,0.9056059650963464,-0.011341214179992676,0.30678485210995954 +Harry Potter,Evan Rosier,0.5070687532424927,0.6047670895687738,0.5272225737571716,0.946096669336646,0.020153820514678955,0.34132957976787226 +Harry Potter,Hermione Granger,0.4517130553722381,0.0933303298809143,0.4399486184120178,0.4492240611908405,-0.011764436960220281,0.3558937313099262 +Harry Potter,Dobby,0.4430378079414367,0.4778912061664301,0.4382060468196869,0.8355269958401482,-0.004831761121749822,0.3576357896737181 +Dune,Aramsham,0.4641391634941101,0.4544422923442146,0.4845773875713348,0.8127568286147788,0.020438224077224676,0.3583145362705642 +Harry Potter,George Weasley,0.4404493868350982,0.4169702043282884,0.4440170228481293,0.7843570431009249,0.0035676360130310614,0.3673868387726365 +The Hitchhiker's Guide to the Galaxy,Genghis Khan,0.424543023109436,0.5671710824059766,0.4711781740188598,0.9350327254876516,0.04663515090942383,0.367861643081675 +The Hitchhiker's Guide to the Galaxy,Great Circling Poets of Arium,0.506938099861145,3.108880398631926,0.5965229272842407,3.48934247178035,0.0895848274230957,0.3804620731484243 +Twilight,Victoria,0.4694638848304748,0.2857169373512564,0.4436642229557037,0.6672516060492069,-0.025799661874771118,0.38153466869795044 +Harry Potter,Gellert Grindelwald,0.4383646845817566,0.2174232499546951,0.4474180936813354,0.6002849490572053,0.009053409099578802,0.3828616991025102 +Harry Potter,Harry Potter,0.4443931877613067,0.087749434911205,0.4571187496185303,0.4741091192206796,0.012725561857223566,0.3863596843094746 +Dune,Liet-Kynes,0.5251116156578064,0.7487577307844114,0.544280469417572,1.1512298258502456,0.019168853759765625,0.40247209506583415 +Twilight,Rosalie Hale,0.4466276168823242,0.1881415226538212,0.4639298915863037,0.5961943617331009,0.017302274703979492,0.4080528390792797 +Twilight,Renesmee Cullen,0.4533692896366119,0.2003957739847295,0.449503093957901,0.6336242809830143,-0.003866195678710882,0.43322850699828475 +The Hitchhiker's Guide to the Galaxy,Dan Streetmentioner,0.498556911945343,2.340850178909282,0.5353698134422302,2.77695805865376,0.03681290149688721,0.43610787974447796 +Harry Potter,Horace Slughorn,0.4715592563152313,0.3495036987996052,0.442171037197113,0.7886036662666432,-0.02938821911811834,0.43909996746703805 +Dune,Hasimir Fenring,0.5153005123138428,1.5385246976002915,0.5507274270057678,1.985205607864301,0.03542691469192505,0.44668091026400947 +Twilight,Jacob Black,0.4540936648845672,0.4625145459171214,0.4554227590560913,0.9136896879693291,0.0013290941715241034,0.45117514205220777 +The Hitchhiker's Guide to the Galaxy,Hig Hurtenflurst,0.4581269919872284,1.1332647343625395,0.5268608331680298,1.5980802997919823,0.06873384118080139,0.4648155654294428 +The Hitchhiker's Guide to the Galaxy,Lady Cynthia Fitzmelton,0.4701345562934875,0.4745346768104099,0.5366035103797913,0.945121595575924,0.06646895408630377,0.4705869187655141 +Harry Potter,Bartemius Crouch Senior,0.4499427676200866,0.2890588740969484,0.4448238611221313,0.7820869080728803,-0.005118906497955322,0.49302803397593187 +Harry Potter,Porpentina Goldstein,0.4521577656269073,0.2964207283392433,0.4645043909549713,0.7958961882745091,0.01234662532806402,0.4994754599352658 +The Hunger Games,Hilarius Heavensbee,0.4951103627681732,0.7161396962156683,0.5291473865509033,1.248197113966103,0.0340370237827301,0.5320574177504347 +The Lord of the Rings,Beregond,0.4933965504169464,0.9584065938756756,0.5446121096611023,1.4934357387288448,0.051215559244155884,0.5350291448531692 +The Hitchhiker's Guide to the Galaxy,Phouchg,0.4561991989612579,0.5018064406777262,0.5188992023468018,1.040299760549525,0.06270000338554388,0.5384933198717988 +Harry Potter,Petunia Dursley,0.4716936647891998,0.276449701886468,0.4066319465637207,0.8251450452212465,-0.06506171822547907,0.5486953433347785 +Dune,Mapes,0.4613449871540069,0.4332185225362724,0.542668879032135,0.9897316516413972,0.08132389187812811,0.5565131291051248 +Twilight,Sam Uley,0.4465399384498596,0.1580871110863526,0.4652275443077087,0.715707424161233,0.018687605857849066,0.5576203130748805 +Harry Potter,Lee Jordan,0.4662820994853973,0.1744342835277183,0.4759213030338287,0.7629574823196934,0.009639203548431396,0.5885231987919751 +The Hitchhiker's Guide to the Galaxy,Lallafa,0.3855247795581817,0.3642502465315573,0.5176847577095032,0.9539209876634652,0.13215997815132147,0.589670741131908 +The Hitchhiker's Guide to the Galaxy,Elvis Presley,0.4119135737419128,0.3797633349632493,0.4842294752597809,0.9820755274381016,0.0723159015178681,0.6023121924748522 +Harry Potter,Tom Riddle,0.4464183449745178,0.842250817484116,0.44793701171875,1.4625807262644352,0.0015186667442321777,0.6203299087803192 +Twilight,Jasper Hale,0.4543110728263855,0.6303001184999871,0.4601064324378967,1.2542932210216382,0.005795359611511175,0.6239931025216511 +The Hitchhiker's Guide to the Galaxy,Lajestic Vantrashell of Lob,0.4946290254592895,0.788683257973526,0.5325215458869934,1.4285529850515457,0.03789252042770391,0.6398697270780197 +The Hitchhiker's Guide to the Galaxy,Colin the Security Robot,0.4999342858791351,0.976077601788665,0.5409278273582458,1.6172071174414118,0.04099354147911077,0.6411295156527468 +The Hunger Games,Cinna,0.4175937175750732,0.2197645120132099,0.4101203382015228,0.86300689448745,-0.0074733793735503595,0.6432423824742401 +Twilight,Emmett Cullen,0.4617887139320373,0.5848577373289497,0.4918141067028045,1.229882472097879,0.030025392770767212,0.6450247347689292 +Dune,Otheym,0.4998379051685333,0.9750208906999622,0.5489936470985413,1.6242758905300028,0.049155741930007935,0.6492549998300405 +The Hitchhiker's Guide to the Galaxy,Haggunenons,0.4784274697303772,0.0611463148321988,0.5442502498626709,0.7159532413067194,0.0658227801322937,0.6548069264745207 +The Hitchhiker's Guide to the Galaxy,Lunkwill and Fook,0.4703220129013061,0.7222041232070177,0.50676429271698,1.3777189736983275,0.036442279815673884,0.6555148504913099 +The Hitchhiker's Guide to the Galaxy,Googleplex Starthinker,0.49622243642807,0.7685041051682417,0.5458606481552124,1.4505408685686187,0.04963821172714239,0.682036763400377 +Harry Potter,Viktor Krum,0.4503336548805237,0.3972958215585611,0.4830185174942016,1.094180660764281,0.03268486261367792,0.6968848392057199 +The Hitchhiker's Guide to the Galaxy,Caveman,0.4493281543254852,0.8532140394068194,0.4843088090419769,1.553444973821121,0.0349806547164917,0.7002309344143015 +Harry Potter,Bellatrix Lestrange,0.4612173438072204,0.2534420421259237,0.4544133841991424,0.962492324603031,-0.006803959608078003,0.7090502824771073 +The Lord of the Rings,Glóredhel,0.4914701879024505,0.8106219507015622,0.5282789468765259,1.5200741821498482,0.03680875897407537,0.7094522314482861 +Dune,Iakin Nefud,0.4791484773159027,0.2640108801746009,0.5199869871139526,0.98270983524692,0.04083850979804993,0.7186989550723191 +Dune,Marcus Claire Luyseyal,0.4881881177425384,1.7373048076086937,0.5107654929161072,2.478274282387815,0.02257737517356878,0.7409694747791216 +The Hitchhiker's Guide to the Galaxy,Poodoo,0.322559654712677,0.4345295743733599,0.487070620059967,1.1780212850157157,0.16451096534728998,0.7434917106423558 +Harry Potter,Peeves,0.4605878293514251,1.233145913433488,0.4546980261802673,1.9797212847966736,-0.005889803171157837,0.7465753713631857 +The Lord of the Rings,Baragund,0.5189000368118286,0.4838161711203855,0.5419530272483826,1.237998620880478,0.023052990436553955,0.7541824497600926 +The Lord of the Rings,Belemir,0.4778252243995666,0.4576622905168591,0.4229112863540649,1.2257453854580285,-0.05491393804550171,0.7680830949411694 +Dune,Lichna,0.4484536945819855,0.3209750417245773,0.5563443303108215,1.0913543433308168,0.10789063572883606,0.7703793016062395 +Dune,Dama,0.4721208810806274,0.6013867057595473,0.5488190054893494,1.4037338737375893,0.07669812440872198,0.802347167978042 +Dune,Leto Atreides II,0.435349702835083,0.3584839649690369,0.4671371281147003,1.162239077604367,0.03178742527961731,0.8037551126353301 +The Lord of the Rings,Amlach,0.5124720931053162,0.9659121001635894,0.5379443764686584,1.7768019393816916,0.025472283363342285,0.8108898392181022 +The Hunger Games,Coriolanus Snow,0.4579843580722809,0.9129836935607708,0.4332753419876098,1.7283589187069268,-0.024709016084671076,0.815375225146156 +The Hitchhiker's Guide to the Galaxy,Barman,0.4852215051651001,0.892994337150235,0.53641277551651,1.711163363707738,0.05119127035140991,0.8181690265575029 +The Lord of the Rings,Baran,0.4921049177646637,0.5796325470572229,0.4608911573886871,1.405526150459263,-0.031213760375976618,0.8258936034020402 +Harry Potter,Ignatius Prewett,0.4871801137924194,0.4932023043441723,0.488484650850296,1.33017904409411,0.0013045370578766424,0.8369767397499377 +The Hitchhiker's Guide to the Galaxy,Number Two,0.4727605879306793,0.5012591080546629,0.5356969833374023,1.3391366496133603,0.06293639540672302,0.8378775415586974 +Twilight,Aro,0.4622293412685394,0.3203764627510057,0.4565318822860718,1.161789809079368,-0.005697458982467596,0.8414133463283622 +The Hitchhiker's Guide to the Galaxy,Effrafax of Wug,0.361553281545639,0.5747696922517948,0.5487123727798462,1.4568019978263285,0.1871590912342072,0.8820323055745337 +Dune,Schwangyu,0.5012314915657043,1.6685941357419745,0.5462884306907654,2.5507629847737583,0.045056939125061035,0.8821688490317838 +The Hitchhiker's Guide to the Galaxy,Know-Nothing-Bozo,0.3952953815460205,0.2783315400326001,0.5313194990158081,1.1784301044494518,0.1360241174697876,0.9000985644168518 +Dune,Hedley Tuek,0.4864819049835205,0.7164396077823254,0.5281742215156555,1.6249834470605626,0.04169231653213501,0.9085438392782372 +The Hitchhiker's Guide to the Galaxy,Deep Thought,0.5161760449409485,3.298440026837933,0.549379825592041,4.211763750328522,0.03320378065109253,0.9133237234905893 +The Hitchhiker's Guide to the Galaxy,Captain,0.427333116531372,0.5894758492741129,0.514319658279419,1.5084252457658365,0.08698654174804693,0.9189493964917236 +Twilight,Esme Cullen,0.4578909873962402,0.5591127561137629,0.4658684730529785,1.4789642675409154,0.007977485656738337,0.9198515114271525 +Harry Potter,Luna Lovegood,0.4645767211914062,0.6238259022389653,0.4613429009914398,1.5649159172310567,-0.003233820199966375,0.9410900149920914 +The Hitchhiker's Guide to the Galaxy,Alice Beeblebrox,0.4957469999790191,0.4318234513995117,0.5307592153549194,1.3733599282782645,0.035012215375900324,0.9415364768787527 +Harry Potter,Sirius Black II,0.4327516555786133,0.8886807851402021,0.4373545050621032,1.8498079363900768,0.004602849483489935,0.9611271512498747 +The Hitchhiker's Guide to the Galaxy,Enid Kapelsen,0.3291886150836944,0.4689406271306049,0.5459449291229248,1.4302111081764557,0.2167563140392304,0.9612704810458508 +Dune,Norma Cenva,0.4278644323348999,0.3453006718812716,0.5005387663841248,1.3120403501803808,0.07267433404922485,0.9667396782991091 +The Hitchhiker's Guide to the Galaxy,Allitnils,0.4362064599990845,0.3346937327370324,0.4490273594856262,1.3148000331605807,0.012820899486541748,0.9801063004235483 +The Lord of the Rings,Smaug,0.4648820757865906,0.3524463914799617,0.4800652265548706,1.3515472953976442,0.01518315076828003,0.9991009039176825 +The Hitchhiker's Guide to the Galaxy,Heimdall,0.4221406280994415,0.5328247346765147,0.5135451555252075,1.5380454113971236,0.09140452742576605,1.0052206767206089 +Dune,Farok,0.4914568066596985,0.2526507789809973,0.513570249080658,1.2662744929738627,0.022113442420959473,1.0136237139928654 +The Hitchhiker's Guide to the Galaxy,Number One,0.4428691864013672,0.377350079843268,0.5162665843963623,1.3980420177545387,0.07339739799499512,1.0206919379112707 +The Lord of the Rings,Bilbo Baggins,0.4849622249603271,0.4667388614757454,0.4552127122879028,1.5087656836859384,-0.029749512672424316,1.0420268222101932 +The Lord of the Rings,Elrond,0.4814432561397552,1.9066771373142477,0.4988417327404022,2.981981024107577,0.017398476600647028,1.0753038867933293 +The Lord of the Rings,Gandalf,0.4683649241924286,1.8641340440344576,0.479445606470108,2.943566129836775,0.011080682277679388,1.0794320858023172 +The Lord of the Rings,Eilinel,0.4749866425991058,0.3264001740397163,0.4330871403217315,1.4391811008157722,-0.04189950227737427,1.112780926776056 +The Lord of the Rings,Angrod,0.4995771050453186,0.9248858604226928,0.5527409911155701,2.049501854594676,0.053163886070251465,1.1246159941719833 +The Hunger Games,Gale Hawthorne,0.4236645400524139,0.1030074905618727,0.4258776605129242,1.255525948885735,0.0022131204605103094,1.1525184583238623 +The Hitchhiker's Guide to the Galaxy,Russell,0.3510933518409729,0.1425238221075055,0.4901808202266693,1.2995699622920482,0.1390874683856964,1.1570461401845427 +The Hitchhiker's Guide to the Galaxy,Fenchurch,0.4988239705562591,1.7435050866733504,0.5471852421760559,2.912782449467957,0.04836127161979681,1.1692773627946067 +The Lord of the Rings,Aragorn II,0.5159305930137634,0.8487244291573735,0.4953894317150116,2.043826256497426,-0.02054116129875183,1.1951018273400527 +Harry Potter,Aberforth Dumbledore,0.439961314201355,0.3804661496601506,0.4609413743019104,1.5795610558685258,0.02098006010055542,1.199094906208375 +Twilight,Charlie Swan,0.4213856756687164,0.4498903362913304,0.4323393404483795,1.666027704785033,0.010953664779663141,1.2161373684937025 +Dune,Fafnir Corrino,0.4420830011367798,0.5381058274066916,0.5618007779121399,1.7667567655319762,0.11971777677536011,1.2286509381252846 +The Hitchhiker's Guide to the Galaxy,Constant Mown,0.4446617364883423,0.3350513854588815,0.5357279777526855,1.584814100444835,0.09106624126434326,1.2497627149859536 +The Hitchhiker's Guide to the Galaxy,Almighty Bob,0.4905094504356384,0.5909423247352042,0.5002472996711731,1.8500763634272333,0.009737849235534668,1.2591340386920291 +The Hitchhiker's Guide to the Galaxy,Murray Bost Henson,0.5009537935256958,0.8650247165365152,0.5307431817054749,2.131904644327854,0.029789388179779053,1.266879927791339 +The Hunger Games,Haymitch Abernathy,0.4719663858413696,0.2746674204021431,0.4384087026119232,1.578231987325297,-0.033557683229446356,1.303564566923154 +The Hunger Games,Peeta Mellark,0.4702422022819519,0.2513760184516798,0.4527166187763214,1.5649296585705363,-0.017525583505630493,1.3135536401188566 +Harry Potter,Cedric Diggory,0.4434936642646789,0.2648299538387257,0.4809842407703399,1.6465408930425656,0.03749057650566101,1.3817109392038398 +The Hitchhiker's Guide to the Galaxy,Pizpot Gargravarr,0.3139541745185852,0.3622527754839205,0.5040284395217896,1.7450559279627826,0.19007426500320435,1.3828031524788622 +Harry Potter,Cornelius Fudge,0.4691202938556671,0.7548587542510679,0.4327090084552765,2.140909251467067,-0.036411285400390625,1.386050497215999 +The Hunger Games,Katniss Everdeen,0.4845563769340515,0.1099882937826055,0.4817208051681518,1.510473580635784,-0.0028355717658997137,1.4004852868531785 +Dune,Abulurd Harkonnen,0.4777737557888031,0.4430687366664146,0.5658541917800903,1.861695997521908,0.08808043599128723,1.4186272608554935 +Harry Potter,Albus Dumbledore,0.4280836284160614,0.5300415154093028,0.4623830318450928,2.0296755559231205,0.03429940342903137,1.4996340405138178 +The Lord of the Rings,Galadriel,0.4836136102676391,1.6749693381935893,0.4992484152317047,3.2063685807969784,0.015634804964065607,1.531399242603389 +The Lord of the Rings,Sauron,0.4608953893184662,1.53141237184999,0.4845940172672272,3.1077663702399985,0.023698627948760986,1.5763539983900086 +Harry Potter,Dean Thomas,0.4422601759433746,0.3565506139410043,0.4590863287448883,1.938231684929948,0.016826152801513727,1.5816810709889437 +Dune,Anirul Corrino,0.477915495634079,0.5785452349450044,0.5409173369407654,2.184465197505393,0.0630018413066864,1.6059199625603884 +The Hitchhiker's Guide to the Galaxy,Gag Halfrunt,0.4925911724567413,0.4585229949614054,0.5219084620475769,2.089596555298776,0.029317289590835627,1.6310735603373707 +The Hitchhiker's Guide to the Galaxy,Garkbit,0.4613436758518219,0.3191123091025339,0.570511519908905,1.989116101173145,0.10916784405708313,1.6700037920706112 +Harry Potter,Igor Karkaroff,0.4300591647624969,0.1185537496665181,0.426751434803009,1.8359158127641428,-0.003307729959487915,1.7173620630976247 +The Hitchhiker's Guide to the Galaxy,Great Hyperlobic Omnicognate Neutron Wrangler,0.3563226461410522,0.2968392444170915,0.538632333278656,2.1133419090118397,0.18230968713760382,1.8165026645947482 +Harry Potter,Myrtle Warren,0.4804550409317016,1.0701752161855695,0.4709806740283966,2.919664660674945,-0.009474366903304998,1.8494894444893755 +The Lord of the Rings,Hareth,0.4906619787216186,0.6458685488562352,0.4939611554145813,2.514221027726332,0.003299176692962702,1.8683524788700967 +Dune,Alef Burzmali,0.4665161967277527,0.982452391156567,0.5583000183105469,2.8614034158046757,0.09178382158279419,1.8789510246481087 +The Hitchhiker's Guide to the Galaxy,Grunthos the Flatulent,0.4379906356334686,0.5884191202262163,0.5056959390640259,2.533949332902004,0.0677053034305573,1.9455302126757876 +Dune,Nayla,0.4786968827247619,0.6588261872586595,0.5447108149528503,2.623758321475784,0.06601393222808843,1.9649321342171242 +Harry Potter,Remus Lupin,0.4404917955398559,0.4275229034952983,0.4447333812713623,2.4146510191986827,0.004241585731506403,1.9871281157033844 +The Hitchhiker's Guide to the Galaxy,Agda,0.5112017393112183,0.0090290968271346,0.5287888646125793,2.0108659815402974,0.017587125301361084,2.0018368847131627 +Harry Potter,Newton Scamander,0.4526854157447815,0.5985131966469549,0.456913024187088,2.6860936758667258,0.0042276084423065186,2.087580479219771 +Harry Potter,Peter Pettigrew,0.439274400472641,0.5518819575752251,0.4347728788852691,2.667822673409213,-0.004501521587371882,2.115940715833988 +The Hitchhiker's Guide to the Galaxy,Old Thrashbarg,0.4717856347560882,0.734133117188203,0.5298166275024414,2.8792323369555364,0.058030992746353205,2.1450992197673333 +Dune,Hayt,0.5157616138458252,1.1372734117655994,0.5824491381645203,3.2943028197495816,0.06668752431869507,2.1570294079839822 +The Lord of the Rings,Galdor,0.5094061493873596,1.1159833070496714,0.5091733932495117,3.4446855583506504,-0.0002327561378479004,2.328702251300979 +Harry Potter,Sybill Trelawney,0.4581634402275085,0.5482148829107473,0.4694057703018188,2.879841094200416,0.011242330074310303,2.3316262112896684 +Harry Potter,Rubeus Hagrid,0.4621366262435913,0.6217401834300766,0.46903857588768,2.956571016403709,0.00690194964408869,2.3348308329736325 +The Hitchhiker's Guide to the Galaxy,Ruler of the Universe,0.5010707974433899,1.112097138724288,0.5338650941848755,3.4558857645636705,0.032794296741485596,2.3437886258393825 +The Hitchhiker's Guide to the Galaxy,Mr Prosser,0.5088934302330017,4.318724304727283,0.5321364998817444,6.693953706336869,0.023243069648742676,2.3752294016095856 +The Hitchhiker's Guide to the Galaxy,Eccentrica Gallumbits,0.4806388914585113,0.7287256191933535,0.5445906519889832,3.1585595168792167,0.06395176053047186,2.429833897685863 +The Hitchhiker's Guide to the Galaxy,Hotblack Desiato,0.4843844473361969,0.5442587992941074,0.5540450811386108,3.018975403984865,0.06966063380241394,2.4747166046907574 +The Hitchhiker's Guide to the Galaxy,Paul Neil Milne Johnstone,0.3960185945034027,0.5478944495090049,0.5309251546859741,3.0383673200038266,0.1349065601825714,2.4904728704948216 +The Hitchhiker's Guide to the Galaxy,Max Quordlepleen,0.4683612883090973,0.6472498624723172,0.4973364174365997,3.2147789399329074,0.028975129127502386,2.5675290774605903 +Harry Potter,Dolores Umbridge,0.440847098827362,0.4589686957480907,0.4294912815093994,3.086899216750264,-0.011355817317962591,2.627930521002173 +The Hitchhiker's Guide to the Galaxy,Gail Andrews,0.3995009064674377,0.2916095789617625,0.5061356425285339,2.919661862620716,0.10663473606109625,2.6280522836589535 +The Lord of the Rings,Saruman,0.4527406990528106,0.6746712656900681,0.482961505651474,3.480506052068393,0.030220806598663386,2.8058347863783246 +The Lord of the Rings,Morgoth,0.4952822923660278,0.7517437502222779,0.5033573508262634,3.605734869013335,0.008075058460235651,2.853991118791057 +The Hitchhiker's Guide to the Galaxy,Great Green Arkleseizure,0.4108148217201233,0.3765649406570394,0.5255516171455383,3.246125440506177,0.11473679542541504,2.8695604998491375 +The Hitchhiker's Guide to the Galaxy,The Lord,0.3071805536746979,0.539492840010531,0.5095160007476807,3.5966796013484585,0.2023354470729828,3.0571867613379275 +Dune,Elrood Corrino IX,0.4567656815052032,0.4789964367943902,0.525293231010437,3.7146401915141753,0.06852754950523382,3.235643754719785 +The Hitchhiker's Guide to the Galaxy,Judiciary Pag,0.4077497720718384,0.3879200827809871,0.5317800045013428,3.631708981719817,0.1240302324295044,3.24378889893883 +The Hitchhiker's Guide to the Galaxy,Questular Rontok,0.4900446832180023,1.1360314227027488,0.4767529368400574,4.434786665064095,-0.013291746377944946,3.2987552423613464 +Dune,Tyekanik,0.4869306087493896,0.5850379611842363,0.5662058591842651,3.932007099913652,0.07927525043487554,3.3469691387294156 +The Hitchhiker's Guide to the Galaxy,Emperor of the Galaxy,0.3234719932079315,0.3146953704338651,0.491729736328125,3.674797705066148,0.16825774312019348,3.360102334632283 +The Lord of the Rings,Celebrimbor,0.5067253708839417,1.057553330185533,0.5297908186912537,4.509701427063241,0.02306544780731201,3.4521480968777083 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Kwaltz,0.4778609573841095,2.822516176868135,0.5188731551170349,6.296859603897407,0.041012197732925415,3.474343427029272 +The Hitchhiker's Guide to the Galaxy,Mella,0.481859028339386,0.3536485779118626,0.5125448703765869,3.864342768834259,0.030685842037200928,3.5106941909223965 +The Hitchhiker's Guide to the Galaxy,Hurling Frootmig,0.3751438558101654,0.6959301679234284,0.5332341194152832,4.491338073974113,0.1580902636051178,3.7954079060506842 +The Hitchhiker's Guide to the Galaxy,Old Man on the Pole,0.4790807068347931,1.1817041078963724,0.5179263353347778,5.0785527838217,0.03884562849998474,3.8968486759253276 +The Hitchhiker's Guide to the Galaxy,Humma Kavula,0.4809923768043518,1.477938828676986,0.5316513776779175,5.388965569722715,0.050659000873565674,3.9110267410457293 +Harry Potter,Filius Flitwick,0.4815472960472107,1.630173243584934,0.4908182024955749,5.699280098700994,0.009270906448364202,4.069106855116059 +Harry Potter,Nicholas de Mimsy-Porpington,0.4421016573905945,0.448397511373179,0.4452903866767883,4.597857677043716,0.003188729286193792,4.149460165670536 +Harry Potter,Minerva McGonagall,0.4822526574134826,0.2188552627094354,0.4676037728786468,4.567211100804414,-0.014648884534835815,4.348355838094979 +Harry Potter,Dorcas Meadowes,0.5020419359207153,0.8510681106231619,0.5624010562896729,5.287947262297381,0.06035912036895752,4.436879151674219 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Jeltz,0.4988266229629516,0.8692090518030713,0.5272074341773987,5.493615467566085,0.028380811214447077,4.624406415763014 +The Hunger Games,Palmyra Monty,0.487560361623764,1.3511176525859887,0.5095211863517761,6.760745934657895,0.02196082472801214,5.409628282071907 +Harry Potter,Beedle the Bard,0.5139830708503723,2.351525735391917,0.5576179623603821,7.8120300997627075,0.043634891510009766,5.460504364370791 +Harry Potter,Gilderoy Lockhart,0.4285164475440979,0.5575312214243104,0.451913446187973,6.319755578667511,0.023396998643875122,5.7622243572432 +Harry Potter,Marlene McKinnon,0.4997681975364685,1.0778865364223542,0.5648558735847473,6.969568768398113,0.06508767604827881,5.891682231975759 +Harry Potter,Quirinus Quirrell,0.4445041418075561,0.2189395014877245,0.4445823729038238,6.302162901989624,7.82310962677002e-05,6.0832234005018995 +The Hitchhiker's Guide to the Galaxy,Roosta,0.4013340473175049,0.5160362064200719,0.5600486993789673,7.561060928517275,0.1587146520614624,7.045024722097203 +Harry Potter,Pomona Sprout,0.4553911685943603,0.5991124690808854,0.4785096645355224,9.7700966353358,0.02311849594116211,9.170984166254915 +The Hitchhiker's Guide to the Galaxy,Old Woman in the Cave,0.4835208356380462,0.8531443032854303,0.5800648927688599,10.905864690592557,0.09654405713081365,10.052720387307126 diff --git a/ressources/data/differences/sorted_by_F1_to_wF1_0.csv b/ressources/data/differences/sorted_by_F1_to_wF1_0.csv new file mode 100644 index 0000000000000000000000000000000000000000..dd854bb289ee035f6b6d01b338b9a4bf11dfd47d --- /dev/null +++ b/ressources/data/differences/sorted_by_F1_to_wF1_0.csv @@ -0,0 +1,365 @@ +Book,Character,F1,h,wF1,wh,F1_to_wF1,h_to_wh +The Hitchhiker's Guide to the Galaxy,Grunthos the Flatulent,0.5995125770568848,17.001846737223865,0.5219007730484009,2.133263321573577,-0.07761180400848389,-14.868583415650289 +The Hitchhiker's Guide to the Galaxy,Phouchg,0.558274507522583,3.1433265221504385,0.511775553226471,0.8516334959792943,-0.04649895429611206,-2.2916930261711443 +Twilight,Bree Tanner,0.5580485463142395,0.0113079999916323,0.5131526589393616,0.0001464595674742,-0.04489588737487793,-0.0111615404241581 +Dune,Farok,0.5553319454193115,2.3081063709412537,0.5157051682472229,1.8509081586007976,-0.03962677717208862,-0.4571982123404561 +Dune,Otheym,0.5967943072319031,2.07091631715095,0.5572136640548706,2.31686868074298,-0.03958064317703247,0.2459523635920302 +Dune,Sheeana Brugh,0.5689539313316345,3.879076295351741,0.5332396626472473,2.092447271800819,-0.03571426868438721,-1.7866290235509217 +The Hitchhiker's Guide to the Galaxy,Number One,0.5280580520629883,1.4328597399698952,0.493426501750946,0.9568505357678344,-0.03463155031204229,-0.47600920420206083 +Twilight,Benjamin,0.5174652934074402,0.021134095012226,0.4865785241127014,8.920801700391271e-07,-0.03088676929473877,-0.02113320293205596 +The Lord of the Rings,Gil-galad,0.6103127002716064,0.0028920199616459,0.5794858336448669,0.0144161097849405,-0.030826866626739502,0.0115240898232946 +The Lord of the Rings,Thrór,0.5830733180046082,0.1168014483449544,0.5529870390892029,0.0606224964542881,-0.030086278915405273,-0.0561789518906663 +Twilight,Santiago,0.500321090221405,1.2468754962383273,0.4711087644100189,0.1209499717076706,-0.02921232581138611,-1.1259255245306568 +The Hitchhiker's Guide to the Galaxy,Oolon Colluphid,0.5784218311309814,4.851148934817749,0.5522536039352417,2.5080001062957518,-0.026168227195739746,-2.343148828521997 +The Hitchhiker's Guide to the Galaxy,Eccentrica Gallumbits,0.5966795682907104,7.6688246058673775,0.5707736015319824,4.145647728569833,-0.025905966758728027,-3.5231768772975443 +The Hunger Games,Alma Coin,0.5310269594192505,0.0579975632837664,0.507499635219574,0.0027280961559054,-0.023527324199676514,-0.055269467127861 +Twilight,Quil Ateara V,0.5615991950035095,0.0493345792024236,0.5382692217826843,0.0347674485236213,-0.023329973220825195,-0.014567130678802304 +The Hitchhiker's Guide to the Galaxy,Constant Mown,0.5038566589355469,3.265715467731482,0.4810433089733124,3.086949363020123,-0.022813349962234497,-0.17876610471135912 +The Hitchhiker's Guide to the Galaxy,Genghis Khan,0.5663809180259705,2.074380728007357,0.5443081259727478,2.531551998571767,-0.022072792053222656,0.45717127056440976 +Dune,Paul Atreides/DE,0.5657684206962585,0.7007342296556064,0.5447960495948792,1.2082093457498633,-0.020972371101379395,0.5074751160942569 +The Hitchhiker's Guide to the Galaxy,Old Thrashbarg,0.5672872066497803,4.087518235317492,0.546647310256958,4.474187102026901,-0.020639896392822266,0.38666886670940936 +Dune,Shando Vernius,0.5465232133865356,0.7520822598278919,0.5261800289154053,0.8021177618208027,-0.02034318447113037,0.05003550199291085 +Dune,Helena Atreides,0.55311119556427,0.3863628588487818,0.5335257053375244,0.2456276973392827,-0.019585490226745605,-0.1407351615094991 +The Hitchhiker's Guide to the Galaxy,Questular Rontok,0.4678911566734314,0.9307606330728296,0.4485040605068207,5.86522394679092,-0.019387096166610718,4.93446331371809 +Dune,Duncan Idaho,0.4661685228347778,7.297284294208589e-05,0.4469107091426849,0.000229876418894,-0.019257813692092896,0.0001569035759519141 +Twilight,Marcus,0.5242221355438232,0.0003123954626464,0.5059548616409302,0.0002575812630279,-0.018267273902893066,-5.481419961849999e-05 +Harry Potter,Cormac McLaggen,0.5474498867988586,0.0013196453172605,0.5296474099159241,0.0006933806875067,-0.01780247688293457,-0.0006262646297538 +The Lord of the Rings,Thráin II,0.5807884335517883,0.0296818214378983,0.5639391541481018,0.0503974339656662,-0.016849279403686523,0.020715612527767897 +The Lord of the Rings,Maedhros,0.5822654962539673,0.0118733455624457,0.5654446482658386,0.0303042822961876,-0.016820847988128662,0.018430936733741903 +The Hitchhiker's Guide to the Galaxy,God,0.538847804069519,2.2596122948759985,0.5220323801040649,1.4293852203350672,-0.0168154239654541,-0.8302270745409313 +The Hitchhiker's Guide to the Galaxy,Max Quordlepleen,0.4801921248435974,1.9751599362663192,0.4648252129554748,4.165068703849383,-0.015366911888122614,2.1899087675830637 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Kwaltz,0.5397637486457825,3.052210660958916,0.5244671106338501,6.27272596489698,-0.015296638011932373,3.2205153039380643 +Dune,Moneo Atreides/DE,0.5515987873077393,0.0104308655287198,0.5363215208053589,0.0014551728037286,-0.015277266502380371,-0.0089756927249912 +The Lord of the Rings,Celebrimbor,0.516136646270752,1.3411937602809202e-06,0.5013521313667297,5.955852752708689e-11,-0.014784514904022217,-1.341134201753393e-06 +Dune,Glossu Rabban,0.5129092931747437,1.0069395582773502,0.4982693493366241,0.8636006270233796,-0.014639943838119562,-0.14333893125397057 +Twilight,Huilen,0.5121077299118042,0.0233117597090182,0.4981113970279693,0.0021069506874706,-0.013996332883834894,-0.0212048090215476 +Dune,Leto Atreides II/DE,0.5844083428382874,0.284630413637672,0.5705158710479736,0.1796110815432925,-0.01389247179031372,-0.1050193320943795 +The Hunger Games,Hilarius Heavensbee,0.5345776081085205,2.11777440643859,0.5213660597801208,2.95474443474159,-0.013211548328399658,0.8369700283029999 +Dune,Gaius Helen Mohiam/XD,0.5598617196083069,0.1128613579111807,0.5468011498451233,0.2086348046930257,-0.013060569763183594,0.095773446781845 +Dune,Ghanima Atreides,0.5155541300773621,0.2499762320736255,0.5028332471847534,0.453167202126176,-0.012720882892608643,0.20319097005255052 +Dune,Moneo Atreides,0.5522628426551819,0.2040862951867797,0.5395599007606506,0.032820311689115,-0.01270294189453125,-0.1712659834976647 +Dune,Liet Kynes,0.5779098868370056,0.5893175192449547,0.5671825408935547,0.5113138194072281,-0.010727345943450928,-0.07800369983772659 +Twilight,Renesmee Cullen,0.497202605009079,3.8947510848525565e-11,0.4866980016231537,1.0830165529302885e-12,-0.010504603385925293,-3.7864494295595275e-11 +Dune,Siona Atreides/DE,0.5491563081741333,0.0671908599506599,0.5399253964424133,0.0373275995635589,-0.00923091173171997,-0.029863260387101007 +Dune,Abulurd Harkonnen/DE,0.5690500736236572,3.0326024419900905,0.5602651238441467,2.1631050120522923,-0.008784949779510498,-0.8694974299377982 +Dune,Serena Butler,0.5420154333114624,0.001153885083131,0.5333322882652283,0.0049335653498528,-0.00868314504623413,0.0037796802667218006 +Dune,Pardot Kynes,0.548527717590332,0.672247439672272,0.5399633049964905,0.0884621745392188,-0.008564412593841553,-0.5837852651330532 +Dune,Hayt,0.5623521208763123,1.488815995076424,0.5540022253990173,2.7630196330461185,-0.008349895477294922,1.2742036379696946 +The Lord of the Rings,Shadowfax,0.6224778294563293,1.7175942891378289,0.6148388385772705,1.9714219260473624,-0.007638990879058838,0.2538276369095336 +Dune,Miles Teg,0.5230474472045898,0.0899397912265296,0.5156404376029968,0.1163706711457741,-0.007407009601593018,0.02643087991924449 +Dune,Irulan Corrino,0.5549029111862183,0.3883706492553182,0.5475248694419861,0.0924784031698652,-0.007378041744232178,-0.295892246085453 +The Hitchhiker's Guide to the Galaxy,Golgafrinchans,0.5678676962852478,1.1610192491706892,0.5612878203392029,1.4139129371358898,-0.006579875946044922,0.2528936879652006 +Dune,Hasimir Fenring/XD,0.5510604977607727,0.0017038923380787,0.544485330581665,0.0002571528928407,-0.006575167179107666,-0.001446739445238 +Dune,Gurney Halleck/DE,0.5371991395950317,0.000995915502983,0.53065425157547,1.8889342892045248e-06,-0.006544888019561768,-0.0009940265686937955 +The Hitchhiker's Guide to the Galaxy,Ruler of the Universe,0.5280703902244568,11.006996540280486,0.521700382232666,6.962456970037287,-0.0063700079917907715,-4.044539570243199 +Dune,Wellington Yueh/DE,0.5678286552429199,0.147394557284205,0.5615184307098389,0.0555098680123906,-0.006310224533081055,-0.0918846892718144 +Dune,Irulan Corrino/XD,0.57404625415802,0.2016177482430724,0.5677991509437561,0.1062464209651672,-0.006247103214263916,-0.0953713272779052 +The Hitchhiker's Guide to the Galaxy,Know-Nothing-Bozo,0.4955277740955353,0.5778292685825147,0.4897610247135162,0.6143910796859021,-0.0057667493820190985,0.03656181110338741 +The Lord of the Rings,Radagast,0.5262231826782227,1.7547469280061835e-05,0.5205216407775879,2.6606774322600487e-05,-0.005701541900634766,9.059305042538652e-06 +Twilight,Riley Biers,0.5229548811912537,0.0005162053381782,0.5178256630897522,0.0029624085757236,-0.005129218101501465,0.0024462032375454 +Dune,Leto I Atreides,0.5601571798324585,0.1023989904643914,0.5555311441421509,0.0417155261758025,-0.004626035690307617,-0.060683464288588895 +Dune,Thufir Hawat/XD,0.5883517861366272,0.2831294254181646,0.5839338302612305,0.0647062044121014,-0.0044179558753967285,-0.2184232210060632 +Dune,Wensicia Corrino,0.5715660452842712,1.819849624453167,0.5675203800201416,0.9927692781062312,-0.004045665264129639,-0.8270803463469358 +Dune,Darwi Odrade,0.5547276735305786,0.002377769984988,0.5509737133979797,0.0001683148322433,-0.003753960132598877,-0.0022094551527447 +Dune,Pardot Kynes/DE,0.5582734942436218,7.784306074210206e-06,0.5548366904258728,7.172481470672545e-07,-0.0034368038177490234,-7.067057927142951e-06 +Twilight,Randall,0.553048312664032,1.454575429737306,0.5498643517494202,3.8130195171475982,-0.0031839609146118164,2.3584440874102923 +The Hitchhiker's Guide to the Galaxy,Almighty Bob,0.5236132144927979,3.957909785382811,0.5205970406532288,1.3806195933359589,-0.003016173839569092,-2.5772901920468523 +Dune,Glossu Rabban Harkonnen/XD,0.5270261168479919,1.7693643309236209,0.5242121815681458,3.021723901211314,-0.0028139352798461914,1.2523595702876933 +The Lord of the Rings,Elrond,0.5360152721405029,2.839668591472706e-05,0.5335156321525574,1.633587481324431e-05,-0.0024996399879455566,-1.2060811101482748e-05 +Dune,Siona Atreides,0.5566157698631287,0.7132382625515441,0.554270327091217,0.2215421654128753,-0.002345442771911621,-0.4916960971386688 +Dune,Kwisatz Haderach/XD,0.5626315474510193,0.0075221678078472,0.5605295300483704,0.0010206256884402,-0.0021020174026489258,-0.006501542119407001 +The Hitchhiker's Guide to the Galaxy,Hillman Hunter,0.519244909286499,3.550699065130454,0.5177202820777893,2.1707907641217323,-0.0015246272087097168,-1.3799083010087219 +Twilight,Quil Ateara III,0.5304310917854309,3.3693445809070885,0.5289638638496399,3.843474799960733,-0.0014672279357910156,0.4741302190536443 +Harry Potter,Ronald Weasley,0.4568961858749389,3.0121077517168323e-67,0.4556145966053009,1.5991470488320035e-30,-0.001281589269638006,1.5991470488320035e-30 +Dune,Hasimir Fenring/DE,0.5589741468429565,0.0705185864635561,0.5578520894050598,0.009590917323395,-0.0011220574378967285,-0.06092766914016111 +The Lord of the Rings,Éowyn,0.5752246379852295,0.1766522094437725,0.5742315649986267,0.0361872465904922,-0.0009930729866027832,-0.1404649628532803 +Dune,Thufir Hawat/DE,0.519747257232666,3.119830796388917e-05,0.5188180208206177,1.775702250718335e-05,-0.0009292364120483398,-1.3441285456705818e-05 +The Hitchhiker's Guide to the Galaxy,Loonquawl,0.5401980876922607,2.7960738546327706,0.5393425226211548,1.8750551413304997,-0.000855565071105957,-0.9210187133022709 +Dune,Duncan Idaho/DE,0.5502409934997559,2.7087512958402867e-21,0.5494277477264404,4.5378540572910775e-24,-0.0008132457733154297,-2.7042134417829956e-21 +The Hitchhiker's Guide to the Galaxy,Mr Prosser,0.4827904403209686,4.507037385340246,0.4820026457309723,3.286594095395597,-0.0007877945899962824,-1.2204432899446491 +Dune,Jessica Atreides,0.4973728954792022,0.376441262810641,0.4970850646495819,0.4108089338864428,-0.0002878308296203058,0.0343676710758018 +Dune,Irulan Corrino/DE,0.5699177980422974,0.008294743645371,0.5701636075973511,0.0527162870733752,0.00024580955505371094,0.0444215434280042 +Dune,Shaddam Corrino IV/XD,0.5232957005500793,0.0132099949936058,0.5245991349220276,0.0026714534821267,0.0013034343719482422,-0.010538541511479099 +The Hitchhiker's Guide to the Galaxy,Haggunenons,0.5453197956085205,0.3291761873612753,0.5468650460243225,0.920699640644659,0.001545250415802002,0.5915234532833837 +Dune,Wensicia Corrino/DE,0.5668254494667053,1.3015824768351587,0.5685476064682007,0.9004257353402254,0.0017221570014953613,-0.4011567414949333 +Dune,Hasimir Fenring,0.5189106464385986,0.7464248043860787,0.5208718776702881,1.5108144082637671,0.001961231231689453,0.7643896038776884 +Dune,Leto Atreides I/DE,0.5581569671630859,0.0122815102595685,0.560470700263977,0.0987287147172633,0.0023137331008911133,0.0864472044576948 +Dune,Ghanima Atreides/DE,0.5333755016326904,0.0002251698255032,0.5358753204345703,0.017070715338752,0.002499818801879883,0.016845545513248798 +Dune,Jessica Atreides/XD,0.5875866413116455,0.0003119310693249,0.5902204513549805,0.0024900520749133,0.002633810043334961,0.0021781210055884 +Twilight,Charlie Swan,0.50819993019104,1.7029831075784686e-20,0.5111526250839233,1.0789891481000245e-15,0.0029526948928833008,1.0789721182689487e-15 +The Hitchhiker's Guide to the Galaxy,Lallafa,0.5180431008338928,1.4061786046354934,0.5211470723152161,0.9665751629373902,0.003103971481323242,-0.43960344169810317 +The Hitchhiker's Guide to the Galaxy,Heimdall,0.5255253911018372,2.0622431163773225,0.5286298394203186,1.3716973750191226,0.0031044483184814453,-0.6905457413581999 +Dune,Zufa Cenva,0.5469627380371094,0.2514755578288763,0.5501323938369751,0.497377813153401,0.0031696557998657227,0.2459022553245247 +Dune,Norma Cevna,0.5122960805892944,0.7993872527996245,0.5158432126045227,0.6773874968887998,0.0035471320152282715,-0.12199975591082468 +Harry Potter,Bartemius Crouch Junior,0.5438398122787476,2.068045174634521e-09,0.5474404096603394,1.3919049480481646e-09,0.003600597381591797,-6.761402265863562e-10 +Dune,Leto Atreides II/XD,0.5539118647575378,0.0002395121311618,0.5575278401374817,7.92310942376672e-05,0.0036159753799438477,-0.0001602810369241328 +The Lord of the Rings,Lúthien,0.5956390500068665,0.0112333518610646,0.5993440747261047,0.0595055290157494,0.0037050247192382812,0.048272177154684806 +Twilight,J. Jenks,0.5219054818153381,0.094675581562965,0.5259211659431458,0.0063786709959909,0.004015684127807617,-0.0882969105669741 +Twilight,Kachiri,0.5337878465652466,1.2243431248416543,0.5379436016082764,3.230076547233832,0.004155755043029785,2.0057334223921774 +Dune,Vorian Atreides,0.5141591429710388,1.5746219723473062e-11,0.5186734795570374,2.5327050753729173e-14,0.004514336585998535,-1.572089267271933e-11 +Twilight,Sam Uley,0.5355950593948364,3.600960145056e-05,0.540189266204834,1.1542121422218382e-05,0.004594206809997559,-2.4467480028341615e-05 +The Hunger Games,Casca Highbottom,0.5193358063697815,0.067383490854419,0.5250967144966125,0.0839281652098627,0.005760908126831055,0.016544674355443698 +Dune,Wellington Yueh/XD,0.5511261820793152,0.0198832845287168,0.5570575594902039,0.097613360901979,0.005931377410888672,0.07773007637326221 +Dune,Alia Atreides/DE,0.5429959297180176,0.0005869810126358,0.5494107007980347,0.0041818462424762,0.00641477108001709,0.0035948652298404002 +Dune,Bellonda,0.566320538520813,2.080836282967017,0.572908878326416,3.142909773513882,0.006588339805603027,1.0620734905468647 +The Hitchhiker's Guide to the Galaxy,Guide Mark II,0.5517412424087524,3.014383230731099,0.5583321452140808,5.972646482817048,0.006590902805328369,2.9582632520859486 +The Lord of the Rings,Tom Bombadil,0.560651421546936,0.0005328502053433,0.5672776699066162,0.0005428128490563,0.006626248359680176,9.962643713000083e-06 +Dune,Iakin Nefud,0.5314460396766663,1.5068754477787645,0.5381607413291931,1.2583039126290727,0.0067147016525268555,-0.24857153514969177 +Dune,Jehanne Butler,0.5041056871414185,0.7578706297314075,0.511239230632782,0.7765911703854489,0.007133543491363525,0.018720540654041384 +Dune,Duncan Idaho/XD,0.4983952045440674,3.079283812142128e-12,0.5058314204216003,4.939912765898457e-13,0.007436215877532959,-2.5852925355522825e-12 +The Lord of the Rings,Théoden,0.5545390844345093,0.1281139861151609,0.562267005443573,0.0641638199573162,0.007727921009063721,-0.0639501661578447 +Dune,Tylwyth Waff,0.5559523701667786,1.7187419585481665,0.5639292001724243,1.6008048102770898,0.007976830005645752,-0.11793714827107671 +Dune,Chani Kynes,0.5317520499229431,1.1616693733240029,0.5398597121238708,1.4438592161520991,0.008107662200927734,0.2821898428280962 +Dune,Chani Kynes/DE,0.5352669954299927,0.0024467130192041,0.5434961318969727,0.003280766620001,0.00822913646697998,0.0008340536007968996 +Dune,Gurney Halleck/XD,0.5812786817550659,0.0028515981532973,0.5896949172019958,0.0006747805781368,0.008416235446929932,-0.0021768175751605 +The Lord of the Rings,Melian,0.568642795085907,0.4820294146165659,0.5772488117218018,0.5859594915320728,0.008606016635894775,0.10393007691550693 +Twilight,Emily Young,0.4843425154685974,5.8861067356876075e-08,0.4932059049606323,0.0021554370112846,0.008863389492034912,0.002155378150217243 +Dune,Scytale/XD,0.503553569316864,0.5991165982236485,0.512489378452301,0.1864737570150385,0.008935809135437012,-0.41264284120861 +The Hitchhiker's Guide to the Galaxy,Roosta,0.5169205665588379,2.102114009073872,0.5259182453155518,5.666003639061062,0.008997678756713867,3.5638896299871896 +Dune,Schwangyu,0.5511276125907898,1.8958544366122756,0.5603456497192383,3.75076187459884,0.009218037128448486,1.8549074379865642 +Dune,Norma Cenva/XD,0.5512271523475647,6.199513463104488e-05,0.5604516863822937,1.0460441467253292e-05,0.009224534034729004,-5.1534693163791595e-05 +Dune,Ramallo,0.5678929090499878,1.154690518665489,0.5771474838256836,1.2469760206362497,0.0092545747756958,0.09228550197076069 +Twilight,Mike Newton,0.509818971157074,0.0566707227136515,0.5195896625518799,0.0013125449480526,0.009770691394805908,-0.0553581777655989 +Dune,Tylwyth Waff/XD,0.5124163627624512,0.0766103232188099,0.5229356288909912,0.252881961041869,0.010519266128540039,0.1762716378230591 +The Hitchhiker's Guide to the Galaxy,The Lord,0.5007612705230713,2.066419580043978,0.5112965703010559,1.3281270743648217,0.01053529977798462,-0.7382925056791563 +Dune,Murbella,0.5431306958198547,0.1647578209637947,0.5540927648544312,0.3209911285770032,0.010962069034576416,0.15623330761320847 +Dune,Miles Teg/XD,0.5298865437507629,0.2495772759637077,0.5409984588623047,0.0624331275773917,0.011111915111541748,-0.18714414838631602 +Twilight,Lauren Mallory,0.5076858997344971,0.0148204148834229,0.5188787579536438,1.9971218720906192,0.011192858219146729,1.9823014572071962 +The Hitchhiker's Guide to the Galaxy,Rob McKenna,0.5017083287239075,1.667916825646644,0.5132248997688293,0.986423940066365,0.011516571044921875,-0.6814928855802789 +Twilight,Rachel Black,0.4946772158145904,0.4461437557674763,0.5062205791473389,0.2900946600663232,0.011543363332748469,-0.1560490957011531 +The Hitchhiker's Guide to the Galaxy,Great Circling Poets of Arium,0.5566425323486328,5.327887898814819,0.5682133436203003,4.149285679691731,0.01157081127166748,-1.1786022191230874 +Dune,Leto Atreides II,0.5101075768470764,0.0009207827013981,0.5217192769050598,0.000183900062533,0.011611700057983398,-0.0007368826388650999 +The Hitchhiker's Guide to the Galaxy,Majikthise,0.5403741002082825,3.0068773709123358,0.551992654800415,8.413546322822135,0.011618554592132568,5.4066689519098 +Dune,Scytale,0.521210253238678,0.5930412116541532,0.5328407883644104,0.2677262583362687,0.011630535125732422,-0.32531495331788457 +Twilight,Brady Fuller,0.4130733013153076,0.6068299589117829,0.4249446392059326,0.6052303750544059,0.011871337890625,-0.0015995838573770182 +Dune,Chani Kynes/XD,0.5629531741142273,0.2479125699704856,0.5749582052230835,0.4718340006828659,0.012005031108856201,0.2239214307123803 +Dune,Elrood Corrino IX/DE,0.5214135646820068,1.9298188623521344,0.5335577726364136,1.4521326514600517,0.012144207954406738,-0.47768621089208274 +Dune,Xavier Harkonnen,0.5171380639076233,0.0743896149171771,0.5296557545661926,0.026693979818351,0.012517690658569336,-0.0476956350988261 +Dune,Shaddam IV/DE,0.5163442492485046,5.840307278393992e-05,0.5290622711181641,0.0362004716710107,0.012718021869659424,0.036142068598226766 +Twilight,Collin Littlesea,0.4317830801010132,0.6549329661210603,0.4445505440235138,0.8581127887388902,0.01276746392250061,0.20317982261782985 +Twilight,Mexican coven,0.4998178482055664,0.5380650017431479,0.512706995010376,0.4692169152583046,0.01288914680480957,-0.06884808648484325 +The Lord of the Rings,Túrin,0.5421173572540283,0.0429806611634024,0.5550504326820374,0.0017625311475901,0.012933075428009033,-0.0412181300158123 +Dune,Mapes,0.5276244282722473,0.0458423124801677,0.5413835644721985,2.2664236242419347,0.013759136199951172,2.2205813117617668 +Twilight,Charlotte,0.5051864385604858,0.0596528866898714,0.5192722082138062,0.2376004493509231,0.014085769653320312,0.1779475626610517 +The Hitchhiker's Guide to the Galaxy,Agda,0.5139344334602356,1.6046755314659846,0.5281763672828674,2.435745000064001,0.014241933822631836,0.8310694685980164 +Dune,Wensicia Corrino/XD,0.5519932508468628,2.0858945745858164,0.5662568211555481,0.7882317365601965,0.014263570308685303,-1.2976628380256199 +The Hitchhiker's Guide to the Galaxy,Ameglian Major Cow,0.524772584438324,0.4754265145147631,0.5391592383384705,1.6993015589938314,0.014386653900146484,1.2238750444790683 +The Lord of the Rings,Morgoth,0.5276913642883301,5.316404165253476e-17,0.5421412587165833,1.5246684081734516e-13,0.014449894428253174,1.5241367677569263e-13 +Dune,Paul Atreides,0.4406875669956207,2.358466546337092e-14,0.4551504552364349,2.737971189246936e-07,0.014462888240814153,2.737970953400281e-07 +Dune,Marty,0.5066540837287903,1.1714954308479877,0.5216068029403687,1.8426423024082883,0.01495271921157837,0.6711468715603006 +Dune,Piter de Vries/DE,0.5334547758102417,1.206475887158343,0.5485161542892456,0.7674987987622112,0.015061378479003906,-0.4389770883961318 +The Hitchhiker's Guide to the Galaxy,Hotblack Desiato,0.5200538635253906,3.951519228743921,0.5353698134422302,2.8489468857505824,0.0153159499168396,-1.1025723429933385 +The Lord of the Rings,Fíli and Kíli,0.5735980868339539,0.0009851667951868,0.5889543890953064,0.1636460379511975,0.015356302261352539,0.16266087115601072 +The Lord of the Rings,Éomer,0.569170355796814,0.066327741860287,0.5846097469329834,0.0604223548725145,0.015439391136169434,-0.005905386987772501 +The Hitchhiker's Guide to the Galaxy,Allitnils,0.4965316355228424,0.8980947810572045,0.5122107267379761,1.7813170644012286,0.015679091215133667,0.8832222833440241 +The Hitchhiker's Guide to the Galaxy,Mella,0.487587034702301,1.8086497148552143,0.5032673478126526,2.9962824801325185,0.015680313110351562,1.1876327652773042 +The Hitchhiker's Guide to the Galaxy,Great Green Arkleseizure,0.5522434115409851,4.391415220193749,0.5681037306785583,5.109643200946081,0.015860319137573242,0.7182279807523324 +Dune,Korba,0.4850527346134186,1.211352121437672,0.5010478496551514,1.7559935864881495,0.015995115041732788,0.5446414650504776 +Twilight,Sue Clearwater,0.5145647525787354,0.0258926919519143,0.5306036472320557,0.012183993251342,0.016038894653320312,-0.0137086987005723 +The Hunger Games,Dill,0.510287880897522,0.1673106770659258,0.5264093279838562,0.3645071642658643,0.01612144708633423,0.1971964871999385 +Dune,Pardot Kynes/XD,0.5676708221435547,0.5940142544878494,0.583835780620575,0.0921908863332212,0.016164958477020264,-0.5018233681546282 +Dune,Piter de Vries/XD,0.5244138240814209,0.0803701322754939,0.5408739447593689,1.04188984468758,0.016460120677947998,0.961519712412086 +The Lord of the Rings,Galadriel,0.5415364503860474,4.372329747200607e-11,0.5580785274505615,7.375608451744264e-10,0.01654207706451416,6.938375477024203e-10 +Dune,Margot Fenring,0.5554811954498291,1.886456070361856,0.5722024440765381,3.858722627527751,0.016721248626708984,1.9722665571658948 +The Hitchhiker's Guide to the Galaxy,Reg Nullify,0.4947773516178131,1.620227868508112,0.5117180347442627,1.048460238003262,0.016940683126449585,-0.57176763050485 +The Hitchhiker's Guide to the Galaxy,Old Woman in the Cave,0.5089417099952698,4.67116185980418,0.5259667634963989,6.319423488592738,0.01702505350112915,1.6482616287885579 +Dune,Glossu Rabban Harkonnen/DE,0.5104581117630005,0.2043842480132099,0.5276192426681519,0.4052778912515056,0.017161130905151367,0.2008936432382957 +Dune,Elrood Corrino IX,0.5237322449684143,1.7444766368832163,0.5411025285720825,2.93718753271404,0.017370283603668213,1.192710895830824 +Dune,Paul Atreides/XD,0.4414335787296295,1.7977677164492463e-14,0.4588834643363952,2.6738810643367527e-11,0.01744988560676569,2.6720832966203034e-11 +Harry Potter,Angelina Johnson,0.4537081718444824,1.8427468955960171e-16,0.4713198542594909,9.816952547824026e-11,0.01761168241500849,9.81693412035507e-11 +The Lord of the Rings,Watcher in the Water,0.58259117603302,0.0008455740605946,0.6002125144004822,0.0048471313602718,0.017621338367462158,0.004001557299677201 +The Lord of the Rings,Círdan,0.5649707317352295,0.0396925836048516,0.5829378366470337,0.0174921897736828,0.0179671049118042,-0.022200393831168803 +Dune,Shaddam Corrino IV,0.4910401105880737,0.2161713518518647,0.5092676877975464,0.5253868339563927,0.018227577209472712,0.30921548210452804 +The Lord of the Rings,Meriadoc Brandybuck,0.5441402792930603,0.0021317408663048,0.562679648399353,0.6799241297925943,0.018539369106292725,0.6777923889262895 +Dune,Hedley Tuek,0.5025479197502136,0.8595255704490478,0.5215905904769897,1.2034179134975411,0.019042670726776123,0.34389234304849337 +Dune,Logno,0.5045991539955139,0.4669420713972166,0.523835301399231,1.217815646928167,0.01923614740371704,0.7508735755309504 +Twilight,Tyler Crowley,0.5305580496788025,0.0755971518111978,0.5499755144119263,0.2944422307977792,0.01941746473312378,0.2188450789865814 +Twilight,Heidi,0.4520511627197265,0.0001680023447723,0.471882551908493,0.0009332466402578,0.01983138918876648,0.0007652442954855 +Twilight,Rebecca Black,0.4971699118614197,1.2935049089247452,0.517520546913147,3.558757023917906,0.020350635051727295,2.2652521149931606 +The Hunger Games,Treech,0.4770993590354919,0.3687356863387556,0.4976861178874969,0.1049643699751414,0.020586758852005005,-0.26377131636361417 +The Hitchhiker's Guide to the Galaxy,Pizpot Gargravarr,0.4787600934505462,0.9577454175059584,0.4993785619735718,1.5612964447779745,0.020618468523025568,0.603551027272016 +The Hitchhiker's Guide to the Galaxy,Effrafax of Wug,0.5174126625061035,2.4604352678384305,0.5381537079811096,3.3004362825008813,0.020741045475006104,0.8400010146624508 +The Hitchhiker's Guide to the Galaxy,Lady Cynthia Fitzmelton,0.509372889995575,1.866133674698825,0.5305003523826599,2.344663893372813,0.02112746238708496,0.4785302186739877 +Dune,Bijaz,0.500070333480835,0.194777491022945,0.5213509202003479,0.9725980765421376,0.02128058671951294,0.7778205855191926 +Dune,Wellington Yueh,0.4970987439155578,0.2325143240007675,0.5185472369194031,0.2033587989177272,0.02144849300384527,-0.029155525083040285 +Dune,Alia Atreides/XD,0.5628538727760315,0.1739019156817744,0.5844299793243408,0.1964782510209474,0.021576106548309326,0.022576335339172998 +The Lord of the Rings,Thingol,0.5166316032409668,0.0077201613206518,0.5382469296455383,0.2264463580282318,0.021615326404571533,0.21872619670757998 +Dune,Hwi Noree,0.5299132466316223,0.4767344742662933,0.5516391396522522,0.8540949176886722,0.021725893020629883,0.3773604434223789 +The Hitchhiker's Guide to the Galaxy,Lintilla,0.5287073850631714,0.558869123703348,0.5504475831985474,0.5872657301781092,0.021740198135375977,0.028396606474761277 +The Hitchhiker's Guide to the Galaxy,Random Dent,0.473728746175766,1.4937575705922388,0.4956254959106445,0.950463493923778,0.021896749734878485,-0.5432940766684607 +The Hitchhiker's Guide to the Galaxy,Captain,0.4852561056613922,1.3337660049817803,0.5076146721839905,0.9621542476535582,0.022358566522598267,-0.37161175732822216 +The Lord of the Rings,Peregrin Took,0.5318484306335449,0.2692060335335933,0.5542590618133545,0.2374488441743688,0.02241063117980957,-0.0317571893592245 +Dune,Leto Atreides I/XD,0.5424268245697021,0.0064938080661626,0.5648755431175232,0.0074973152708211,0.022448718547821045,0.0010035072046585 +Dune,Piter De Vries,0.5457844734191895,2.264401020878476,0.5682894587516785,3.001800801270369,0.022504985332489014,0.7373997803918928 +Dune,Anirul Corrino/XD,0.5213653445243835,0.0286906567328598,0.5438908934593201,0.0018797863727481,0.022525548934936523,-0.026810870360111698 +Dune,Raquella Berto-Anirul,0.5327244997024536,0.2562112091315427,0.5556399822235107,1.244242900357726,0.02291548252105713,0.9880316912261833 +Twilight,Nahuel,0.487690657377243,3.267971768044545e-06,0.5109698176383972,0.0100261470848423,0.02327916026115423,0.010022879113074257 +The Lord of the Rings,Denethor II,0.5417104363441467,0.1426756873688543,0.5651096701622009,0.4485476149051312,0.0233992338180542,0.3058719275362769 +The Lord of the Rings,Beorn,0.5743336081504822,0.2859192303420603,0.598109781742096,0.1540755443137909,0.02377617359161377,-0.1318436860282694 +The Hitchhiker's Guide to the Galaxy,Lajestic Vantrashell of Lob,0.5036670565605164,0.995913763020436,0.5276214480400085,5.068278898090996,0.023954391479492188,4.07236513507056 +Dune,Piter de Vries,0.5234078764915466,2.121741244796618,0.5473734140396118,2.341555622457318,0.023965537548065186,0.2198143776607 +Dune,Stilgar/XD,0.5325565934181213,0.0093450826769533,0.5565240383148193,0.0221383475270656,0.023967444896697998,0.012793264850112299 +The Hitchhiker's Guide to the Galaxy,Humma Kavula,0.5110021829605103,2.0183648713233,0.5350873470306396,4.865023727382481,0.024085164070129395,2.8466588560591815 +Dune,Aramsham,0.5344614386558533,1.4950078491961325,0.558563232421875,1.4762572326855694,0.02410179376602173,-0.01875061651056309 +Harry Potter,Seamus Finnigan,0.5138559937477112,6.541696306138895e-16,0.5381180644035339,2.4033985258907307e-06,0.024262070655822754,2.4033985252365613e-06 +Twilight,Eric Yorkie,0.4972875118255615,0.0263127727884052,0.5217227935791016,0.016041407862509,0.02443528175354004,-0.010271364925896202 +Twilight,Seth Clearwater,0.5169409513473511,5.498352064403032e-07,0.5414804816246033,5.633002374780094e-05,0.024539530277252197,5.5780188541360636e-05 +The Hunger Games,Clemensia Dovecote,0.5120881795883179,0.0047036399681221,0.5367035269737244,0.0222355032350336,0.024615347385406494,0.0175318632669115 +The Hunger Games,Felix Ravinstill,0.5140994787216187,1.570545047804901,0.5395987629890442,1.752262925950918,0.025499284267425537,0.18171787814601692 +Dune,Glossu Rabban Harkonnen,0.5142450332641602,2.34971710324303,0.5398516654968262,3.508803037015137,0.025606632232666016,1.159085933772107 +The Lord of the Rings,Aragorn II,0.5183244943618774,1.4765109316005042e-08,0.5439724326133728,6.747405139781331e-12,0.02564793825149536,-1.475836191086526e-08 +Dune,Paulus Atreides,0.5355798602104187,0.271578043577058,0.5614880919456482,0.4179249168729293,0.025908231735229492,0.14634687329587132 +The Hitchhiker's Guide to the Galaxy,Googleplex Starthinker,0.5102677345275879,1.5426929913351373,0.5362627506256104,2.2513618535087176,0.02599501609802246,0.7086688621735804 +Twilight,Billy Black,0.5093494057655334,2.3591983499352122e-07,0.5355236530303955,0.0005672443480786,0.02617424726486206,0.0005670084282436064 +Dune,Murbella/XD,0.547292172908783,0.0042094234523324,0.573695957660675,0.009648865655033,0.02640378475189209,0.005439442202700599 +Twilight,Angela Weber,0.5237318873405457,0.0032600961595887,0.5503565073013306,0.0799621913934073,0.026624619960784912,0.0767020952338186 +Dune,Alia Atreides,0.4886529445648193,0.2486703479700113,0.5153259038925171,0.6871300640953478,0.02667295932769781,0.4384597161253365 +The Hitchhiker's Guide to the Galaxy,Lig Lury Jr,0.5064576864242554,1.4415529324090486,0.5332200527191162,2.406554908545643,0.02676236629486084,0.9650019761365944 +The Hitchhiker's Guide to the Galaxy,Frankie and Benjy,0.4938448667526245,0.0661239444775259,0.5206273794174194,0.1932430384039708,0.026782512664794922,0.1271190939264449 +The Hitchhiker's Guide to the Galaxy,Old Man on the Pole,0.5013925433158875,4.9671203983264665,0.5283668041229248,7.481179459003158,0.026974260807037354,2.5140590606766917 +Dune,Daniel,0.4878224730491638,1.5604541803826115,0.5150571465492249,2.135764787601336,0.027234673500061035,0.5753106072187246 +Twilight,Zafrina,0.5134309530258179,0.0060094369545604,0.5406683683395386,0.0198820398641118,0.027237415313720703,0.0138726029095514 +Dune,Elrood Corrino IX/XD,0.5054969191551208,0.4287605343966937,0.533433198928833,0.6927029094790409,0.027936279773712158,0.2639423750823472 +Dune,Tyros Reffa,0.4846203923225403,0.8964724246466521,0.5130773186683655,0.7053993910320941,0.028456926345825195,-0.19107303361455796 +Dune,Minotauros Atreides,0.4983564913272857,0.8598707847609885,0.5270689725875854,1.0406608076188153,0.028712481260299738,0.18079002285782675 +Dune,Abulurd Harkonnen/XD,0.5185393691062927,0.1011972969711266,0.5474209189414978,0.1160781980482198,0.028881549835205078,0.014880901077093195 +The Lord of the Rings,Thorin II,0.5464227199554443,0.0004284126620413,0.575333297252655,0.0027267432030499,0.028910577297210693,0.0022983305410086002 +The Lord of the Rings,Glaurung,0.5535544753074646,0.3629630472734391,0.5826680660247803,0.8313548871362959,0.029113590717315674,0.4683918398628568 +The Hunger Games,Lysistrata Vickers,0.530523419380188,0.0118625476820695,0.5598405003547668,0.0343174409523811,0.029317080974578857,0.022454893270311603 +The Hunger Games,Coriolanus Snow,0.4886925816535949,1.7029677076940517e-18,0.518031120300293,7.187736589710056e-17,0.029338538646698054,7.017439818940651e-17 +Dune,Octa Butler,0.5055363774299622,1.1788144831676244,0.5349791646003723,0.9440785315735382,0.029442787170410156,-0.23473595159408622 +Dune,Lucilla,0.5077373385429382,0.7368252249282593,0.5373562574386597,1.3430112354343922,0.029618918895721436,0.6061860105061329 +The Hitchhiker's Guide to the Galaxy,Colin the Security Robot,0.5057948231697083,1.244740878257223,0.5356009006500244,1.521336768726183,0.029806077480316162,0.27659589046896005 +Twilight,Eleazar,0.4954434037208557,8.21575146284907e-06,0.5252564549446106,0.0046762128614364,0.029813051223754883,0.004667997109973551 +Dune,Tlaloc,0.5124073624610901,3.8070235424098406,0.542407751083374,1.1899244749396642,0.030000388622283936,-2.6170990674701766 +The Hitchhiker's Guide to the Galaxy,Judiciary Pag,0.4990079998970032,2.7655560556335304,0.5291802883148193,2.0222538527401874,0.030172288417816162,-0.7433022028933429 +Dune,Liet Kynes/XD,0.5261752009391785,0.016718974780555,0.5566666722297668,0.0879191166519297,0.03049147129058838,0.07120014187137469 +The Lord of the Rings,Ancalagon,0.5745759010314941,4.189269457296343,0.6052698493003845,4.544569991484027,0.03069394826889038,0.35530053418768404 +Dune,Nayla,0.5117801427841187,1.2422612366213277,0.5429883599281311,1.5111770122717076,0.03120821714401245,0.26891577565037994 +The Hitchhiker's Guide to the Galaxy,Paul Neil Milne Johnstone,0.5163652896881104,2.7351682821906733,0.5477356910705566,3.51385000822408,0.03137040138244629,0.7786817260334065 +Twilight,Paul Lahote,0.5150099992752075,0.0303382441467537,0.5465271472930908,0.0221356357462167,0.0315171480178833,-0.008202608400537 +The Lord of the Rings,Isildur,0.514318585395813,0.0002690887948658,0.54621821641922,0.0173277243707655,0.03189963102340698,0.017058635575899702 +The Hitchhiker's Guide to the Galaxy,Dan Streetmentioner,0.518623411655426,1.0481372819919772,0.5506841540336609,3.3942237237839783,0.03206074237823486,2.346086441792001 +Dune,Norma Cenva,0.5233030319213867,0.778264812852435,0.555372953414917,2.386279260997153,0.03206992149353027,1.6080144481447178 +The Hitchhiker's Guide to the Galaxy,Lunkwill and Fook,0.4774085283279419,1.5053924682447637,0.5095489621162415,0.74077942371084,0.03214043378829956,-0.7646130445339236 +Dune,Jessica Atreides/DE,0.5496556758880615,0.0049782195270712,0.581811785697937,0.00082174832113,0.03215610980987549,-0.0041564712059412 +The Hunger Games,Effie Trinket,0.5359324812889099,8.321606180910708e-05,0.5681807994842529,3.933899465304202e-14,0.03224831819534302,-8.321606176976809e-05 +Twilight,Jane,0.4662284553050995,7.231129503729666e-06,0.498564600944519,7.089014437417576e-08,0.0323361456394195,-7.16023935935549e-06 +Dune,Quintinius Violet Chenoeh,0.503670334815979,0.003929017584763,0.5365883708000183,0.0071388692042059,0.03291803598403931,0.0032098516194429003 +Twilight,Ephraim Black,0.495035707950592,0.0450036994060215,0.5283763408660889,0.9754689028889536,0.03334063291549688,0.9304652034829322 +The Hitchhiker's Guide to the Galaxy,Alice Beeblebrox,0.4696454703807831,0.8978039968744738,0.5031110644340515,1.1097740115014256,0.03346559405326843,0.21197001462695186 +Twilight,Jared Cameron,0.5024563670158386,0.0557968494229464,0.5359641909599304,0.0320030351326334,0.0335078239440918,-0.023793814290313 +The Hitchhiker's Guide to the Galaxy,Hurling Frootmig,0.5172088146209717,1.3230990334518309,0.5507286787033081,3.484903478663206,0.033519864082336426,2.1618044452113754 +Twilight,Peter,0.477811336517334,0.0035910733978483,0.5113801956176758,8.112589315640874e-05,0.0335688591003418,-0.0035099475046918914 +Dune,Edric,0.4717606902122497,1.5474047775962123,0.5060545206069946,1.0497433254976,0.03429383039474493,-0.49766145209861223 +The Hunger Games,Vipsania Sickle,0.494323194026947,1.5781923253593952,0.5286621451377869,2.421608415197159,0.034338951110839844,0.8434160898377636 +Twilight,Demetri,0.5109078884124756,8.155717012021489e-05,0.545673668384552,0.0394128451447977,0.034765779972076416,0.039331287974677484 +Dune,Ziarenko Javid,0.467689573764801,0.8923458602015979,0.5024972558021545,0.9705700571787712,0.034807682037353516,0.07822419697717331 +Twilight,Caius,0.5032059550285339,0.004225557163603,0.5385996103286743,0.0044691226682601,0.03539365530014038,0.00024356550465710024 +Dune,Anirul Corrino,0.5521725416183472,1.7887946758179385,0.5885332226753235,2.588326357345893,0.03636068105697632,0.7995316815279543 +Dune,Feyd-Rautha Harkonnen/XD,0.5184348821640015,0.4453832166565645,0.5551453828811646,0.7768125638908089,0.036710500717163086,0.3314293472342444 +The Hunger Games,Coral,0.4890300333499908,0.0080261692520166,0.5262603163719177,0.0648888114158943,0.037230283021926935,0.056862642163877694 +Dune,Rhombur Vernius,0.5298475623130798,0.4492802922201242,0.5671092867851257,0.2153144695845419,0.0372617244720459,-0.23396582263558233 +The Hitchhiker's Guide to the Galaxy,Hactar,0.5371614098548889,1.459193337851069,0.574628472328186,1.092209836230405,0.03746706247329712,-0.3669835016206642 +The Hunger Games,Festus Creed,0.4831237196922302,0.2742316573049203,0.5206208825111389,0.3036459530122752,0.03749716281890869,0.02941429570735493 +Twilight,Mary,0.4660108685493469,0.3373203105847336,0.5035999417304993,0.5700600729471494,0.037589073181152344,0.23273976236241584 +The Hitchhiker's Guide to the Galaxy,Barman,0.511643648147583,1.608056616499328,0.5494937896728516,1.9716792377981351,0.037850141525268555,0.3636226212988072 +The Lord of the Rings,Arwen,0.493246465921402,0.0876554934573564,0.531183660030365,0.2635930426979998,0.03793719410896301,0.17593754924064342 +Dune,Tio Holtzman,0.5365378260612488,0.4520475765011633,0.5751590132713318,0.2024374726113764,0.03862118721008301,-0.24961010388978688 +Dune,Margot Fenring/XD,0.526268720626831,0.015454007643459,0.5649811625480652,0.1204628117578836,0.03871244192123413,0.1050088041144246 +Harry Potter,Myrtle Warren,0.508208155632019,1.076582645255686e-05,0.5474299788475037,2.642506336340502e-06,0.03922182321548462,-8.123320116216358e-06 +Dune,Stilgar,0.4978335201740265,1.050191588802027,0.5372103452682495,0.4579809007162451,0.03937682509422302,-0.5922106880857819 +The Lord of the Rings,Samwise Gamgee,0.5425846576690674,3.937179946292413e-10,0.5823348760604858,0.0002485532633412,0.03975021839141846,0.0002485528696232054 +The Hitchhiker's Guide to the Galaxy,Elvis Presley,0.4907255470752716,1.351894932353983,0.5306002497673035,1.626699947685858,0.03987470269203186,0.27480501533187485 +Twilight,Senna,0.5020114183425903,1.1654473847385365,0.5421069860458374,3.339938662868396,0.04009556770324707,2.1744912781298593 +The Hitchhiker's Guide to the Galaxy,Murray Bost Henson,0.4902479350566864,1.2326925936283584,0.5304598212242126,2.1115138981949566,0.040211886167526245,0.8788213045665982 +Twilight,Irina,0.4536858797073364,0.0013092396599973,0.4939875900745392,0.0013506494225449,0.04030171036720276,4.14097625476e-05 +Dune,Marcus Claire Luyseyal,0.4626936614513397,1.0868284645373023,0.5031079053878784,1.939214834068864,0.040414243936538696,0.8523863695315617 +The Hitchhiker's Guide to the Galaxy,Prak,0.4743108451366424,0.8805545389287109,0.5147708058357239,0.2908535552733367,0.040459960699081476,-0.5897009836553743 +Twilight,Harry Clearwater,0.534866988658905,0.1401510615761508,0.5757616758346558,1.7593148768518931,0.04089468717575073,1.6191638152757424 +The Lord of the Rings,Gríma,0.5414962768554688,0.0014040690327283,0.5831183195114136,0.0226204631359317,0.041622042655944824,0.0212163941032034 +The Hunger Games,Reaper Ash,0.4778136610984802,0.0003236972647869,0.5199940204620361,0.0091448316415742,0.04218035936355591,0.0088211343767873 +Dune,Mohandas Suk,0.4978834688663482,1.0267002706159707,0.540614664554596,1.529749728452501,0.042731195688247736,0.5030494578365303 +Dune,Alef Burzmali,0.5303556323051453,0.8859958499328504,0.5734409093856812,2.9636699586674617,0.04308527708053589,2.0776741087346116 +The Hitchhiker's Guide to the Galaxy,Vroomfondel,0.5289682745933533,6.720129576328287,0.5723767876625061,4.958258342843732,0.04340851306915283,-1.7618712334845554 +Dune,Abulurd Harkonnen,0.5195108652114868,1.1375128614763077,0.563437819480896,0.8915872034693118,0.04392695426940918,-0.24592565800699595 +The Hitchhiker's Guide to the Galaxy,Enid Kapelsen,0.4951694905757904,1.255892682117142,0.5399518013000488,1.751950865087436,0.04478231072425842,0.49605818297029414 +Dune,Victor Atreides,0.5181224346160889,0.5430793792140399,0.5632820129394531,1.9181918906205708,0.04515957832336426,1.375112511406531 +Dune,Feyd-Rautha Harkonnen,0.5048120021820068,0.0491797741805462,0.5505842566490173,0.2825709889059585,0.0457722544670105,0.2333912147254123 +The Hitchhiker's Guide to the Galaxy,Russell,0.4608912467956543,0.9779045702858556,0.5067327618598938,1.3193558646808417,0.0458415150642395,0.341451294394986 +Twilight,Leah Clearwater,0.5080369710922241,8.0013803633786e-08,0.5539224147796631,0.0024517969115172,0.045885443687438965,0.002451716897713566 +Dune,Alma Mavis Taraza,0.5149604678153992,0.8999436439874243,0.5610169768333435,0.9030535975180288,0.046056509017944336,0.0031099535306045034 +Dune,Gaius Helen Mohiam,0.526899516582489,0.2654334195320227,0.5729935765266418,1.7485603659038411,0.04609405994415283,1.4831269463718184 +Twilight,Laurent,0.4753958880901336,0.0014116932360878,0.5218551158905029,0.0066333819862924,0.04645922780036932,0.0052216887502046 +Twilight,Jessica Stanley,0.5203374624252319,2.209583549370973e-06,0.5668190717697144,0.0473474140753404,0.04648160934448242,0.047345204491791026 +The Hunger Games,Mizzen,0.4994212985038757,0.0027858218807353,0.5460163354873657,0.0096939378827912,0.046595036983490046,0.0069081160020558995 +The Hitchhiker's Guide to the Galaxy,Emperor of the Galaxy,0.4816323816776275,4.000186235659046,0.5285906791687012,6.886287217357911,0.046958297491073664,2.8861009816988643 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Jeltz,0.5014403462409973,1.5210810540607456,0.5499670505523682,2.281380024832352,0.04852670431137085,0.7602989707716066 +The Lord of the Rings,Ungoliant,0.524909496307373,0.2464164812303801,0.5736237168312073,0.7277688611379045,0.04871422052383423,0.48135237990752444 +The Hunger Games,Livia Cardew,0.4969425797462463,0.601184000557319,0.5460469126701355,1.993355810689457,0.049104332923889216,1.392171810132138 +The Hitchhiker's Guide to the Galaxy,Caveman,0.4620581865310669,1.1378235127068754,0.511817455291748,2.426670574784131,0.04975926876068115,1.2888470620772556 +The Lord of the Rings,Khamûl,0.5351359248161316,0.4660404983610751,0.5849636793136597,1.381356707874084,0.049827754497528076,0.915316209513009 +Harry Potter,Harry Potter,0.4013104438781738,2.3430883707773023e-302,0.4515830278396606,1.8861245582152952e-90,0.050272583961486816,1.8861245582152952e-90 +The Lord of the Rings,Balin,0.5153865814208984,0.0037171150859989,0.5659844875335693,0.0089930416383406,0.0505979061126709,0.0052759265523416995 +The Hitchhiker's Guide to the Galaxy,Gag Halfrunt,0.4621201157569885,1.6535225458766083,0.5127925276756287,4.510724437648572,0.05067241191864014,2.8572018917719637 +Twilight,Vasilii,0.4868839085102081,0.9821019779920626,0.5375935435295105,1.6325823342779708,0.050709635019302424,0.6504803562859083 +Dune,Kwisatz Haderach,0.527566134929657,0.3652673873188247,0.5783027410507202,0.6787766995793216,0.05073660612106323,0.31350931226049694 +Dune,Tyekanik,0.5200982689857483,0.8706128152474562,0.5710911154747009,1.0321123382009028,0.05099284648895264,0.1614995229534466 +The Lord of the Rings,Thranduil,0.515102207660675,3.7983051277183866e-11,0.5661547780036926,0.0140890316963217,0.05105257034301758,0.01408903165833865 +The Hitchhiker's Guide to the Galaxy,Number Two,0.5003491044044495,1.2324191217297131,0.5516855120658875,1.8112055895966903,0.05133640766143799,0.5787864678669772 +Harry Potter,Dean Thomas,0.4910069108009338,1.964056739711877e-21,0.5423886179924011,6.595244790795994e-09,0.05138170719146734,6.595244790794031e-09 +The Lord of the Rings,Smaug,0.5015507340431213,5.0048383037670566e-12,0.5529960989952087,5.611996296469298e-07,0.0514453649520874,5.61194624808626e-07 +Twilight,Tanya,0.4598340392112732,3.2839210098507054e-15,0.511573314666748,9.316443602184018e-07,0.051739275455474854,9.316443569344808e-07 +Twilight,Kate,0.4700287282466888,0.011458645602367,0.522560179233551,0.0005613060321858,0.05253145098686224,-0.0108973395701812 +Twilight,Carmen,0.4769243597984314,0.0020450478101498,0.529487669467926,0.0667213460788601,0.05256330966949463,0.0646762982687103 +Dune,Tertius Eileen Anteac,0.4842688739299774,1.6092160416916077,0.5371854901313782,0.9017624269997888,0.05291661620140076,-0.7074536146918189 +Twilight,Garrett,0.4718561172485351,0.000427357599277,0.5253652334213257,0.0422177982688839,0.05350911617279058,0.0417904406696069 +Harry Potter,Vincent Crabbe,0.4622730612754822,1.1250639826776048e-08,0.5160602331161499,0.0004350931133402,0.053787171840667725,0.00043508186270037325 +The Hunger Games,Lucretius Flickerman,0.4888031184673309,0.3311301477382859,0.5430733561515808,0.4712395986169309,0.05427023768424993,0.14010945087864496 +Dune,Harah,0.4883544445037842,0.0001861030552235,0.5431880950927734,0.117351796543035,0.05483365058898926,0.1171656934878115 +Twilight,Felix,0.488877922296524,1.5009940594018296e-05,0.5447016954421997,0.0014592390895059,0.055823773145675715,0.0014442291489118817 +Dune,Kailea Vernius,0.5170943737030029,0.3752516692902247,0.5739883184432983,0.7558099218848111,0.05689394474029541,0.3805582525945864 +Twilight,Sasha,0.4636020064353943,0.434826142440545,0.5213740468025208,0.3945277143916048,0.057772040367126465,-0.04029842804894024 +The Lord of the Rings,Gimli,0.4835466742515564,1.7847412999035477e-06,0.5416079163551331,0.0246381498587795,0.05806124210357666,0.024636365117479596 +Harry Potter,Padma Patil,0.4872567057609558,6.378623810573792e-06,0.5460124611854553,0.0552383572989323,0.05875575542449951,0.05523197867512172 +The Lord of the Rings,Bard,0.5035655498504639,0.0116677526904767,0.5629619359970093,0.0031130032542259,0.05939638614654541,-0.0085547494362508 +Twilight,Kebi,0.4648018479347229,0.0602315246081563,0.5248673558235168,0.5233448042994691,0.060065507888793945,0.4631132796913128 +The Hunger Games,Palmyra Monty,0.4658852517604828,1.4012232545944838,0.5263291597366333,2.776145655403921,0.06044390797615051,1.3749224008094372 +The Lord of the Rings,Faramir,0.4902814328670501,1.67007031583667e-22,0.5523663759231567,4.15414819828084e-05,0.06208494305610662,4.15414819828084e-05 +Twilight,Alec,0.4573462605476379,3.3593638855767326e-08,0.5198443531990051,0.0005200181715442,0.06249809265136724,0.0005199845779053443 +Dune,Dama,0.4485619664192199,0.4845491510995697,0.5121527910232544,0.7110396160190182,0.06359082460403448,0.22649046491944852 +Twilight,James,0.4569451510906219,1.873352245885299e-12,0.5209974050521851,5.469161351854039e-06,0.06405225396156317,5.469159478501793e-06 +The Lord of the Rings,Legolas,0.5186892151832581,4.7944220802678974e-24,0.583724319934845,2.8502492893339547e-09,0.06503510475158691,2.8502492893339497e-09 +Dune,Gurney Halleck,0.4746912121772766,0.0132546012270145,0.5403727293014526,0.0163296967836743,0.06568151712417603,0.0030750955566597998 +Harry Potter,Katie Bell,0.5012985467910767,0.0004962681969855,0.5672582387924194,4.619072452139013e-05,0.06595969200134277,-0.00045007747246410983 +The Lord of the Rings,Halbarad,0.4990382194519043,0.1382394741821053,0.5650730133056641,1.5125902145942676,0.06603479385375977,1.3743507404121622 +The Lord of the Rings,Gandalf,0.4894548654556274,3.482748800879476e-39,0.5559438467025757,8.537526913583036e-14,0.0664889812469483,8.537526913583036e-14 +Twilight,Victoria,0.4500223100185394,2.4296132185068976e-12,0.5165584683418274,4.3097260621781655e-09,0.06653615832328802,4.3072964489596586e-09 +The Hitchhiker's Guide to the Galaxy,Garkbit,0.5236223936080933,1.0433548950697888,0.5911267399787903,2.4572819478109995,0.06750434637069702,1.4139270527412107 +The Lord of the Rings,Gollum,0.4790458977222442,2.474754774110922e-28,0.5469645857810974,4.741465540436228e-07,0.0679186880588532,4.741465540436228e-07 +The Hunger Games,Katniss Everdeen,0.4919271767139435,3.5075124594518224e-74,0.5602644085884094,3.947301730599182e-27,0.06833723187446594,3.947301730599182e-27 +Twilight,Aro,0.4543935358524322,9.889850379521285e-13,0.5243455767631531,8.342864762593227e-07,0.06995204091072088,8.342854872742847e-07 +Harry Potter,Hermione Granger,0.3828257620334625,0.0,0.452903002500534,1.365026639534582e-49,0.07007724046707148,1.365026639534582e-49 +The Lord of the Rings,Boromir,0.487245500087738,0.0267726651457569,0.5577863454818726,0.0760962279419869,0.07054084539413458,0.04932356279622999 +The Lord of the Rings,Bilbo Baggins,0.4778127372264862,5.997080118325448e-93,0.5490546822547913,5.605650315565308e-07,0.07124194502830505,5.605650315565308e-07 +Dune,Lichna,0.5000667572021484,0.8253871268352208,0.5714812278747559,2.2966022270097417,0.07141447067260742,1.471215100174521 +The Hitchhiker's Guide to the Galaxy,Poodoo,0.450519859790802,1.0020379796927297,0.5223364233970642,1.4941446530390217,0.07181656360626221,0.492106673346292 +The Hitchhiker's Guide to the Galaxy,Great Hyperlobic Omnicognate Neutron Wrangler,0.5384833216667175,2.4184494776517766,0.6105626225471497,7.005432719867193,0.07207930088043213,4.586983242215417 +Twilight,Amun,0.4475617110729217,0.0002119297826385,0.5199306011199951,0.0018816264449106,0.07236889004707342,0.0016696966622721 +The Lord of the Rings,Shelob,0.5028041005134583,1.2144310358752952e-12,0.5753321647644043,0.2937028728612532,0.07252806425094604,0.29370287286003877 +Dune,Leto Atreides I,0.4105958044528961,0.0206977719287023,0.4836027324199676,0.50074308350192,0.07300692796707148,0.48004531157321767 +Twilight,Tia,0.4475622475147247,0.0001213449980344,0.5206810235977173,0.1201431568196889,0.07311877608299261,0.1200218118216545 +The Lord of the Rings,Treebeard,0.4938358664512634,0.0103694590954731,0.5689936876296997,0.3546676867674176,0.07515782117843628,0.3442982276719445 +The Lord of the Rings,Frodo Baggins,0.4864082634449005,2.1745984994112282e-17,0.5676297545433044,1.848452970455668e-08,0.08122149109840393,1.8484529682810694e-08 +The Lord of the Rings,Celeborn,0.4809964895248413,3.0929334752995546e-11,0.5626426339149475,0.00886908460637,0.0816461443901062,0.008869084575440665 +Twilight,Embry Call,0.4495475590229034,1.2256301981221556e-05,0.5312647819519043,0.1356989120483769,0.08171722292900091,0.13568665574639566 +The Hitchhiker's Guide to the Galaxy,Hig Hurtenflurst,0.4566085934638977,0.9668784992035736,0.5390203595161438,2.0755742165154047,0.0824117660522461,1.1086957173118313 +The Hunger Games,Haymitch Abernathy,0.4491443932056427,1.2683325876099306e-41,0.5349822640419006,2.641567310653902e-21,0.08583787083625793,2.641567310653902e-21 +The Lord of the Rings,Saruman,0.4671428799629211,5.896204108889357e-98,0.5533922910690308,1.1844731084685679e-11,0.08624941110610967,1.1844731084685679e-11 +The Lord of the Rings,Sauron,0.4822040498256683,1.5777603004678571e-62,0.5719515085220337,1.2221334063712123e-19,0.08974745869636541,1.2221334063712123e-19 +Dune,Lady Jessica,0.4113405346870422,0.0023579364569927,0.5031242370605469,0.5388505817298004,0.0917837023735047,0.5364926452728077 +Dune,Thufir Hawat,0.4564379751682281,0.0023243158719375,0.5546550154685974,0.0420107217075216,0.09821704030036932,0.039686405835584096 +Dune,Liet-Kynes,0.4854009747505188,0.1085691714704211,0.5855634212493896,0.9576363986833852,0.10016244649887085,0.8490672272129641 +Dune,Jamis,0.4380188286304474,4.0357943122665017e-08,0.5405598878860474,0.0628581234073116,0.10254105925559998,0.06285808304936848 +The Hitchhiker's Guide to the Galaxy,Gail Andrews,0.4509778022766113,0.9562000321919004,0.5595822334289551,2.624409782313436,0.1086044311523438,1.6682097501215354 +Harry Potter,Rita Skeeter,0.4429920613765716,2.1620884269442426e-18,0.5543853044509888,5.9324980022154e-07,0.11139324307441717,5.932498002193779e-07 diff --git a/ressources/data/differences/sorted_by_F1_to_wF1_1.csv b/ressources/data/differences/sorted_by_F1_to_wF1_1.csv new file mode 100644 index 0000000000000000000000000000000000000000..3d8df05b2e9f05b7132890a5244a6272ad6464ce --- /dev/null +++ b/ressources/data/differences/sorted_by_F1_to_wF1_1.csv @@ -0,0 +1,536 @@ +Book,Character,F1,h,wF1,wh,F1_to_wF1,h_to_wh +Dune,Mapes,0.5658795833587646,2.603150423673337,0.4996850490570068,1.064957338620982,-0.06619453430175787,-1.538193085052355 +Twilight,Randall,0.5588515996932983,2.7259583561129213,0.4960275292396545,1.528193619218046,-0.06282407045364385,-1.1977647368948752 +The Hitchhiker's Guide to the Galaxy,Grunthos the Flatulent,0.5789341330528259,12.57860144805758,0.5230759978294373,1.7648128105677472,-0.05585813522338867,-10.813788637489832 +Twilight,Demetri,0.5776082873344421,0.1700134542244419,0.5248556137084961,0.037612320950013,-0.052752673625946045,-0.13240113327442887 +Harry Potter,Hokey,0.5747448801994324,1.2034768710846475,0.522321343421936,0.3279443807899949,-0.05242353677749634,-0.8755324902946526 +Twilight,Kebi,0.5515124201774597,0.244770392047594,0.500100314617157,0.9591320888827836,-0.051412105560302734,0.7143616968351896 +Twilight,Senna,0.5466602444648743,2.8926459709110066,0.4956415593624115,2.6870294046269247,-0.05101868510246277,-0.20561656628408187 +The Hitchhiker's Guide to the Galaxy,Heimdall,0.525601863861084,3.247082054416021,0.4835291504859924,0.7793252653549386,-0.04207271337509161,-2.4677567890610823 +The Lord of the Rings,Shadowfax,0.609817624092102,2.95892640900092,0.568327784538269,3.212272673105406,-0.04148983955383301,0.2533462641044859 +Harry Potter,Cedric Diggory,0.5501776337623596,5.962338456618424e-08,0.5106084942817688,1.3812190959553813e-06,-0.03956913948059082,1.321595711389197e-06 +Twilight,Jessica Stanley,0.5665134787559509,0.0648395004170025,0.5274032354354858,0.0203275274544128,-0.03911024332046509,-0.0445119729625897 +The Hitchhiker's Guide to the Galaxy,Lunkwill and Fook,0.4987954497337341,1.0622800562416557,0.4609816074371338,1.292789493652111,-0.037813842296600286,0.23050943741045526 +The Hitchhiker's Guide to the Galaxy,Arthur Dent,0.5318716168403625,0.1556366894415406,0.4954772591590881,0.8089813343550757,-0.03639435768127447,0.653344644913535 +Harry Potter,Irma Pince,0.5630108118057251,0.0010266028070839,0.5275701284408569,0.0015939431197377,-0.035440683364868164,0.0005673403126537999 +The Hitchhiker's Guide to the Galaxy,Phouchg,0.5062471032142639,1.6260879513653077,0.4709177613258362,1.052475936745654,-0.035329341888427734,-0.5736120146196537 +Harry Potter,Elphias Doge,0.5626846551895142,0.0511789764097493,0.5279828906059265,0.0113727840712714,-0.034701764583587646,-0.039806192338477896 +Dune,Aramsham,0.5087750554084778,0.9118219603385792,0.4741894006729126,0.5371763085832953,-0.034585654735565186,-0.37464565175528386 +Twilight,Tia,0.5312673449516296,0.011323365791301,0.4967882633209228,0.2826571574840016,-0.03447908163070684,0.2713337916927006 +Twilight,Kachiri,0.5634227395057678,5.332777119293244,0.5295971035957336,2.185767318144627,-0.03382563591003418,-3.147009801148617 +Twilight,Bella Swan,0.4589333832263946,4.419563693023866e-28,0.426505982875824,1.7466877775197795e-19,-0.03242740035057062,1.746687773100216e-19 +The Hitchhiker's Guide to the Galaxy,God,0.5263827443122864,5.661974213264242,0.4943718612194061,3.9109290601976734,-0.032010883092880305,-1.7510451530665683 +Harry Potter,Nagini,0.5174725651741028,6.92948278656219e-05,0.4860894680023193,3.2056250427946846e-08,-0.0313830971717835,-6.926277161519396e-05 +The Lord of the Rings,Sauron,0.5764209032058716,5.91416920796429e-11,0.5452271699905396,1.6357258609561865e-11,-0.03119373321533203,-4.278443347008103e-11 +Dune,Duncan Idaho/DE,0.5505078434944153,4.2641926248416326e-21,0.5195954442024231,1.6174958679417034e-14,-0.030912399291992188,1.617495441522441e-14 +Dune,Abulurd Harkonnen,0.5524423122406006,2.288868626923212,0.5216924548149109,0.6257414540314141,-0.030749857425689697,-1.6631271728917978 +The Hunger Games,Effie Trinket,0.5645862221717834,0.0002452159777268,0.5342065095901489,2.960718874314781e-05,-0.03037971258163452,-0.00021560878898365217 +Dune,Glossu Rabban,0.5391458868980408,0.8072538752724995,0.5096572637557983,1.487789837834364,-0.02948862314224243,0.6805359625618644 +The Lord of the Rings,Thrór,0.5758258104324341,0.1427182593064609,0.5465530157089233,0.2991310314576205,-0.029272794723510742,0.1564127721511596 +Twilight,Jasper Hale,0.492315798997879,6.007803659672566e-07,0.4633741378784179,1.2528411318369577e-13,-0.02894166111946106,-6.007802406831434e-07 +Dune,Iakin Nefud,0.5456339120864868,1.2145655852594326,0.5171811580657959,1.502250195797728,-0.028452754020690918,0.2876846105382953 +Dune,Gaius Helen Mohiam,0.5574875473976135,1.862694649377201,0.5293950438499451,1.646367365237429,-0.028092503547668457,-0.21632728413977187 +Twilight,Laurent,0.530215322971344,0.1008915045517499,0.5034322738647461,0.004878058506077,-0.0267830491065979,-0.0960134460456729 +Harry Potter,Dennis Creevey,0.5475461483001709,0.2147092379999678,0.5208812355995178,0.2106307524792864,-0.026664912700653076,-0.0040784855206814075 +Harry Potter,Fawkes,0.5704735517501831,0.0208618653349393,0.5443465709686279,0.0218268206460384,-0.026126980781555176,0.0009649553110991013 +Twilight,Kate,0.5371614098548889,0.0006791595186894,0.5122808814048767,0.0127991104767745,-0.024880528450012207,0.012119950958085102 +The Hitchhiker's Guide to the Galaxy,Vroomfondel,0.5658048391342163,8.435138049740814,0.5410387516021729,6.512598960253347,-0.024766087532043457,-1.9225390894874677 +Harry Potter,Reginald Cattermole,0.5237366557121277,1.2837745338474422,0.4993340075016022,0.6500254684847143,-0.024402648210525513,-0.6337490653627279 +The Hitchhiker's Guide to the Galaxy,Hotblack Desiato,0.5379136204719543,5.300337987980968,0.5136027932167053,2.479338889240404,-0.024310827255249023,-2.820999098740564 +Harry Potter,Gilderoy Lockhart,0.5417443513870239,1.4067108499390802e-16,0.5178285241127014,9.381079869767565e-14,-0.02391582727432251,9.367012761268175e-14 +Harry Potter,Emeric the Evil,0.5510760545730591,1.3528009050659322,0.527782678604126,5.367036443218868,-0.023293375968933105,4.014235538152937 +The Hitchhiker's Guide to the Galaxy,Majikthise,0.5454039573669434,1.8243136920421408,0.5222746133804321,1.5498286063925777,-0.02312934398651123,-0.2744850856495631 +Twilight,Marcus,0.5298269987106323,0.00880775649077,0.5068717002868652,0.006230294647273,-0.02295529842376709,-0.0025774618434969993 +Dune,Ghanima Atreides/DE,0.5460537672042847,0.0213209187600193,0.5231356024742126,0.0218287998960441,-0.02291816473007202,0.0005078811360248008 +Dune,Kwisatz Haderach,0.5711029767990112,0.9888903005529062,0.5482078194618225,0.3951715268638356,-0.02289515733718872,-0.5937187736890706 +Harry Potter,Kingsley Shacklebolt,0.5495610237121582,0.0004942961855389,0.5267613530158997,0.0062362204179335,-0.022799670696258545,0.0057419242323946 +Twilight,Irina,0.5298442840576172,0.0029681970301054,0.5071415305137634,0.0269133983431364,-0.02270275354385376,0.023945201313031 +Harry Potter,Pansy Parkinson,0.5364487767219543,1.6987422151944145e-06,0.5138946771621704,0.0003115717640727,-0.022554099559783936,0.00030987302185750556 +Harry Potter,Crookshanks,0.5896149277687073,0.1033351758401786,0.5674389004707336,0.0170902126986823,-0.022176027297973633,-0.0862449631414963 +Twilight,Mike Newton,0.5331747531890869,0.2755209940132483,0.5110588073730469,0.21346880596453,-0.02211594581604004,-0.062052188048718315 +The Lord of the Rings,Gríma,0.5811100006103516,0.0634458000697368,0.5591428279876709,0.0055884507722527,-0.021967172622680664,-0.057857349297484095 +Dune,Thufir Hawat/DE,0.5171127319335938,0.0001147910433744,0.4953840970993042,4.805865344336233e-05,-0.02172863483428955,-6.673238993103766e-05 +Twilight,Carmen,0.5398139953613281,0.1822000785022918,0.5180933475494385,0.2230757360589205,-0.02172064781188965,0.0408756575566287 +Twilight,Nahuel,0.5329504013061523,0.0168990995478412,0.5113327503204346,0.0048311748935991,-0.021617650985717773,-0.0120679246542421 +Dune,Farok,0.5343023538589478,1.8493466719054965,0.5131552219390869,1.0073254815340729,-0.02114713191986084,-0.8420211903714236 +The Lord of the Rings,Melian,0.5794527530670166,3.307422900641166,0.5590015053749084,3.073584179482273,-0.020451247692108154,-0.23383872115889304 +Dune,Jamis,0.5582770705223083,0.5487325101378681,0.5381486415863037,1.032355731511433,-0.02012842893600464,0.48362322137356484 +Twilight,Ephraim Black,0.5627270340919495,2.143965642629478,0.5427232384681702,1.2444704796957806,-0.020003795623779297,-0.8994951629336976 +Twilight,Harry Clearwater,0.5594446659088135,2.133456144455012,0.5399731993675232,2.0329129142009426,-0.019471466541290283,-0.10054323025406964 +Dune,Norma Cenva,0.5213820338249207,1.6358207488462009,0.5019789338111877,1.207627622996396,-0.01940310001373291,-0.42819312584980485 +Harry Potter,Aragog,0.5675592422485352,0.0621554027726375,0.5482261776924133,0.3013141396150597,-0.019333064556121826,0.2391587368424222 +Harry Potter,Eloise Midgen,0.5545334219932556,3.917565908075599,0.5354101061820984,0.5764592562518426,-0.019123315811157227,-3.341106651823756 +Twilight,Huilen,0.5263767838478088,0.0561397280132425,0.5073695182800293,0.18591047222491,-0.01900726556777954,0.1297707442116675 +Harry Potter,Neville Longbottom,0.4819470345973968,1.3092586542114672e-11,0.4630094468593597,9.987871242375334e-24,-0.01893758773803711,-1.3092586542104684e-11 +Harry Potter,William Weasley,0.4589860439300537,9.835337236167972e-10,0.4402841329574585,7.782682347960048e-09,-0.018701910972595215,6.799148624343251e-09 +Harry Potter,Corban Yaxley,0.5639587044715881,0.0005139367136,0.5453345775604248,0.0006483742801434,-0.01862412691116333,0.00013443756654339992 +Harry Potter,Porpentina Goldstein,0.5134313702583313,9.248317441994686e-06,0.4948583245277405,1.622464090291641e-07,-0.01857304573059082,-9.086071032965523e-06 +Dune,Piter De Vries,0.5435839891433716,2.353764161712112,0.5251157879829407,2.1502517046525558,-0.018468201160430908,-0.20351245705955634 +The Lord of the Rings,Legolas,0.5817660093307495,9.36161988434402e-06,0.5635741949081421,2.2570975239926706e-07,-0.018191814422607422,-9.135910131944754e-06 +The Lord of the Rings,Halbarad,0.5582286715507507,3.670575046338486,0.5401188135147095,1.292843392635992,-0.01810985803604126,-2.3777316537024937 +Harry Potter,Horace Slughorn,0.5151201486587524,3.3880238751223555e-10,0.4972471594810486,1.2171731625895726e-11,-0.017872989177703857,-3.266306558863398e-10 +Dune,Wellington Yueh/DE,0.5500670671463013,0.040413595956706,0.5323172807693481,0.134593772171039,-0.017749786376953125,0.09418017621433299 +The Hitchhiker's Guide to the Galaxy,Old Man on the Pole,0.500385046005249,3.881556195734246,0.4827165305614471,4.301598800528192,-0.017668515443801935,0.4200426047939465 +The Hitchhiker's Guide to the Galaxy,Reg Nullify,0.5054993033409119,1.103178434314816,0.4878826439380646,0.7164372362243827,-0.01761665940284729,-0.3867411980904334 +Harry Potter,Louis Weasley,0.4864599108695984,0.7138917174084937,0.4690457582473755,0.7304746181339034,-0.0174141526222229,0.01658290072540969 +Twilight,Jane,0.5533869862556458,0.0001291120590717,0.5360067486763,0.0002053244725436,-0.017380237579345703,7.621241347190001e-05 +Harry Potter,Justin Finch-Fletchley,0.5576454401016235,0.0674820240974602,0.5402739644050598,0.0104796538912058,-0.01737147569656372,-0.05700237020625439 +Harry Potter,Lee Jordan,0.5498971343040466,1.8003785736130918e-06,0.5326805114746094,0.0002322872269777,-0.017216622829437256,0.0002304868484040869 +Harry Potter,Zacharias Smith,0.538929283618927,0.0460952826690254,0.5217380523681641,0.0928159273146208,-0.01719123125076294,0.046720644645595395 +Dune,Alia Atreides/DE,0.5522106885910034,0.0047711652207803,0.5350264310836792,0.0013991870547281,-0.01718425750732422,-0.0033719781660522 +Twilight,Charlotte,0.5166462659835815,0.781418471182575,0.4995029270648956,0.3446262718630764,-0.01714333891868597,-0.4367921993194986 +Harry Potter,Marcus Flint,0.5566878914833069,0.028752439961508,0.5396279692649841,0.4425258215826614,-0.017059922218322754,0.4137733816211534 +The Hitchhiker's Guide to the Galaxy,Eccentrica Gallumbits,0.5494129061698914,7.828522879128113,0.5323628783226013,6.773885850042504,-0.01705002784729004,-1.054637029085609 +Dune,Wensicia Corrino,0.555548369884491,1.1282520241773488,0.5385229587554932,1.13655268167139,-0.017025411128997803,0.008300657494041186 +Dune,Paulus Atreides,0.5612874627113342,0.5633613324215493,0.54449462890625,0.5336128522320133,-0.01679283380508423,-0.02974848018953602 +The Lord of the Rings,Ancalagon,0.6005372405052185,3.2840676837191274,0.5838321447372437,1.2807182581958425,-0.016705095767974854,-2.003349425523285 +Harry Potter,Michael Corner,0.552334725856781,0.1687519261156403,0.5356698632240295,0.0224154771947869,-0.016664862632751465,-0.1463364489208534 +The Hitchhiker's Guide to the Galaxy,Pizpot Gargravarr,0.4799016416072845,0.7556885728675194,0.4634330570697784,0.7523160031759665,-0.016468584537506104,-0.0033725696915529735 +Twilight,Felix,0.5607106685638428,0.0179366257878921,0.5442619919776917,0.0219122688524262,-0.016448676586151123,0.003975643064534101 +Dune,Thufir Hawat/XD,0.5730161666870117,0.0772626953115746,0.5566498041152954,0.0180396159523106,-0.01636636257171631,-0.059223079359264005 +Twilight,Charlie Swan,0.5254391431808472,1.1934923241368973e-11,0.5090958476066589,2.75662959024152e-09,-0.016343295574188232,2.7446946670001512e-09 +Dune,Siona Atreides,0.5699283480644226,1.1794189741629943,0.5539284348487854,0.5264898525734703,-0.015999913215637207,-0.6529291215895241 +Dune,Vorian Atreides,0.5189249515533447,1.1243278342531508e-11,0.5030860900878906,8.804018211027359e-12,-0.0158388614654541,-2.439260131504149e-12 +Dune,Thufir Hawat,0.557856023311615,0.0943329103386342,0.5422404408454895,0.1124187826945212,-0.015615582466125488,0.018085872355887003 +Harry Potter,Stanley Shunpike,0.5319774150848389,0.0324043706052441,0.5165749788284302,0.0054479956624618,-0.015402436256408691,-0.026956374942782302 +Twilight,Angela Weber,0.5672181844711304,1.0729344351629857,0.5519054532051086,0.0813691442410426,-0.015312731266021729,-0.9915652909219431 +Twilight,Tanya,0.5273171663284302,0.0068242964135377,0.5122186541557312,0.0013072797059336,-0.015098512172698975,-0.0055170167076041 +Harry Potter,Amos Diggory,0.5417119264602661,0.0142845012307344,0.5267006754875183,0.0026181169328414,-0.015011250972747803,-0.011666384297893 +Twilight,Emily Young,0.5096997618675232,0.0306596128631235,0.4946922361850738,0.0092741401644673,-0.015007525682449396,-0.021385472698656198 +The Hitchhiker's Guide to the Galaxy,Constant Mown,0.499842494726181,2.1629619365242494,0.4855059683322906,1.9684584996195824,-0.01433652639389038,-0.19450343690466698 +Dune,Chani Kynes/DE,0.5384023785591125,0.0129488049754235,0.5240662097930908,0.009487944342446,-0.014336168766021729,-0.0034608606329775 +Twilight,Sam Uley,0.5350551605224609,8.981810138576187e-05,0.5208538770675659,1.6463853354722258e-05,-0.01420128345489502,-7.335424803103961e-05 +The Lord of the Rings,Éowyn,0.5521554350852966,0.1293655174924256,0.5380213260650635,0.1680209027290762,-0.014134109020233154,0.038655385236650575 +Dune,Octa Butler,0.5269408822059631,2.987515522025846,0.5130519270896912,1.1772268718454462,-0.013888955116271973,-1.8102886501803996 +Harry Potter,Rosmerta,0.5415127277374268,0.075761417105686,0.5278216600418091,0.0130248278898893,-0.013691067695617676,-0.0627365892157967 +Harry Potter,Seamus Finnigan,0.5306010842323303,0.00036435824606,0.5169129967689514,2.378544901978846e-05,-0.013688087463378906,-0.0003405727970402116 +Harry Potter,Buckbeak,0.571956217288971,1.2890360008218884,0.558632493019104,0.2016536115196801,-0.013323724269866943,-1.0873823893022083 +Dune,Glossu Rabban Harkonnen/DE,0.5335575342178345,0.2152407271983929,0.5204051733016968,0.1331949848145656,-0.013152360916137695,-0.08204574238382731 +Dune,Vladimir Harkonnen/DE,0.5544503331184387,0.0126295369209783,0.5413947701454163,0.1010323027631652,-0.013055562973022461,0.0884027658421869 +Twilight,Leah Clearwater,0.5349110960960388,0.0026888927314356,0.5218864679336548,0.0040446210432822,-0.013024628162384033,0.0013557283118465998 +Twilight,James,0.5182864665985107,0.0053870813729526,0.5053487420082092,4.466554469069594e-05,-0.012937724590301514,-0.005342415828261904 +Twilight,Quil Ateara V,0.5397222638130188,0.1200085918127161,0.5268219709396362,0.2188021606818934,-0.012900292873382568,0.0987935688691773 +Harry Potter,Antonin Dolohov,0.5717323422431946,0.0071027521494909,0.5590146780014038,0.1176487745787031,-0.012717664241790771,0.1105460224292122 +Dune,Paul Atreides,0.4457144141197204,4.41247837452014e-09,0.4331960380077362,9.16119060542467e-12,-0.012518376111984197,-4.403317183914715e-09 +The Hitchhiker's Guide to the Galaxy,Lallafa,0.5064609050750732,0.8560960545578866,0.4946936070919037,0.9770750926302156,-0.011767297983169556,0.12097903807232901 +Twilight,Benjamin,0.5336911082267761,0.0219535384994663,0.5221549272537231,0.0251214722587881,-0.011536180973052979,0.003167933759321801 +Harry Potter,Penelope Clearwater,0.5432977080345154,0.1907372821612631,0.5318372845649719,0.5358832991629894,-0.011460423469543457,0.3451460170017263 +Harry Potter,Anthony Goldstein,0.5168087482452393,0.0494898274919872,0.5054145455360413,0.7432056786452059,-0.011394202709197998,0.6937158511532188 +Twilight,Alec,0.5476362109184265,0.0327037710260813,0.5363590717315674,0.0003285550888575,-0.01127713918685913,-0.032375215937223804 +The Lord of the Rings,Círdan,0.5733222961425781,0.0073419328305188,0.562244713306427,0.0946937049673529,-0.011077582836151123,0.0873517721368341 +The Lord of the Rings,Éomer,0.5580714344978333,0.3236261659418649,0.5470423102378845,0.3252250146540364,-0.01102912425994873,0.00159884871217153 +The Hitchhiker's Guide to the Galaxy,Allitnils,0.5003464818000793,1.6176407168107456,0.4894489347934723,1.7460849768717932,-0.010897547006607056,0.1284442600610476 +The Lord of the Rings,Arwen,0.5483658313751221,0.5523279271244332,0.5376333594322205,0.5089089964776239,-0.010732471942901611,-0.04341893064680935 +Harry Potter,Hermione Granger,0.4501465857028961,3.4843494507535876e-39,0.4394466578960418,4.713641376257898e-42,-0.010699927806854304,-3.47963580937733e-39 +Harry Potter,Millicent Bulstrode,0.5375728607177734,0.5738590301188647,0.5270988345146179,0.3533225274605486,-0.010474026203155518,-0.22053650265831615 +Twilight,Eleazar,0.5347897410392761,0.0247951261177213,0.5243425369262695,0.074217350162032,-0.010447204113006592,0.0494222240443107 +Twilight,Tyler Crowley,0.5645808577537537,0.3663086840575111,0.554140567779541,0.3617989640253647,-0.010440289974212646,-0.0045097200321463915 +The Hitchhiker's Guide to the Galaxy,Oolon Colluphid,0.5689864754676819,6.868219297663706,0.5586027503013611,5.368719111928454,-0.0103837251663208,-1.4995001857352523 +The Lord of the Rings,Elrond,0.5352104902267456,0.0008747134186128,0.5248686075210571,7.300969141069368e-06,-0.010341882705688477,-0.0008674124494717306 +Harry Potter,Peeves,0.5787001252174377,0.0003448843462974,0.5687010884284973,8.861681229456177e-06,-0.00999903678894043,-0.0003360226650679438 +Harry Potter,Cornelius Fudge,0.522250235080719,1.3899672497304728e-12,0.51277756690979,9.511331795173153e-18,-0.009472668170928955,-1.3899577383986776e-12 +Harry Potter,Newton Scamander,0.5118637084960938,1.9232313096174262e-16,0.5024756789207458,4.554076775512101e-21,-0.0093880295753479,-1.923185768849671e-16 +The Lord of the Rings,Denethor II,0.5573152303695679,0.3191442459570789,0.5483073592185974,0.508731246913839,-0.009007871150970459,0.18958700095676007 +Harry Potter,Fleur Delacour,0.4673050045967102,3.077808703235555e-09,0.4583278000354767,3.5540246622963465e-11,-0.00897720456123352,-3.042268456612592e-09 +Harry Potter,Katie Bell,0.5493029952049255,0.0001419491119901,0.5405836701393127,0.0002859482785555,-0.008719325065612793,0.00014399916656540002 +Harry Potter,Rita Skeeter,0.5450084805488586,1.18905528663881e-05,0.5365824103355408,1.7179988204059195e-08,-0.008426070213317871,-1.1873372878184041e-05 +Dune,Paul Atreides/DE,0.5570170283317566,0.1683361047730633,0.5486254692077637,0.654087182543554,-0.00839155912399292,0.48575107777049076 +Harry Potter,Alicia Spinnet,0.5763851404190063,0.0113723660858237,0.5680549740791321,0.0034634614733615,-0.008330166339874268,-0.0079089046124622 +Dune,Leto Atreides II,0.5097422003746033,0.0085917606463705,0.5015009045600891,0.0058204731567389,-0.00824129581451416,-0.002771287489631599 +The Lord of the Rings,Watcher in the Water,0.5877236723899841,0.0059004115227934,0.5795498490333557,0.094625089341469,-0.008173823356628418,0.0887246778186756 +Dune,Chani Kynes,0.5319003462791443,2.619114268573243,0.5242205858230591,0.8856849338139756,-0.007679760456085205,-1.7334293347592673 +Twilight,Brady Fuller,0.4260901510715484,0.6737670635057369,0.4185141026973724,0.7034297337632921,-0.007576048374176025,0.0296626702575552 +Harry Potter,Quirinus Quirrell,0.5376813411712646,2.9557822901751395e-05,0.5304103493690491,1.3232436231662407e-05,-0.007270991802215576,-1.6325386670088987e-05 +Dune,Moneo Atreides/DE,0.5402241349220276,0.0026877204797969,0.5330454707145691,0.0223728830724871,-0.007178664207458496,0.019685162592690198 +Twilight,Caius,0.5329683423042297,0.0277952938585236,0.5258496403694153,0.0004148810138452,-0.007118701934814453,-0.0273804128446784 +Harry Potter,Irma Crabbe,0.4379485547542572,0.6838871381836266,0.4309313893318176,1.382631797424559,-0.007017165422439575,0.6987446592409324 +Dune,Irulan Corrino/XD,0.5731375813484192,0.4284960322847032,0.566170334815979,0.1174477903566004,-0.0069672465324401855,-0.31104824192810276 +The Hitchhiker's Guide to the Galaxy,Great Circling Poets of Arium,0.5628529787063599,5.7914701379707925,0.5559934377670288,7.444573611594727,-0.006859540939331055,1.6531034736239345 +The Lord of the Rings,Peregrin Took,0.5510259866714478,0.1123801646032861,0.5441954731941223,0.1038993455436899,-0.0068305134773254395,-0.008480819059596204 +Twilight,Jacob Black,0.5290425419807434,1.738419832548516e-16,0.5222568511962891,1.8465982915088164e-14,-0.006785690784454346,1.829214093183331e-14 +The Lord of the Rings,Aragorn II,0.5422757863998413,4.861258445467647e-08,0.5357530117034912,2.4347399045385892e-08,-0.006522774696350098,-2.426518540929058e-08 +Dune,Pardot Kynes,0.540195107460022,0.4993257687202917,0.5338239073753357,0.4266379848967421,-0.006371200084686279,-0.07268778382354962 +The Hitchhiker's Guide to the Galaxy,Ford Prefect,0.5339455604553223,0.0249287421903587,0.5275748372077942,0.0046468126888504,-0.006370723247528076,-0.0202819295015083 +Dune,Pardot Kynes/XD,0.5893939137458801,0.3637647377053534,0.5830528140068054,0.2342784853330249,-0.006341099739074707,-0.1294862523723285 +Dune,Irulan Corrino/DE,0.5696361660957336,0.0451320107008682,0.5633543729782104,0.1002815578082755,-0.006281793117523193,0.0551495471074073 +The Hitchhiker's Guide to the Galaxy,Guide Mark II,0.5441259145736694,2.788454872783037,0.5378767251968384,7.089667917977646,-0.006249189376831055,4.30121304519461 +Dune,Gurney Halleck,0.5629721283912659,0.0470760789637914,0.5567303895950317,0.0097462889943677,-0.006241738796234131,-0.0373297899694237 +Harry Potter,Cormac McLaggen,0.5343990921974182,0.0014299742742406,0.5282922983169556,0.0021992252993657,-0.0061067938804626465,0.0007692510251251002 +The Hitchhiker's Guide to the Galaxy,Garkbit,0.5333770513534546,0.8081476281573288,0.527380645275116,1.217868843014244,-0.005996406078338623,0.40972121485691515 +The Hitchhiker's Guide to the Galaxy,Old Thrashbarg,0.5020222663879395,2.1999566724610315,0.4960719347000122,1.7648173389886592,-0.005950331687927246,-0.4351393334723723 +Harry Potter,Sybill Trelawney,0.5398802757263184,8.822363801984411e-09,0.5339821577072144,3.3235441249459536e-10,-0.005898118019104004,-8.490009389489815e-09 +Dune,Feyd-Rautha Harkonnen,0.5619041919708252,0.6045441751828842,0.556075930595398,0.5356011141238942,-0.005828261375427246,-0.06894306105898995 +Dune,Farad'n Corrino/XD,0.5620886087417603,1.779329903679524,0.5563293099403381,2.1953197062928727,-0.005759298801422119,0.4159898026133486 +Harry Potter,Astoria Malfoy,0.5348907709121704,0.1618310931438816,0.5291686654090881,0.4954288238653214,-0.005722105503082275,0.3335977307214398 +Twilight,Quil Ateara III,0.5264707803726196,4.6570964057725535,0.5209446549415588,2.723338559692601,-0.005526125431060791,-1.9337578460799523 +Twilight,Riley Biers,0.5164191722869873,0.0051737072858948,0.51091468334198,0.0177791923739859,-0.005504488945007324,0.0126054850880911 +Harry Potter,Regulus Black I,0.4737982153892517,1.3627792185668255,0.4683603644371032,3.782804810686204,-0.005437850952148493,2.4200255921193783 +The Hitchhiker's Guide to the Galaxy,Almighty Bob,0.5122503638267517,1.1139810710339946,0.5068441033363342,1.5708570873199224,-0.0054062604904174805,0.4568760162859278 +Twilight,Amun,0.5253300070762634,0.0149764440119263,0.5199307799339294,0.0229441885710069,-0.005399227142333984,0.007967744559080598 +Twilight,Renesmee Cullen,0.4983888566493988,7.552436089066456e-12,0.4930146932601928,4.854257366565199e-09,-0.005374163389205988,4.846704930476133e-09 +The Hitchhiker's Guide to the Galaxy,Colin the Security Robot,0.5251595973968506,2.444572493933885,0.5197945833206177,5.4842990813960935,-0.00536501407623291,3.0397265874622086 +Harry Potter,Aurora Sinistra,0.5590526461601257,0.0393447635599015,0.5538445115089417,0.1224016058478967,-0.005208134651184082,0.0830568422879952 +Twilight,Alice Cullen,0.4722012281417846,4.617793776897156e-10,0.466993510723114,1.2967121941542204e-10,-0.005207717418670599,-3.3210815827429354e-10 +Dune,Shaddam IV/DE,0.5235410332679749,0.026681287917775,0.5183737277984619,0.0342370109305398,-0.0051673054695129395,0.007555723012764803 +Harry Potter,Severus Snape,0.4929259121417999,1.3601442852186424e-29,0.4878228902816772,3.80400575075157e-37,-0.005103021860122736,-1.3601442471785848e-29 +Dune,Lady Jessica,0.4835402071475982,0.6225081164599482,0.4784873127937317,0.2211910335881457,-0.005052894353866522,-0.40131708287180246 +Dune,Elrood Corrino IX/XD,0.5014886856079102,0.7986870708959393,0.4964533448219299,1.0047659140690426,-0.00503534078598028,0.20607884317310332 +Harry Potter,Luna Lovegood,0.5057185292243958,1.8896237623338066e-17,0.5007044076919556,1.902459524809403e-12,-0.0050141215324401855,1.9024406285717793e-12 +Dune,Logno,0.494779884815216,0.5175822192659972,0.4899324774742126,0.8368306389827149,-0.004847407341003418,0.3192484197167177 +Dune,Raquella Berto-Anirul,0.5494669675827026,0.8528535514065485,0.5446735620498657,1.7036219628869,-0.004793405532836914,0.8507684114803515 +Dune,Piter de Vries,0.5421473979949951,4.041021177281457,0.5375068783760071,2.2701143350458306,-0.004640519618988037,-1.7709068422356262 +The Hitchhiker's Guide to the Galaxy,Lintilla,0.515617311000824,0.5142873522605091,0.5111030340194702,0.5880101386189713,-0.00451427698135376,0.07372278635846219 +Harry Potter,Fat Lady,0.5663882493972778,0.2576185921762871,0.56190025806427,0.3347553479643727,-0.0044879913330078125,0.0771367557880856 +Dune,Norma Cenva/XD,0.5501602292060852,2.530207730437466e-06,0.5456869006156921,0.0005080855486115,-0.004473328590393066,0.0005055553408810625 +The Lord of the Rings,Lúthien,0.5872931480407715,0.2200637304655536,0.5828491449356079,0.8041705413064058,-0.004444003105163574,0.5841068108408521 +Twilight,Billy Black,0.5281102657318115,2.7921093799392365e-05,0.5237045288085938,0.0005235862923841,-0.0044057369232177734,0.0004956651985847077 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Jeltz,0.5403652787208557,1.5783257100592378,0.5359954833984375,2.823853986381509,-0.004369795322418213,1.2455282763222713 +Harry Potter,Terry Boot,0.546864926815033,0.1832940032558784,0.5428898930549622,0.2434138175461545,-0.003975033760070801,0.060119814290276075 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Kwaltz,0.5147516131401062,4.256055938988382,0.510841429233551,2.815234171207853,-0.003910183906555176,-1.440821767780529 +Harry Potter,Dolores Umbridge,0.4959323406219482,1.4263428261381885e-19,0.4922166466712951,1.833413787516768e-16,-0.003715693950653076,1.83198744469063e-16 +Harry Potter,Dorcas Meadowes,0.5596071481704712,5.84599386429504,0.5558947920799255,5.057313352443762,-0.0037123560905456543,-0.7886805118512781 +The Hunger Games,Alma Coin,0.5102835893630981,0.0008144029983635,0.506580114364624,0.0034972682666253,-0.003703474998474121,0.0026828652682618 +The Hitchhiker's Guide to the Galaxy,Loonquawl,0.5261984467506409,0.9040260224482054,0.5225129723548889,1.1205566695908122,-0.003685474395751953,0.21653064714260684 +The Hitchhiker's Guide to the Galaxy,Great Green Arkleseizure,0.5434069037437439,2.987253942419447,0.5398224592208862,4.255710115868676,-0.003584444522857666,1.2684561734492292 +The Lord of the Rings,Fíli and Kíli,0.5708042979240417,0.2646605146618025,0.5672894716262817,0.1983396337210324,-0.0035148262977600098,-0.06632088094077013 +Dune,Murbella,0.5588178038597107,0.2249533863333261,0.5553565621376038,0.2897574693350967,-0.0034612417221069336,0.06480408300177062 +Dune,Hasimir Fenring,0.5477452874183655,2.752159905512365,0.5443087816238403,2.1905251151701868,-0.0034365057945251465,-0.5616347903421781 +The Lord of the Rings,Thráin II,0.5631524324417114,0.1243625054259797,0.5599660873413086,0.1070212093692223,-0.003186345100402832,-0.017341296056757396 +Harry Potter,Ronald Weasley,0.4532481133937835,2.0778362287720762e-33,0.4501495659351349,3.902235542426407e-31,-0.003098547458648626,3.8814571801386863e-31 +Twilight,Seth Clearwater,0.5438310503959656,0.0097993448076755,0.5407668948173523,0.0190283065503624,-0.0030641555786132812,0.0092289617426869 +Dune,Siona Atreides/DE,0.5328741073608398,0.0914285988234466,0.5298420786857605,0.0509242698763024,-0.0030320286750793457,-0.0405043289471442 +Harry Potter,Antioch Peverell,0.5281078815460205,1.555139709449023,0.5253656506538391,1.4201497340140798,-0.0027422308921813965,-0.13498997543494307 +Harry Potter,Cadmus Peverell,0.5224007368087769,0.2924673914045537,0.5196977853775024,0.8439459175478803,-0.002702951431274414,0.5514785261433266 +The Hitchhiker's Guide to the Galaxy,Eddie the Computer,0.5442699193954468,1.7117588772682366,0.5415846705436707,2.5446792653203074,-0.002685248851776123,0.8329203880520708 +Harry Potter,Arthur Weasley,0.4234711229801178,9.540707699539671e-11,0.4209275245666504,2.2945409104300392e-18,-0.0025435984134674072,-9.54070747008558e-11 +The Hunger Games,Casca Highbottom,0.5190054774284363,0.1125986767022287,0.5164787769317627,0.1068540328790744,-0.002526700496673584,-0.005744643823154302 +The Hitchhiker's Guide to the Galaxy,Trillian,0.5511910319328308,0.3848918949493141,0.5486834049224854,0.7499072577522679,-0.002507627010345459,0.36501536280295377 +Harry Potter,Rubeus Hagrid,0.5124862790107727,6.652833672620101e-28,0.5100301504135132,2.3475026316466823e-24,-0.0024561285972595215,2.3468373482794204e-24 +Harry Potter,Dexter Fortescue,0.524878203868866,0.425494962526351,0.5224664211273193,1.2556065060829371,-0.002411782741546631,0.8301115435565861 +Dune,Bellonda,0.5506885647773743,1.4931472276373354,0.5483011603355408,2.338640533834851,-0.002387404441833496,0.8454933061975154 +Harry Potter,Arabella Figg,0.5605799555778503,0.0150677161364719,0.558222770690918,0.079535961089845,-0.002357184886932373,0.0644682449533731 +Dune,Farad'n Corrino,0.5639529228210449,1.5997431944150269,0.5616212487220764,2.7725924804205366,-0.002331674098968506,1.1728492860055098 +Harry Potter,Ludovic Bagman,0.5314623117446899,0.0169576483169616,0.5291670560836792,0.0146012355168374,-0.002295255661010742,-0.0023564128001242017 +Harry Potter,Albus Dumbledore,0.4530072212219238,1.5676155215469171e-46,0.4507668912410736,1.2035993034864866e-43,-0.002240329980850164,1.2020316879649396e-43 +Harry Potter,Gregory Goyle,0.5181066393852234,0.0156784897596795,0.5160576701164246,0.0058688853575473,-0.002048969268798828,-0.0098096044021322 +Harry Potter,Ignotus Peverell,0.5352026224136353,0.0421127873851287,0.5331591367721558,0.8187404190719058,-0.002043485641479492,0.7766276316867771 +Dune,Hayt,0.5371939539909363,1.2712192510858666,0.5351949334144592,2.2788322223784534,-0.0019990205764770508,1.0076129712925868 +Twilight,Victoria,0.5100798606872559,9.219545780377226e-08,0.5081497430801392,6.590592494122083e-07,-0.0019301176071166992,5.66863791608436e-07 +Harry Potter,Selwyn,0.5444645881652832,1.703147074194096,0.5427103042602539,1.4717821838687717,-0.0017542839050292969,-0.23136489032532426 +Dune,Korba,0.5014337301254272,2.2393084251022968,0.499786227941513,2.3051374872555,-0.00164750218391424,0.06582906215320339 +Harry Potter,Hepzibah Smith,0.5563204288482666,0.0243205294347999,0.5547276735305786,0.0467294312224848,-0.0015927553176879883,0.022408901787684902 +Dune,Zufa Cenva,0.5443686842918396,0.4828090690761097,0.5427811741828918,0.8375289648919988,-0.001587510108947754,0.3547198958158891 +The Hitchhiker's Guide to the Galaxy,Captain,0.4899353981018066,0.9164435472042498,0.4883973896503448,0.8684450963834781,-0.001538008451461792,-0.0479984508207717 +Harry Potter,Dominique Weasley,0.4936228096485138,0.7157537172386882,0.4922251105308532,0.7196244920735708,-0.001397699117660578,0.0038707748348826287 +Dune,Wellington Yueh,0.5065340399742126,1.0699479066583852,0.505357563495636,0.3109419464988483,-0.0011764764785766602,-0.7590059601595369 +Twilight,Lauren Mallory,0.5203814506530762,1.880009606168536,0.5196325778961182,3.033187796670408,-0.0007488727569580078,1.153178190501872 +Dune,Duncan Idaho,0.4403389394283294,0.0001807743756785,0.4396003484725952,0.0002372809840749,-0.0007385909557341974,5.6506608396399995e-05 +Harry Potter,Viktor Krum,0.5321261286735535,0.0207657874348046,0.5314199328422546,3.4756680630618405e-05,-0.0007061958312988281,-0.02073103075417398 +The Lord of the Rings,Gimli,0.528266429901123,0.0159003841944725,0.527631938457489,0.0096906480214426,-0.0006344914436340332,-0.0062097361730299 +The Hitchhiker's Guide to the Galaxy,Hactar,0.5415095686912537,1.7986262996613993,0.5409008860588074,3.9447276381562535,-0.0006086826324462891,2.146101338494854 +Dune,Tylwyth Waff,0.5355414748191833,1.1598862362099518,0.5352148413658142,1.835082593202588,-0.0003266334533691406,0.6751963569926362 +Twilight,J. Jenks,0.531209409236908,0.4950358655083797,0.5308963060379028,1.6316051347943996,-0.00031310319900512695,1.1365692692860199 +Dune,Gurney Halleck/DE,0.5359864234924316,2.934730952986957e-07,0.5356827974319458,6.942183856932445e-06,-0.00030362606048583984,6.64871076163375e-06 +The Hitchhiker's Guide to the Galaxy,Alice Beeblebrox,0.4967779517173767,0.99802725779914,0.4969177842140198,0.931185511039417,0.0001398324966430664,-0.06684174675972299 +The Lord of the Rings,Tom Bombadil,0.5692244172096252,0.0096452331169159,0.5694213509559631,0.0041444875059946,0.00019693374633789062,-0.0055007456109213 +Dune,Mohandas Suk,0.5149329900741577,1.1292819726826318,0.5153140425682068,1.1863076404961,0.00038105249404907227,0.057025667813468184 +Twilight,Jared Cameron,0.5072314739227295,0.0545741732384418,0.5077154636383057,0.1291697282123754,0.0004839897155761719,0.07459555497393361 +Harry Potter,Augustus Rookwood,0.5475334525108337,0.6735741322403885,0.5482975840568542,0.8720168612207716,0.0007641315460205078,0.19844272898038307 +Harry Potter,Lucius Malfoy,0.4420770406723022,1.448088829032099e-13,0.4429135620594024,8.359062210801346e-15,0.0008365213871002197,-1.3644982069240856e-13 +Harry Potter,Silvanus Kettleburn,0.5343621373176575,0.0980667598809487,0.535270631313324,0.1451640932258581,0.0009084939956665039,0.0470973333449094 +Dune,Anirul Corrino/XD,0.5416614413261414,0.0066365918881377,0.5427291393280029,0.0088643124949792,0.0010676980018615723,0.002227720606841499 +Harry Potter,Rose Granger-Weasley,0.4872856736183166,0.0066372509993867,0.4884867668151855,0.0095233651300431,0.0012010931968688965,0.0028861141306564 +Dune,Hasimir Fenring/DE,0.5495448112487793,0.0320319920170467,0.550844132900238,0.0713260935261198,0.0012993216514587402,0.039294101509073094 +Dune,Farad'n Corrino/DE,0.5643123984336853,0.6382892980767515,0.565615177154541,0.9014461865952292,0.0013027787208557129,0.26315688851847774 +The Lord of the Rings,Glaurung,0.5608259439468384,1.7772372613905831,0.5621346235275269,1.6705097155653243,0.0013086795806884766,-0.10672754582525878 +Twilight,Esme Cullen,0.5447559952735901,4.360571746586423e-06,0.546073317527771,1.4871437877519388e-05,0.0013173222541809082,1.0510866130932965e-05 +Dune,Ghanima Atreides,0.4993902444839477,0.2832351725235344,0.5008520483970642,0.1090961323815855,0.0014618039131165106,-0.17413904014194892 +Harry Potter,Angelina Johnson,0.463925689458847,7.276258909147282e-05,0.4654067158699035,1.623867088561323e-08,0.0014810264110565186,-7.274635042058721e-05 +Harry Potter,Sirius Black I,0.4783762097358703,1.1825972259562416,0.4798912107944488,1.1538797846633253,0.0015150010585784912,-0.028717441292916313 +Twilight,Rebecca Black,0.5029265880584717,2.8473180322844005,0.5044931769371033,1.826882335524608,0.0015665888786315918,-1.0204356967597925 +The Lord of the Rings,Bilbo Baggins,0.5365107655525208,4.011441318706742e-06,0.5382837653160095,0.0001248753727823,0.0017729997634887695,0.00012086393146359325 +Dune,Wellington Yueh/XD,0.5281198620796204,0.00986269711621,0.5298944115638733,0.008968862968506,0.0017745494842529297,-0.0008938341477039997 +Harry Potter,Fat Friar,0.5442248582839966,0.1392300177906723,0.5460276007652283,0.4809326218203241,0.0018027424812316895,0.3417026040296518 +The Lord of the Rings,Balin,0.545987606048584,0.0079325536178869,0.5478176474571228,0.2038783731632371,0.0018300414085388184,0.1959458195453502 +Twilight,Garrett,0.5204997062683105,0.0756510091212712,0.5225915312767029,0.3837643942936131,0.002091825008392334,0.3081133851723419 +Harry Potter,Mosag,0.5249723792076111,1.8411663893213104,0.5271376967430115,1.462775113446042,0.0021653175354003906,-0.37839127587526833 +Harry Potter,Amelia Bones,0.5168406963348389,0.0279557630805455,0.5190227627754211,0.0812637699946964,0.0021820664405822754,0.0533080069141509 +Harry Potter,Cho Chang,0.516838550567627,2.139597820794112e-07,0.5192126035690308,9.476078543455702e-07,0.0023740530014038086,7.33648072266159e-07 +Harry Potter,Merope Riddle,0.5249748826026917,0.0004662502451368,0.5273535251617432,0.0002089056118776,0.0023786425590515137,-0.0002573446332592 +Twilight,Zafrina,0.5370202660560608,0.5323186297748781,0.5394542217254639,0.557790068087978,0.002433955669403076,0.025471438313099948 +The Hunger Games,Hilarius Heavensbee,0.5179992318153381,1.5423424951846063,0.5204738974571228,3.441486370433192,0.002474665641784668,1.8991438752485856 +Harry Potter,Parvati Patil,0.5490759611129761,0.0062090403272631,0.5516678690910339,0.0049058723791191,0.0025919079780578613,-0.001303167948144 +Harry Potter,Septima Vector,0.5385039448738098,0.2920174987813086,0.5411742925643921,0.2421844856495184,0.0026703476905822754,-0.04983301313179023 +The Lord of the Rings,Meriadoc Brandybuck,0.5564203858375549,0.2999265634054204,0.5594236850738525,0.6961992607617269,0.0030032992362976074,0.3962726973563065 +The Hitchhiker's Guide to the Galaxy,Questular Rontok,0.4915196001529693,0.7772225286536903,0.4946693480014801,3.361145219866005,0.0031497478485107977,2.5839226912123148 +Dune,Leto Atreides I/XD,0.5373376607894897,0.0110230624284677,0.5404893755912781,0.0125341566145215,0.00315171480178833,0.0015110941860538001 +The Lord of the Rings,Isildur,0.574586033821106,0.0452284349709999,0.5778614282608032,0.0179507817501983,0.0032753944396972656,-0.027277653220801605 +Dune,Harah,0.5389475226402283,0.2183046726211584,0.5422749519348145,0.0527464640888047,0.0033274292945861816,-0.1655582085323537 +The Lord of the Rings,Théoden,0.5519975423812866,0.098661081767809,0.555400550365448,0.2290526172554974,0.003403007984161377,0.1303915354876884 +The Hitchhiker's Guide to the Galaxy,Caveman,0.4624646604061126,2.0570646436220046,0.4659535586833954,1.5703616692321305,0.0034888982772827704,-0.4867029743898741 +The Hitchhiker's Guide to the Galaxy,Gag Halfrunt,0.4883932471275329,1.5919163359704571,0.491943210363388,1.8584655163697192,0.0035499632358551025,0.2665491803992621 +Harry Potter,Molly Weasley,0.4281614422798157,2.5409851758096217e-17,0.4317655563354492,4.6968200808687457e-14,0.003604114055633545,4.694279095692936e-14 +Harry Potter,Rolanda Hooch,0.5499967336654663,1.7090872240475486e-05,0.5537196397781372,0.000102792374379,0.0037229061126708984,8.570150213852451e-05 +Harry Potter,Harry Potter,0.4480642676353454,1.2639081125928257e-186,0.4519370198249817,2.034616154564461e-74,0.003872752189636286,2.034616154564461e-74 +The Lord of the Rings,Frodo Baggins,0.5377333164215088,9.035697432029486e-09,0.5416869521141052,5.802297185785331e-07,0.0039536356925964355,5.711940211465036e-07 +Harry Potter,Poppy Pomfrey,0.5616823434829712,4.805973141925991e-05,0.5656402111053467,2.0826633129051506e-05,0.003957867622375488,-2.7233098290208405e-05 +Dune,Elrood Corrino IX/DE,0.4990565776824951,1.680903201871944,0.503130316734314,1.7051290547742493,0.004073739051818848,0.024225852902305167 +The Hitchhiker's Guide to the Galaxy,Mr Prosser,0.526118278503418,4.563572890281057,0.5302026867866516,4.125584433432032,0.004084408283233643,-0.4379884568490242 +Harry Potter,Broderick Bode,0.5171712636947632,1.374418961470638,0.5214512348175049,0.3000977922013568,0.004279971122741699,-1.0743211692692811 +Harry Potter,James Potter II,0.4499861299991607,0.2455680350861989,0.4544238150119781,0.1918815835152693,0.004437685012817383,-0.053686451570929605 +The Hitchhiker's Guide to the Galaxy,Old Woman in the Cave,0.5357320308685303,5.493064329066271,0.5402321815490723,6.098349388261835,0.004500150680541992,0.6052850591955643 +The Hitchhiker's Guide to the Galaxy,Number One,0.4737790822982788,0.6911469901316684,0.4783584773540497,0.5856922457561612,0.004579395055770874,-0.10545474437550717 +The Hitchhiker's Guide to the Galaxy,Zaphod Beeblebrox,0.53938227891922,4.567756244634674,0.5440461039543152,4.665632437599396,0.004663825035095215,0.09787619296472272 +Dune,Paul Atreides/XD,0.4372825920581817,8.181595971192389e-16,0.4419648051261902,4.074563351221159e-15,0.004682213068008478,3.25640375410192e-15 +Dune,Irulan Corrino,0.552903950214386,0.1253524255925955,0.5577408671379089,0.0991595460387814,0.004836916923522949,-0.026192879553814094 +Dune,Liet Kynes,0.5657013058662415,0.8491616312691735,0.5706300735473633,0.8244425658550223,0.004928767681121826,-0.024719065414151253 +Harry Potter,Oliver Wood,0.5494810938835144,0.0031257259818783,0.5545895099639893,0.0027905123470108,0.0051084160804748535,-0.0003352136348674997 +Harry Potter,Radolphus Lestrange,0.4944992363452911,0.8164014318746445,0.4996942281723022,0.8000335422403165,0.005194991827011108,-0.016367889634328003 +Dune,Leto Atreides I/DE,0.5395989418029785,0.0111862209802116,0.5448104739189148,0.1545048948981058,0.005211532115936279,0.14331867391789418 +Harry Potter,Amycus Carrow,0.5273104906082153,0.0064470404172035,0.5325559377670288,0.0112584606258732,0.0052454471588134766,0.0048114202086697 +Harry Potter,Pius Thicknesse,0.5229219794273376,0.0109208608462026,0.5281709432601929,0.0025309080094523,0.005248963832855225,-0.0083899528367503 +Dune,Edric,0.4862787127494812,1.1251288929263867,0.4916366636753082,2.8910878840380323,0.005357950925827026,1.7659589911116456 +Harry Potter,Tom Riddle,0.4458064436912536,3.168069295677723e-40,0.4512700736522674,1.1622324552405324e-44,0.005463629961013794,-3.1679530724321988e-40 +The Hitchhiker's Guide to the Galaxy,Golgafrinchans,0.5511670112609863,0.5549285345510245,0.5567904114723206,1.402434199539865,0.0056234002113342285,0.8475056649888405 +Twilight,Collin Littlesea,0.4260744154453277,0.6575721276720162,0.4318079948425293,0.686525650713903,0.005733579397201594,0.02895352304188681 +Dune,Lichna,0.4933736026287079,0.4607941610616827,0.4991544783115387,0.6320385965619723,0.0057808756828308105,0.17124443550028956 +The Hitchhiker's Guide to the Galaxy,Gail Andrews,0.4783885180950165,1.331027219739812,0.4842257797718048,0.981556243864098,0.00583726167678833,-0.3494709758757141 +Harry Potter,Dean Thomas,0.5118269920349121,1.8244386150973986e-07,0.5176940560340881,8.512505479378899e-07,0.005867063999176025,6.6880668642815e-07 +Harry Potter,Alastor Moody,0.5533482432365417,1.7193174001515158e-07,0.5592600703239441,1.5691412839536592e-10,0.005911827087402344,-1.7177482588675621e-07 +Harry Potter,Bellatrix Lestrange,0.4352039992809295,1.5363472535439991e-13,0.4414121508598327,7.308498571392399e-12,0.006208151578903198,7.1548638460379994e-12 +Harry Potter,Godric Gryffindor,0.5748502016067505,1.1248597042129604,0.5812059044837952,1.2911504332079202,0.006355702877044678,0.16629072899495978 +The Lord of the Rings,Thingol,0.525633692741394,0.0539210507006794,0.5319950580596924,0.5369288406434378,0.00636136531829834,0.4830077899427584 +Harry Potter,Sirius Black II,0.4215435087680816,1.1228537650434445,0.4280705749988556,2.4662679958974936,0.006527066230773981,1.343414230854049 +Harry Potter,Walden Macnair,0.5635466575622559,0.1849675190222164,0.5703075528144836,0.3006264950108966,0.006760895252227783,0.11565897598868022 +The Hitchhiker's Guide to the Galaxy,Prak,0.4988954663276672,0.8639535109612494,0.5057277679443359,1.6078580632582122,0.006832301616668757,0.7439045522969628 +Harry Potter,Victoire Weasley,0.4864944815635681,0.8898031067305227,0.4933436512947082,1.2884826591296104,0.006849169731140081,0.3986795523990877 +Dune,Tlaloc,0.5246959924697876,2.646719875117717,0.5315487384796143,1.2087544673367268,0.00685274600982666,-1.4379654077809902 +Dune,Miles Teg/XD,0.5305107235908508,0.1285666304566887,0.537381649017334,0.1273275886983392,0.006870925426483154,-0.0012390417583494906 +Dune,Shando Vernius,0.521742582321167,0.7272300770478705,0.5286861062049866,0.835193220501356,0.00694352388381958,0.10796314345348557 +Harry Potter,Remus Lupin,0.4716821312904358,5.765279864385344e-18,0.4787402749061584,3.136050476917269e-12,0.007058143615722601,3.1360447116374044e-12 +The Hitchhiker's Guide to the Galaxy,Ruler of the Universe,0.5129159092903137,6.838842886242955,0.5204333662986755,3.913381712546837,0.007517457008361816,-2.9254611736961182 +The Hitchhiker's Guide to the Galaxy,Ameglian Major Cow,0.5500752329826355,2.80877561406975,0.5576145052909851,1.793867985967612,0.007539272308349609,-1.0149076281021379 +Harry Potter,Rowena Ravenclaw,0.536291778087616,0.4780702268767824,0.5438369512557983,0.589127986422644,0.007545173168182373,0.11105775954586156 +Harry Potter,Draco Malfoy,0.43211430311203,1.4777474808204087e-16,0.4399133920669555,1.3068900625732578e-18,0.007799088954925537,-1.464678580194676e-16 +Twilight,Bree Tanner,0.528616726398468,0.0062132854516126,0.5364875793457031,0.0214544019715913,0.007870852947235107,0.015241116519978698 +Harry Potter,Nymphadora Tonks,0.4461378455162048,1.635256210038855e-17,0.4540960490703583,1.6848258868651242e-13,0.007958203554153498,1.6846623612441203e-13 +The Hitchhiker's Guide to the Galaxy,Marvin,0.5226954817771912,0.5531746555418097,0.5307050347328186,1.3498369094942475,0.008009552955627441,0.7966622539524378 +The Hitchhiker's Guide to the Galaxy,Lady Cynthia Fitzmelton,0.5142278671264648,2.773928117637921,0.5223308205604553,2.458637932578313,0.008102953433990479,-0.3152901850596077 +Harry Potter,Beedle the Bard,0.522861897945404,4.498811265480763,0.5310685038566589,5.401560759845255,0.008206605911254883,0.9027494943644925 +Harry Potter,Evan Rosier,0.5131301283836365,0.9094210946877266,0.5213402509689331,1.0734730159331596,0.00821012258529663,0.164051921245433 +Harry Potter,Bartemius Crouch Junior,0.5339266657829285,2.926049073436616e-09,0.5422037839889526,4.6053570028874446e-07,0.00827711820602417,4.5760965121530787e-07 +The Hunger Games,Haymitch Abernathy,0.5320743918418884,7.142502707739146e-15,0.5403539538383484,6.037866155756005e-16,0.008279561996459961,-6.5387160921635455e-15 +The Hitchhiker's Guide to the Galaxy,Genghis Khan,0.526462972164154,2.4218169731088937,0.5348344445228577,1.7301217028576794,0.008371472358703613,-0.6916952702512142 +Harry Potter,George Weasley,0.4387584626674652,1.7624679612876154e-12,0.447294533252716,1.2639408995656911e-14,0.008536070585250799,-1.7498285522919585e-12 +The Lord of the Rings,Boromir,0.5420252084732056,0.2208190084381805,0.550870954990387,0.1635920221384829,0.008845746517181396,-0.05722698629969761 +The Lord of the Rings,Túrin,0.5262561440467834,0.0009104604560052,0.5351635217666626,0.0025890702421805,0.00890737771987915,0.0016786097861752997 +The Hitchhiker's Guide to the Galaxy,Murray Bost Henson,0.4768938422203064,1.211152165003513,0.4860781133174896,1.2961501883295707,0.009184271097183228,0.08499802332605766 +Dune,Tio Holtzman,0.5359511375427246,0.2464258698445944,0.5451527237892151,0.3551528411521518,0.009201586246490479,0.1087269713075574 +Dune,Marcus Claire Luyseyal,0.4783183634281158,1.45308452667761,0.4878979623317718,1.509079725196511,0.009579598903656006,0.05599519851890089 +Dune,Wensicia Corrino/DE,0.5442671775817871,0.8856984593840024,0.5538966655731201,1.1536499686322064,0.009629487991333008,0.267951509248204 +Dune,Serena Butler,0.5327451229095459,0.0362846574024291,0.5425384044647217,0.0475367506421632,0.009793281555175781,0.011252093239734098 +Dune,Moneo Atreides,0.5479013919830322,0.2878437573838585,0.5579013824462891,0.0851327643411914,0.009999990463256836,-0.2027109930426671 +Harry Potter,Phineas Nigellus Black,0.4508631229400635,8.120859720877467e-05,0.4610663652420044,0.0032949429196833,0.010203242301940918,0.003213734322474525 +Twilight,Mary,0.5159986019134521,1.229007427614384,0.5262669324874878,1.860727296539297,0.010268330574035645,0.6317198689249128 +The Lord of the Rings,Samwise Gamgee,0.5577294230461121,2.981547643814377e-05,0.5680708885192871,0.0021778630954974,0.010341465473175049,0.0021480476190592563 +Harry Potter,Frank Longbottom,0.5471572875976562,1.1322979276281024,0.5575560331344604,0.5719209658676639,0.0103987455368042,-0.5603769617604385 +Dune,Anirul Corrino,0.5229536890983582,0.912984212741053,0.5335439443588257,1.1447678403703647,0.01059025526046753,0.2317836276293117 +Dune,Jehanne Butler,0.5227755308151245,0.8694319747196473,0.533492922782898,1.932790710067074,0.010717391967773438,1.0633587353474268 +Twilight,Mexican coven,0.4945212602615356,0.7120896398841041,0.5052410960197449,0.9084099254345048,0.010719835758209284,0.1963202855504007 +The Lord of the Rings,Ungoliant,0.549044668674469,0.128973381792379,0.5599000453948975,0.5747775007490585,0.010855376720428467,0.44580411895667954 +Dune,Glossu Rabban Harkonnen,0.5340532660484314,2.3036825628649504,0.5450428128242493,2.4193113109613207,0.010989546775817871,0.11562874809637025 +Harry Potter,Gabrielle Delacour,0.5223298668861389,1.168723219988157,0.5333210825920105,1.1045229648817685,0.010991215705871582,-0.06420025510638849 +Dune,Liet-Kynes,0.5547012090682983,1.5908292732935243,0.5659355521202087,1.5960672420416866,0.0112343430519104,0.005237968748162292 +Dune,Hedley Tuek,0.5054147243499756,0.7164470616324456,0.5168662667274475,1.1032708824101038,0.011451542377471924,0.3868238207776582 +Harry Potter,Garrick Ollivander,0.5313294529914856,0.0135684086148181,0.542927086353302,0.0014663576833187,0.011597633361816406,-0.0121020509314994 +Dune,Ziarenko Javid,0.4890077412128448,0.8816504489356798,0.5007531642913818,0.994905453619222,0.011745423078537043,0.11325500468354222 +Dune,Tyros Reffa,0.480540782213211,1.569743544575623,0.4925239086151123,1.5343194191660494,0.0119831264019013,-0.035424125409573515 +Harry Potter,Ginevra Weasley,0.4481128752231598,5.921675950872928e-32,0.4601025283336639,1.6779671372316495e-25,0.011989653110504095,1.6779665450640545e-25 +Dune,Victor Atreides,0.528741717338562,0.5158123610834457,0.5407525300979614,1.3293292237988117,0.012010812759399414,0.8135168627153659 +Harry Potter,Filius Flitwick,0.5269127488136292,8.613709886152849e-12,0.539038360118866,1.1613885607232534e-11,0.012125611305236816,3.0001757210796855e-12 +The Hitchhiker's Guide to the Galaxy,Know-Nothing-Bozo,0.4649394452571869,0.4545044532896301,0.4770921766757965,0.6008057562188388,0.01215273141860962,0.14630130292920873 +The Hunger Games,Coral,0.5094689130783081,0.0683929223884989,0.5216844081878662,0.2821149151155435,0.012215495109558105,0.2137219927270446 +Harry Potter,Gellert Grindelwald,0.5266424417495728,5.94054798970139e-19,0.5388982892036438,2.3032054542676088e-17,0.012255847454071045,2.243799974370595e-17 +Harry Potter,Mykew Gregorovitch,0.5598282814025879,1.2835056604498305,0.5721428394317627,0.4262943090912127,0.012314558029174805,-0.8572113513586178 +Harry Potter,Helga Hufflepuff,0.5390971899032593,0.3471017908749374,0.5515829920768738,1.4637857624649413,0.012485802173614502,1.1166839715900039 +Harry Potter,Pomona Sprout,0.5376724600791931,1.3511983744272526e-12,0.5502572655677795,6.308390113218445e-08,0.012584805488586426,6.308254993381002e-08 +Dune,Piter de Vries/XD,0.5154051780700684,0.6117765141619117,0.5281004309654236,0.8675560618658038,0.012695252895355225,0.2557795477038921 +The Hitchhiker's Guide to the Galaxy,Number Two,0.4840034544467926,0.9594626155991508,0.4967589974403381,0.7338338366808194,0.012755542993545477,-0.22562877891833144 +Dune,Leto I Atreides,0.5306317210197449,0.0074758988857778,0.543422520160675,0.0723719614126919,0.012790799140930176,0.0648960625269141 +Twilight,Emmett Cullen,0.5229026079177856,4.626146041150566e-09,0.5358542203903198,5.6383434528673604e-09,0.01295161247253418,1.0121974117167945e-09 +Dune,Pardot Kynes/DE,0.5539801120758057,1.73601369940754e-05,0.5669638514518738,9.727943586778645e-07,0.012983739376068115,-1.6387342635397533e-05 +The Hunger Games,Coriolanus Snow,0.4776272475719452,2.9126668186973907e-18,0.4907776415348053,9.442908926714074e-15,0.013150393962860107,9.439996259895378e-15 +Twilight,Rosalie Hale,0.4684494137763977,5.220714551363631e-14,0.4816418886184692,1.1393122320426177e-07,0.013192474842071478,1.1393117099711626e-07 +Harry Potter,Abraxas Malfoy,0.5212939381599426,2.2116749955356854,0.5345617532730103,2.108352614117953,0.013267815113067627,-0.10332238141773242 +The Hitchhiker's Guide to the Galaxy,Rob McKenna,0.4982612431049347,1.676761573747175,0.5118005871772766,1.32866594536278,0.013539344072341919,-0.348095628384395 +Harry Potter,Susan Bones,0.5345025658607483,0.0018925034942361,0.5480835437774658,0.002618687044341,0.01358097791671753,0.0007261835501048998 +Dune,Darwi Odrade,0.5345297455787659,0.0036429604487717,0.5481929779052734,0.0081350336064976,0.013663232326507568,0.0044920731577259 +Harry Potter,Ignatius Prewett,0.4868535101413727,0.954975833304807,0.5006044507026672,1.51826896694714,0.013750940561294556,0.5632931336423331 +The Hitchhiker's Guide to the Galaxy,Agrajag,0.5240415334701538,0.5323970607447832,0.5379686951637268,1.7408361850426886,0.013927161693572998,1.2084391242979053 +The Hitchhiker's Guide to the Galaxy,Russell,0.457259327173233,1.0812615447686962,0.4715043902397156,1.176247351000992,0.0142450630664826,0.09498580623229591 +The Hunger Games,Vipsania Sickle,0.4964489042758941,1.2332811483802,0.5109447240829468,2.296390425878495,0.014495819807052668,1.0631092774982949 +Dune,Duncan Idaho/XD,0.4706788957118988,1.4683253157964638e-11,0.4851931929588318,7.0751997109639836e-12,0.014514297246932983,-7.608053447000655e-12 +The Lord of the Rings,Radagast,0.5384013056755066,0.0100255745582747,0.5529459118843079,0.0017647720936927,0.01454460620880127,-0.008260802464581999 +The Hitchhiker's Guide to the Galaxy,Poodoo,0.4555373191833496,0.6980830433239986,0.4701451957225799,0.6094023810015861,0.014607876539230291,-0.08868066232241256 +The Hitchhiker's Guide to the Galaxy,Hurling Frootmig,0.5130497217178345,0.9101723590259572,0.5277324914932251,3.9894213199495328,0.014682769775390625,3.0792489609235756 +Dune,Leto Atreides II/XD,0.5505051016807556,0.000174821912321,0.5656140446662903,0.0003825755550476,0.015108942985534668,0.00020775364272660002 +The Lord of the Rings,Thorin II,0.5422983765602112,0.0006771647491559,0.5574193596839905,0.0052600400256278,0.015120983123779297,0.0045828752764719 +Dune,Vladimir Harkonnen,0.5025796294212341,0.0105327679179144,0.5177177786827087,0.0096791005557061,0.01513814926147461,-0.0008536673622082987 +Dune,Abulurd Harkonnen/DE,0.5182008743286133,1.362609917915952,0.5333595871925354,2.042315223473736,0.01515871286392212,0.6797053055577837 +Harry Potter,Piers Polkiss,0.5167543888092041,1.2790685022656632,0.5319365859031677,1.762999561332922,0.015182197093963623,0.48393105906725875 +Dune,Shaddam Corrino IV/XD,0.5091894865036011,0.0090809560808491,0.5245181918144226,0.0092471458479011,0.015328705310821533,0.00016618976705200066 +Dune,Quintinius Violet Chenoeh,0.5093249678611755,0.0122252567494749,0.524704098701477,0.0160754336375768,0.015379130840301514,0.0038501768881018996 +The Hitchhiker's Guide to the Galaxy,Frankie and Benjy,0.5013969540596008,1.7548135912478575,0.5169132947921753,0.7030808589041321,0.015516340732574463,-1.0517327323437256 +The Hitchhiker's Guide to the Galaxy,Deep Thought,0.5314210057258606,8.53699479683835,0.5471480488777161,1.0135586273957131,0.01572704315185547,-7.523436169442637 +Twilight,Carlisle Cullen,0.5293272733688354,9.468050543431874e-09,0.5450688600540161,3.2809036680434965e-08,0.015741586685180664,2.3340986137003092e-08 +Twilight,Edward Cullen,0.4619485735893249,2.7989420826042336e-12,0.4777674674987793,2.128944432522841e-12,0.0158188939094544,-6.699976500813925e-13 +Dune,Norma Cevna,0.504711389541626,0.6081832269861903,0.52064049243927,2.719788599391379,0.015929102897644043,2.111605372405189 +Harry Potter,Peter Pettigrew,0.4922470450401306,3.823609035665477e-13,0.5086572170257568,2.2426763799859293e-15,0.01641017198562622,-3.8011822718656176e-13 +Dune,Alma Mavis Taraza,0.5263286828994751,1.1763266388481577,0.5428972244262695,0.7923937574830788,0.016568541526794434,-0.38393288136507886 +Twilight,Peter,0.4996434152126312,0.0007707760413928,0.5165984034538269,0.0098737691860605,0.01695498824119568,0.0091029931446677 +Twilight,Santiago,0.5025033354759216,1.4057027425233102,0.5195925831794739,3.332715111611792,0.017089247703552246,1.927012369088482 +Harry Potter,Dilys Derwent,0.5257084965705872,1.5585679755874766,0.5429420471191406,5.438772158060853,0.017233550548553467,3.880204182473376 +Harry Potter,Alice Longbottom,0.5555149912834167,0.1464946712747482,0.572822093963623,1.2940110439138062,0.0173071026802063,1.147516372639058 +The Hunger Games,Katniss Everdeen,0.538177490234375,2.3443452583198656e-31,0.5554942488670349,1.2334703445184762e-38,0.017316758632659912,-2.344345134972831e-31 +Twilight,Paul Lahote,0.5081225037574768,0.0152954814122052,0.5255449414253235,0.071658634350209,0.01742243766784668,0.0563631529380038 +Dune,Leto Atreides I,0.4812732934951782,0.7298950087245771,0.4988375008106231,1.0678744100759687,0.01756420731544489,0.3379794013513916 +Dune,Murbella/XD,0.5356296300888062,0.0041034575780942,0.5532116889953613,0.0035018882461928,0.017582058906555176,-0.0006015693319013997 +The Hunger Games,Festus Creed,0.5047379732131958,0.292450056603816,0.522467315196991,0.6338809804133214,0.017729341983795166,0.3414309238095054 +Dune,Ramallo,0.5175814032554626,1.296847200314298,0.5355709791183472,0.9804594400402232,0.01798957586288452,-0.31638776027407467 +Dune,Faykan Butler,0.4560759961605072,0.0628112011142187,0.474168986082077,0.1032828983494602,0.018092989921569824,0.040471697235241494 +The Hitchhiker's Guide to the Galaxy,Fenchurch,0.5083360075950623,1.592191246203948,0.5265572667121887,2.7457036977187443,0.018221259117126465,1.1535124515147963 +The Hitchhiker's Guide to the Galaxy,Humma Kavula,0.5119283199310303,2.787424181520432,0.5302233099937439,2.7457729851579336,0.018294990062713623,-0.04165119636249859 +Dune,Alia Atreides/XD,0.526520848274231,0.2653104621975815,0.5451275706291199,0.3564062792576663,0.018606722354888916,0.09109581706008485 +Harry Potter,Griphook,0.5196143984794617,1.526951339910751e-14,0.538314163684845,0.0460379752341642,0.0186997652053833,0.046037975234148924 +The Hitchhiker's Guide to the Galaxy,Haggunenons,0.539333164691925,0.4945963307851389,0.558082640171051,3.349477014080598,0.018749475479125977,2.854880683295459 +The Hitchhiker's Guide to the Galaxy,Paul Neil Milne Johnstone,0.5124474763870239,2.048404221015958,0.5312544107437134,2.671428310758235,0.018806934356689453,0.6230240897422767 +Harry Potter,Vincent Crabbe,0.5026130080223083,0.0015588655489887,0.5214837789535522,0.0011542314545937,0.018870770931243896,-0.0004046340943949999 +The Lord of the Rings,Maedhros,0.5532121062278748,0.0199567530387573,0.5721025466918945,0.1010704054882798,0.018890440464019775,0.0811136524495225 +Harry Potter,Marietta Edgecombe,0.5206737518310547,1.779552423344374e-05,0.5395944118499756,0.0032812133556265,0.0189206600189209,0.003263417831393056 +Harry Potter,Hugo Granger-Weasley,0.5106683373451233,1.4468244889103845,0.5297722220420837,1.0661772367281488,0.01910388469696045,-0.3806472521822357 +The Hitchhiker's Guide to the Galaxy,Roosta,0.4848386347293854,0.8314865504954853,0.5040119290351868,3.2408819615982014,0.01917329430580139,2.4093954111027163 +The Hitchhiker's Guide to the Galaxy,Great Hyperlobic Omnicognate Neutron Wrangler,0.5377633571624756,1.9328538642434627,0.5569385290145874,1.5262557711992633,0.019175171852111816,-0.40659809304419947 +Harry Potter,Bartemius Crouch Senior,0.5264034271240234,7.470252967959606e-10,0.5456181168556213,1.3927406723883127e-11,0.0192146897315979,-7.330978900720774e-10 +Harry Potter,Herbert Beery,0.4878427684307098,0.8369628959508667,0.5070789456367493,0.7914822154326692,0.019236177206039484,-0.045480680518197536 +The Lord of the Rings,Shelob,0.5711640119552612,0.8855788018652117,0.5904821157455444,0.7000883469407051,0.019318103790283203,-0.18549045492450655 +Harry Potter,Winky,0.5340132713317871,0.0022107310349813,0.5533812642097473,0.0012541336059077,0.019367992877960205,-0.0009565974290736 +The Hunger Games,Lysistrata Vickers,0.5299878716468811,0.0624234461597494,0.5494087338447571,0.2352364340905041,0.019420862197875977,0.1728129879307547 +Twilight,Aro,0.494179219007492,1.1873361905796463e-05,0.5136163830757141,6.6440766096684486e-06,0.0194371640682221,-5.229285296128015e-06 +Dune,Bijaz,0.4988247752189636,0.3898415914457266,0.518500804901123,0.4695547634332722,0.019676029682159424,0.07971317198754557 +Dune,Xavier Harkonnen,0.4988543093204498,0.0424093062947987,0.5185446739196777,0.1100263681956678,0.01969036459922796,0.06761706190086911 +Harry Potter,Dobby,0.4861740469932556,1.343842603081895e-38,0.5059210062026978,9.300306947622369e-09,0.01974695920944214,9.300306947622369e-09 +Dune,Tertius Eileen Anteac,0.4962998330593109,0.7491380817120499,0.5162011384963989,1.08826615080431,0.019901305437088013,0.33912806909226023 +Dune,Marty,0.4871240854263305,0.8762413003474923,0.5070319771766663,1.241751018241186,0.01990789175033575,0.3655097178936937 +Dune,Jessica Atreides/DE,0.5077189207077026,0.0121601276535094,0.5277735590934753,0.0343525840475821,0.020054638385772705,0.022192456394072704 +Harry Potter,Rufus Scrimgeour,0.549993097782135,0.0008907092674825,0.5700788497924805,0.0010634275344297,0.02008575201034546,0.0001727182669472 +Dune,Tyekanik,0.532672643661499,0.9530672037691116,0.5529613494873047,0.795747570216758,0.020288705825805664,-0.15731963355235357 +The Hitchhiker's Guide to the Galaxy,Effrafax of Wug,0.4908310174942016,1.6261834995648905,0.5111228823661804,3.1375595737712403,0.020291864871978815,1.5113760742063498 +Dune,Rhombur Vernius,0.5480297207832336,0.3569623769988124,0.5683475732803345,0.7308611305292908,0.02031785249710083,0.3738987535304784 +Dune,Sheeana Brugh,0.5156224370002747,0.6778219155931189,0.5360752940177917,0.6813749779522014,0.02045285701751709,0.0035530623590824817 +Dune,Alia Atreides,0.5008636116981506,0.6454515420887584,0.5214312076568604,0.2923913554490708,0.020567595958709717,-0.35306018663968763 +The Lord of the Rings,Thranduil,0.5371208190917969,0.0007781050621102,0.557759702205658,0.0115690835173304,0.020638883113861084,0.0107909784552202 +The Hitchhiker's Guide to the Galaxy,Judiciary Pag,0.5128049850463867,1.2943539963747523,0.5335613489151001,2.388537958569867,0.02075636386871338,1.0941839621951146 +Dune,Leto Atreides II/DE,0.5542869567871094,0.4475875365685639,0.5751059651374817,0.1193105515496551,0.020819008350372314,-0.32827698501890884 +Dune,Hwi Noree,0.5291639566421509,0.551620659027599,0.5500906705856323,0.8076787215781113,0.020926713943481445,0.2560580625505122 +The Hunger Games,Livia Cardew,0.5129340291023254,0.9153382742936784,0.5340738892555237,1.0419284082801596,0.021139860153198242,0.12659013398648122 +The Hitchhiker's Guide to the Galaxy,Enid Kapelsen,0.5014968514442444,1.2156483907879778,0.5227397680282593,1.103893689268279,0.021242916584014893,-0.1117547015196989 +Dune,Schwangyu,0.4926276504993438,1.0669962422332284,0.5143282413482666,2.7588991693321026,0.021700590848922785,1.6919029270988741 +Dune,Wensicia Corrino/XD,0.548549473285675,0.4475773439032078,0.570370614528656,1.2279254044224142,0.021821141242980957,0.7803480605192064 +Harry Potter,Sirius Black,0.4357708096504211,6.297694725523204e-17,0.4576578736305237,9.219409673178091e-17,0.021887063980102595,2.9217149476548874e-17 +The Hunger Games,Clemensia Dovecote,0.5132126212120056,0.0291443250384277,0.535294234752655,0.006016564539793,0.022081613540649414,-0.0231277604986347 +Harry Potter,Minerva McGonagall,0.4399511814117431,2.9665046241767284e-41,0.4620523452758789,1.3101767665931176e-38,0.022101163864135798,1.307210261968941e-38 +Harry Potter,Padma Patil,0.5311715602874756,0.004458751136146,0.5534011125564575,0.0852731723972241,0.022229552268981934,0.0808144212610781 +Harry Potter,Wilhelmina Grubbly-Plank,0.5589131116867065,0.5504047508112356,0.5811431407928467,1.6592923667941,0.022230029106140137,1.1088876159828644 +The Hitchhiker's Guide to the Galaxy,Emperor of the Galaxy,0.4611309766769409,2.3626019202895314,0.4836393892765045,3.6042548550150553,0.0225084125995636,1.2416529347255238 +The Lord of the Rings,Smaug,0.5200979709625244,1.7712451251066602e-07,0.542619526386261,4.944384382225629e-09,0.022521555423736572,-1.7218012812844038e-07 +Dune,Tylwyth Waff/XD,0.5080717206001282,0.3968409474797653,0.5306202173233032,0.3928300081596736,0.02254849672317505,-0.0040109393200916665 +Dune,Alef Burzmali,0.5162997245788574,0.6853367647984849,0.5388713479042053,0.943789855045517,0.0225716233253479,0.2584530902470321 +Dune,Shaddam Corrino IV,0.4953395128250122,0.172399584012771,0.518018364906311,0.563532481815849,0.022678852081298828,0.39113289780307803 +Dune,Dominic Vernius,0.5195322632789612,0.527845759373703,0.5422945618629456,0.6359396060986324,0.022762298583984375,0.10809384672492939 +Dune,Kwisatz Haderach/XD,0.5335668921470642,0.0361378965727395,0.5564238429069519,0.0130610556716856,0.022856950759887695,-0.0230768409010539 +The Lord of the Rings,Faramir,0.5335369110107422,2.196711129757189e-08,0.5567378401756287,2.8856669039196348e-05,0.023200929164886475,2.8834701927898776e-05 +Harry Potter,Hedwig,0.5528015494346619,1.3236348290723768e-06,0.5762235522270203,0.1659381307088989,0.0234220027923584,0.16593680707406983 +Dune,Piter de Vries/DE,0.5194000601768494,0.3959634119992083,0.5429386496543884,0.7523480200734194,0.023538589477539062,0.3563846080742111 +Harry Potter,Salazar Slytherin,0.5497920513153076,0.061225645023432,0.5736891627311707,0.0664121999216053,0.023897111415863037,0.005186554898173296 +The Hunger Games,Lucretius Flickerman,0.5141594409942627,0.2501040595794248,0.5382243990898132,0.1860783794133212,0.024064958095550537,-0.06402568016610358 +The Lord of the Rings,Bard,0.5182429552078247,0.0021621457001736,0.5426632761955261,0.1547218337105939,0.024420320987701416,0.1525596880104203 +The Hunger Games,Treech,0.4908248484134674,0.2685506368472463,0.5155394077301025,0.207682672770323,0.024714559316635132,-0.06086796407692327 +The Hitchhiker's Guide to the Galaxy,Agda,0.4889400005340576,1.2845804230061522,0.5137884616851807,5.051950156275736,0.024848461151123047,3.767369733269584 +Dune,Gurney Halleck/XD,0.5749003291130066,0.003947025194662,0.5998854041099548,0.0038915791044542,0.024985074996948242,-5.544609020779979e-05 +Dune,Elrood Corrino IX,0.5210123062133789,1.4066134364200111,0.5460413098335266,2.592456088742047,0.025029003620147705,1.1858426523220358 +The Hunger Games,Reaper Ash,0.4779620170593261,0.0037166572521146,0.5030179619789124,0.118957654153587,0.025055944919586237,0.1152409969014724 +The Hitchhiker's Guide to the Galaxy,Max Quordlepleen,0.4817720949649811,2.1863611587165366,0.5069513916969299,5.508965424518062,0.025179296731948853,3.322604265801526 +The Hitchhiker's Guide to the Galaxy,Mella,0.471651017665863,1.428438122375747,0.4970147311687469,0.8538650908509379,0.02536371350288391,-0.5745730315248091 +Harry Potter,Igor Karkaroff,0.5404753088951111,1.3930114715393042e-05,0.5658594369888306,2.2256878363812945e-06,0.025384128093719482,-1.1704426879011748e-05 +Dune,Gaius Helen Mohiam/XD,0.5221415162086487,0.0782840551330186,0.5475896596908569,0.2298595203861384,0.025448143482208252,0.15157546525311982 +Harry Potter,Vernon Dursley,0.5057438015937805,5.016438302964028e-08,0.5312067866325378,6.536296984128919e-06,0.025462985038757324,6.486132601099279e-06 +Dune,Otheym,0.5396402478218079,1.581951840468952,0.565533459186554,1.196589792217731,0.025893211364746094,-0.385362048251221 +The Hitchhiker's Guide to the Galaxy,Random Dent,0.4641633927822113,0.9790948260609776,0.4900609850883484,2.355361022691568,0.025897592306137085,1.3762661966305902 +Dune,Margot Fenring/XD,0.5214381814002991,0.0573976079166477,0.5475935339927673,0.2202881246994731,0.02615535259246826,0.1628905167828254 +Dune,Miles Teg,0.5338758230209351,0.5553853662788213,0.5601738095283508,1.099096592885546,0.02629798650741577,0.5437112266067248 +The Lord of the Rings,Gil-galad,0.5680932998657227,0.0019113964772533,0.5944396257400513,0.0233249965493323,0.026346325874328613,0.021413600072079 +The Hunger Games,Felix Ravinstill,0.4978830218315124,1.3126049466053806,0.524251401424408,2.7069989618803443,0.026368379592895563,1.3943940152749636 +Twilight,Sasha,0.4814028441905975,0.49466531978256,0.5079740881919861,0.9649262742737336,0.026571244001388605,0.47026095449117356 +Dune,Chani Kynes/XD,0.5300175547599792,0.2624940632480937,0.5566100478172302,0.3986957932826357,0.026592493057250977,0.136201730034542 +Harry Potter,Hannah Abbott,0.5094707608222961,0.0009951666786909,0.5361484885215759,0.0069513709932772,0.026677727699279785,0.0059562043145863 +Twilight,Vasilii,0.4878039360046386,1.177484514311104,0.5145131349563599,0.7154535525507003,0.026709198951721247,-0.4620309617604036 +Dune,Abulurd Harkonnen/XD,0.5286328196525574,0.1461555783251214,0.5561712980270386,0.2427497900691261,0.0275384783744812,0.09659421174400468 +The Lord of the Rings,Treebeard,0.5466518998146057,1.3780849338300738,0.5745113492012024,1.1244812229406924,0.02785944938659668,-0.2536037108893814 +Twilight,Sue Clearwater,0.5033526420593262,0.0093077736757037,0.5312262773513794,0.1308123491629559,0.027873635292053223,0.12150457548725219 +Harry Potter,Nicholas de Mimsy-Porpington,0.4939811825752258,1.0020451783122212e-05,0.5219674110412598,8.088148671777645e-06,0.02798622846603399,-1.9323031113445663e-06 +The Hitchhiker's Guide to the Galaxy,Barman,0.4879155457019806,0.7203177013797761,0.5159683227539062,1.2035000664552176,0.02805277705192566,0.48318236507544143 +The Hitchhiker's Guide to the Galaxy,The Lord,0.4767702221870422,1.191764036608358,0.5048403143882751,1.5856247393623424,0.028070092201232966,0.39386070275398444 +Dune,Hasimir Fenring/XD,0.5090423822402954,0.0024095958081605,0.5372745990753174,0.0197848501907009,0.028232216835021973,0.0173752543825404 +Dune,Minotauros Atreides,0.5035611391067505,0.8671570303325307,0.5322391390800476,1.170607102901288,0.02867799997329712,0.30345007256875745 +Dune,Stilgar,0.5141476392745972,0.0252189956389754,0.5429798364639282,0.9279516979442336,0.028832197189331055,0.9027327023052582 +The Lord of the Rings,Morgoth,0.53725266456604,8.902471080308492e-18,0.5663423538208008,1.498850148253101e-07,0.029089689254760742,1.4988501481640762e-07 +The Hitchhiker's Guide to the Galaxy,Googleplex Starthinker,0.5077226758003235,1.4366898551814142,0.5368738174438477,2.07225874033409,0.02915114164352417,0.635568885152676 +Dune,Kailea Vernius,0.5280104279518127,0.3548715464064059,0.5572851300239563,0.7615478963840646,0.029274702072143555,0.4066763499776587 +Harry Potter,Fred Weasley,0.4305632412433624,5.380239781082516e-12,0.4600191712379455,8.513870796137716e-12,0.029455929994583074,3.1336310150551997e-12 +Dune,Vladimir Harkonnen/XD,0.4725960195064544,0.0093236739650149,0.5022215843200684,0.011078739114,0.029625564813613947,0.0017550651489850987 +Dune,Dama,0.4958432018756866,0.6506029249206801,0.5257421731948853,0.7785557080623421,0.029898971319198664,0.12795278314166203 +Harry Potter,Aberforth Dumbledore,0.5199927091598511,4.7387577071428475e-11,0.5499390363693237,6.159790962777714e-10,0.029946327209472656,5.685915192063429e-10 +The Hunger Games,Mizzen,0.4820497334003448,0.0033708382232349,0.5119963884353638,0.0447357894518732,0.029946655035018976,0.0413649512286383 +Dune,Daniel,0.5054863095283508,1.156260320294123,0.5355330109596252,3.150722277861901,0.030046701431274414,1.994461957567778 +The Hitchhiker's Guide to the Galaxy,Dan Streetmentioner,0.5099366903305054,1.643850886403297,0.5405710339546204,3.1816142765946127,0.03063434362411499,1.5377633901913157 +Harry Potter,Ernest Prang,0.5294076204299927,1.4324730684956046,0.560053825378418,3.37059206821222,0.030646204948425293,1.9381189997166155 +The Hunger Games,Palmyra Monty,0.4854088723659515,1.0346429652319125,0.5160622596740723,2.59834323367383,0.030653387308120783,1.5637002684419175 +The Hunger Games,Dill,0.4967287182807922,0.7968083927554982,0.5278428792953491,2.485262715655405,0.03111416101455694,1.6884543228999065 +Dune,Helena Atreides,0.5223349928855896,0.5269385506040045,0.5534923672676086,1.3100626785103442,0.031157374382019043,0.7831241279063397 +Dune,Glossu Rabban Harkonnen/XD,0.5044286847114563,3.070460455948732,0.5358280539512634,3.032928582811936,0.03139936923980713,-0.037531873136795735 +The Hitchhiker's Guide to the Galaxy,Lig Lury Jr,0.5144686102867126,2.094207957017673,0.546027421951294,4.128605340021927,0.0315588116645813,2.0343973830042543 +Dune,Liet Kynes/XD,0.5198890566825867,0.0384979796916463,0.5515170097351074,0.2048986887031006,0.03162795305252075,0.16640070901145432 +Harry Potter,Galatea Merrythought,0.5108742713928223,0.8897644041633969,0.542755126953125,4.277539392633426,0.031880855560302734,3.3877749884700292 +The Lord of the Rings,Celebrimbor,0.5228293538093567,5.406107067514158e-07,0.5549890995025635,0.0012554807472471,0.03215974569320679,0.0012549401365403484 +Dune,Stilgar/XD,0.5113525390625,0.0770754488839971,0.5439133644104004,0.0541094954961076,0.03256082534790039,-0.022965953387889503 +The Lord of the Rings,Galadriel,0.5303605198860168,7.340048864021387e-05,0.5638503432273865,7.3263597196728e-08,0.03348982334136963,-7.332722504301714e-05 +Dune,Scytale,0.5036069750785828,0.461790914533974,0.5371549129486084,0.5362548753112207,0.033547937870025635,0.07446396077724676 +The Hitchhiker's Guide to the Galaxy,Hig Hurtenflurst,0.4311544895172119,0.7357034993535283,0.4648569822311401,0.9106205941102864,0.03370249271392817,0.1749170947567581 +Harry Potter,Armando Dippet,0.5370591282844543,0.0046637098170933,0.5710315704345703,0.0133321775144196,0.03397244215011597,0.0086684676973263 +The Lord of the Rings,Saruman,0.5446438193321228,1.6455604895171072e-08,0.5790364742279053,1.015569751092595e-09,0.03439265489578247,-1.5440035144078477e-08 +Harry Potter,Ernest Macmillan,0.4952795207500458,1.6434782895073462e-05,0.5296837687492371,0.0009536290820799,0.034404247999191284,0.0009371942991848265 +The Hitchhiker's Guide to the Galaxy,Hillman Hunter,0.4651113450527191,3.1014311124889375e-08,0.5008059740066528,2.6112248955490758,0.035694628953933716,2.6112248645347647 +Harry Potter,Marlene McKinnon,0.5079734921455383,1.271044782279647,0.5446146726608276,3.679384671792475,0.03664118051528931,2.4083398895128285 +Dune,Fafnir Corrino,0.47784024477005,0.5293927539006357,0.5147947072982788,1.057409332232301,0.036954462528228815,0.5280165783316654 +Dune,Scytale/XD,0.4761505424976349,0.2093171868761611,0.5132747888565063,0.3960213198969362,0.03712424635887146,0.18670413302077507 +Twilight,Rachel Black,0.4747436642646789,0.4269007168682477,0.5118807554244995,0.5438843928779266,0.03713709115982061,0.11698367600967885 +Dune,Lucilla,0.5170367956161499,1.0097791824721207,0.5555893778800964,2.019183275173184,0.03855258226394653,1.0094040927010635 +Harry Potter,Petunia Dursley,0.509734034538269,4.115191044364605e-08,0.5488658547401428,2.227847527575818e-09,0.03913182020187378,-3.892406291607023e-08 +Harry Potter,Nicolas Flamel,0.5249547362327576,0.0005279197922514,0.5642802715301514,0.076181577995533,0.0393255352973938,0.0756536582032816 +Twilight,Heidi,0.4594801962375641,0.0058870873388134,0.4990042746067047,0.3615343875953516,0.039524078369140625,0.35564730025653823 +The Hitchhiker's Guide to the Galaxy,Lajestic Vantrashell of Lob,0.5107476711273193,0.8317512375873324,0.5502901673316956,3.3094251256544345,0.03954249620437622,2.477673888067102 +The Hitchhiker's Guide to the Galaxy,Elvis Presley,0.4751115143299103,1.169051481893415,0.516801655292511,1.716701048061448,0.04169014096260071,0.547649566168033 +Twilight,Embry Call,0.4719495773315429,0.000983085711177,0.5144363045692444,0.1021525339987424,0.04248672723770147,0.1011694482875654 +Dune,Nayla,0.4948665201663971,1.0085290196960552,0.5376885533332825,1.5682694401101744,0.042822033166885376,0.5597404204141192 +Twilight,Eric Yorkie,0.4812694489955902,0.8048415657502396,0.5250717401504517,1.5095038559063598,0.04380229115486145,0.7046622901561203 +The Lord of the Rings,Beorn,0.5504730343818665,0.085132550300705,0.5943840146064758,0.7126986481207102,0.043910980224609375,0.6275660978200052 +Harry Potter,Myrtle Warren,0.514105498790741,8.240942170410794e-06,0.5586952567100525,5.824812801505383e-05,0.04458975791931152,5.000718584464303e-05 +Dune,Margot Fenring,0.5036774277687073,1.652360164183928,0.5483601689338684,3.3254174345263,0.04468274116516113,1.673057270342372 +The Lord of the Rings,Celeborn,0.5485987067222595,0.0219010547711914,0.5946420431137085,0.1645314083319311,0.046043336391448975,0.14263035356073972 +Dune,Feyd-Rautha Harkonnen/XD,0.5111600160598755,0.5703391772389732,0.5592771768569946,1.0971041940287012,0.04811716079711914,0.526765016789728 +The Lord of the Rings,Gollum,0.5052807927131653,0.0013260696356764,0.554164707660675,0.0014607184556538,0.048883914947509766,0.00013464881997740001 +The Lord of the Rings,Gandalf,0.5118842720985413,3.945079369957593e-45,0.5626420974731445,4.3113945387056216e-11,0.05075782537460327,4.3113945387056216e-11 +Harry Potter,Ariana Dumbledore,0.5008694529533386,0.0002828632642388,0.5517812967300415,0.0340819504573428,0.05091184377670288,0.033799087193104004 +The Lord of the Rings,Khamûl,0.4991201758384704,0.1582936136919527,0.5586355328559875,1.793892514561512,0.059515357017517145,1.6355989008695595 +Dune,Jessica Atreides/XD,0.502534806728363,0.0003550848322854,0.5862270593643188,0.0824652509622763,0.08369225263595581,0.0821101661299909 +Dune,Jessica Atreides,0.3590573072433471,7.54236875157511e-57,0.4818017780780792,0.2374086048378717,0.12274447083473211,0.2374086048378717 diff --git a/ressources/data/differences/sorted_by_F1_to_wF1_2.csv b/ressources/data/differences/sorted_by_F1_to_wF1_2.csv new file mode 100644 index 0000000000000000000000000000000000000000..13026bd0774deca41f9c5d406c381cb434b4f45a --- /dev/null +++ b/ressources/data/differences/sorted_by_F1_to_wF1_2.csv @@ -0,0 +1,536 @@ +Book,Character,F1,h,wF1,wh,F1_to_wF1,h_to_wh +The Hitchhiker's Guide to the Galaxy,Oolon Colluphid,0.5982188582420349,6.408382901372876,0.5247104167938232,0.6851568358622919,-0.07350844144821167,-5.723226065510584 +The Hitchhiker's Guide to the Galaxy,Garkbit,0.5726413130760193,1.880035041105312,0.504594087600708,3.921158565770048,-0.06804722547531128,2.041123524664736 +The Hitchhiker's Guide to the Galaxy,Grunthos the Flatulent,0.5851119160652161,14.204895067124372,0.5333231687545776,2.029083148023388,-0.05178874731063843,-12.175811919100983 +Dune,Serena Butler,0.538329005241394,0.0021212839343574,0.4867168664932251,2.056978968383899e-08,-0.051612138748168945,-0.0021212633645677163 +Twilight,Marcus,0.5178703665733337,1.8635708456170174e-07,0.4686318635940552,4.651287066385129e-08,-0.049238502979278564,-1.3984421389785045e-07 +The Hitchhiker's Guide to the Galaxy,Heimdall,0.555895209312439,4.283489710728449,0.5080553889274597,2.9316034691248065,-0.04783982038497925,-1.3518862416036423 +Twilight,Kebi,0.5308642387390137,0.1671621181294346,0.4842478036880493,0.0017925352844,-0.046616435050964355,-0.1653695828450346 +Harry Potter,Hugo Granger-Weasley,0.5125531554222107,0.3478228236742547,0.4696049392223358,0.0600621020790894,-0.04294821619987488,-0.2877607215951653 +The Hitchhiker's Guide to the Galaxy,Hactar,0.5668292045593262,0.6813560562863862,0.5276831388473511,0.6359220030717608,-0.0391460657119751,-0.04543405321462535 +The Hitchhiker's Guide to the Galaxy,Genghis Khan,0.5922291874885559,4.083320716568894,0.5532245635986328,1.5547980690861125,-0.039004623889923096,-2.528522647482781 +Harry Potter,Hokey,0.5691114664077759,0.0447128283678228,0.5312509536743164,0.2131109813049531,-0.03786051273345947,0.16839815293713029 +Harry Potter,Herbert Beery,0.5162932872772217,2.250967884408274,0.4790046513080597,0.142369494150174,-0.03728863596916199,-2.1085983902581 +Harry Potter,Cadmus Peverell,0.5237928628921509,0.5215097141974081,0.4872148036956787,0.011053314097276,-0.03657805919647217,-0.5104564001001322 +Dune,Glossu Rabban,0.526726484298706,1.2928471703030815,0.4903328120708465,0.249046498006378,-0.03639367222785955,-1.0438006722967035 +The Hitchhiker's Guide to the Galaxy,Ruler of the Universe,0.5373949408531189,11.186623258316212,0.5021905303001404,4.566161762510675,-0.035204410552978516,-6.620461495805537 +The Hitchhiker's Guide to the Galaxy,Ford Prefect,0.536252498626709,0.0010517575037463,0.5027309656143188,1.488856328059061e-07,-0.03352153301239014,-0.001051608618113494 +The Hitchhiker's Guide to the Galaxy,Zaphod Beeblebrox,0.5411131978034973,5.932940301800547,0.5078474283218384,0.5277342365851457,-0.033265769481658936,-5.405206065215401 +Harry Potter,Arthur Weasley,0.4501582980155945,8.321107897502848e-11,0.4184806942939758,2.7342252590418342e-14,-0.03167760372161871,-8.318373672243806e-11 +The Hitchhiker's Guide to the Galaxy,Constant Mown,0.5184033513069153,3.008252762159365,0.4873604774475097,2.5984632141138717,-0.031042873859405573,-0.4097895480454934 +Harry Potter,Irma Crabbe,0.4506060779094696,0.8141865049264856,0.4197805821895599,0.8427785915108608,-0.030825495719909723,0.028592086584375176 +Twilight,Alec,0.5182084441184998,4.322146274849389e-05,0.4874838292598724,1.2390972301475466e-06,-0.030724614858627375,-4.198236551834635e-05 +Dune,Aramsham,0.5359182953834534,1.7316828664832231,0.5055357217788696,1.3036836399952834,-0.03038257360458374,-0.42799922648793975 +The Hitchhiker's Guide to the Galaxy,Loonquawl,0.5675374865531921,3.474656528157039,0.5376206040382385,1.3429501740829808,-0.029916882514953613,-2.1317063540740584 +Harry Potter,Draco Malfoy,0.4459655880928039,2.7330575327671957e-16,0.4163134098052978,1.153349560423516e-29,-0.029652178287506104,-2.7330575327670803e-16 +Dune,Miles Teg,0.5475389361381531,0.1075982099309453,0.5213576555252075,0.0277279262426023,-0.026181280612945557,-0.079870283688343 +The Hitchhiker's Guide to the Galaxy,Arthur Dent,0.5188212394714355,0.0387011004241304,0.4932032823562622,0.0678375865889523,-0.02561795711517334,0.029136486164821895 +Dune,Shaddam Corrino IV,0.4981652498245239,0.2835774697222974,0.472642183303833,0.0065887780148178,-0.025523066520690918,-0.27698869170747964 +The Hitchhiker's Guide to the Galaxy,Hotblack Desiato,0.562212347984314,6.781755302414514,0.5374886989593506,5.2482087120285295,-0.02472364902496338,-1.5335465903859848 +Harry Potter,Lucius Malfoy,0.4492388367652893,2.2100321945371853e-15,0.4245686829090118,6.24076492855408e-19,-0.02467015385627752,-2.20940811804433e-15 +Dune,Irulan Corrino/DE,0.5789760947227478,0.0463588817692745,0.5555946826934814,0.0644780618658915,-0.023381412029266357,0.018119180096616998 +Dune,Thufir Hawat,0.5604361891746521,0.0347748819679408,0.5385600924491882,0.0405340958513355,-0.021876096725463867,0.005759213883394704 +The Hitchhiker's Guide to the Galaxy,Eccentrica Gallumbits,0.5858138203620911,6.093317507172282,0.5641888976097107,3.2757968835619136,-0.02162492275238037,-2.8175206236103683 +Dune,Faykan Butler,0.4732665121555328,0.008630108199796,0.452250063419342,0.0058656709084504,-0.021016448736190796,-0.0027644372913456002 +The Hitchhiker's Guide to the Galaxy,Phouchg,0.5353819131851196,1.710826574643758,0.5147252082824707,1.687921855975441,-0.020656704902648926,-0.022904718668317114 +The Lord of the Rings,Fíli and Kíli,0.5999771356582642,0.1229874659634706,0.57950359582901,0.0583645212978438,-0.02047353982925415,-0.06462294466562679 +Twilight,Mexican coven,0.4999338090419769,0.3396920678140909,0.4795456528663635,0.0499583758790874,-0.020388156175613348,-0.2897336919350035 +Dune,Leto Atreides I,0.4768660068511963,0.2455701059860043,0.4574279189109802,0.2269201308754526,-0.019438087940216064,-0.018649975110551692 +Harry Potter,Eloise Midgen,0.5449300408363342,0.5218755886401193,0.5256986021995544,0.2836631806317762,-0.019231438636779785,-0.2382124080083431 +Dune,Farok,0.5597324967384338,1.725997669089834,0.5408429503440857,2.3261117109602933,-0.018889546394348145,0.6001140418704594 +Twilight,Brady Fuller,0.4090557098388672,0.6229840897149145,0.3905723392963409,0.3876249619113957,-0.0184833705425263,-0.23535912780351875 +Dune,Leto Atreides II/XD,0.5606701970100403,0.0008687544666935,0.5439195036888123,8.422688475413462e-05,-0.016750693321228027,-0.0007845275819393654 +Harry Potter,Rose Granger-Weasley,0.4930593073368072,1.328501111154401e-05,0.4766608774662018,0.0001734793484655,-0.016398429870605413,0.000160194337353956 +Harry Potter,Regulus Black I,0.4899941384792328,1.7074700288448896,0.473707914352417,3.207354425192208,-0.016286224126815796,1.4998843963473185 +Twilight,Jane,0.5152590274810791,1.0101429947279274e-06,0.4992860555648803,5.857141559293727e-10,-0.015972971916198786,-1.009557280571998e-06 +Dune,Minotauros Atreides,0.5299984812736511,0.4065878355069815,0.5141856670379639,0.5521703686612554,-0.015812814235687256,0.14558253315427383 +The Lord of the Rings,Túrin,0.5626612901687622,0.0011978251535998,0.5474290251731873,0.001038967695289,-0.015232264995574951,-0.0001588574583108 +The Hunger Games,Effie Trinket,0.565891444683075,1.1903455442276722e-06,0.5510849952697754,4.453081020057978e-17,-0.01480644941329956,-1.1903455441831413e-06 +Harry Potter,Rosmerta,0.5584356188774109,0.0242877103120338,0.5441882610321045,0.0005039614592825,-0.014247357845306396,-0.023783748852751297 +Dune,Jessica Atreides,0.4806592464447021,0.077273601644819,0.4668397009372711,0.001207761106642,-0.013819545507430975,-0.076065840538177 +Dune,Glossu Rabban Harkonnen,0.5301319360733032,1.381404582935144,0.516819417476654,0.7834448159707762,-0.01331251859664917,-0.5979597669643678 +Harry Potter,Gregory Goyle,0.4955386519432068,2.0810412325753456e-06,0.482681006193161,3.149233201113315e-08,-0.012857645750045776,-2.0495489005642124e-06 +Twilight,Tyler Crowley,0.5317482948303223,0.548659530226328,0.5190672874450684,0.0318744989728187,-0.012681007385253906,-0.5167850312535093 +The Lord of the Rings,Shelob,0.5951125621795654,0.0682837895938598,0.5824890732765198,0.1235415685177945,-0.012623488903045654,0.0552577789239347 +Harry Potter,Cho Chang,0.5292285084724426,1.483492707383978e-11,0.51679927110672,1.2845925812462045e-12,-0.012429237365722656,-1.3550334492593575e-11 +Dune,Iakin Nefud,0.5756993293762207,2.0653752018486355,0.5634428858757019,1.626699947685858,-0.012256443500518799,-0.43867525416277764 +Dune,Siona Atreides,0.5746162533760071,0.6458708416877553,0.5625770092010498,0.9062707457633424,-0.012039244174957275,0.2603999040755871 +Dune,Pardot Kynes/XD,0.5762752890586853,0.0647142501138087,0.5644943118095398,0.012257828212334,-0.011780977249145508,-0.052456421901474704 +Harry Potter,Dolores Umbridge,0.5035989284515381,5.3923977899986e-21,0.4920869767665863,3.577019969060171e-26,-0.011511951684951782,-5.392362019798909e-21 +The Lord of the Rings,Boromir,0.5634456872940063,0.1374169911293734,0.5519852638244629,0.0360418521057107,-0.011460423469543457,-0.10137513902366269 +Harry Potter,Zacharias Smith,0.5108014941215515,0.0012035558723598,0.4993472993373871,0.0004066762857925,-0.011454194784164429,-0.0007968795865673001 +Harry Potter,Peeves,0.5592172145843506,2.051792239052003e-12,0.5478318929672241,1.25900873804951e-18,-0.011385321617126465,-2.051790980043265e-12 +Harry Potter,Victoire Weasley,0.4881352186203003,0.4956663902185687,0.4769021570682525,1.013121900804376,-0.011233061552047785,0.5174555105858072 +Dune,Harah,0.5457082390785217,0.4115042727871725,0.5346150994300842,0.0009467065692232,-0.0110931396484375,-0.4105575662179493 +Harry Potter,Fat Lady,0.5768054127693176,0.2346624184102494,0.565985918045044,0.0516784197772438,-0.010819494724273682,-0.1829839986330056 +Harry Potter,Gabrielle Delacour,0.5387813448905945,0.3589551912860425,0.5280128717422485,0.6619938972820166,-0.010768473148345947,0.30303870599597416 +Twilight,Jasper Hale,0.4881475269794464,7.749760128776605e-14,0.477468192577362,7.349770170319471e-11,-0.010679334402084406,7.342020410190694e-11 +Dune,Elrood Corrino IX,0.5538781881332397,4.098105242552675,0.5435056686401367,3.0508495856323568,-0.010372519493103027,-1.0472556569203184 +Twilight,Nahuel,0.5414093732833862,0.0048054904125045,0.5312753915786743,0.0039285678047031,-0.010133981704711914,-0.0008769226078014 +Harry Potter,Buckbeak,0.5726233720779419,0.2252999993733712,0.5625659823417664,0.1682413674463762,-0.010057389736175537,-0.05705863192699501 +The Lord of the Rings,Thráin II,0.5593619346618652,3.289770308431845e-05,0.549403190612793,0.0002857439494687,-0.009958744049072266,0.0002528462463843815 +The Hitchhiker's Guide to the Galaxy,Lunkwill and Fook,0.5276358127593994,2.9965848437362994,0.5182853937149048,1.1740215997223642,-0.009350419044494629,-1.8225632440139352 +Harry Potter,Newton Scamander,0.5179282426834106,3.726252955596713e-32,0.5087903141975403,5.476553173276361e-32,-0.009137928485870361,1.7503002176796482e-32 +Twilight,Collin Littlesea,0.4289748966693878,0.544437395537312,0.4198585450649261,0.4759895442494396,-0.009116351604461725,-0.06844785128787234 +The Hunger Games,Coral,0.503770649433136,0.0115742674437374,0.4946725070476532,0.0005344490970077,-0.009098142385482788,-0.0110398183467297 +Harry Potter,Sirius Black,0.4664953947067261,5.287947986857221e-17,0.4574556350708008,1.8085380198830567e-16,-0.009039759635925293,1.2797432211973347e-16 +The Hitchhiker's Guide to the Galaxy,God,0.5163047313690186,1.1040117401285403,0.5072826743125916,0.8570355538687026,-0.009022057056427002,-0.24697618625983775 +Dune,Raquella Berto-Anirul,0.522921085357666,0.5692307694964996,0.5143487453460693,0.02978258695742,-0.00857234001159668,-0.5394481825390797 +Twilight,Irina,0.5084131956100464,1.6024880035518898e-07,0.4999937713146209,0.000212940104483,-0.00841942429542547,0.00021277985568264482 +Harry Potter,Crookshanks,0.5740411281585693,0.0171309874604929,0.5658152103424072,0.0014498329952435,-0.00822591781616211,-0.0156811544652494 +The Lord of the Rings,Halbarad,0.5784801244735718,0.1315032941545476,0.5705211758613586,1.4574939333592651,-0.007958948612213135,1.3259906392047176 +Harry Potter,Pomona Sprout,0.5365490317344666,7.141415488633293e-13,0.5286107063293457,1.1054101833376912e-14,-0.00793832540512085,-7.030874470299524e-13 +Harry Potter,Rowena Ravenclaw,0.5640510320663452,0.0571660931702087,0.5562926530838013,0.142973311557161,-0.007758378982543945,0.0858072183869523 +Twilight,Senna,0.5403485894203186,2.186114829010992,0.5326903462409973,1.9753324641530992,-0.007658243179321289,-0.21078236485789303 +Harry Potter,Aragog,0.5676296353340149,0.0607318054070983,0.5605424046516418,0.0002716483593133,-0.007087230682373047,-0.060460157047785 +Twilight,Tanya,0.5211321115493774,6.197286686039441e-07,0.5140721797943115,1.2380004737807093e-05,-0.007059931755065918,1.1760276069203148e-05 +Harry Potter,Dobby,0.5173535943031311,3.737442442497814e-18,0.5103952288627625,7.717991326230633e-29,-0.006958365440368652,-3.737442442420634e-18 +Harry Potter,Penelope Clearwater,0.5102328062057495,0.0020813929532865,0.5033614039421082,0.000427464742219,-0.006871402263641357,-0.0016539282110675 +Twilight,Sam Uley,0.5413429141044617,1.8098775625217083e-10,0.5345000624656677,6.856341078996212e-06,-0.006842851638793945,6.856160091239959e-06 +Dune,Hasimir Fenring/DE,0.5609136819839478,0.0074269609038446,0.5541533827781677,0.00981172582438,-0.006760299205780029,0.0023847649205354007 +Dune,Moneo Atreides,0.5507677793502808,0.0093571320879247,0.5441312193870544,0.0281914493688438,-0.006636559963226318,0.0188343172809191 +Dune,Leto Atreides I/DE,0.5523080825805664,0.015504835113303,0.5457203388214111,0.0013173072435292,-0.0065877437591552734,-0.0141875278697738 +Dune,Shando Vernius,0.5347109436988831,1.2003875407322944,0.5282952189445496,0.6185611994891802,-0.006415724754333496,-0.5818263412431142 +The Hitchhiker's Guide to the Galaxy,Rob McKenna,0.507345974445343,1.5417048294998257,0.5014834403991699,0.6059085975018845,-0.005862534046173096,-0.9357962319979412 +The Hitchhiker's Guide to the Galaxy,Old Thrashbarg,0.5333329439163208,2.417007644633663,0.5275788903236389,3.0477965967155183,-0.005754053592681885,0.6307889520818555 +The Lord of the Rings,Sauron,0.5789322853088379,3.3386305991847778e-12,0.5731911063194275,5.325277603403349e-19,-0.0057411789894104,-3.3386300666570175e-12 +Harry Potter,Anthony Goldstein,0.5033391118049622,0.0107503109683099,0.4976327419281006,0.0109385409478871,-0.005706369876861572,0.00018822997957720043 +Twilight,Kachiri,0.5339599847793579,0.9276860008487856,0.5284923911094666,1.177856658786758,-0.005467593669891357,0.25017065793797244 +Harry Potter,Amycus Carrow,0.5455508828163147,1.70401601460693e-05,0.5403141379356384,0.0002766436025161,-0.0052367448806762695,0.00025960344237003065 +The Hitchhiker's Guide to the Galaxy,Gag Halfrunt,0.4843465983867645,1.8127814712023955,0.4792088568210602,0.6444925836020515,-0.005137741565704346,-1.1682888876003439 +Dune,Kwisatz Haderach,0.5476922392845154,0.0101165084388546,0.5426133275032043,0.0005593398505195,-0.005078911781311035,-0.0095571685883351 +Harry Potter,Tom Riddle,0.4590625464916229,2.648548943284113e-45,0.4542492032051086,9.695222809590763e-43,-0.004813343286514338,9.668737320157922e-43 +Dune,Gurney Halleck/XD,0.5789884328842163,0.0002281272985209,0.5742733478546143,0.0001968150095618,-0.004715085029602051,-3.13122889591e-05 +Harry Potter,Cedric Diggory,0.538295567035675,8.700190238788143e-09,0.5337492823600769,2.301797305290585e-10,-0.0045462846755981445,-8.470010508259085e-09 +Twilight,Billy Black,0.5252414345741272,3.815910922395146e-09,0.5207344889640808,6.461777279391024e-05,-0.004506945610046387,6.461395688298784e-05 +Dune,Gurney Halleck,0.5655193328857422,0.1045540437069848,0.56111741065979,0.011240778329214,-0.0044019222259521484,-0.09331326537777081 +The Hunger Games,Coriolanus Snow,0.5027734041213989,5.4579718597120007e-17,0.4985050559043884,2.4839852539343172e-14,-0.004268348217010498,2.478527282074605e-14 +Dune,Farad'n Corrino/XD,0.5663257241249084,1.2268153775562465,0.5621641278266907,1.2859397614845096,-0.0041615962982177734,0.059124383928263136 +Harry Potter,Mosag,0.4951876401901245,0.1531028392438576,0.4914199411869049,0.6569528586481602,-0.0037676990032196045,0.5038500194043026 +The Lord of the Rings,Melian,0.5785197615623474,0.9025363030766188,0.574794352054596,0.4496179786125848,-0.003725409507751465,-0.452918324464034 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Kwaltz,0.5225704908370972,3.289779453595154,0.5192517638206482,8.771962272573777,-0.0033187270164489746,5.4821828189786235 +Harry Potter,Emeric the Evil,0.5298848748207092,1.2237502136607206,0.5266038775444031,2.5405500769690783,-0.0032809972763061523,1.3167998633083577 +The Lord of the Rings,Elrond,0.5343019962310791,3.270828884568962e-05,0.5314293503761292,9.87603762899171e-10,-0.002872645854949951,-3.2707301241926725e-05 +Twilight,Renesmee Cullen,0.4789812564849853,2.383545723195717e-11,0.476785272359848,2.2670795448368683e-24,-0.0021959841251372736,-2.38354572319549e-11 +Dune,Mapes,0.5498136281967163,2.466229955630777,0.5477238297462463,1.4846084645258688,-0.0020897984504699707,-0.9816214911049082 +The Lord of the Rings,Legolas,0.5791592597961426,5.113332499348577e-15,0.5770722031593323,1.7670408822355968e-10,-0.0020870566368103027,1.7669897489106032e-10 +Harry Potter,Ronald Weasley,0.454509288072586,3.837928983291697e-55,0.4524276852607727,3.37003115495029e-41,-0.002081602811813299,3.3700311549502517e-41 +Dune,Pardot Kynes/DE,0.5605108141899109,1.5644312978123653e-06,0.5584397912025452,2.254281550817968e-06,-0.0020710229873657227,6.898502530056025e-07 +Harry Potter,Marcus Flint,0.5348844528198242,0.019810370176661,0.5329442620277405,0.0989723501948752,-0.0019401907920837402,0.0791619800182142 +Dune,Paul Atreides/DE,0.5634405016899109,0.4407865786856108,0.5617043375968933,0.3551938912362575,-0.0017361640930175781,-0.08559268744935328 +Dune,Rhombur Vernius,0.5723822712898254,0.9344675918457702,0.5706589818000793,0.2002465210805683,-0.0017232894897460938,-0.7342210707652019 +Dune,Vladimir Harkonnen/DE,0.5605220198631287,0.0330613474971887,0.5588648915290833,0.0150821267188701,-0.0016571283340454102,-0.017979220778318598 +The Hitchhiker's Guide to the Galaxy,Enid Kapelsen,0.5324084162712097,1.2771491330409643,0.5308210849761963,2.5346537960263045,-0.0015873312950134277,1.2575046629853401 +Harry Potter,Sybill Trelawney,0.5209921598434448,1.4767671448115096e-16,0.5200126767158508,2.444025410334286e-13,-0.0009794831275939941,2.4425486431894747e-13 +Dune,Tlaloc,0.5449262857437134,2.7384607423598686,0.5439847707748413,0.7037411823560461,-0.0009415149688720703,-2.0347195600038224 +Harry Potter,Reginald Cattermole,0.503689706325531,0.0003774003222257,0.5027737617492676,0.0567603917413907,-0.0009159445762634277,0.056382991419165 +Harry Potter,Albus Dumbledore,0.4601635038852691,4.04592591963896e-45,0.4593735337257385,4.738243216909329e-52,-0.0007899701595305841,-4.045925445814638e-45 +Dune,Sheeana Brugh,0.5290815234184265,1.2284875339306975,0.5284982323646545,0.3994258872260079,-0.0005832910537719727,-0.8290616467046896 +Dune,Moneo Atreides/DE,0.5416766405105591,0.0028838646610249,0.5412241220474243,0.0332965249643577,-0.0004525184631347656,0.030412660303332797 +Dune,Leto Atreides II,0.5220441222190857,0.0184251310010945,0.5218577980995178,0.0011210564398336,-0.0001863241195678711,-0.0173040745612609 +Dune,Farad'n Corrino/DE,0.5844084024429321,0.3411211449284522,0.5843735933303833,0.5548459968408695,-3.4809112548828125e-05,0.21372485191241736 +The Lord of the Rings,Maedhros,0.5790686011314392,0.095142802982454,0.5792950987815857,0.0277984730573258,0.00022649765014648438,-0.0673443299251282 +Dune,Chani Kynes,0.5526807308197021,0.804574212062606,0.5530098080635071,1.9827074877696589,0.00032907724380493164,1.1781332757070528 +Dune,Abulurd Harkonnen/DE,0.5616024732589722,3.4492163078837303,0.562070906162262,1.3021326139187606,0.0004684329032897949,-2.14708369396497 +Dune,Bellonda,0.5699397921562195,2.383574064995923,0.5704931020736694,1.362803381130809,0.0005533099174499512,-1.0207706838651143 +Harry Potter,Dominique Weasley,0.5051631331443787,0.5628294796657226,0.5058202147483826,1.311653529612595,0.0006570816040039062,0.7488240499468725 +Dune,Chani Kynes/DE,0.5478807687759399,0.002884859704655,0.5485470294952393,0.0009971733106332,0.0006662607192993164,-0.0018876863940218002 +Harry Potter,Mykew Gregorovitch,0.5740969181060791,0.0367456045906729,0.5750352740287781,0.2705525734433143,0.0009383559226989746,0.2338069688526414 +Harry Potter,Ignatius Prewett,0.4928591847419739,0.9437987448359452,0.4938617050647735,1.0166881241357966,0.001002520322799627,0.0728893792998514 +Dune,Zufa Cenva,0.535542905330658,0.2428014161582116,0.5369623899459839,0.0295466770474882,0.0014194846153259277,-0.2132547391107234 +Dune,Shaddam Corrino IV/XD,0.5234718918800354,0.0009480905239706,0.5249260663986206,7.932358610458084e-05,0.001454174518585205,-0.0008687669378660192 +Harry Potter,Dennis Creevey,0.5041527152061462,0.0013949447053432,0.5057415962219238,0.001642945213832,0.0015888810157775879,0.00024800050848880007 +Harry Potter,Katie Bell,0.5223886370658875,2.8343832604276324e-08,0.5240046977996826,4.831796528455948e-07,0.001616060733795166,4.5483582024131846e-07 +The Hitchhiker's Guide to the Galaxy,Reg Nullify,0.5345656275749207,0.89237923793007,0.5362817049026489,3.082270637267509,0.0017160773277282715,2.189891399337439 +The Hitchhiker's Guide to the Galaxy,Number One,0.5042617917060852,0.7561530397522468,0.506044864654541,1.7105745885417016,0.0017830729484558105,0.9544215487894548 +Harry Potter,Nymphadora Tonks,0.4591341018676758,1.58652796881098e-15,0.4611144959926605,2.0899963976250254e-13,0.001980394124984741,2.0741311179369156e-13 +Dune,Gurney Halleck/DE,0.535963237285614,3.25946361887474e-07,0.5381292700767517,4.5497899995096185e-08,0.0021660327911376953,-2.804484618923778e-07 +The Lord of the Rings,Peregrin Took,0.5486069917678833,0.0226999583010357,0.5507779121398926,0.0396783506308894,0.0021709203720092773,0.0169783923298537 +Dune,Paul Atreides,0.4530551731586456,2.9144793524015868e-12,0.455446720123291,3.5584290825375785e-11,0.0023915469646454413,3.26698114729742e-11 +Dune,Liet Kynes,0.5768128633499146,0.8463071901235782,0.5793363451957703,0.4189848275402531,0.002523481845855713,-0.4273223625833251 +Dune,Thufir Hawat/XD,0.5688418745994568,0.0637025209464147,0.5715956091880798,0.1487194927448651,0.002753734588623047,0.0850169717984504 +The Hunger Games,Dill,0.5166664123535156,0.3215607788346636,0.519472062587738,0.410260565315474,0.002805650234222412,0.0886997864808104 +The Hitchhiker's Guide to the Galaxy,Lintilla,0.5251702666282654,0.342288267348207,0.5280521512031555,0.2427246574345904,0.0028818845748901367,-0.0995636099136166 +Dune,Shaddam IV/DE,0.5234389901161194,0.0127850443928794,0.5263459086418152,0.067782191707854,0.0029069185256958008,0.054997147314974605 +Harry Potter,Vernon Dursley,0.5145865082740784,4.0015396315103284e-09,0.5178132057189941,8.891505213216369e-11,0.0032266974449157715,-3.912624579378165e-09 +Dune,Norma Cevna,0.5139651298522949,0.3566619664689491,0.5172470211982727,0.1368804623410349,0.003281891345977783,-0.2197815041279142 +Harry Potter,Dilys Derwent,0.5203427672386169,1.386744258734767,0.5238211750984192,0.5413780258136492,0.003478407859802246,-0.8453662329211177 +Dune,Duncan Idaho/XD,0.5091419816017151,1.7726635415776912e-08,0.5126649737358093,6.263738635750091e-13,0.0035229921340942383,-1.7726009041913337e-08 +Harry Potter,Ginevra Weasley,0.4620978236198425,1.7346097080079894e-28,0.4657453596591949,9.023157622707972e-26,0.003647536039352417,9.005811525627892e-26 +Dune,Darwi Odrade,0.5440998077392578,0.0006476787879186,0.548105001449585,0.0003744136127027,0.0040051937103271484,-0.00027326517521589997 +Harry Potter,Rita Skeeter,0.5467334985733032,3.949038694698269e-07,0.5507711172103882,9.195316205757052e-08,0.004037618637084961,-3.029507074122564e-07 +Dune,Alia Atreides/XD,0.5889471173286438,0.1037881957257122,0.5930303335189819,0.1306923133978675,0.004083216190338135,0.026904117672155295 +The Hitchhiker's Guide to the Galaxy,Great Circling Poets of Arium,0.5367315411567688,4.370866025613554,0.5408584475517273,1.5397010081053488,0.004126906394958496,-2.8311650175082055 +Harry Potter,Cornelius Fudge,0.5147674083709717,1.5126116254956556e-32,0.5190113186836243,1.6733522528512753e-21,0.004243910312652588,1.6733522528361493e-21 +Harry Potter,Luna Lovegood,0.4990477263927459,1.8959119557006443e-15,0.5034042596817017,7.284268726801698e-21,0.004356533288955744,-1.8959046714319173e-15 +The Hitchhiker's Guide to the Galaxy,Almighty Bob,0.5234580636024475,2.6345107606610694,0.5280137062072754,1.8213509029180628,0.004555642604827881,-0.8131598577430066 +The Lord of the Rings,Gríma,0.5611333847045898,0.0003197156335731,0.5658467411994934,0.003873079003626,0.0047133564949035645,0.0035533633700528997 +Harry Potter,Ernest Prang,0.5353389382362366,1.0061482182025028,0.5400568842887878,2.259841898626499,0.0047179460525512695,1.2536936804239964 +Dune,Helena Atreides,0.5338008403778076,0.160675491559607,0.5387908220291138,0.3491943892845074,0.004989981651306152,0.1885188977249004 +Harry Potter,Poppy Pomfrey,0.556091845035553,6.167441933141359e-08,0.5610867738723755,4.119536400301911e-06,0.00499492883682251,4.057861980970498e-06 +The Hitchhiker's Guide to the Galaxy,Trillian,0.5364824533462524,0.442606678964167,0.5415812730789185,0.067516674777364,0.005098819732666016,-0.375090004186803 +Dune,Stilgar/XD,0.5582945942878723,0.0748184125285974,0.5639162659645081,0.0440476659199736,0.005621671676635742,-0.030770746608623806 +The Lord of the Rings,Celebrimbor,0.5292943120002747,8.400509612155592e-07,0.535026490688324,2.2258239370400037e-05,0.005732178688049316,2.1418188409184478e-05 +Harry Potter,Bartemius Crouch Junior,0.5353787541389465,2.8171652428751677e-15,0.5413310527801514,3.1989330871097795e-11,0.005952298641204834,3.198651370585492e-11 +Twilight,Felix,0.5362008810043335,2.444847167158084e-05,0.5421597361564636,0.000551473502819,0.005958855152130127,0.0005270250311474191 +Harry Potter,Igor Karkaroff,0.5461367964744568,1.9182137481381063e-08,0.552219808101654,9.901679051660169e-08,0.006083011627197266,7.983465303522062e-08 +Dune,Alia Atreides,0.5209186673164368,0.7155195294622008,0.5270995497703552,0.2442047820529947,0.006180882453918457,-0.4713147474092061 +Dune,Piter De Vries,0.5436399579048157,0.8865800160689702,0.5498327612876892,2.367255644674332,0.006192803382873535,1.4806756286053617 +Twilight,Victoria,0.492349624633789,1.1544833416925582e-05,0.4985863864421844,1.7166442185366e-14,0.006236761808395386,-1.154483339975914e-05 +Dune,Feyd-Rautha Harkonnen/XD,0.5365506410598755,0.2559089587296603,0.5429685711860657,0.5430296715678937,0.0064179301261901855,0.2871207128382334 +Harry Potter,Griphook,0.5330000519752502,0.0468923442031649,0.5396533012390137,0.0016619385107117,0.006653249263763428,-0.0452304056924532 +Dune,Thufir Hawat/DE,0.5149359107017517,9.725796127570801e-08,0.5216930508613586,8.54268517489902e-06,0.006757140159606934,8.445427213623311e-06 +Dune,Duncan Idaho,0.4401197731494903,3.2906508264601654e-07,0.4471195638179779,6.248240808335712e-08,0.006999790668487604,-2.6658267456265943e-07 +Dune,Tio Holtzman,0.5334884524345398,0.0056242878713001,0.5409548878669739,0.0295241342418675,0.007466435432434082,0.0238998463705674 +The Lord of the Rings,Gil-galad,0.5772643089294434,0.0016849887100595,0.5849165916442871,0.0002802341897025,0.00765228271484375,-0.001404754520357 +Harry Potter,Antioch Peverell,0.5434361696243286,1.501951086579549,0.5512228608131409,1.5833857876789816,0.007786691188812256,0.08143470109943274 +Dune,Tylwyth Waff/XD,0.5273714661598206,0.7037667032244017,0.5351602435112,0.0987834808153219,0.0077887773513793945,-0.6049832224090799 +Twilight,Eric Yorkie,0.5160184502601624,0.4664317085760456,0.5238882303237915,0.0153270262658201,0.00786978006362915,-0.4511046823102255 +Twilight,James,0.5018386840820312,2.793098747206403e-07,0.5101467967033386,1.0617429998345724e-10,0.008308112621307373,-2.792037004206568e-07 +Dune,Paulus Atreides,0.5536304712295532,0.5881673042702673,0.5621044039726257,0.5307404665302761,0.00847393274307251,-0.05742683773999124 +Harry Potter,Sirius Black II,0.4175837337970733,2.883540791029234,0.4261006712913513,2.951739733160613,0.00851693749427801,0.06819894213137889 +Harry Potter,Astoria Malfoy,0.5330653190612793,0.071759855159931,0.5416371822357178,0.0456179693712173,0.008571863174438477,-0.026141885788713695 +Dune,Liet Kynes/XD,0.5371055006980896,0.0478408465848011,0.5457416772842407,0.0371137512966966,0.008636176586151123,-0.010727095288104505 +The Lord of the Rings,Denethor II,0.5547358393669128,0.3830326786009035,0.5633900165557861,0.2318774983593413,0.008654177188873291,-0.15115518024156221 +Twilight,Carmen,0.5238940715789795,0.0660031221142711,0.5328048467636108,0.1530286587356314,0.008910775184631348,0.0870255366213603 +Dune,Glossu Rabban Harkonnen/XD,0.5279632806777954,2.3769619220835354,0.5369877815246582,3.139095733097808,0.009024500846862793,0.7621338110142726 +The Hitchhiker's Guide to the Galaxy,Lady Cynthia Fitzmelton,0.503120481967926,1.5543681799565283,0.5122653841972351,0.4555072083028727,0.009144902229309082,-1.0988609716536555 +Dune,Alia Atreides/DE,0.5789529085159302,0.0007972607541912,0.5882188677787781,0.0006633744728701,0.0092659592628479,-0.00013388628132110004 +Twilight,Bella Swan,0.4283255636692047,4.624811411067883e-18,0.4376512169837951,2.173326996830293e-25,0.009325653314590399,-4.624811193735184e-18 +Twilight,Caius,0.5315373539924622,0.0011100875053708,0.5410878658294678,6.800095717717796e-05,0.009550511837005615,-0.001042086548193622 +The Lord of the Rings,Shadowfax,0.5957607626914978,0.2927387245204836,0.6053233742713928,1.868191440946372,0.00956261157989502,1.5754527164258885 +Twilight,Rachel Black,0.4924367666244507,0.296796409199166,0.5020495653152466,0.0494427206683921,0.009612798690795898,-0.24735368853077389 +The Hitchhiker's Guide to the Galaxy,Haggunenons,0.5338510274887085,0.887195783766659,0.5434936285018921,0.1669012953670513,0.009642601013183594,-0.7202944883996076 +Twilight,Garrett,0.515531599521637,0.0134451740309397,0.5252370238304138,0.0016746169219532,0.009705424308776855,-0.0117705571089865 +Harry Potter,James Potter II,0.4645563066005707,0.2846098703939913,0.4742670357227325,0.3542409318848677,0.00971072912216181,0.06963106149087639 +The Hitchhiker's Guide to the Galaxy,Paul Neil Milne Johnstone,0.5271125435829163,3.045931351155299,0.5369555950164795,3.177821032859461,0.009843051433563232,0.13188968170416215 +Dune,Marcus Claire Luyseyal,0.4861524701118469,1.1715058089203334,0.4962300360202789,2.107458039462452,0.010077565908431951,0.9359522305421184 +The Hitchhiker's Guide to the Galaxy,Golgafrinchans,0.5412099361419678,0.5530726381345293,0.5514329671859741,0.1599377797939523,0.010223031044006348,-0.39313485834057704 +Harry Potter,Radolphus Lestrange,0.4995243549346924,1.8285951571563253,0.5098558664321899,1.2007200762048478,0.010331511497497559,-0.6278750809514775 +The Hitchhiker's Guide to the Galaxy,Frankie and Benjy,0.4949437081813812,0.0669423366019376,0.5053572058677673,0.0175326380737249,0.010413497686386108,-0.0494096985282127 +The Hitchhiker's Guide to the Galaxy,Marvin,0.4980494379997253,0.0385239405823255,0.5085926651954651,0.1006890862323728,0.010543227195739802,0.0621651456500473 +Dune,Vorian Atreides,0.5148931741714478,6.412486476323863e-14,0.5255579352378845,4.583811171529382e-13,0.010664761066436768,3.9425625238969963e-13 +Harry Potter,Lee Jordan,0.5044238567352295,3.804905265998813e-11,0.5151554346084595,5.1885496008512885e-15,0.01073157787322998,-3.804386411038728e-11 +The Lord of the Rings,Aragorn II,0.5340953469276428,7.790942653197344e-10,0.5449525713920593,5.606434975876958e-10,0.010857224464416504,-2.184507677320386e-10 +Dune,Duncan Idaho/DE,0.5462362766265869,1.2435412780685698e-20,0.5571543574333191,2.89431798710053e-23,0.010918080806732178,-1.2406469600814693e-20 +Dune,Wensicia Corrino/XD,0.5377728343009949,0.4848777670939961,0.5488365292549133,0.3736514618985455,0.011063694953918457,-0.11122630519545063 +Twilight,J. Jenks,0.515997052192688,0.0157769296501139,0.5271448493003845,0.0811452785843759,0.011147797107696533,0.065368348934262 +Twilight,Mike Newton,0.5144067406654358,0.0458159535995126,0.5257408022880554,0.0001861320113812,0.011334061622619629,-0.0456298215881314 +The Lord of the Rings,Thorin II,0.5379275679588318,0.0002295453908835,0.5493768453598022,8.301275865876888e-07,0.011449277400970459,-0.0002287152632969123 +The Lord of the Rings,Isildur,0.5781658887863159,0.0008949671636997,0.5898236036300659,8.089107747225476e-05,0.01165771484375,-0.0008140760862274453 +Harry Potter,William Weasley,0.4393380284309387,8.532295861991225e-15,0.4517394006252289,2.3167223286522354e-11,0.012401372194290161,2.3158690990660363e-11 +Dune,Jamis,0.5369864106178284,0.0258252638257508,0.5495017170906067,0.0493881033965389,0.01251530647277832,0.023562839570788103 +Harry Potter,Cormac McLaggen,0.5390781760215759,0.0001285230523812,0.5516110062599182,0.0032665786694583,0.012532830238342285,0.0031380556170771 +The Hitchhiker's Guide to the Galaxy,Hillman Hunter,0.5006437301635742,2.7899036879372,0.513340950012207,1.0347394430450858,0.012697219848632812,-1.755164244892114 +The Hitchhiker's Guide to the Galaxy,Number Two,0.5104125142097473,1.0542362445617808,0.5231298804283142,1.7298688236564472,0.012717366218566895,0.6756325790946665 +Dune,Piter de Vries/DE,0.5265918970108032,0.0538570472921494,0.5395046472549438,0.304899907059486,0.012912750244140625,0.2510428597673366 +Dune,Pardot Kynes,0.5375998020172119,0.1577456414164491,0.5505253076553345,0.1656705437169263,0.012925505638122559,0.00792490230047721 +Harry Potter,Fleur Delacour,0.4436100721359253,5.5326561581412635e-11,0.4567304253578186,2.4074171483883803e-09,0.01312035322189331,2.3520905868069677e-09 +Harry Potter,George Weasley,0.4016861617565155,1.2131068827703318e-27,0.4148612320423126,2.8663347786068793e-28,0.01317507028579712,-9.264734049096438e-28 +The Lord of the Rings,Glaurung,0.5521417856216431,0.0314477797164848,0.5653385519981384,0.3053506040396709,0.013196766376495361,0.27390282432318613 +The Hunger Games,Vipsania Sickle,0.5076733231544495,1.5015583908608838,0.5211169719696045,2.1328966584790696,0.01344364881515503,0.6313382676181858 +The Lord of the Rings,Tom Bombadil,0.5519827604293823,0.0009282460298495,0.5654622912406921,0.0001126605924372,0.013479530811309814,-0.0008155854374123 +Harry Potter,Hepzibah Smith,0.5297832489013672,3.334895499801933e-07,0.5433599948883057,0.0044788272170093,0.013576745986938477,0.004478493727459319 +The Lord of the Rings,Radagast,0.5205700993537903,1.053411457126757e-05,0.5342246294021606,8.279434485379112e-05,0.013654530048370361,7.226023028252355e-05 +Harry Potter,Dean Thomas,0.50852370262146,1.4550621915975558e-07,0.522234320640564,1.0422410409114644e-08,0.013710618019104004,-1.3508380875064093e-07 +The Lord of the Rings,Thrór,0.5547429919242859,0.0230854363137968,0.5685999393463135,0.2873471575431011,0.013856947422027588,0.2642617212293043 +The Hitchhiker's Guide to the Galaxy,Eddie the Computer,0.5331401228904724,2.792240301907723,0.5470018982887268,0.4414835487518533,0.013861775398254395,-2.3507567531558697 +Harry Potter,Sirius Black I,0.4646373391151428,1.2505250486978436,0.478628009557724,1.3869790403239013,0.013990670442581177,0.13645399162605765 +Harry Potter,Viktor Krum,0.5292670726776123,2.004866597046654e-05,0.5433587431907654,2.692926522696446e-08,0.014091670513153076,-2.0021736705239575e-05 +Twilight,Benjamin,0.5193383693695068,1.1231493131891824e-05,0.5335027575492859,0.0001049079287397,0.014164388179779053,9.367643560780818e-05 +Harry Potter,Aurora Sinistra,0.5567137598991394,3.679351220188481e-05,0.571009635925293,0.0011756626569522,0.014295876026153564,0.001138869144750315 +Dune,Jessica Atreides/DE,0.5719187259674072,0.0015890894301236,0.5862370133399963,5.193074740749164e-07,0.014318287372589111,-0.0015885701226495252 +Twilight,Demetri,0.546309232711792,0.0002154018997039,0.5607423186302185,0.0361540725415891,0.014433085918426514,0.035938670641885204 +Twilight,Laurent,0.5187574028968811,0.0234344757140194,0.5332944393157959,0.0116029921855727,0.014537036418914795,-0.011831483528446698 +The Lord of the Rings,Beorn,0.568251371383667,0.4143961154638322,0.583055317401886,0.6914431552670909,0.014803946018218994,0.2770470398032587 +The Hunger Games,Casca Highbottom,0.4931186139583587,0.0090683139748384,0.5079649686813354,0.0885453976641003,0.01484635472297674,0.0794770836892619 +Harry Potter,Millicent Bulstrode,0.5132447481155396,0.0173818833284526,0.5281895995140076,0.0053426531003952,0.014944851398468018,-0.012039230228057399 +The Lord of the Rings,Frodo Baggins,0.5058766007423401,7.772950034608088e-19,0.5208778381347656,2.7278014662328973e-15,0.015001237392425537,2.7270241712294365e-15 +Dune,Stilgar,0.5388158559799194,0.943867949763728,0.5538883209228516,0.9897781202986607,0.015072464942932129,0.04591017053493274 +Dune,Murbella/XD,0.5570388436317444,0.0002089964429854,0.5723617076873779,0.0004064859510184,0.015322864055633545,0.000197489508033 +Dune,Wellington Yueh,0.4950200617313385,0.0354422405688776,0.5104186534881592,0.3982121642037352,0.015398591756820679,0.3627699236348576 +Dune,Alef Burzmali,0.5342580080032349,0.7645671390226758,0.5497820377349854,1.2549004688940866,0.015524029731750488,0.49033332987141076 +Dune,Farad'n Corrino,0.5666971206665039,0.6623881126562792,0.5823624730110168,2.00334101467766,0.01566535234451294,1.3409529020213806 +The Lord of the Rings,Gimli,0.5105307102203369,1.216968090269469,0.5263262987136841,0.016622484906822,0.015795588493347168,-1.2003456053626471 +Harry Potter,Neville Longbottom,0.4601926505565643,2.0762667141398194e-40,0.4762265980243683,1.0626474712008023e-22,0.01603394746780401,1.0626474712008023e-22 +Dune,Wellington Yueh/DE,0.5599692463874817,0.0564598286806301,0.5760170817375183,0.1833335421597429,0.01604783535003662,0.1268737134791128 +Harry Potter,Arabella Figg,0.5170759558677673,0.0022231986866603,0.5332129001617432,5.95077863801853e-06,0.01613694429397583,-0.0022172479080222814 +Harry Potter,Severus Snape,0.4355282485485077,4.3694619867907127e-69,0.4516840279102325,2.0811502619179976e-55,0.016155779361724798,2.0811502619179538e-55 +Dune,Vladimir Harkonnen,0.5121381282806396,0.0042657796078804,0.5284905433654785,0.001484507013472,0.016352415084838867,-0.0027812725944083997 +Harry Potter,Susan Bones,0.532204806804657,7.629595824675914e-05,0.5485656261444092,4.278615591839935e-06,0.016360819339752197,-7.201734265491921e-05 +Twilight,Amun,0.4968675971031189,0.0065384147651925,0.5135312676429749,0.0009805412753831,0.016663670539855957,-0.0055578734898094 +The Hitchhiker's Guide to the Galaxy,Dan Streetmentioner,0.5305299758911133,2.024414484659156,0.5477467775344849,2.037254312460819,0.017216801643371582,0.012839827801662818 +Twilight,Tia,0.4938783049583435,0.0010645888844947,0.5117398500442505,0.0030342449524922,0.017861545085906982,0.0019696560679975 +The Hitchhiker's Guide to the Galaxy,Judiciary Pag,0.5260332226753235,2.456362106680628,0.5440967679023743,2.4157124773643326,0.01806354522705078,-0.04064962931629523 +Twilight,Bree Tanner,0.533265233039856,0.0022865927939255,0.5513387322425842,0.0003197573019212,0.01807349920272827,-0.0019668354920043003 +The Lord of the Rings,Thingol,0.5325524806976318,0.0060365047972819,0.5507017374038696,0.0482725114839545,0.018149256706237793,0.0422360066866726 +The Lord of the Rings,Meriadoc Brandybuck,0.5498647093772888,0.0001244624423735,0.5681657195091248,0.1296612287110959,0.018301010131835938,0.1295367662687224 +Dune,Murbella,0.5583533048629761,0.3323313199238806,0.5768553614616394,0.1271963536266704,0.01850205659866333,-0.2051349662972102 +Harry Potter,Michael Corner,0.5218807458877563,0.0005994551808464,0.5404229164123535,0.0023431605211063,0.018542170524597168,0.0017437053402599 +Harry Potter,Salazar Slytherin,0.5491923689842224,0.0018132539954974,0.5679243206977844,0.2050652697095768,0.01873195171356201,0.20325201571407941 +Dune,Hasimir Fenring,0.5294212698936462,0.5723882591358047,0.5482363700866699,2.457582819014864,0.01881510019302368,1.8851945598790592 +Dune,Hwi Noree,0.5311533808708191,0.672941057891257,0.5499973297119141,0.5468427673388215,0.01884394884109497,-0.1260982905524355 +The Hitchhiker's Guide to the Galaxy,Deep Thought,0.5293686985969543,3.518039002381821,0.5483431816101074,4.924017802986197,0.018974483013153076,1.4059788006043759 +The Lord of the Rings,Círdan,0.553114652633667,6.888162985563018e-05,0.5721114277839661,0.0034432402791173,0.018996775150299072,0.00337435864926167 +Harry Potter,Wilhelmina Grubbly-Plank,0.5446015000343323,0.1776621053847571,0.5636718273162842,0.1504676766902166,0.019070327281951904,-0.0271944286945405 +Dune,Elrood Corrino IX/DE,0.5202887654304504,1.042139631711184,0.5393968224525452,0.541932758096681,0.019108057022094727,-0.500206873614503 +Twilight,Zafrina,0.5336583256721497,0.0240892151345803,0.5528468489646912,0.0182850366375656,0.019188523292541504,-0.0058041784970147 +Harry Potter,Justin Finch-Fletchley,0.5136339068412781,2.6796111153797667e-06,0.533025324344635,2.412129790082145e-05,0.019391417503356934,2.1441686785441685e-05 +Twilight,Harry Clearwater,0.5350514650344849,0.0160373768525989,0.5545437335968018,1.5120414810849454,0.019492268562316895,1.4960041042323464 +Harry Potter,Amelia Bones,0.5170515179634094,0.0022095263536121,0.5366535782814026,0.0054584032376626,0.019602060317993164,0.0032488768840505003 +Dune,Feyd-Rautha Harkonnen,0.5332391262054443,0.1186080414633429,0.5530118346214294,0.1959905480609664,0.019772708415985107,0.07738250659762351 +Dune,Norma Cenva/XD,0.5361341834068298,3.5011631807430007e-06,0.5564863085746765,0.0001876241293179,0.02035212516784668,0.000184122966137157 +Dune,Wellington Yueh/XD,0.5348597764968872,0.005782918495446,0.5553275942802429,0.0101010259503712,0.020467817783355713,0.0043181074549252 +The Lord of the Rings,Watcher in the Water,0.5617328882217407,0.0050365699862878,0.5825566053390503,1.6163135126783976e-07,0.02082371711730957,-0.0050364083549365325 +Dune,Piter de Vries/XD,0.5338701605796814,0.504362358181385,0.554705798625946,0.4889792982719898,0.02083563804626465,-0.015383059909395147 +Harry Potter,Petunia Dursley,0.4886771738529205,2.044810716915081e-22,0.5097965598106384,1.2339481284463448e-18,0.02111938595771795,1.2337436473746532e-18 +Twilight,Huilen,0.5120039582252502,0.0403223562805001,0.5332587361335754,0.035222040820397,0.021254777908325195,-0.005100315460103096 +Dune,Siona Atreides/DE,0.5196829438209534,0.0184911770212617,0.5410690307617188,0.0028124435928282,0.02138608694076538,-0.015678733428433497 +Harry Potter,Piers Polkiss,0.4952185153961181,0.6806362715735876,0.5166254043579102,1.0693695208375025,0.021406888961792048,0.38873324926391484 +Dune,Daniel,0.5084262490272522,1.6176609933168422,0.5299350023269653,1.2009534513931983,0.021508753299713135,-0.4167075419236439 +The Lord of the Rings,Smaug,0.4882773756980896,1.2038291765201437e-15,0.5097929835319519,3.473398100495071e-17,0.021515607833862305,-1.169095195515193e-15 +Twilight,Heidi,0.4422834515571594,0.0014260176892839,0.4638873338699341,0.0009163830974332,0.021603882312774658,-0.0005096345918507001 +The Hitchhiker's Guide to the Galaxy,Lig Lury Jr,0.5036037564277649,1.4222595725015843,0.5253148078918457,0.9935720888143272,0.02171105146408081,-0.42868748368725706 +Dune,Irulan Corrino/XD,0.5657967329025269,0.0851919648575388,0.5876041054725647,0.0586366753865381,0.021807372570037842,-0.0265552894710007 +Harry Potter,Silvanus Kettleburn,0.5275212526321411,0.022583050870871,0.5495402812957764,0.0048152914737853,0.022019028663635254,-0.0177677593970857 +Twilight,Randall,0.5123856663703918,0.7181121212488933,0.5344823002815247,0.7588539669853316,0.022096633911132812,0.04074184573643824 +The Lord of the Rings,Ancalagon,0.554775595664978,0.4754508581117997,0.5769245624542236,2.807764820279166,0.022148966789245605,2.3323139621673663 +Dune,Wensicia Corrino/DE,0.5462331175804138,0.4711882416513279,0.5683950781822205,0.5154323798195103,0.02216196060180664,0.0442441381681824 +The Hitchhiker's Guide to the Galaxy,Great Green Arkleseizure,0.5418887734413147,6.285150814644261,0.5641208291053772,5.973755690155872,0.0222320556640625,-0.31139512448838946 +Twilight,Edward Cullen,0.462724894285202,2.2893183788063485e-21,0.4850013554096222,6.374579775485961e-27,0.022276461124420166,-2.289312004226573e-21 +Dune,Margot Fenring,0.5599023699760437,2.404907566263525,0.5822188258171082,4.433415369203304,0.022316455841064453,2.0285078029397785 +The Lord of the Rings,Théoden,0.5545525550842285,0.0008290456730307,0.5769675970077515,0.0775007841734097,0.02241504192352295,0.076671738500379 +Dune,Elrood Corrino IX/XD,0.4822080731391907,0.0999839893529496,0.5046545267105103,0.5144143098167582,0.02244645357131958,0.41443032046380857 +Harry Potter,Selwyn,0.5084523558616638,0.6486659338208681,0.5309166312217712,0.928897876288697,0.022464275360107422,0.2802319424678289 +Dune,Wensicia Corrino,0.5616702437400818,0.2010267988933154,0.5842434167861938,0.7219136340131868,0.02257317304611206,0.5208868351198713 +Twilight,Riley Biers,0.4916694760322571,0.0003750339715457,0.5142452716827393,0.0005464541486897,0.022575795650482178,0.00017142017714400003 +Harry Potter,Armando Dippet,0.5211684107780457,1.4977824381878716e-06,0.5437465906143188,2.923079320478996e-06,0.022578179836273193,1.4252968822911242e-06 +The Lord of the Rings,Celeborn,0.5163928270339966,0.0002714585132343,0.5391075611114502,2.6678667806712923e-06,0.022714734077453613,-0.00026879064645362867 +Twilight,Ephraim Black,0.5057646632194519,0.0722030936545658,0.5285127758979797,0.483425871993945,0.022748112678527832,0.4112227783393792 +Dune,Miles Teg/XD,0.5249885320663452,0.055917445320571,0.5481646656990051,0.2522966401123415,0.023176133632659912,0.1963791947917705 +Dune,Otheym,0.5739062428474426,1.4563690800914404,0.597083568572998,2.675528033990441,0.02317732572555542,1.2191589538990006 +The Hitchhiker's Guide to the Galaxy,Lallafa,0.4932303130626678,1.2100992596692928,0.5165346264839172,1.396929466566197,0.023304313421249445,0.18683020689690433 +Dune,Hasimir Fenring/XD,0.5243239402770996,4.47783575658048e-06,0.5476295351982117,0.0016484516727944,0.02330559492111206,0.0016439738370378197 +Dune,Irulan Corrino,0.5357210636138916,0.0001396891311835,0.5590510964393616,0.0655060789083098,0.02333003282546997,0.06536638977712629 +Harry Potter,Gilderoy Lockhart,0.5064811110496521,1.6587528247983463e-30,0.5298113226890564,1.440566127776051e-19,0.023330211639404297,1.4405661277594636e-19 +The Hitchhiker's Guide to the Galaxy,Allitnils,0.4911867082118988,1.251017756427402,0.5145216584205627,2.15794193900502,0.02333495020866394,0.906924182577618 +Harry Potter,Stanley Shunpike,0.5265969634056091,0.0002148528088674,0.5499930381774902,0.0300646401655936,0.023396074771881104,0.0298497873567262 +Twilight,Jessica Stanley,0.5397750735282898,1.3752700291129754e-09,0.5632840394973755,0.001929322647519,0.023508965969085693,0.0019293212722489709 +Dune,Korba,0.4780802726745605,0.7911521478855628,0.5018550157546997,1.1525436962723896,0.023774743080139216,0.36139154838682686 +Dune,Jessica Atreides/XD,0.562642514705658,0.0025885219734825,0.5865552425384521,6.439355719379739e-05,0.02391272783279419,-0.0025241284162887023 +Dune,Victor Atreides,0.5281650424003601,0.6661450495943819,0.5521569848060608,1.3858043178098174,0.023991942405700684,0.7196592682154355 +Harry Potter,Fred Weasley,0.4145174324512481,1.7698744835120567e-24,0.4385112226009369,2.8572055859787478e-15,0.023993790149688776,2.8572055842088732e-15 +The Hitchhiker's Guide to the Galaxy,Murray Bost Henson,0.508491039276123,1.9880551917770604,0.5325136184692383,2.756659058943864,0.024022579193115234,0.7686038671668036 +The Lord of the Rings,Faramir,0.557635486125946,0.0062398131229013,0.5817018747329712,8.39723844606111e-05,0.024066388607025146,-0.006155840738440689 +Twilight,Lauren Mallory,0.529346227645874,0.4959357556117128,0.5534868240356445,1.0301312795687292,0.024140596389770508,0.5341955239570164 +Dune,Leto Atreides II/DE,0.566229522228241,0.0041208773595681,0.5904116034507751,0.2198043582487257,0.02418208122253418,0.21568348088915762 +Dune,Scytale,0.5015089511871338,0.1078859222784889,0.5259220600128174,0.2386780904258293,0.024413108825683594,0.1307921681473404 +The Lord of the Rings,Arwen,0.5369120836257935,0.137675415089272,0.5613481402397156,0.3554747701557557,0.02443605661392212,0.21779935506648368 +Dune,Liet-Kynes,0.5477451086044312,0.498522743257557,0.5722833871841431,0.8734777525042662,0.024538278579711914,0.37495500924670916 +Dune,Paul Atreides/XD,0.4282070398330688,1.898262985794128e-16,0.4527626633644104,1.0362587857753643e-12,0.024555623531341608,1.036068959476785e-12 +Dune,Gaius Helen Mohiam,0.5384054183959961,0.352284423693017,0.5630971789360046,0.790966793593706,0.024691760540008545,0.43868236990068904 +Harry Potter,Beedle the Bard,0.5122998356819153,5.466866442516768,0.5371372699737549,7.378518380411078,0.0248374342918396,1.9116519378943106 +The Hunger Games,Hilarius Heavensbee,0.5099994540214539,0.9142718836812824,0.5348723530769348,2.055806600382493,0.024872899055480957,1.1415347167012106 +Dune,Schwangyu,0.5480901002883911,1.5382404756407333,0.5731808543205261,4.526655369597184,0.02509075403213501,2.9884148939564508 +Dune,Ziarenko Javid,0.4689979255199432,1.0004546105753516,0.4941466748714447,1.008346932708353,0.02514874935150152,0.007892322133001395 +The Hitchhiker's Guide to the Galaxy,Mella,0.4833376109600067,2.3955204637574328,0.5088439583778381,2.4108987527891834,0.02550634741783142,0.015378289031750647 +Harry Potter,Dexter Fortescue,0.4788859188556671,0.0553909053359503,0.504575252532959,0.1613170455202314,0.02568933367729187,0.1059261401842811 +The Lord of the Rings,Éomer,0.5551220178604126,0.2603075707042285,0.5809876918792725,0.0164847737569122,0.025865674018859863,-0.2438227969473163 +Harry Potter,Bartemius Crouch Senior,0.5206027626991272,5.552725061594009e-23,0.546478807926178,5.992568426569169e-11,0.02587604522705078,5.992568426563616e-11 +The Lord of the Rings,Samwise Gamgee,0.5517087578773499,3.8548064641566814e-11,0.5776146054267883,9.676996866125244e-05,0.025905847549438477,9.67699301131878e-05 +Twilight,Eleazar,0.5053532719612122,5.990604228536696e-05,0.5313164591789246,0.016555623874426,0.025963187217712402,0.01649571783214063 +The Hitchhiker's Guide to the Galaxy,Mr Prosser,0.5014879107475281,4.279989564924774,0.5276877284049988,6.380515125647733,0.026199817657470703,2.100525560722959 +Twilight,Sue Clearwater,0.5213360786437988,0.0006204390110214,0.5475406050682068,0.0355746705090621,0.02620452642440796,0.0349542314980407 +Dune,Ramallo,0.5567925572395325,1.3548367194176814,0.5830508470535278,1.5946190173801895,0.02625828981399536,0.23978229796250816 +Dune,Hedley Tuek,0.5330665707588196,1.1183086730080192,0.5594301223754883,1.3860734273510849,0.0263635516166687,0.2677647543430657 +Twilight,Kate,0.4971874058246612,2.0663263984400627e-07,0.5238328576087952,0.0002915265451449,0.026645451784133967,0.000291319912505056 +Harry Potter,Remus Lupin,0.4234248399734497,7.13646002871692e-40,0.4502548277378082,8.434023894921388e-21,0.02682998776435852,8.434023894921388e-21 +Harry Potter,Oliver Wood,0.5301389694213867,5.2987957667974755e-08,0.5570690035820007,3.314114755989516e-06,0.026930034160614014,3.2611267983215413e-06 +Twilight,Quil Ateara III,0.5268049240112305,3.725081969996444,0.553762674331665,4.036403694961986,0.02695775032043457,0.3113217249655418 +Harry Potter,Peter Pettigrew,0.4807567894458771,1.064510584504947e-25,0.5078498721122742,1.7750399848080088e-14,0.027093082666397095,1.7750399847973636e-14 +Harry Potter,Galatea Merrythought,0.4830827116966247,0.1498250494521877,0.510375440120697,0.237497327992192,0.02729272842407232,0.08767227854000431 +The Lord of the Rings,Lúthien,0.5439371466636658,0.0047370625854089,0.5713077783584595,0.107724627041368,0.0273706316947937,0.1029875644559591 +The Lord of the Rings,Ungoliant,0.5472525358200073,0.3741754394961494,0.5747693181037903,0.5243456119436934,0.02751678228378296,0.15017017244754405 +Dune,Leto Atreides I/XD,0.5529875755310059,0.0015213237304277,0.5806438326835632,0.0016473320578776,0.027656257152557373,0.0001260083274498998 +Dune,Piter de Vries,0.5390039086341858,1.2255669645887044,0.5667362213134766,1.8558181576506183,0.02773231267929077,0.6302511930619139 +Harry Potter,Phineas Nigellus Black,0.4153654277324676,1.2998694211469247e-09,0.4431796371936798,5.127326795537087e-05,0.027814209461212214,5.1271968085949726e-05 +Harry Potter,Rubeus Hagrid,0.4955039918422699,1.2244817309928648e-44,0.5233442783355713,1.291303972669491e-22,0.02784028649330139,1.291303972669491e-22 +Harry Potter,Elphias Doge,0.5130961537361145,3.7691168782721335e-06,0.5409693717956543,3.59699815652066e-05,0.027873218059539795,3.2200864686934464e-05 +Twilight,Rosalie Hale,0.4500272572040558,2.1473657569988022e-16,0.4780303239822387,1.2499015362365722e-10,0.028003066778182928,1.2498993888708152e-10 +Twilight,Rebecca Black,0.4882580041885376,1.2192436190426743,0.5163401961326599,1.3561806259309606,0.028082191944122314,0.13693700688828625 +Twilight,Seth Clearwater,0.5185219645500183,6.220485431315317e-07,0.5466122627258301,0.0005157767477236,0.028090298175811768,0.0005151546991804684 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Jeltz,0.5068814158439636,0.9139087945948516,0.5350143909454346,3.113166066213617,0.028132975101470947,2.199257271618765 +Twilight,Charlotte,0.4761055409908294,0.0207610251090912,0.5042903423309326,0.052126654956958,0.028184801340103205,0.0313656298478668 +The Lord of the Rings,Éowyn,0.5146462321281433,0.0100364208545074,0.5433553457260132,0.000115929448061,0.028709113597869873,-0.0099204914064464 +Harry Potter,Rufus Scrimgeour,0.5396872162818909,0.0018385892840146,0.5684691071510315,1.554077793965021e-05,0.028781890869140625,-0.0018230485060749498 +The Hitchhiker's Guide to the Galaxy,Know-Nothing-Bozo,0.4694631695747375,0.5718663858886817,0.4982646107673645,1.4993487598742592,0.02880144119262701,0.9274823739855775 +Dune,Leto I Atreides,0.5437902212142944,0.000264789029422,0.5726288557052612,0.0293610871955779,0.028838634490966797,0.029096298166155898 +Dune,Gaius Helen Mohiam/XD,0.541538417339325,0.1216476349570876,0.5704416036605835,0.0697233499009201,0.028903186321258545,-0.05192428505616749 +Dune,Edric,0.4336298108100891,1.140654274329966,0.4625941812992096,0.9182846196742984,0.028964370489120483,-0.2223696546556675 +The Hitchhiker's Guide to the Galaxy,Caveman,0.485813707113266,1.191876411155107,0.5148823261260986,2.9606391880258345,0.02906861901283264,1.7687627768707275 +The Hitchhiker's Guide to the Galaxy,Humma Kavula,0.5135481953620911,2.0155346944172385,0.5428107976913452,3.574634551887301,0.02926260232925415,1.5590998574700623 +Dune,Anirul Corrino,0.5426421165466309,2.3241641045117847,0.5719643235206604,2.20351823703972,0.02932220697402954,-0.12064586747206452 +Dune,Vladimir Harkonnen/XD,0.5055045485496521,0.0007665787634493,0.5348857641220093,0.0191930177904602,0.029381215572357178,0.0184264390270109 +The Hunger Games,Clemensia Dovecote,0.515857994556427,0.0055130531524186,0.5453809499740601,0.0023019706255517,0.029522955417633057,-0.0032110825268669 +Dune,Logno,0.4771268665790558,0.0258050314094748,0.5067844390869141,0.4269885629402524,0.029657572507858276,0.40118353153077757 +Harry Potter,Pansy Parkinson,0.4866178631782532,3.7170354821818204e-10,0.5163371562957764,3.4136360227648626e-08,0.029719293117523193,3.3764656679430446e-08 +Dune,Quintinius Violet Chenoeh,0.5035557746887207,0.0002887611619377,0.5334054827690125,3.6066791128825454e-06,0.029849708080291748,-0.0002851544828248175 +Harry Potter,Hedwig,0.530353844165802,1.0648800230849523e-06,0.5602265000343323,0.0050410675125673,0.029872655868530273,0.005040002632544215 +Harry Potter,Frank Longbottom,0.5326156616210938,0.0287523773749892,0.5626251101493835,0.6841584052073477,0.030009448528289795,0.6554060278323586 +Harry Potter,Alastor Moody,0.5593279004096985,1.9087916852636904e-10,0.5897514820098877,2.247863668132014e-09,0.03042358160018921,2.0569844996056452e-09 +Harry Potter,Fawkes,0.5319019556045532,0.0001462970684268,0.5623999834060669,0.0002599711250481,0.030498027801513672,0.00011367405662129998 +The Hitchhiker's Guide to the Galaxy,Gail Andrews,0.5174409747123718,1.148351783091004,0.5481988191604614,3.183736641516804,0.0307578444480896,2.0353848584258 +Dune,Kailea Vernius,0.5259507298469543,0.6207384836168537,0.5567383170127869,0.5638931182982911,0.03078758716583252,-0.056845365318562546 +The Hitchhiker's Guide to the Galaxy,Alice Beeblebrox,0.5141850709915161,1.213913810723373,0.5451333522796631,0.8392531960060112,0.030948281288146973,-0.3746606147173617 +Harry Potter,Seamus Finnigan,0.5081967711448669,5.202524691147397e-07,0.5393355488777161,2.680666556863282e-06,0.03113877773284912,2.160414087748542e-06 +Harry Potter,Rolanda Hooch,0.5237492918968201,7.831457669361398e-11,0.5549678802490234,1.7886279095568456e-06,0.03121858835220337,1.788549594980152e-06 +The Hitchhiker's Guide to the Galaxy,Majikthise,0.5190516710281372,3.978551986098361,0.5503026247024536,3.348809212583568,0.031250953674316406,-0.6297427735147934 +Twilight,Paul Lahote,0.5021762251853943,0.0025681206215354,0.5335680842399597,0.0023820489913689,0.03139185905456543,-0.00018607163016650004 +The Hitchhiker's Guide to the Galaxy,Vroomfondel,0.5152117609977722,6.701656130459915,0.5466178059577942,3.1092435488371115,0.03140604496002197,-3.592412581622803 +The Hitchhiker's Guide to the Galaxy,Russell,0.4782839715480804,0.8100323941181714,0.5097077488899231,1.408932398843795,0.03142377734184271,0.5989000047256235 +Twilight,Charlie Swan,0.4869334101676941,9.211047264016628e-22,0.5184178352355957,1.9278933812315528e-17,0.03148442506790161,1.9278012707589126e-17 +Harry Potter,Abraxas Malfoy,0.5150485038757324,0.5503509975301958,0.5468758344650269,1.3129554098084302,0.031827330589294434,0.7626044122782344 +Dune,Norma Cenva,0.5421144962310791,1.3132687840477226,0.5739531517028809,1.4717080320066254,0.03183865547180176,0.15843924795890274 +Dune,Dominic Vernius,0.5075456500053406,0.1681085345393668,0.5397589802742004,0.4661569704104296,0.03221333026885986,0.2980484358710628 +Harry Potter,Ignotus Peverell,0.5201148390769958,0.0159167370135477,0.5523395538330078,0.0381435685454901,0.03222471475601196,0.0222268315319424 +Twilight,Peter,0.4875790476799011,0.0001092040096631,0.5198993682861328,0.0001708484735067,0.03232032060623169,6.16444638436e-05 +Twilight,Esme Cullen,0.4910960495471954,1.1378658279902276e-14,0.523454487323761,5.89441920801518e-08,0.03235843777656561,5.894418070149352e-08 +Dune,Ghanima Atreides,0.4938459992408752,0.1575677360789988,0.5262296795845032,0.7713215001869783,0.032383680343627985,0.6137537641079795 +Harry Potter,Septima Vector,0.4581951797008514,0.0001044852716568,0.4910606443881988,0.0013549280140825,0.03286546468734741,0.0012504427424257 +Twilight,Jacob Black,0.5114951133728027,2.2938129616442704e-32,0.5444319248199463,9.19593155840975e-19,0.032936811447143555,9.195931558409521e-19 +Harry Potter,Horace Slughorn,0.4692622125148773,3.6505645758085327e-22,0.5022072792053223,2.448485496100082e-15,0.032945066690444946,2.4484851310436245e-15 +Harry Potter,Helga Hufflepuff,0.528685986995697,0.2905265513155202,0.5625326037406921,2.1557971028147707,0.03384661674499512,1.8652705514992505 +Dune,Ghanima Atreides/DE,0.5396658778190613,0.0014068192536931,0.5735228061676025,0.0292072975860014,0.03385692834854126,0.0278004783323083 +Harry Potter,Harry Potter,0.4261776804924011,0.0,0.4600983560085296,1.6416363498266179e-71,0.033920675516128485,1.6416363498266179e-71 +Dune,Chani Kynes/XD,0.5528910756111145,0.3128902571275598,0.5869391560554504,0.1191117144760028,0.03404808044433594,-0.193778542651557 +The Hitchhiker's Guide to the Galaxy,Fenchurch,0.5085993409156799,0.3035717442296552,0.5429698824882507,3.106870070034058,0.0343705415725708,2.803298325804403 +Harry Potter,Antonin Dolohov,0.5316038131713867,1.6755902092767985e-07,0.5660762190818787,0.0107640726799567,0.03447240591049194,0.010763905120935773 +Harry Potter,Quirinus Quirrell,0.4978643357753753,4.170519740208742e-14,0.5323550701141357,4.89337123852677e-07,0.03449073433876043,4.893370821474796e-07 +The Hitchhiker's Guide to the Galaxy,Questular Rontok,0.4308346509933471,1.3089575999174028,0.4653387367725372,5.921618126936456,0.034504085779190063,4.612660527019052 +Dune,Xavier Harkonnen,0.4750511944293976,0.0017384284936056,0.5098047852516174,0.0027334922723042,0.03475359082221985,0.0009950637786986002 +Twilight,Leah Clearwater,0.5250481963157654,4.6436955998251294e-08,0.559978723526001,0.0001047829282737,0.034930527210235596,0.00010473649131770175 +Dune,Bijaz,0.4847066402435303,0.0892107278145377,0.5196388959884644,0.0701587489979539,0.03493225574493408,-0.01905197881658381 +The Hunger Games,Festus Creed,0.4924934506416321,0.0159358573281852,0.5275446176528931,0.0588003656823594,0.035051167011260986,0.0428645083541742 +Harry Potter,Augustus Rookwood,0.5095133781433105,0.0202754861264062,0.5449012517929077,0.1608821430439286,0.03538787364959717,0.1406066569175224 +The Hitchhiker's Guide to the Galaxy,Hurling Frootmig,0.4950239658355713,0.8468620532300025,0.5304555892944336,5.271369239508656,0.035431623458862305,4.424507186278654 +Dune,Mohandas Suk,0.5040932297706604,0.6736399341616784,0.5396994948387146,0.9255365420677758,0.0356062650680542,0.25189660790609736 +The Hitchhiker's Guide to the Galaxy,Captain,0.4807829558849334,2.5046832665816905,0.5165687203407288,1.1028505184239683,0.035785764455795344,-1.4018327481577222 +Twilight,Mary,0.4819009304046631,0.1130494278537079,0.5178558826446533,0.8451317060187,0.035954952239990234,0.7320822781649922 +Dune,Lucilla,0.5184893608093262,0.1804198923209891,0.5546405911445618,0.1200445918051933,0.036151230335235596,-0.0603753005157958 +Dune,Margot Fenring/XD,0.5473545789718628,0.0638435626611669,0.5835996866226196,0.0134577778721443,0.036245107650756836,-0.05038578478902261 +Harry Potter,Terry Boot,0.4992319345474243,0.000247226069942,0.5354912877082825,0.0627235594055822,0.036259353160858154,0.062476333335640205 +The Lord of the Rings,Treebeard,0.5381647944450378,0.0693006924223226,0.5744421482086182,0.0625274590293839,0.03627735376358032,-0.006773233392938699 +The Hitchhiker's Guide to the Galaxy,Agrajag,0.5218881368637085,0.1283522370750132,0.5584320425987244,0.3899460256325032,0.03654390573501587,0.26159378855749 +Twilight,Jared Cameron,0.4954007863998413,0.0226965520277067,0.5320535898208618,0.0051303507621585,0.03665280342102051,-0.017566201265548198 +Dune,Kwisatz Haderach/XD,0.5364213585853577,0.001330029381995,0.5731744766235352,0.0012636602993972,0.03675311803817749,-6.636908259780006e-05 +Twilight,Quil Ateara V,0.5411669015884399,0.0155160366968398,0.5782809257507324,0.0603973868552015,0.03711402416229248,0.0448813501583617 +The Hitchhiker's Guide to the Galaxy,Elvis Presley,0.5083202123641968,0.8162369482507144,0.5454714894294739,3.9781774000980783,0.0371512770652771,3.161940451847364 +Twilight,Aro,0.4462470114231109,2.8151835076224048e-11,0.4835755527019501,2.263702726060609e-16,0.03732854127883917,-2.815160870595144e-11 +Harry Potter,Porpentina Goldstein,0.4802150428295135,2.4931820899925174e-12,0.5175998210906982,2.2640988935991077e-08,0.03738477826118475,2.2638495753901085e-08 +The Hitchhiker's Guide to the Galaxy,Old Man on the Pole,0.4771700501441955,5.581789936508674,0.5147315263748169,7.763840792017723,0.03756147623062139,2.1820508555090488 +Harry Potter,Irma Pince,0.5330012440681458,7.575441458034327e-10,0.5708791613578796,1.3836364187317228e-07,0.03787791728973389,1.3760609772736885e-07 +Dune,Tertius Eileen Anteac,0.487254798412323,0.7282112247168727,0.5253116488456726,0.3573271621070407,0.03805685043334961,-0.37088406260983203 +The Hunger Games,Lysistrata Vickers,0.5141571760177612,0.003836419691966,0.5522354245185852,0.0535980937047822,0.038078248500823975,0.0497616740128162 +The Hunger Games,Alma Coin,0.4948233067989349,1.3861405668331014e-05,0.5329716801643372,0.0017937716690728,0.03814837336540228,0.001779910263404469 +Harry Potter,Marietta Edgecombe,0.5101751685142517,3.473071731811469e-08,0.5483855605125427,6.75277144754179e-05,0.038210391998291016,6.749298375809979e-05 +The Hitchhiker's Guide to the Galaxy,Guide Mark II,0.5226348638534546,3.1566339689350262,0.5612154006958008,2.0491005938916884,0.03858053684234619,-1.1075333750433378 +Dune,Marty,0.4932385683059692,0.8390780894565341,0.532426118850708,0.9791735430910642,0.039187550544738825,0.14009545363453013 +Dune,Tyros Reffa,0.4875735342502594,1.7514703739442326,0.5272082090377808,1.0914193380855193,0.03963467478752136,-0.6600510358587133 +Harry Potter,Ludovic Bagman,0.4895690977573395,2.8824890503634563e-11,0.5293363928794861,0.0187411452190293,0.039767295122146606,0.01874114519020441 +Harry Potter,Hermione Granger,0.3904823362827301,4.637113053223728e-153,0.430363655090332,1.627584320829093e-72,0.03988131880760187,1.627584320829093e-72 +The Lord of the Rings,Gollum,0.5291568040847778,3.705028028504992,0.5690483450889587,8.699523896320845e-05,0.03989154100418091,-3.704941033266029 +The Hitchhiker's Guide to the Galaxy,Ameglian Major Cow,0.5365361571311951,1.224456084476974,0.5770723819732666,1.4386696104844745,0.04053622484207153,0.21421352600750043 +The Hitchhiker's Guide to the Galaxy,Googleplex Starthinker,0.5086233019828796,1.3515194722810542,0.5492330193519592,2.981606790740152,0.04060971736907959,1.6300873184590976 +Twilight,Sasha,0.4728780388832092,0.2786436116883695,0.5139268040657043,0.246721970916106,0.04104876518249517,-0.031921640772263477 +The Lord of the Rings,Morgoth,0.5371339917182922,3.0375320036764824e-18,0.5784084796905518,3.265795629487494e-14,0.04127448797225952,3.265491876287127e-14 +Harry Potter,Louis Weasley,0.4540657699108124,0.0444494411070131,0.4954021275043487,0.5441489284300953,0.04133635759353632,0.4996994873230822 +The Lord of the Rings,Thranduil,0.5195729732513428,5.866458878537014e-12,0.5610157251358032,1.3390760964466018e-05,0.04144275188446045,1.3390755098007139e-05 +Dune,Glossu Rabban Harkonnen/DE,0.5094492435455322,0.564735824507272,0.5509238243103027,0.0433087306206947,0.04147458076477051,-0.5214270938865773 +The Hitchhiker's Guide to the Galaxy,Effrafax of Wug,0.5134496688842773,3.2151291217167177,0.5549716949462891,4.400457732062703,0.04152202606201172,1.1853286103459855 +The Hitchhiker's Guide to the Galaxy,The Lord,0.4792637228965759,2.781357853292775,0.5209159851074219,1.9092905010805743,0.04165226221084595,-0.8720673522122007 +The Hitchhiker's Guide to the Galaxy,Colin the Security Robot,0.5031183362007141,1.0910237479024243,0.5448169708251953,1.061180048644928,0.0416986346244812,-0.029843699257496192 +Dune,Tyekanik,0.5294237732887268,1.030935100366963,0.5713058114051819,2.3759034066948845,0.04188203811645508,1.3449683063279216 +Harry Potter,Parvati Patil,0.5213645696640015,2.1060845523256397e-07,0.5632919073104858,2.148125479439861e-05,0.041927337646484375,2.1270646339166044e-05 +Harry Potter,Winky,0.5192539095878601,7.772470027324706e-14,0.5614151358604431,2.233460205440157e-05,0.04216122627258301,2.233460197667687e-05 +Twilight,Santiago,0.491519957780838,1.3400864525335985,0.5336848497390747,2.6614558913308954,0.042164891958236694,1.321369438797297 +Dune,Lady Jessica,0.4534376263618469,0.0201008775175959,0.496165931224823,0.1237937005266638,0.042728304862976074,0.1036928230090679 +Twilight,Emily Young,0.4679050743579864,8.277646143621516e-07,0.5108766555786133,0.0001727290624693,0.04297158122062689,0.00017190129785493784 +Harry Potter,Vincent Crabbe,0.475098580121994,1.049324925411977e-07,0.5186833143234253,0.0002868946700955,0.043584734201431274,0.0002867897376029588 +Dune,Tylwyth Waff,0.5059124231338501,1.737750597750537,0.5506270527839661,3.3208116022734924,0.04471462965011597,1.5830610045229554 +Dune,Anirul Corrino/XD,0.532350480556488,0.0140262851391658,0.577077329158783,0.0028045473248675,0.04472684860229492,-0.0112217378142983 +The Lord of the Rings,Bilbo Baggins,0.5337092280387878,4.5805541110707903e-10,0.5786937475204468,1.921964100876953e-07,0.044984519481658936,1.9173835467658822e-07 +The Hunger Games,Livia Cardew,0.499139666557312,1.013031508725081,0.544862687587738,0.5675167285394436,0.045723021030426025,-0.4455147801856374 +Harry Potter,Alicia Spinnet,0.5257503986358643,2.3125807181654914e-06,0.5718728303909302,0.0007013820303482,0.04612243175506592,0.0006990694496300346 +Dune,Abulurd Harkonnen/XD,0.5102819204330444,0.0072570369044084,0.556564450263977,0.039982234290605,0.04628252983093262,0.0327251973861966 +Harry Potter,Molly Weasley,0.4058446288108825,1.446081593582385e-26,0.4523122012615204,1.5463390165424558e-16,0.04646757245063787,1.5463390163978477e-16 +Harry Potter,Garrick Ollivander,0.5108481049537659,2.5601428584353385e-08,0.5574260950088501,8.39787862356104e-05,0.04657799005508423,8.395318480702605e-05 +The Lord of the Rings,Khamûl,0.4940536022186279,0.1330702156290558,0.5407648682594299,0.7024747436692249,0.04671126604080206,0.5694045280401692 +Harry Potter,Amos Diggory,0.5099585056304932,2.576364746456489e-05,0.55677330493927,0.00446601344436,0.046814799308776855,0.0044402497968954345 +Harry Potter,Walden Macnair,0.5014828443527222,7.712052205040901e-05,0.5486079454421997,0.0126056406449151,0.04712510108947754,0.01252852012286469 +The Hunger Games,Palmyra Monty,0.4593995213508606,2.104723776435768,0.506984293460846,2.2177755693456382,0.04758477210998535,0.11305179290987022 +Dune,Jehanne Butler,0.4713389575481415,0.6350021696992341,0.5190722346305847,0.17078706747944,0.04773327708244324,-0.46421510221979406 +Harry Potter,Filius Flitwick,0.4906714260578155,4.855576172290743e-29,0.5387125611305237,4.194993160753049e-16,0.048041135072708185,4.1949931607525635e-16 +The Hitchhiker's Guide to the Galaxy,Prak,0.4881736636161804,0.6609615694559035,0.5365588665008545,0.4519610109003185,0.04838520288467407,-0.20900055855558497 +The Hitchhiker's Guide to the Galaxy,Lajestic Vantrashell of Lob,0.4957940578460693,1.0396768280186015,0.5443820357322693,5.4496999347531805,0.04858797788620001,4.410023106734579 +Harry Potter,Corban Yaxley,0.4860631227493286,1.7320968742287788e-11,0.5347832441329956,3.911871144235845e-06,0.04872012138366699,3.911853823267102e-06 +Harry Potter,Angelina Johnson,0.4564283490180969,9.305818004903066e-11,0.5060237050056458,2.772464233750022e-06,0.04959535598754883,2.772371175569973e-06 +Dune,Scytale/XD,0.4859491884708404,0.1431050620529615,0.5356002449989319,0.2732531641680964,0.049651056528091486,0.13014810211513492 +Harry Potter,Marlene McKinnon,0.4938864111900329,0.6443134996949156,0.5437308549880981,2.239588358392075,0.04984444379806524,1.5952748586971595 +Harry Potter,Kingsley Shacklebolt,0.506147027015686,3.6246660735787447e-10,0.556400716304779,4.0332371885828006e-05,0.05025368928909302,4.0332009419220645e-05 +The Hitchhiker's Guide to the Galaxy,Max Quordlepleen,0.4441669583320617,3.6075902889285176,0.4944285452365875,3.974116003158963,0.05026158690452581,0.3665257142304452 +Harry Potter,Pius Thicknesse,0.4940618574619293,1.7983771032693102e-06,0.5448520183563232,9.234600974982798e-05,0.05079016089439392,9.054763264655867e-05 +The Hunger Games,Treech,0.4804621636867523,0.0029177804212191,0.5315182209014893,0.0203327111946199,0.05105605721473694,0.0174149307734008 +Harry Potter,Bellatrix Lestrange,0.4075987040996551,2.6985882749260484e-28,0.4587092399597168,6.345739541977186e-16,0.0511105358600617,6.345739541974487e-16 +The Lord of the Rings,Bard,0.4974329769611358,1.513431755035593e-06,0.5488898158073425,0.0027440762838703,0.05145683884620672,0.0027425628521152642 +Harry Potter,Myrtle Warren,0.4975125193595886,2.118641912019713e-08,0.5493360757827759,2.647572492143769e-09,0.051823556423187256,-1.8538846628053363e-08 +The Hitchhiker's Guide to the Galaxy,Barman,0.4787187278270721,1.7699820000943327,0.5309516191482544,4.361691934626844,0.052232891321182306,2.591709934532511 +Twilight,Vasilii,0.4801425039768219,0.817044796441487,0.5337051153182983,1.029328344463032,0.05356261134147644,0.21228354802154492 +Harry Potter,Aberforth Dumbledore,0.5063864588737488,9.934565178215817e-20,0.5599910020828247,3.8961335185351745e-11,0.05360454320907593,3.8961335086006093e-11 +Harry Potter,Nagini,0.4636570513248443,4.794494313164273e-16,0.517330527305603,1.9903739290785465e-08,0.05367347598075872,1.9903738811336034e-08 +The Hitchhiker's Guide to the Galaxy,Agda,0.4687676131725311,2.711333335310547,0.5224596261978149,3.9934621092566287,0.05369201302528387,1.2821287739460816 +Dune,Lichna,0.4899732768535614,0.778601116737801,0.5437178015708923,1.7552609653310076,0.05374452471733093,0.9766598485932066 +Harry Potter,Alice Longbottom,0.5356360077857971,0.0001129909697109,0.5895086526870728,0.0836465198948972,0.053872644901275635,0.0835335289251863 +The Hitchhiker's Guide to the Galaxy,Old Woman in the Cave,0.5127855539321899,7.099409842694347,0.5671838521957397,11.727615229914276,0.054398298263549805,4.628205387219929 +The Lord of the Rings,Balin,0.5382952094078064,4.103898148002443e-05,0.5931556820869446,0.0057883245623027,0.054860472679138184,0.005747285580822676 +Harry Potter,Ernest Macmillan,0.4889927804470062,2.163601915529145e-06,0.5438987016677856,7.93290780567354e-06,0.05490592122077942,5.769305890144395e-06 +Harry Potter,Gellert Grindelwald,0.4784505665302276,2.6971292594521904e-43,0.5343675017356873,3.339435670557009e-18,0.05591693520545965,3.339435670557009e-18 +Twilight,Carlisle Cullen,0.460436075925827,2.5181317586540856e-15,0.5171779990196228,3.970672068480381e-10,0.056741923093795776,3.970646887162794e-10 +Harry Potter,Broderick Bode,0.507606565952301,0.0053606251581988,0.5645189881324768,0.3173227055536313,0.05691242218017578,0.3119620803954325 +Harry Potter,Nicholas de Mimsy-Porpington,0.4403055310249328,1.041192185464153e-24,0.4978533089160919,2.251943109372343e-12,0.05754777789115911,2.2519431093713016e-12 +Twilight,Angela Weber,0.504973292350769,5.2722661037760894e-05,0.5626891851425171,0.005811991217113,0.05771589279174805,0.005759268556075239 +Dune,Octa Butler,0.4946991801261902,1.1514294397011324,0.5528679490089417,0.962492586838698,0.058168768882751465,-0.18893685286243445 +Harry Potter,Hannah Abbott,0.4650236964225769,2.6134198263473084e-08,0.5236719250679016,3.225871472275248e-05,0.05864822864532471,3.223258052448901e-05 +The Hunger Games,Reaper Ash,0.4597514569759369,8.466860549702181e-05,0.5185043811798096,0.0003964647178207,0.05875292420387268,0.00031179611232367817 +The Hitchhiker's Guide to the Galaxy,Poodoo,0.45408895611763,0.7607375331758576,0.5132195353507996,1.1669318505114223,0.059130579233169556,0.40619431733556477 +The Hunger Games,Felix Ravinstill,0.4774388074874878,0.7003809095064412,0.5368401408195496,2.826404724140314,0.05940133333206177,2.126023814633873 +The Lord of the Rings,Galadriel,0.5037479400634766,1.2696701024189458e-14,0.5642900466918945,2.2838233215464662e-09,0.06054210662841797,2.283810624845442e-09 +Harry Potter,Padma Patil,0.5116949677467346,3.432418669242108e-05,0.5723413228988647,0.0130090136272359,0.06064635515213013,0.01297468944054348 +The Hunger Games,Haymitch Abernathy,0.459012359380722,5.803643330676749e-49,0.5197070837020874,4.375609028953335e-36,0.06069472432136541,4.3756090289527546e-36 +The Lord of the Rings,Saruman,0.5060369372367859,9.899217857980596e-21,0.5668620467185974,5.295403477619966e-11,0.06082510948181152,5.295403476630044e-11 +Twilight,Alice Cullen,0.4246560931205749,2.5157705123090904e-24,0.4859936535358429,2.0409060494113174e-13,0.061337560415268,2.0409060493861597e-13 +Harry Potter,Evan Rosier,0.4881301522254944,0.2002836947372867,0.5503441095352173,2.327005121487279,0.0622139573097229,2.1267214267499925 +The Hunger Games,Katniss Everdeen,0.4966630339622497,1.932072503016613e-52,0.5592134594917297,2.8154050119292174e-37,0.06255042552948004,2.8154050119292153e-37 +Dune,Hayt,0.5497936010360718,1.6983271962871251,0.6137956380844116,3.47851498739315,0.06400203704833984,1.7801877911060249 +Harry Potter,Merope Riddle,0.4668214917182922,3.960591157357309e-17,0.5309545397758484,2.9019793884482616e-10,0.06413304805755621,2.901978992389146e-10 +The Hitchhiker's Guide to the Galaxy,Great Hyperlobic Omnicognate Neutron Wrangler,0.5222041010856628,0.8151436595074942,0.5879542827606201,2.6249022736812884,0.06575018167495728,1.809758614173794 +Harry Potter,Minerva McGonagall,0.3955636024475097,2.115368187575929e-74,0.4617526233196258,1.0199160405831491e-53,0.06618902087211609,1.0199160405831491e-53 +The Hitchhiker's Guide to the Galaxy,Pizpot Gargravarr,0.4587478041648865,0.8348776513172581,0.5261605381965637,2.234811258237442,0.06741273403167725,1.3999336069201842 +Dune,Alma Mavis Taraza,0.5090119242668152,0.3211667461747884,0.5767590403556824,0.6421973231749927,0.06774711608886719,0.32103057700020426 +The Lord of the Rings,Gandalf,0.4864636957645416,0.0974686630667356,0.5542777180671692,7.033810516240278e-14,0.06781402230262756,-0.09746866306666527 +The Hitchhiker's Guide to the Galaxy,Random Dent,0.4563427567481994,0.2920922497952378,0.5248076319694519,1.6159023913096846,0.0684648752212525,1.3238101415144468 +Harry Potter,Godric Gryffindor,0.5244513750076294,0.0069719796151754,0.5934100151062012,1.13064105321368,0.06895864009857178,1.1236690735985044 +The Hunger Games,Lucretius Flickerman,0.4807058274745941,0.0078101536769308,0.5529710650444031,0.3614382714716695,0.07226523756980896,0.35362811779473874 +The Hitchhiker's Guide to the Galaxy,Roosta,0.4557687640190124,1.687678852003973,0.5282712578773499,6.310332564579279,0.07250249385833746,4.622653712575306 +Harry Potter,Fat Friar,0.4841617941856384,2.6362596245676405e-06,0.5592990517616272,0.0141559664269504,0.07513725757598877,0.014153330167325832 +Harry Potter,Dorcas Meadowes,0.5007970929145813,0.6279816562448126,0.5774123072624207,8.722656375081101,0.07661521434783936,8.094674718836288 +Dune,Fafnir Corrino,0.4499525129795074,0.7003032446719886,0.5322589874267578,1.0420738912627936,0.08230647444725042,0.341770646590805 +Dune,Dama,0.4524624943733215,0.6829508085044583,0.5355659127235413,0.6375156050084873,0.08310341835021978,-0.04543520349597108 +Harry Potter,Nicolas Flamel,0.4923658072948456,2.7655939643226285e-06,0.5783950090408325,0.011909550359249,0.08602920174598694,0.011906784765284678 +Dune,Abulurd Harkonnen,0.4995967745780945,0.774362161995966,0.585909903049469,1.4374484379102912,0.08631312847137451,0.6630862759143252 +Harry Potter,Ariana Dumbledore,0.4977788925170898,9.901518915330524e-09,0.5857630372047424,0.0054663262143661,0.08798414468765264,0.0054663163128471845 +Twilight,Embry Call,0.445179671049118,6.0751889846143e-08,0.5342084169387817,0.0184817337229912,0.08902874588966375,0.018481672971101353 +Twilight,Emmett Cullen,0.4583433270454407,2.769387458024078e-23,0.5493192076683044,3.164570090644463e-09,0.09097588062286377,3.1645700906444355e-09 +The Hitchhiker's Guide to the Galaxy,Emperor of the Galaxy,0.4646728038787842,2.164931250384649,0.5556698441505432,8.55473898648037,0.09099704027175903,6.389807736095721 +The Hunger Games,Mizzen,0.4393620491027832,7.871077394744284e-06,0.5330420136451721,0.0073598282857887,0.09367996454238892,0.007351957208393955 +Dune,Nayla,0.4950499534606933,1.292249701300615,0.6011646389961243,1.838745742377142,0.10611468553543096,0.5464960410765272 +The Hitchhiker's Guide to the Galaxy,Hig Hurtenflurst,0.3948304355144501,0.6751661951664785,0.5137826800346375,1.212449095341141,0.11895224452018738,0.5372829001746626 diff --git a/ressources/data/differences/sorted_by_F1_to_wF1_3.csv b/ressources/data/differences/sorted_by_F1_to_wF1_3.csv new file mode 100644 index 0000000000000000000000000000000000000000..94b62ec17d603f2e9da66df788e93c32ae2cab48 --- /dev/null +++ b/ressources/data/differences/sorted_by_F1_to_wF1_3.csv @@ -0,0 +1,536 @@ +Book,Character,F1,h,wF1,wh,F1_to_wF1,h_to_wh +The Hitchhiker's Guide to the Galaxy,Eccentrica Gallumbits,0.6058655977249146,6.55965044781872,0.5394384860992432,4.111888971930163,-0.06642711162567139,-2.4477614758885577 +The Hitchhiker's Guide to the Galaxy,Grunthos the Flatulent,0.6140472888946533,16.95786250848371,0.5499271154403687,2.19535677410307,-0.06412017345428467,-14.76250573438064 +Harry Potter,Hokey,0.5672929883003235,0.0438565244700726,0.513213574886322,0.2738191999950243,-0.054079413414001465,0.2299626755249517 +The Hitchhiker's Guide to the Galaxy,Phouchg,0.5427480340003967,2.422185646439553,0.4930891692638397,0.7803900079380592,-0.04965886473655701,-1.6417956385014936 +The Hitchhiker's Guide to the Galaxy,Oolon Colluphid,0.5637776255607605,2.7037233537785146,0.5207085609436035,1.3753680830069075,-0.04306906461715698,-1.328355270771607 +Twilight,Benjamin,0.5194116234779358,0.0002089417726409,0.4765913188457489,4.263846624869679e-06,-0.04282030463218689,-0.00020467792601603033 +Harry Potter,Fat Lady,0.5626680254936218,0.0006976507134607,0.5224078893661499,0.0001686186499819,-0.040260136127471924,-0.0005290320634787999 +Twilight,Alec,0.5477607846260071,0.0069056504108246,0.5151251554489136,0.0001116811891548,-0.032635629177093506,-0.0067939692216698 +The Hitchhiker's Guide to the Galaxy,Heimdall,0.5581227540969849,4.584225912588152,0.5274328589439392,2.276866895887534,-0.030689895153045654,-2.3073590167006177 +Dune,Mapes,0.5734739303588867,1.4227359584116763,0.5431746244430542,2.4085486452782194,-0.03029930591583252,0.9858126868665431 +Twilight,Renesmee Cullen,0.4953872859477997,1.66631975470711e-11,0.4656632840633392,1.3276565834753356e-23,-0.029724001884460505,-1.6663197547057822e-11 +The Lord of the Rings,Halbarad,0.59017014503479,0.1797733860199657,0.560507595539093,0.3461992418406594,-0.02966254949569702,0.16642585582069372 +Twilight,Demetri,0.5424766540527344,3.7891133261728347e-05,0.5129753351211548,0.0001624950276633,-0.02950131893157959,0.00012460389440157167 +Twilight,Kebi,0.5201324820518494,0.0585021836034351,0.4922181069850921,0.0319322843910091,-0.027914375066757258,-0.026569899212426 +Dune,Iakin Nefud,0.5310722589492798,1.89786255695754,0.5032299160957336,0.8610380325676424,-0.027842342853546143,-1.0368245243898975 +Dune,Leto Atreides II,0.5314472913742065,2.242102859910016e-05,0.5045799612998962,0.000470369261642,-0.026867330074310303,0.00044794823304289985 +Harry Potter,Cornelius Fudge,0.5355236530303955,1.6232548392699698e-18,0.5092675089836121,1.0592172572077156e-17,-0.026256144046783447,8.968917732807187e-18 +Dune,Wensicia Corrino/DE,0.5573607087135315,1.2956865425806023,0.5317422151565552,0.4850275963656584,-0.02561849355697632,-0.8106589462149439 +Dune,Harah,0.5595471858978271,0.0753954301245798,0.5352233648300171,0.0346278451002894,-0.02432382106781006,-0.040767585024290405 +Dune,Hasimir Fenring/DE,0.5695836544036865,0.0306126850559545,0.5464422702789307,0.0138149581801547,-0.02314138412475586,-0.0167977268757998 +Twilight,Tanya,0.503936767578125,9.231902497034248e-08,0.4823244214057922,1.749051901137185e-09,-0.02161234617233282,-9.05699730692053e-08 +The Hitchhiker's Guide to the Galaxy,Ameglian Major Cow,0.5611812472343445,1.0120567459191676,0.541434645652771,1.5219382238640753,-0.019746601581573486,0.5098814779449077 +Harry Potter,Hepzibah Smith,0.5742697715759277,0.0009210173244708,0.5552780628204346,0.0137033324569465,-0.018991708755493164,0.0127823151324757 +Dune,Abulurd Harkonnen/XD,0.5441485047340393,0.0123638452901911,0.525319516658783,0.00951637563041,-0.018828988075256348,-0.0028474696597810996 +Harry Potter,Irma Crabbe,0.4526484310626983,0.7461420392506313,0.4349513053894043,0.5920201476215757,-0.017697125673294012,-0.15412189162905554 +Twilight,Charlie Swan,0.523963987827301,2.742332000528702e-09,0.5070550441741943,2.0696662155516104e-18,-0.01690894365310669,-2.742331998459036e-09 +Dune,Duncan Idaho/XD,0.5116010308265686,4.2546252552959766e-10,0.4954583644866943,8.835557548261799e-13,-0.016142666339874323,-4.245789697747715e-10 +Harry Potter,Peeves,0.5685899257659912,1.3660000575144685e-10,0.5525453090667725,1.7540221551222814e-16,-0.01604461669921875,-1.3659983034923133e-10 +Harry Potter,Rosmerta,0.5597559213638306,0.002613593704264,0.544405996799469,0.0014259965925147,-0.015349924564361572,-0.0011875971117493 +Dune,Paul Atreides/DE,0.5624359846115112,0.6680478035333376,0.5472601056098938,0.1224107496926478,-0.015175879001617432,-0.5456370538406898 +Dune,Duncan Idaho/DE,0.5466117262840271,4.810651392859619e-14,0.5321796536445618,9.668434376666976e-24,-0.014432072639465332,-4.8106513918927754e-14 +Harry Potter,Rowena Ravenclaw,0.5553902983665466,0.0693671941742375,0.5411466360092163,0.1899751535278539,-0.014243662357330322,0.1206079593536164 +Harry Potter,Newton Scamander,0.5166230201721191,3.362991699953818e-24,0.50264972448349,1.0606165574816015e-25,-0.01397329568862915,-3.256930044205658e-24 +Harry Potter,Sybill Trelawney,0.5406873822212219,1.4510179699546029e-11,0.5268456935882568,5.731152472008711e-12,-0.013841688632965088,-8.779027227537318e-12 +Dune,Gurney Halleck,0.5622117519378662,0.6081915315316465,0.5487368106842041,0.1720678721641582,-0.01347494125366211,-0.4361236593674883 +Dune,Jamis,0.5642074346542358,0.5260601107998428,0.5510348081588745,0.2206194524261704,-0.013172626495361328,-0.3054406583736724 +Twilight,Peter,0.4923698306083679,0.0001245823447594,0.4794693887233734,1.258323985035581e-06,-0.012900441884994507,-0.00012332402077436442 +The Lord of the Rings,Thrór,0.557720422744751,0.380471491167524,0.5456516146659851,0.0679000113456753,-0.01206880807876587,-0.3125714798218487 +Harry Potter,Aragog,0.5689617395401001,0.0941572166488174,0.5569226145744324,0.021938193266762,-0.012039124965667725,-0.07221902338205541 +The Hitchhiker's Guide to the Galaxy,Arthur Dent,0.534945011138916,0.14037202070437,0.5229958891868591,0.1434866094704304,-0.011949121952056885,0.003114588766060411 +The Hitchhiker's Guide to the Galaxy,Ruler of the Universe,0.512652575969696,6.16645514974388,0.5007719993591309,3.197721520638197,-0.011880576610565186,-2.9687336291056834 +The Hitchhiker's Guide to the Galaxy,Mr Prosser,0.5152918696403503,5.716983768747755,0.5037378668785095,3.4004614248585656,-0.01155400276184082,-2.3165223438891895 +Twilight,Kachiri,0.5340794324874878,0.5040583818015302,0.5226978659629822,2.094073836020095,-0.011381566524505615,1.5900154542185647 +Harry Potter,Parvati Patil,0.5480782985687256,7.82645235688083e-06,0.5367690920829773,3.5991487657951523e-06,-0.011309206485748291,-4.227303591085677e-06 +Dune,Abulurd Harkonnen,0.5326532125473022,1.5863552234455376,0.521419882774353,0.6954069738046825,-0.011233329772949219,-0.8909482496408551 +The Lord of the Rings,Théoden,0.5511192083358765,0.0146015782564679,0.5399253964424133,0.0065330640931554,-0.011193811893463135,-0.0080685141633125 +Twilight,Tia,0.5108676552772522,0.0004731409810169,0.499974638223648,0.02604206588324,-0.010893017053604181,0.0255689249022231 +Dune,Aramsham,0.5381482839584351,2.3442786308227896,0.5279208421707153,1.7708425219756927,-0.010227441787719727,-0.573436108847097 +Dune,Vladimir Harkonnen/DE,0.5738033056259155,0.0196985838761531,0.5647509098052979,0.0137054083790518,-0.009052395820617676,-0.005993175497101301 +The Hunger Games,Alma Coin,0.5130931735038757,0.0003420129307903,0.5040443539619446,0.0011194391035209,-0.009048819541931152,0.0007774261727306 +The Hitchhiker's Guide to the Galaxy,Old Woman in the Cave,0.5285378098487854,6.828077476698253,0.5196815133094788,4.970962644971397,-0.00885629653930664,-1.8571148317268555 +Dune,Irulan Corrino,0.5652651190757751,0.1198068197594191,0.5567529797554016,0.0976073128588236,-0.008512139320373535,-0.02219950690059551 +Harry Potter,Anthony Goldstein,0.5276600122451782,0.0109956517100573,0.5194255113601685,0.1197554931774833,-0.008234500885009766,0.108759841467426 +Harry Potter,Bartemius Crouch Senior,0.5467575192451477,2.913382093729548e-12,0.5385453104972839,1.808035646434836e-15,-0.00821220874786377,-2.911574058083113e-12 +Dune,Elrood Corrino IX,0.5494102835655212,6.567421454972395,0.5414339303970337,3.838186942507519,-0.007976353168487549,-2.7292345124648762 +Harry Potter,Porpentina Goldstein,0.5076111555099487,5.495684210714383e-08,0.4996605515480041,3.064108425483909e-11,-0.007950603961944636,-5.492620102288899e-08 +Dune,Fafnir Corrino,0.4875413179397583,0.8123529386637208,0.48015296459198,0.7864517036701479,-0.00738835334777832,-0.025901234993572886 +The Hitchhiker's Guide to the Galaxy,Hig Hurtenflurst,0.4926114678382873,1.2104331377333513,0.4859743416309356,1.0583993608051103,-0.006637126207351685,-0.15203377692824094 +The Lord of the Rings,Elrond,0.5346205830574036,1.2182569978153455e-05,0.5283806324005127,8.569360001906951e-05,-0.006239950656890869,7.351103004091605e-05 +Dune,Siona Atreides/DE,0.5421079993247986,0.0087319759877451,0.5364435315132141,0.0270232806700941,-0.005664467811584473,0.018291304682348998 +Dune,Chani Kynes,0.5487492084503174,1.4490337254924497,0.5434978604316711,1.0983350664734417,-0.00525134801864624,-0.350698659019008 +Dune,Leto I Atreides,0.5490404963493347,0.053978340877829,0.5441626310348511,0.0713173290605953,-0.004877865314483643,0.01733898818276631 +The Hitchhiker's Guide to the Galaxy,Hotblack Desiato,0.5371041297912598,6.27363319045089,0.5323712825775146,3.684780702360905,-0.004732847213745117,-2.588852488089985 +Dune,Glossu Rabban,0.516559362411499,1.1336510338285353,0.5118913650512695,0.936649173256126,-0.004667997360229492,-0.19700186057240932 +Dune,Thufir Hawat/DE,0.5130482316017151,2.209868048109866e-07,0.5086999535560608,2.5283861375720285e-05,-0.004348278045654297,2.50628745709093e-05 +Harry Potter,Rita Skeeter,0.5447378158569336,2.622588168489481e-07,0.5408720970153809,8.782894729187893e-07,-0.0038657188415527344,6.160306560698412e-07 +Harry Potter,Ginevra Weasley,0.4565054476261139,3.123149257093773e-36,0.4529821574687958,7.340042678938938e-32,-0.0035232901573181152,7.339730364013229e-32 +Harry Potter,Rufus Scrimgeour,0.5564838647842407,0.0010248848799188,0.5529722571372986,0.0005026595008732,-0.0035116076469421387,-0.0005222253790455999 +The Lord of the Rings,Tom Bombadil,0.5579453110694885,1.625276508679475e-05,0.5544760823249817,0.0002023709885307,-0.003469228744506836,0.00018611822344390526 +Harry Potter,Arthur Weasley,0.4222377240657806,1.5122785307764722e-11,0.4188569784164428,2.134282776205337e-12,-0.0033807456493377686,-1.2988502531559385e-11 +Harry Potter,Nymphadora Tonks,0.4633335471153259,1.6629429862916244e-19,0.4601302742958069,8.249708776565606e-15,-0.003203272819519043,8.249542482266976e-15 +Harry Potter,Fleur Delacour,0.4584183096885681,7.997361085518871e-10,0.4560153782367706,4.620194448547931e-10,-0.002402931451797541,-3.37716663697094e-10 +Dune,Liet Kynes,0.5707424879074097,1.5353780709426728,0.5686256885528564,1.0010206362207186,-0.0021167993545532227,-0.5343574347219542 +Dune,Shando Vernius,0.5261279344558716,0.2330525138630203,0.5242726802825928,0.7144245815772385,-0.0018552541732788086,0.48137206771421825 +Twilight,Bree Tanner,0.5344114303588867,0.0058233650778035,0.5327283143997192,0.0031269610113248,-0.0016831159591674805,-0.0026964040664787 +Dune,Dominic Vernius,0.5158441662788391,0.3112572505318159,0.5141785740852356,0.513599500056634,-0.0016655921936035156,0.2023422495248181 +Harry Potter,Albus Dumbledore,0.4514420330524444,1.525797191250361e-57,0.4499014019966125,2.582512433549349e-55,-0.0015406310558319092,2.5672544616368453e-55 +Harry Potter,Harry Potter,0.4480642676353454,1.2639081125928257e-186,0.4468821287155151,1.0084877698289763e-70,-0.0011821389198303223,1.0084877698289763e-70 +Harry Potter,Gilderoy Lockhart,0.5441403985023499,2.8947058949828446e-15,0.5430762767791748,6.826823768615993e-18,-0.0010641217231750488,-2.8878790712142286e-15 +The Lord of the Rings,Éomer,0.5647557973861694,0.026362746594768,0.5638369917869568,0.0368794267424213,-0.0009188055992126465,0.010516680147653296 +The Hitchhiker's Guide to the Galaxy,Majikthise,0.5344270467758179,4.313396148394467,0.5335953831672668,2.962811518489022,-0.0008316636085510254,-1.3505846299054456 +Harry Potter,Quirinus Quirrell,0.538754403591156,3.003275072391516e-09,0.5381911993026733,1.360166532099539e-06,-0.000563204288482666,1.3571632570271473e-06 +Harry Potter,Oliver Wood,0.558803141117096,1.2124751648785617e-05,0.5582415461540222,0.0001031768551446,-0.0005615949630737305,9.105210349581438e-05 +The Lord of the Rings,Denethor II,0.5514507293701172,0.155452363335744,0.5512143969535828,0.1619905486188374,-0.00023633241653442383,0.006538185283093412 +The Lord of the Rings,Legolas,0.5817660093307495,9.36161988434402e-06,0.5815436244010925,9.335917510080494e-12,-0.00022238492965698242,-9.36161054842651e-06 +Dune,Helena Atreides,0.5380982160568237,0.2408712425253233,0.5386286973953247,0.6910387068011067,0.0005304813385009766,0.45016746427578336 +Dune,Leto Atreides II/XD,0.5618852972984314,1.3051518394298244e-05,0.5624894499778748,0.0001790713351537,0.0006041526794433594,0.00016601981675940175 +Dune,Hasimir Fenring/XD,0.543291449546814,0.0002017513785949,0.544248640537262,2.8006875000589097e-05,0.000957190990447998,-0.0001737445035943109 +Dune,Pardot Kynes,0.5373766422271729,0.3926648147725907,0.5386035442352295,0.2845964676631365,0.0012269020080566406,-0.10806834710945418 +Dune,Wellington Yueh/DE,0.5609726905822754,0.062641646022209,0.5623801946640015,0.0828629678523399,0.0014075040817260742,0.02022132183013091 +The Lord of the Rings,Gimli,0.528266429901123,0.0159003841944725,0.5297467112541199,3.658703518929313e-06,0.0014802813529968262,-0.01589672549095357 +Harry Potter,Zacharias Smith,0.534622073173523,0.0167976072334127,0.5364224910736084,0.0174569049319259,0.0018004179000854492,0.0006592976985131983 +Harry Potter,Wilhelmina Grubbly-Plank,0.5558348298072815,0.1649089942071943,0.5577927827835083,0.3866024093073554,0.0019579529762268066,0.2216934151001611 +The Hitchhiker's Guide to the Galaxy,Trillian,0.5367168188095093,0.1382267433307274,0.5389292240142822,0.2748432396086855,0.0022124052047729492,0.1366164962779581 +Harry Potter,Tom Riddle,0.4569451212882995,2.308813522828434e-58,0.4592207372188568,7.518966533199817e-51,0.0022756159305573065,7.518966302318465e-51 +Dune,Serena Butler,0.5331664681434631,0.0015525153423145,0.5356340408325195,0.0048333492874351,0.0024675726890563965,0.0032808339451205998 +The Hitchhiker's Guide to the Galaxy,Constant Mown,0.491990715265274,2.240201997068663,0.4945469200611114,2.185169736848476,0.0025562047958374023,-0.055032260220186924 +Harry Potter,Sirius Black I,0.4801082611083984,1.3452470485460375,0.4827754199504852,1.4920846192271615,0.002667158842086792,0.14683757068112402 +The Lord of the Rings,Bilbo Baggins,0.5368724465370178,8.483566668142215e-07,0.5395867824554443,8.845692620365339e-07,0.0027143359184265137,3.6212595222312394e-08 +Harry Potter,Luna Lovegood,0.5185999274253845,2.7689828578734974e-21,0.5215947031974792,1.7496700358229238e-17,0.0029947757720947266,1.7493931375371364e-17 +Dune,Chani Kynes/XD,0.5694782733917236,0.170174400578658,0.5726214647293091,0.2833301191563054,0.0031431913375854492,0.11315571857764739 +Dune,Leto Atreides I/XD,0.5559987425804138,0.0001090423238931,0.5594691634178162,0.0328578590918314,0.0034704208374023438,0.0327488167679383 +Twilight,Felix,0.5391755104064941,0.001633823099736,0.5426814556121826,0.0010558313130031,0.0035059452056884766,-0.0005779917867329001 +Harry Potter,Terry Boot,0.5193600058555603,0.0311301360820409,0.5230066180229187,0.3351101809803463,0.0036466121673583984,0.3039800448983054 +Harry Potter,Alicia Spinnet,0.5729711651802063,0.0005485576592796,0.5766897201538086,0.0008170725682826,0.003718554973602295,0.000268514909003 +Harry Potter,Garrick Ollivander,0.5449483394622803,8.773596120507059e-05,0.5487746596336365,8.120837068543011e-07,0.003826320171356201,-8.692387749821628e-05 +Harry Potter,Eloise Midgen,0.5466702580451965,0.1671654526907209,0.5505866408348083,1.0905251875199873,0.003916382789611816,0.9233597348292664 +Dune,Paul Atreides/XD,0.4527609050273895,2.4115108354566898e-11,0.4567216634750366,1.8211255618323383e-10,0.003960758447647095,1.5799744782866693e-10 +Dune,Thufir Hawat/XD,0.586604118347168,0.0366453839873732,0.5912056565284729,0.1115219453536114,0.004601538181304932,0.0748765613662382 +The Lord of the Rings,Melian,0.5740463137626648,1.049376886917939,0.5787503719329834,0.2947167336101543,0.0047040581703186035,-0.7546601533077846 +Harry Potter,Cadmus Peverell,0.5136099457740784,1.38310084817438,0.5183182954788208,0.7750712612745965,0.004708349704742432,-0.6080295868997836 +Harry Potter,Dolores Umbridge,0.4961078763008117,3.8827127534927307e-28,0.5011163949966431,9.895242577497535e-21,0.005008518695831354,9.89524218922626e-21 +The Lord of the Rings,Fíli and Kíli,0.5895729064941406,0.1111819235976098,0.5947471261024475,0.0402029921409846,0.005174219608306885,-0.0709789314566252 +Twilight,Irina,0.516270637512207,9.65714421045363e-06,0.5215114951133728,0.005362502488509,0.0052408576011657715,0.0053528453442985464 +The Hunger Games,Effie Trinket,0.568645179271698,1.395666263216068e-07,0.5739213228225708,1.2745719196579777e-05,0.005276143550872803,1.2606152570258169e-05 +Dune,Pardot Kynes/DE,0.5371705293655396,4.2762932027393016e-05,0.5425688028335571,9.128187151991942e-06,0.005398273468017578,-3.3634744875401075e-05 +The Lord of the Rings,Radagast,0.5254383087158203,0.0021678267300095,0.5309553742408752,5.30201603021464e-06,0.005517065525054932,-0.0021625247139792857 +The Hitchhiker's Guide to the Galaxy,Great Green Arkleseizure,0.5384455323219299,4.76379185072136,0.544036328792572,5.275028496365349,0.00559079647064209,0.5112366456439883 +The Lord of the Rings,Balin,0.549350917339325,0.0002175015541521,0.5550071597099304,0.0120781824832434,0.005656242370605469,0.0118606809290913 +The Hitchhiker's Guide to the Galaxy,Lunkwill and Fook,0.4897733032703399,0.8108937428787039,0.4954447150230407,1.0640168651871498,0.005671411752700806,0.2531231223084459 +Twilight,Ephraim Black,0.5024842023849487,0.0407838751448227,0.5084919929504395,0.3136021898164468,0.006007790565490723,0.2728183146716241 +Dune,Wellington Yueh/XD,0.5471604466438293,0.0221854132026156,0.55327969789505,0.0635189089527302,0.006119251251220703,0.0413334957501146 +Twilight,Lauren Mallory,0.5087001323699951,0.1046919949277552,0.5148732662200928,0.6786735210628143,0.006173133850097656,0.5739815261350592 +Twilight,Quil Ateara III,0.522699773311615,1.376730103374545,0.5288782119750977,3.4579578307244105,0.006178438663482666,2.081227727349866 +Dune,Norma Cenva,0.5204500555992126,0.8675229225144631,0.5266615748405457,1.837110648516039,0.006211519241333008,0.9695877260015758 +Dune,Lady Jessica,0.4814268946647644,0.8183071416981899,0.4877696335315704,0.4786327229740612,0.006342738866805975,-0.3396744187241287 +Dune,Siona Atreides,0.5521973967552185,0.4251859907199635,0.5585514307022095,0.7290967952784161,0.006354033946990967,0.3039108045584526 +Twilight,Kate,0.5128219127655029,8.269733972018102e-06,0.5191777944564819,7.505691770137726e-05,0.006355881690979004,6.678718372935916e-05 +Harry Potter,Pius Thicknesse,0.5352836847305298,0.0050355374043997,0.5417342185974121,0.0009686914926889,0.006450533866882324,-0.0040668459117108 +Twilight,Edward Cullen,0.4688284695148468,6.4407989313917016e-15,0.4753231108188629,3.5693628945339124e-17,0.006494641304016113,-6.405105302446362e-15 +Twilight,Carmen,0.5283151865005493,0.0829523834471611,0.534820020198822,0.0296212923356351,0.006504833698272705,-0.05333109111152601 +The Lord of the Rings,Isildur,0.5639517903327942,0.0017190756144345,0.5704807043075562,0.0004900782759689,0.006528913974761963,-0.0012289973384656 +Harry Potter,Fred Weasley,0.4295276701450348,3.0741860570879064e-14,0.4363987147808075,4.724464131059359e-13,0.006871044635772705,4.4170455253505683e-13 +Harry Potter,Rose Granger-Weasley,0.4835290610790252,0.0020220937393471,0.4905079305171966,0.0008935935276151,0.006978869438171387,-0.0011285002117320002 +Harry Potter,Angelina Johnson,0.4777541160583496,2.1801935670909308e-09,0.4847449362277984,2.1221004157341175e-11,0.006990820169448797,-2.1589725629335897e-09 +The Lord of the Rings,Ancalagon,0.5647336840629578,0.342067576096941,0.5720415115356445,1.852353893910325,0.007307827472686768,1.510286317813384 +Harry Potter,Ludovic Bagman,0.5139326453208923,0.0003434273761095,0.5214139819145203,0.0088045764222933,0.00748133659362793,0.008461149046183801 +Dune,Ramallo,0.5192633867263794,0.6802651506135601,0.526785671710968,1.7564567113021536,0.007522284984588623,1.0761915606885935 +Harry Potter,Augustus Rookwood,0.5250228643417358,0.0302816109186054,0.5325822234153748,1.1034562149762293,0.007559359073638916,1.0731746040576238 +Harry Potter,Gabrielle Delacour,0.5358893871307373,1.6292636276169852,0.5435107350349426,0.7295422436283255,0.007621347904205322,-0.8997213839886596 +Twilight,Collin Littlesea,0.4132888913154602,0.4462590349206611,0.4209306836128235,0.5253429932322964,0.007641792297363281,0.07908395831163528 +Dune,Gaius Helen Mohiam/XD,0.5350977182388306,0.1799723060960203,0.5428491234779358,0.0291274854580023,0.007751405239105225,-0.150844820638018 +The Hitchhiker's Guide to the Galaxy,Loonquawl,0.5299618244171143,2.167583961268728,0.5380573868751526,1.3504768804522291,0.00809556245803833,-0.8171070808164991 +Twilight,Laurent,0.5170486569404602,0.0472411873166432,0.5253803133964539,0.0671664965239533,0.008331656455993652,0.019925309207310102 +Harry Potter,Viktor Krum,0.5373258590698242,0.0002306636100906,0.545743465423584,3.9996281059159766e-05,0.008417606353759766,-0.00019066732903144025 +Harry Potter,Dominique Weasley,0.4879093170166015,0.7255257562355238,0.4963287115097046,1.0776867481650796,0.008419394493103083,0.35216099192955574 +The Hitchhiker's Guide to the Galaxy,Zaphod Beeblebrox,0.5297273993492126,6.522426816119916,0.5381566882133484,3.069633836587143,0.008429288864135742,-3.4527929795327728 +Dune,Miles Teg/XD,0.532462477684021,0.0335980786424726,0.5409138202667236,0.2495988234659447,0.008451342582702637,0.2160007448234721 +Dune,Farok,0.5307134389877319,1.252020462013617,0.5392535924911499,2.2402187908158164,0.008540153503417969,0.9881983288021994 +The Hitchhiker's Guide to the Galaxy,Genghis Khan,0.562825083732605,4.064341247103304,0.5715332627296448,3.537133148018112,0.008708178997039795,-0.527208099085192 +Harry Potter,Rolanda Hooch,0.5636895298957825,5.530018437152822e-06,0.5725776553153992,1.6416685616012014e-06,0.0088881254196167,-3.88834987555162e-06 +Dune,Wellington Yueh,0.501495361328125,0.0331817674998711,0.5105108022689819,0.1189647847515805,0.009015440940856934,0.08578301725170939 +The Hitchhiker's Guide to the Galaxy,Rob McKenna,0.5013564229011536,1.8445934095467769,0.5104407668113708,0.9671327932562964,0.009084343910217285,-0.8774606162904804 +The Lord of the Rings,Shelob,0.5686091780662537,0.0645494064807557,0.5777783393859863,0.0715136929409986,0.009169161319732666,0.0069642864602428994 +Harry Potter,Radolphus Lestrange,0.4959030747413635,1.1928767494018544,0.5052648782730103,1.0011816763484989,0.009361803531646729,-0.19169507305335554 +Dune,Tylwyth Waff/XD,0.5046780109405518,0.0572797423268531,0.5141244530677795,0.0307824634270925,0.009446442127227783,-0.026497278899760602 +Dune,Leto Atreides I/DE,0.5495854616165161,0.0108780933689386,0.5590431690216064,0.1151216548500092,0.009457707405090332,0.10424356148107061 +Dune,Glossu Rabban Harkonnen,0.5175232291221619,1.6648846207552683,0.5270715951919556,1.6965022447272684,0.009548366069793701,0.031617623972000075 +Dune,Pardot Kynes/XD,0.5553362965583801,0.4676541632352077,0.5654928684234619,0.2482625768266559,0.010156571865081787,-0.2193915864085518 +Harry Potter,Pansy Parkinson,0.5263082385063171,6.335119383670031e-05,0.5364938974380493,2.4553651229109244e-05,0.010185658931732178,-3.879754260759106e-05 +Dune,Stilgar/XD,0.5401186943054199,0.0021607798069585,0.5506843328475952,0.0449924532599354,0.010565638542175293,0.0428316734529769 +Dune,Hasimir Fenring,0.5092291235923767,0.0599460763560806,0.5197969079017639,0.8231785471587336,0.010567784309387207,0.763232470802653 +Dune,Glossu Rabban Harkonnen/XD,0.5163030624389648,1.9687383972543937,0.5268983840942383,2.98210681605859,0.010595321655273438,1.0133684188041963 +Twilight,Senna,0.5313248038291931,0.7388588395259263,0.5419725775718689,3.0810807549095856,0.010647773742675781,2.342221915383659 +Twilight,Sam Uley,0.5345004796981812,3.3407527968562696e-06,0.5451577305793762,9.809743634886415e-07,0.010657250881195068,-2.3597784333676282e-06 +Dune,Ghanima Atreides,0.5030497908592224,0.456099035919403,0.5137735605239868,0.4739373650218541,0.010723769664764404,0.01783832910245109 +Harry Potter,Hedwig,0.5528015494346619,1.3236348290723768e-06,0.5637152791023254,0.0465219541746548,0.010913729667663574,0.046520630539825726 +The Lord of the Rings,Éowyn,0.5337315797805786,0.0643447116777324,0.5446906089782715,0.0101247320642191,0.010959029197692871,-0.0542199796135133 +The Hitchhiker's Guide to the Galaxy,Ford Prefect,0.5349965691566467,0.0016359965218269,0.5460115075111389,0.0006102896997805,0.011014938354492188,-0.0010257068220464 +Twilight,Jane,0.5108405351638794,1.747826506749718e-05,0.5219396352767944,0.0001350164811822,0.011099100112915039,0.00011753821611470282 +The Hitchhiker's Guide to the Galaxy,God,0.4929466247558594,0.7611859686127425,0.5041103363037109,1.2400362243250995,0.011163711547851562,0.47885025571235706 +Dune,Tlaloc,0.5150976777076721,1.3235800958590465,0.5262837409973145,1.3342521559433118,0.011186063289642334,0.010672060084265356 +Twilight,J. Jenks,0.5058053731918335,0.0907375468930449,0.5171025395393372,0.0055961626382182,0.011297166347503662,-0.0851413842548267 +Dune,Chani Kynes/DE,0.52126145362854,0.0119608354597779,0.5325648784637451,0.0066813907945952,0.011303424835205078,-0.005279444665182699 +The Hitchhiker's Guide to the Galaxy,Pizpot Gargravarr,0.4780510067939758,1.2405610646104204,0.4893694519996643,1.1042479307744448,0.011318445205688532,-0.13631313383597554 +Harry Potter,Selwyn,0.5228598713874817,0.4116321344356413,0.5343292355537415,2.394098772583023,0.011469364166259766,1.9824666381473817 +Twilight,Jacob Black,0.5409841537475586,3.1354022301309804e-18,0.5524781346321106,2.02428924271636e-14,0.011493980884552002,2.0239757024933467e-14 +Dune,Schwangyu,0.4844034314155578,1.2344012679927614,0.495916485786438,1.905844963351925,0.011513054370880182,0.6714436953591636 +Harry Potter,Herbert Beery,0.4967019855976105,0.9226989106447072,0.5082197189331055,0.6678673849081651,0.011517733335494995,-0.2548315257365421 +Dune,Bellonda,0.5472717881202698,1.914614427769714,0.558951735496521,3.2823122391086605,0.01167994737625122,1.3676978113389466 +The Lord of the Rings,Thorin II,0.5450388193130493,0.0002251177071778,0.5567585825920105,1.5075260576578151e-05,0.011719763278961182,-0.00021004244660122184 +Harry Potter,William Weasley,0.4448753297328949,3.868378472871221e-12,0.4566180408000946,8.338006237782671e-09,0.011742711067199707,8.334137859309799e-09 +Twilight,Huilen,0.5084694623947144,0.0193612746684533,0.5203309059143066,0.167516056896197,0.011861443519592285,0.1481547822277437 +The Lord of the Rings,Círdan,0.548431396484375,0.0009984551225111,0.5604894161224365,0.0003506085197492,0.012058019638061523,-0.0006478466027619002 +Harry Potter,Buckbeak,0.5682181715965271,0.0065009289029909,0.580355167388916,0.4603835704466067,0.012136995792388916,0.4538826415436158 +Harry Potter,Amelia Bones,0.5205549001693726,0.0009218077475365,0.5331675410270691,0.0229132584348706,0.012612640857696533,0.0219914506873341 +The Hitchhiker's Guide to the Galaxy,Lintilla,0.5092298984527588,0.0375674547429429,0.5219969153404236,0.2182135634334909,0.012767016887664795,0.180646108690548 +The Hitchhiker's Guide to the Galaxy,Garkbit,0.5474410057067871,2.150926722287164,0.5605905055999756,1.6693015332100796,0.013149499893188477,-0.4816251890770844 +Twilight,Mexican coven,0.4863122999668121,1.1338422448498091,0.4995346069335937,0.3756333417862993,0.013222306966781616,-0.7582089030635097 +The Hunger Games,Hilarius Heavensbee,0.5257464051246643,2.915549426129869,0.5389699339866638,2.865011309197352,0.013223528861999512,-0.050538116932516974 +Twilight,Jasper Hale,0.4784471094608307,1.5152801776171063e-14,0.4917148947715759,1.4310169521197962e-10,0.01326778531074524,1.4308654241020344e-10 +Harry Potter,Ignatius Prewett,0.4946891069412231,1.7902052121825842,0.5079638361930847,3.1327661090134287,0.013274729251861628,1.3425608968308445 +The Lord of the Rings,Boromir,0.5420252084732056,0.2208190084381805,0.5554778575897217,0.7555878355906783,0.013452649116516113,0.5347688271524978 +Dune,Shaddam Corrino IV/XD,0.5147767066955566,0.000131402881912,0.5282754302024841,0.0006319043505837,0.01349872350692749,0.0005005014686717 +Harry Potter,Antonin Dolohov,0.5382390022277832,3.5480705989705285e-08,0.5517462491989136,0.0061230377381866,0.013507246971130371,0.00612300225748061 +Dune,Alia Atreides,0.4893916249275207,0.3759495787839849,0.5029388666152954,0.5119486452030756,0.013547241687774714,0.1359990664190907 +Harry Potter,Abraxas Malfoy,0.5240101218223572,0.8402994775177771,0.5375826954841614,4.414291591723864,0.0135725736618042,3.573992114206087 +Harry Potter,Filius Flitwick,0.5268425345420837,1.2740922888260842e-14,0.5406900644302368,1.3284388586224982e-14,0.013847529888153076,5.434656979641402e-16 +Dune,Vladimir Harkonnen/XD,0.5087414383888245,0.0126153213001766,0.5226302146911621,0.0005912099523912,0.013888776302337646,-0.0120241113477854 +Dune,Ghanima Atreides/DE,0.5431255102157593,0.0184900533589045,0.5572934150695801,0.0002466818876504,0.0141679048538208,-0.0182433714712541 +Dune,Shaddam Corrino IV,0.4896143078804016,0.2547333733618208,0.5039195418357849,0.3047709552679341,0.0143052339553833,0.05003758190611329 +Dune,Gurney Halleck/DE,0.5237235426902771,7.80490990649488e-05,0.5381442904472351,5.4366843694819045e-06,0.014420747756958008,-7.261241469546689e-05 +Harry Potter,Louis Weasley,0.477510392665863,0.3763716623504393,0.4920884370803833,0.7043415549453589,0.01457804441452032,0.3279698925949196 +Dune,Murbella/XD,0.5509612560272217,0.0042605360203453,0.5656845569610596,0.0065889801408347,0.01472330093383789,0.0023284441204894004 +Harry Potter,Winky,0.5137649178504944,3.7180333107628807e-10,0.5285976529121399,2.9543687946961453e-05,0.014832735061645508,2.9543316143630377e-05 +Harry Potter,Ignotus Peverell,0.5190726518630981,0.0052987115956037,0.5340760350227356,0.0086886643654895,0.015003383159637451,0.0033899527698858 +Harry Potter,Susan Bones,0.5016250014305115,1.044451190003562e-05,0.516636848449707,2.0527205725835295e-05,0.015011847019195557,1.0082693825799674e-05 +Dune,Piter De Vries,0.5168097615242004,1.2011160057250845,0.5319700837135315,0.3142512563685061,0.015160322189331055,-0.8868647493565784 +Twilight,Randall,0.5008547902107239,0.8013084703856456,0.5161808133125305,1.1111082258308196,0.01532602310180664,0.309799755445174 +The Lord of the Rings,Sauron,0.55887770652771,9.520907263119774e-15,0.5742641687393188,3.261945357337598e-16,0.015386462211608887,-9.194712727386013e-15 +Harry Potter,Vernon Dursley,0.5272662043571472,6.212485952410986e-07,0.5427016019821167,6.863773862418665e-06,0.015435397624969482,6.242525267177566e-06 +The Hitchhiker's Guide to the Galaxy,Allitnils,0.4764324724674225,0.9267979228199746,0.4918970465660095,2.2090297435287427,0.015464574098587036,1.282231820708768 +Harry Potter,Cormac McLaggen,0.5392457246780396,0.0036528380863565,0.5548135638237,0.0022773543831394,0.0155678391456604,-0.0013754837032170998 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Kwaltz,0.518119752407074,3.4838214822763125,0.5339058637619019,3.2836852870145714,0.01578611135482788,-0.2001361952617411 +Harry Potter,Draco Malfoy,0.4260376393795013,2.0727558494490133e-24,0.4418421387672424,4.377671019229168e-24,0.01580449938774109,2.304915169780155e-24 +Twilight,Nahuel,0.5198099613189697,0.0001496143541873,0.5356459617614746,0.0093758019657325,0.015836000442504883,0.0092261876115452 +Twilight,Brady Fuller,0.3956279754638672,0.5116284986093381,0.4114735126495361,0.6457575021252607,0.01584553718566889,0.1341290035159226 +Dune,Elrood Corrino IX/DE,0.5240652561187744,2.055177350250741,0.539954662322998,1.0623974013450832,0.015889406204223633,-0.9927799489056577 +Twilight,Eric Yorkie,0.4881696403026581,0.5623445488738352,0.5041306614875793,0.0118004966490724,0.015961021184921265,-0.5505440522247629 +Dune,Moneo Atreides/DE,0.5207986235618591,0.0169933038103549,0.5368085503578186,0.0389722544035895,0.016009926795959473,0.0219789505932346 +Dune,Farad'n Corrino/DE,0.5454877614974976,0.1360803835870866,0.5617397427558899,0.4389136200390343,0.016251981258392334,0.3028332364519477 +Harry Potter,Hannah Abbott,0.501757025718689,0.0001074081457927,0.5181064009666443,3.377844571077225e-05,0.016349375247955322,-7.362970008192775e-05 +Dune,Duncan Idaho,0.4323752224445343,4.299264681713932e-06,0.4488130211830139,8.504003779689213e-05,0.016437798738479614,8.07407731151782e-05 +Dune,Hayt,0.53470778465271,1.5180521114210097,0.5514741539955139,0.9640341616998124,0.016766369342803955,-0.5540179497211973 +The Lord of the Rings,Arwen,0.5464745759963989,0.1120837503365553,0.5634442567825317,0.3171620415186561,0.016969680786132812,0.20507829118210083 +Harry Potter,Amycus Carrow,0.5434501767158508,0.0014381752734228,0.5604273676872253,0.0040210889876485,0.01697719097137451,0.0025829137142257003 +Dune,Anirul Corrino,0.5225465893745422,2.474441263015996,0.5395357012748718,1.5809147266168269,0.01698911190032959,-0.8935265363991693 +Harry Potter,Lee Jordan,0.5299311876296997,5.50813428939482e-07,0.5473628640174866,3.103904551235241e-08,0.017431676387786865,-5.197743834271296e-07 +The Lord of the Rings,Glaurung,0.5401473641395569,0.4969665719276755,0.5576618313789368,0.5131447505408182,0.017514467239379883,0.01617817861314269 +The Lord of the Rings,Lúthien,0.5723878145217896,0.0270936559756417,0.5899309515953064,0.0311947249062694,0.017543137073516846,0.004101068930627699 +Harry Potter,George Weasley,0.4343728423118591,1.1041000924381183e-10,0.4519184529781341,4.584112008293834e-17,0.017545610666275024,-1.1040996340269174e-10 +Harry Potter,Astoria Malfoy,0.5139551758766174,0.1739315712718094,0.5315761566162109,0.0617906952050775,0.017620980739593506,-0.11214087606673188 +Dune,Glossu Rabban Harkonnen/DE,0.5156644582748413,0.5911179880587586,0.5334367752075195,0.2469479976483533,0.017772316932678223,-0.3441699904104053 +Harry Potter,Ronald Weasley,0.4331777393817901,1.3567801505026414e-75,0.4509760737419128,6.824030592784791e-50,0.01779833436012268,6.824030592784791e-50 +Harry Potter,Peter Pettigrew,0.4958681762218475,4.957104768592705e-15,0.5136946439743042,2.1278037076170675e-16,0.01782646775245672,-4.744324397830998e-15 +Twilight,Victoria,0.501200795173645,4.432191188189416e-07,0.5190312266349792,4.448238730152261e-09,0.01783043146133423,-4.387708800887893e-07 +Dune,Wensicia Corrino/XD,0.5176679491996765,0.3300964516554381,0.5357435941696167,0.6113429482693907,0.018075644969940186,0.2812464966139526 +Harry Potter,Penelope Clearwater,0.5347444415092468,0.0261293168336594,0.5528557300567627,0.5431606599566028,0.01811128854751587,0.5170313431229434 +The Lord of the Rings,Peregrin Took,0.5489055514335632,0.0464784785542938,0.5671583414077759,0.259756079831601,0.018252789974212646,0.2132776012773072 +Harry Potter,James Potter II,0.4239451587200165,0.0758531614991094,0.442296415567398,0.1334386020931742,0.018351256847381536,0.05758544059406481 +Harry Potter,Hugo Granger-Weasley,0.499299556016922,0.8219367829176688,0.5179691910743713,1.1285507249449545,0.01866963505744934,0.30661394202728565 +Harry Potter,Marcus Flint,0.5189085602760315,0.1679818948212658,0.5378551483154297,0.1026003383913475,0.018946588039398193,-0.0653815564299183 +The Hitchhiker's Guide to the Galaxy,Vroomfondel,0.5492758750915527,3.215696991475031,0.5684738755226135,7.075020009600733,0.01919800043106079,3.859323018125702 +Dune,Edric,0.4555673003196716,1.6918874681865883,0.4748502671718597,0.4430607189159135,0.01928296685218811,-1.2488267492706748 +Harry Potter,Mosag,0.511151909828186,0.3146067008210708,0.5306013226509094,5.506598635033586,0.01944941282272339,5.191991934212515 +The Lord of the Rings,Túrin,0.5359929203987122,0.0031212995238261,0.5554885864257812,0.0123316441340712,0.019495666027069092,0.0092103446102451 +Harry Potter,Dennis Creevey,0.5198501348495483,0.0098147292150312,0.539430558681488,0.234732379510839,0.019580423831939697,0.2249176502958078 +Twilight,Sue Clearwater,0.5219998359680176,0.0054350021418403,0.5417755246162415,0.086729489612971,0.019775688648223877,0.0812944874711307 +Harry Potter,Seamus Finnigan,0.5081859230995178,4.973540467983953e-08,0.5281029343605042,3.903830609604088e-06,0.019917011260986328,3.8540952049242485e-06 +Dune,Miles Teg,0.5189189910888672,0.2681962223686133,0.5390151143074036,0.1448957646937182,0.020096123218536377,-0.12330045767489509 +Harry Potter,Stanley Shunpike,0.5125125050544739,0.0001899815832802,0.5326471328735352,0.0492213249874659,0.02013462781906128,0.0490313434041857 +The Hunger Games,Dill,0.5028606057167053,0.2451743602029573,0.523024320602417,1.193962275881558,0.02016371488571167,0.9487879156786008 +Harry Potter,Hermione Granger,0.4112300276756286,2.9516472073124808e-71,0.4317481517791748,5.799151224573938e-63,0.020518124103546198,5.799151195057465e-63 +Dune,Paul Atreides,0.4265650808811188,8.731548300302262e-16,0.4470923244953155,1.404646801749611e-07,0.020527243614196722,1.4046467930180626e-07 +The Hitchhiker's Guide to the Galaxy,Colin the Security Robot,0.5039634108543396,0.8033362636353436,0.5247041583061218,1.6877257126363137,0.020740747451782227,0.88438944900097 +The Hitchhiker's Guide to the Galaxy,Haggunenons,0.5362321138381958,0.2886805227311668,0.5571754574775696,0.4709865359768333,0.02094334363937378,0.18230601324566653 +Twilight,Bella Swan,0.3952494859695434,5.939886567791033e-55,0.4162090122699737,1.5759865319820068e-35,0.020959526300430298,1.5759865319820068e-35 +Harry Potter,Antioch Peverell,0.5260823965072632,0.6315700178907088,0.5471259951591492,2.7292415587545946,0.021043598651885986,2.0976715408638857 +Dune,Murbella,0.5474643707275391,0.154471121907629,0.5687645673751831,0.2643560206851601,0.021300196647644043,0.10988489877753113 +Twilight,Esme Cullen,0.5194735527038574,1.8882644152475595e-06,0.5408172011375427,1.800503739677508e-08,0.021343648433685303,-1.8702593778507845e-06 +The Lord of the Rings,Aragorn II,0.50068598985672,1.7792492357607546e-10,0.5221123099327087,2.6781300021117037e-08,0.02142632007598877,2.6603375097540963e-08 +Harry Potter,Godric Gryffindor,0.5600596070289612,0.1934465617760647,0.5815922021865845,0.3879442750147787,0.02153259515762329,0.19449771323871398 +Harry Potter,Gregory Goyle,0.5188907980918884,0.0001659307758786,0.5404361486434937,0.0134228033265469,0.021545350551605225,0.013256872550668299 +Harry Potter,Millicent Bulstrode,0.5308506488800049,0.0039213606089411,0.5523985028266907,0.1360604343652472,0.02154785394668579,0.1321390737563061 +Dune,Abulurd Harkonnen/DE,0.5226326584815979,2.355209266707807,0.5442755818367004,1.8550228390287269,0.02164292335510254,-0.50018642767908 +Harry Potter,Helga Hufflepuff,0.5329432487487793,0.4412877151956188,0.5546277761459351,0.7214789294611813,0.02168452739715576,0.2801912142655625 +Twilight,Caius,0.5081199407577515,0.0002120130062245,0.5298172235488892,0.0054086668811237,0.021697282791137695,0.005196653874899201 +The Hunger Games,Casca Highbottom,0.506258487701416,0.0650593527912856,0.5281270146369934,0.1091434320394713,0.021868526935577393,0.044084079248185706 +Twilight,Mike Newton,0.504562258720398,0.034271810459186,0.5264888405799866,0.0521201269325377,0.021926581859588623,0.0178483164733517 +Dune,Dama,0.4661634266376495,0.632765663272812,0.4881497621536255,0.5984934097461226,0.021986335515976008,-0.03427225352668939 +The Lord of the Rings,Celebrimbor,0.5222486257553101,3.8422712987406936e-10,0.5446069240570068,1.931494013476193e-05,0.022358298301696777,1.9314555907632056e-05 +Dune,Tio Holtzman,0.5243291854858398,0.0339094691652163,0.546776533126831,0.0806944180099197,0.02244734764099121,0.0467849488447034 +Harry Potter,Piers Polkiss,0.5279513001441956,1.6489753087854633,0.5504365563392639,2.264232237574679,0.02248525619506836,0.6152569287892156 +Dune,Hwi Noree,0.5226144790649414,0.4619674838194923,0.5454983711242676,1.045962511333894,0.022883892059326172,0.5839950275144017 +Harry Potter,Phineas Nigellus Black,0.4161959886550903,8.722631167702151e-11,0.4391177594661712,0.001245972126949,0.022921770811080933,0.0012459720397226884 +Dune,Norma Cenva/XD,0.5358004570007324,1.6912344419431086e-05,0.5588939785957336,9.530227282788244e-06,0.02309352159500122,-7.382117136642842e-06 +Twilight,Marcus,0.4808646738529205,5.0980755612432406e-11,0.5041912198066711,0.0001654865908661,0.023326545953750666,0.0001654865398853444 +Dune,Tyros Reffa,0.477601021528244,0.2591778923928382,0.50094074010849,0.9563012286672196,0.02333971858024597,0.6971233362743814 +Harry Potter,Sirius Black II,0.4137043058872223,1.4970798305253006,0.4373504221439361,1.44988328937953,0.02364611625671381,-0.047196541145770654 +The Hunger Games,Felix Ravinstill,0.497509628534317,0.7569597060981684,0.5211723446846008,4.9564759788706,0.023662716150283813,4.199516272772431 +Harry Potter,Regulus Black I,0.4602410495281219,2.881993727987275,0.4841390550136566,3.914690673488544,0.023898005485534723,1.032696945501269 +Harry Potter,Amos Diggory,0.5123893022537231,0.0001421857441935,0.5364035964012146,0.0186355718199679,0.024014294147491455,0.018493386075774398 +Harry Potter,Padma Patil,0.5312835574150085,0.0041073639852514,0.5553000569343567,0.006804173158775,0.024016499519348145,0.0026968091735236005 +The Hunger Games,Lysistrata Vickers,0.5178585052490234,0.0392966245663494,0.541924238204956,0.0342210934724682,0.024065732955932617,-0.005075531093881203 +Harry Potter,Irma Pince,0.545990526676178,3.834328601009992e-05,0.570099413394928,2.2054368732346752e-05,0.02410888671875,-1.6288917277753165e-05 +The Lord of the Rings,Thráin II,0.5582897067070007,0.099461401974321,0.5826681852340698,0.0857693136359928,0.024378478527069092,-0.013692088338328204 +Dune,Gurney Halleck/XD,0.5587338805198669,0.0017328906870092,0.583254337310791,0.0006679001167226,0.024520456790924072,-0.0010649905702865999 +The Hunger Games,Coriolanus Snow,0.4737610518932342,5.4021960353435656e-24,0.4982879757881164,3.003031056288637e-16,0.024526923894882202,3.0030310022666765e-16 +The Hitchhiker's Guide to the Galaxy,Questular Rontok,0.4703091382980346,0.8771735307178954,0.4949434399604797,3.671392817687145,0.02463430166244507,2.7942192869692497 +Dune,Farad'n Corrino,0.5448617935180664,0.9648377285575548,0.5697649717330933,0.7528509074611063,0.024903178215026855,-0.2119868210964485 +Dune,Elrood Corrino IX/XD,0.4921375811100006,0.2922703526301636,0.5170461535453796,0.4465344587806845,0.02490857243537903,0.15426410615052089 +Dune,Shaddam IV/DE,0.5091221332550049,0.027741459477809,0.5343272686004639,0.0135321590099526,0.025205135345458984,-0.0142093004678564 +The Lord of the Rings,Treebeard,0.5496479272842407,1.162358646047961,0.5748980045318604,0.6830583733905908,0.02525007724761963,-0.4793002726573701 +Dune,Irulan Corrino/DE,0.550780177116394,0.4226015095115137,0.5761006474494934,0.0436463687581597,0.025320470333099365,-0.378955140753354 +The Hitchhiker's Guide to the Galaxy,Hurling Frootmig,0.5095316171646118,1.1613256445913551,0.5354017615318298,6.945373435809096,0.025870144367218018,5.784047791217741 +The Hitchhiker's Guide to the Galaxy,Lady Cynthia Fitzmelton,0.4950838088989258,2.279268813876131,0.5210451483726501,1.456673708838827,0.025961339473724365,-0.8225951050373039 +Twilight,Sasha,0.4810808897018432,0.4161385706492169,0.5072795152664185,0.7533934555832582,0.02619862556457525,0.3372548849340413 +Twilight,Quil Ateara V,0.5184285044670105,0.0709129773035447,0.5447222590446472,0.0151389090144004,0.02629375457763672,-0.0557740682891443 +The Hitchhiker's Guide to the Galaxy,Marvin,0.484896183013916,0.0448530341449306,0.511262059211731,0.035672150351215,0.02636587619781494,-0.009180883793715601 +Harry Potter,Katie Bell,0.5194967985153198,0.5733742337392354,0.5462033748626709,4.936397187093926e-05,0.026706576347351074,-0.5733248697673644 +The Hitchhiker's Guide to the Galaxy,The Lord,0.4786936342716217,0.7330198212296604,0.5055925250053406,2.615318836845547,0.026898890733718872,1.8822990156158865 +Harry Potter,Mykew Gregorovitch,0.5404965877532959,0.5335715178128574,0.5676182508468628,0.2548240994933074,0.027121663093566895,-0.27874741831954997 +Harry Potter,Bartemius Crouch Junior,0.5178530216217041,1.091887058193572e-09,0.5451473593711853,1.0182633724749883e-06,0.0272943377494812,1.0171714854167948e-06 +Dune,Ziarenko Javid,0.4578582346439361,0.6050668202429494,0.4851575493812561,0.3933315766436584,0.027299314737320002,-0.21173524359929102 +The Hitchhiker's Guide to the Galaxy,Know-Nothing-Bozo,0.4760148525238037,0.4285007755852918,0.5036264657974243,1.7323898942367415,0.027611613273620605,1.3038891186514496 +Harry Potter,Aurora Sinistra,0.5384693145751953,0.0039811457760749,0.5660901665687561,0.0096475753307627,0.02762085199356079,0.005666429554687801 +The Hitchhiker's Guide to the Galaxy,Golgafrinchans,0.5555280447006226,0.5722426140796691,0.5831906199455261,0.9043638544842756,0.027662575244903564,0.33212124040460644 +Harry Potter,Neville Longbottom,0.4788827002048492,1.9623084538284704e-29,0.5066819787025452,2.967786318968274e-17,0.02779927849769598,2.967786318966312e-17 +Harry Potter,Galatea Merrythought,0.5031517148017883,0.0933309284355092,0.5311101078987122,0.3781398273970888,0.027958393096923828,0.28480889896157957 +Harry Potter,Fawkes,0.5404523611068726,0.0018548702511662,0.5684202313423157,0.002207461570871,0.027967870235443115,0.00035259131970480015 +Harry Potter,Bellatrix Lestrange,0.437349259853363,9.609882202459116e-15,0.4653944969177246,6.042007373083387e-10,0.028045237064361628,6.041911274261363e-10 +Harry Potter,Crookshanks,0.5563506484031677,0.0182221699750636,0.5845798254013062,0.0864655923569136,0.028229176998138428,0.06824342238185001 +Dune,Thufir Hawat,0.5127475261688232,0.0008709229628529,0.5411409139633179,0.0103834121694274,0.02839338779449463,0.009512489206574501 +The Hitchhiker's Guide to the Galaxy,Hillman Hunter,0.4944215714931488,1.1628985389124584,0.5228585004806519,1.4862956145773258,0.028436928987503052,0.3233970756648674 +The Hitchhiker's Guide to the Galaxy,Agrajag,0.5278735160827637,1.249451448033627,0.5563676953315735,0.8704027921106186,0.028494179248809814,-0.3790486559230084 +The Hitchhiker's Guide to the Galaxy,Eddie the Computer,0.5186979174613953,1.389106311251118,0.5472457408905029,1.89920160603126,0.028547823429107666,0.510095294780142 +The Hitchhiker's Guide to the Galaxy,Judiciary Pag,0.4934645295143127,1.1550576938304302,0.5220546126365662,1.1849566842689736,0.028590083122253473,0.029898990438543382 +Dune,Liet-Kynes,0.555835485458374,0.5706633104627309,0.5850142240524292,1.3412782147794189,0.029178738594055176,0.770614904316688 +Twilight,Garrett,0.4880581796169281,0.0012541441044071,0.5172377228736877,0.0170957536524596,0.029179543256759644,0.0158416095480525 +Harry Potter,Remus Lupin,0.4303143620491028,1.5356015213588345e-30,0.4595633149147033,1.0297840535911381e-18,0.02924895286560053,1.0297840535896026e-18 +Harry Potter,Elphias Doge,0.5228362679481506,2.958545903979144e-06,0.552577018737793,0.0056237032128132,0.029740750789642334,0.005620744666909221 +The Hitchhiker's Guide to the Galaxy,Reg Nullify,0.4855768084526062,0.7505794348283892,0.5154280662536621,1.2578061934906148,0.029851257801055908,0.5072267586622257 +Harry Potter,Reginald Cattermole,0.4843285977840423,0.0056652815747552,0.514235258102417,0.1386939661364793,0.02990666031837469,0.1330286845617241 +The Hitchhiker's Guide to the Galaxy,Random Dent,0.4673491418361664,0.5507473556292037,0.4972631335258484,0.8773557642039376,0.029913991689682007,0.32660840857473383 +Harry Potter,Dean Thomas,0.5245104432106018,5.0331351771668064e-08,0.5545734763145447,2.63938511619102e-08,0.03006303310394287,-2.3937500609757865e-08 +Harry Potter,Justin Finch-Fletchley,0.5231545567512512,0.0007911918399209,0.553390622138977,0.0031100958596037,0.03023606538772583,0.0023189040196828 +Twilight,Vasilii,0.4966283440589905,1.0765466528919176,0.5268876552581787,1.0200902643393164,0.030259311199188232,-0.05645638855260127 +Harry Potter,Dexter Fortescue,0.5058786273002625,0.1677785133968258,0.5361914038658142,1.5317022131586613,0.030312776565551758,1.3639236997618354 +The Hitchhiker's Guide to the Galaxy,Googleplex Starthinker,0.5155740976333618,1.734941388037659,0.5459162592887878,2.508424445424082,0.030342161655426025,0.7734830573864229 +Dune,Feyd-Rautha Harkonnen/XD,0.5244551301002502,0.2209464299318592,0.5551422238349915,0.7598627271067623,0.03068709373474121,0.5389162971749031 +Dune,Sheeana Brugh,0.5216577053070068,1.6398683482460774,0.5524136424064636,0.6070388540217229,0.030755937099456787,-1.0328294942243545 +The Lord of the Rings,Saruman,0.5446438193321228,1.6455604895171072e-08,0.575408935546875,2.564652520336228e-09,0.030765116214752197,-1.3890952374834843e-08 +Dune,Otheym,0.5500314235687256,2.015539700107841,0.5811125040054321,2.123485627132705,0.031081080436706543,0.10794592702486394 +Dune,Piter de Vries/DE,0.498644471168518,0.6882678398360882,0.5297366380691528,0.8436698552764085,0.03109216690063482,0.15540201544032028 +Dune,Liet Kynes/XD,0.5056871175765991,0.4267817938549977,0.5368319153785706,0.0930184075054226,0.031144797801971436,-0.3337633863495751 +Harry Potter,Petunia Dursley,0.5253818035125732,2.7484428600081665e-17,0.5567929744720459,3.122020972290376e-11,0.031411170959472656,3.1220182238475154e-11 +The Hitchhiker's Guide to the Galaxy,Poodoo,0.4517234861850738,0.9914180529545824,0.4831407964229584,0.8905292668827076,0.03141731023788458,-0.10088878607187479 +Harry Potter,Poppy Pomfrey,0.523453950881958,3.306131125164552e-05,0.5549783706665039,9.523565212270224e-07,0.0315244197845459,-3.2108954730418494e-05 +Dune,Moneo Atreides,0.5351380705833435,0.0671720554916882,0.5666695237159729,0.079418627583613,0.031531453132629395,0.012246572091924798 +The Hitchhiker's Guide to the Galaxy,Great Circling Poets of Arium,0.5388081669807434,6.063046081098422,0.5708460211753845,4.127418647906974,0.03203785419464111,-1.9356274331914483 +The Hitchhiker's Guide to the Galaxy,Old Thrashbarg,0.50443434715271,2.304622332250105,0.5367488265037537,2.880020926472149,0.0323144793510437,0.5753985942220439 +Twilight,Amun,0.5087057948112488,0.0141599051411207,0.5411012172698975,0.0069260900184014,0.03239542245864868,-0.0072338151227193 +Harry Potter,Salazar Slytherin,0.5442996025085449,0.0104173387673568,0.5767410397529602,0.023676950687187,0.03244143724441528,0.0132596119198302 +Dune,Leto Atreides II/DE,0.550773561000824,0.4757163590501479,0.5835585594177246,0.392839470839436,0.032784998416900635,-0.08287688821071193 +Dune,Piter de Vries,0.5186235308647156,1.0917605396193313,0.5514110326766968,1.3860388338255512,0.0327875018119812,0.29427829420621987 +The Lord of the Rings,Faramir,0.5335369110107422,2.196711129757189e-08,0.5664160847663879,0.0003611172928179,0.03287917375564575,0.00036109532570660245 +Twilight,Aro,0.494179219007492,1.1873361905796463e-05,0.5273670554161072,6.690657744070836e-09,0.03318783640861517,-1.1866671248052393e-05 +The Hitchhiker's Guide to the Galaxy,Lallafa,0.4913549423217773,1.234184929308191,0.5246409177780151,1.2451024171994256,0.03328597545623785,0.01091748789123459 +Twilight,James,0.5001585483551025,5.4422928907764165e-06,0.5335059762001038,4.044331620781865e-05,0.03334742784500122,3.500102331704223e-05 +Dune,Faykan Butler,0.4448840022087097,0.0002313513147928,0.4782406985759735,0.0133114590298343,0.033356696367263794,0.013080107715041499 +Dune,Rhombur Vernius,0.5316701531410217,0.263313827626628,0.5652472376823425,0.2107685816832006,0.0335770845413208,-0.05254524594342744 +Dune,Zufa Cenva,0.5254482626914978,0.2885109878806737,0.5592314600944519,0.4242236110242585,0.0337831974029541,0.1357126231435848 +Harry Potter,Griphook,0.5196143984794617,1.526951339910751e-14,0.5534306168556213,0.0423014112592397,0.03381621837615967,0.04230141125922443 +Dune,Quintinius Violet Chenoeh,0.5079689621925354,0.0001779667848051,0.5418000221252441,0.054490330655392,0.03383105993270874,0.054312363870586904 +The Hunger Games,Clemensia Dovecote,0.5027875304222107,0.0022086489765482,0.5366327166557312,0.0030845318959955,0.03384518623352051,0.0008758829194473001 +Dune,Logno,0.4791071116924286,0.4769625356351073,0.5131859183311462,0.8968756717446253,0.03407880663871765,0.419913136109518 +The Lord of the Rings,Celeborn,0.5357238054275513,0.0061170176327287,0.5699508786201477,0.006009502841518,0.034227073192596436,-0.00010751479121069978 +Dune,Margot Fenring/XD,0.5333975553512573,0.1725055797099393,0.5680323243141174,0.0950900472838067,0.03463476896286011,-0.0774155324261326 +The Hitchhiker's Guide to the Galaxy,Captain,0.4701012969017029,0.8914601990871815,0.5049018263816833,1.2783063136013242,0.03480052947998047,0.38684611451414264 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Jeltz,0.513843834400177,1.0560071573887866,0.5489605069160461,6.587417323695032,0.03511667251586914,5.531410166306245 +Twilight,Eleazar,0.4906131327152252,5.2501685198542807e-05,0.5258280038833618,0.0090165292628615,0.0352148711681366,0.008964027577662959 +Harry Potter,Victoire Weasley,0.4607256054878235,0.2253017983052284,0.4959508180618286,0.8457272489786286,0.03522521257400513,0.6204254506734002 +Twilight,Angela Weber,0.5287337899208069,0.0001942940487463,0.5641882419586182,0.0057412719158187,0.03545445203781128,0.0055469778670724 +Harry Potter,Armando Dippet,0.505857527256012,8.3552439722954e-05,0.5415210127830505,0.0002518903208796,0.035663485527038574,0.00016833788115664603 +Dune,Margot Fenring,0.5221108794212341,1.4996985744724722,0.557780385017395,1.932461421210237,0.03566950559616089,0.43276284673776466 +Twilight,Jessica Stanley,0.5237728357315063,6.293801150954197e-07,0.5599763989448547,0.0463683456651367,0.03620356321334839,0.04636771628502161 +Dune,Kwisatz Haderach/XD,0.5256600975990295,0.0005101529901377,0.5622327923774719,0.042706328966545,0.03657269477844238,0.0421961759764073 +Twilight,Tyler Crowley,0.5238538384437561,0.0231869740216597,0.5604785680770874,0.3948610573127334,0.0366247296333313,0.3716740832910737 +Twilight,Zafrina,0.5141040086746216,0.0171578735488153,0.5509006977081299,0.202930241031077,0.0367966890335083,0.18577236748226172 +The Lord of the Rings,Gandalf,0.5118842720985413,3.945079369957593e-45,0.5488572716712952,4.507333238681804e-14,0.036972999572753906,4.507333238681804e-14 +Dune,Korba,0.4682264029979706,0.4640837118200044,0.5054208040237427,2.8846625583496004,0.037194401025772095,2.420578846529596 +Harry Potter,Lucius Malfoy,0.3937987387180328,1.752085730034681e-28,0.4311620593070984,4.4939463266867754e-20,0.03736332058906561,4.493946309165918e-20 +The Lord of the Rings,Gil-galad,0.5429753065109253,3.992330854099503e-06,0.5805577635765076,0.0005277522935639,0.037582457065582275,0.0005237599627098005 +Dune,Marcus Claire Luyseyal,0.4648575186729431,1.8430672057568052,0.5026334524154663,1.292017631524187,0.03777593374252319,-0.5510495742326182 +Dune,Jessica Atreides,0.4537184536457062,0.3805447533259145,0.4916242659091949,0.2993426541378617,0.037905812263488714,-0.08120209918805277 +The Lord of the Rings,Galadriel,0.5171319842338562,7.709674113835753e-12,0.5553997755050659,1.397662792435749e-06,0.03826779127120972,1.3976550827616352e-06 +Twilight,Billy Black,0.4989759027957916,1.6643584500858078e-10,0.537467896938324,0.0005262491445789,0.03849199414253235,0.0005262489781430549 +Twilight,Charlotte,0.4737335443496704,0.0118918747067339,0.512546181678772,0.117198022562621,0.03881263732910156,0.1053061478558871 +The Lord of the Rings,Thranduil,0.5269078612327576,6.092033510778044e-05,0.5660842061042786,0.0008985311352239,0.039176344871520996,0.0008376108001161197 +The Hitchhiker's Guide to the Galaxy,Dan Streetmentioner,0.4941023290157318,0.8326234099356798,0.5334910154342651,4.090775552006466,0.039388686418533325,3.258152142070786 +Harry Potter,Minerva McGonagall,0.3971514701843261,1.3038879298084957e-83,0.4366553127765655,2.296799789784901e-39,0.03950384259223938,2.296799789784901e-39 +The Hitchhiker's Guide to the Galaxy,Russell,0.4498488306999206,0.9611383940426358,0.4896730780601501,1.3788220994611478,0.03982424736022949,0.41768370541851196 +Harry Potter,Severus Snape,0.4418982267379761,8.387277447329686e-73,0.4818568527698517,8.244675076582255e-35,0.03995862603187561,8.244675076582255e-35 +Dune,Jehanne Butler,0.5055042505264282,0.4524515807853718,0.5455343127250671,1.6248335593294287,0.040030062198638916,1.172381978544057 +Dune,Irulan Corrino/XD,0.5566073060035706,0.1170033805533526,0.5974995493888855,0.12372154047612,0.04089224338531494,0.006718159922767392 +The Lord of the Rings,Meriadoc Brandybuck,0.5384873151779175,0.0005214794929133,0.5795376896858215,0.366997103286391,0.04105037450790405,0.3664756237934777 +Dune,Feyd-Rautha Harkonnen,0.5248181819915771,0.0242700844214606,0.5660179853439331,0.5782968959010225,0.04119980335235596,0.5540268114795619 +The Hitchhiker's Guide to the Galaxy,Lajestic Vantrashell of Lob,0.4798120856285095,0.924294034610378,0.5210251808166504,1.097730874072926,0.04121309518814087,0.17343683946254795 +Dune,Minotauros Atreides,0.5098782181739807,0.4726024909550978,0.5512829422950745,1.0689739547136146,0.04140472412109375,0.5963714637585167 +The Lord of the Rings,Samwise Gamgee,0.5230641961097717,3.6388793600571816e-10,0.564491331577301,0.0002008028794666,0.0414271354675293,0.000200802515578664 +The Hitchhiker's Guide to the Galaxy,Max Quordlepleen,0.4511159062385559,3.570456858382971,0.4930656552314758,3.61687494180937,0.041949748992919866,0.04641808342639919 +Dune,Gaius Helen Mohiam,0.5118646025657654,0.5923455397157436,0.5539801716804504,1.345561990870139,0.04211556911468506,0.7532164511543955 +Harry Potter,Alice Longbottom,0.549995481967926,0.0078727415908844,0.5922210812568665,0.2124842117228558,0.04222559928894043,0.2046114701319714 +Dune,Leto Atreides I,0.4267559349536896,0.0505358784749006,0.4691825807094574,0.917174189737924,0.04242664575576782,0.8666383112630234 +Harry Potter,Dobby,0.4861740469932556,1.343842603081895e-38,0.5286032557487488,5.562264130154539e-12,0.042429208755493164,5.562264130154539e-12 +The Lord of the Rings,Maedhros,0.5226255059242249,0.0009328629238946,0.5652932524681091,0.0039668451785056,0.04266774654388428,0.003033982254611 +The Lord of the Rings,Thingol,0.5203168988227844,0.0013983309163774,0.563549816608429,0.3178218958311114,0.04323291778564453,0.316423564914734 +Dune,Alia Atreides/DE,0.5239405035972595,0.0002862833040485,0.5672817826271057,0.0027579347616412,0.04334127902984619,0.0024716514575927 +The Hunger Games,Festus Creed,0.4839156866073608,0.0078707127395732,0.5273590683937073,0.6311206184807805,0.04344338178634649,0.6232499057412073 +Harry Potter,Kingsley Shacklebolt,0.5045850276947021,4.4676675267073386e-10,0.5480821132659912,8.584733864807842e-05,0.04349708557128906,8.584689188132574e-05 +Dune,Vorian Atreides,0.4751562774181366,1.4163963321400182e-17,0.5187790393829346,2.5886888573254676e-10,0.043622761964797974,2.5886887156858346e-10 +The Hitchhiker's Guide to the Galaxy,Prak,0.4905106723308563,0.6518224329095403,0.5342075228691101,0.2535641947033989,0.043696850538253784,-0.3982582382061414 +Dune,Scytale/XD,0.4909877777099609,0.51265410774741,0.534932017326355,0.2528606260366279,0.0439442396163941,-0.25979348171078215 +Dune,Victor Atreides,0.506988525390625,0.4854788331214913,0.5509785413742065,1.8472275871387545,0.04399001598358154,1.3617487540172633 +The Hunger Games,Coral,0.4871584773063659,0.0132880601333159,0.5316688418388367,0.0114198382886126,0.04451036453247076,-0.0018682218447033001 +Dune,Alia Atreides/XD,0.5391220450401306,0.0758426381656369,0.5837523341178894,0.1292918453255478,0.04463028907775879,0.0534492071599109 +Dune,Tylwyth Waff,0.5103193521499634,1.2471047028050286,0.5549952983856201,2.398156943086687,0.04467594623565674,1.1510522402816585 +The Hitchhiker's Guide to the Galaxy,Guide Mark II,0.5246058702468872,2.217340103715548,0.5693833231925964,5.79343697146378,0.04477745294570923,3.5760968677482325 +Harry Potter,Michael Corner,0.5107157826423645,0.0003401085277503,0.555661678314209,0.0371584603738196,0.04494589567184448,0.0368183518460693 +The Hitchhiker's Guide to the Galaxy,Deep Thought,0.5038940906524658,2.2692060489846395,0.5494114756584167,7.675943330747187,0.04551738500595093,5.406737281762547 +Dune,Nayla,0.5090541243553162,1.380255607613895,0.5547029376029968,2.216420042150687,0.045648813247680664,0.8361644345367922 +Twilight,Rosalie Hale,0.4210961163043976,1.522898969573391e-29,0.4669805467128753,1.2481323607214902e-09,0.04588443040847773,1.2481323607214902e-09 +Dune,Bijaz,0.4763267338275909,0.0857516675089123,0.5222273468971252,0.3078779775239562,0.04590061306953436,0.22212631001504388 +Dune,Darwi Odrade,0.4963633716106415,0.0002073582729046,0.5423174500465393,0.000584566008419,0.04595407843589783,0.0003772077355144 +Dune,Stilgar,0.5141476392745972,0.0252189956389754,0.5601250529289246,0.6598181699076373,0.04597741365432739,0.6345991742686619 +Harry Potter,Arabella Figg,0.5091341137886047,0.0004965689139694,0.5551336407661438,0.002456195213867,0.04599952697753906,0.0019596262998976 +Dune,Norma Cevna,0.4879682660102844,0.4627305300846431,0.5340533256530762,1.5776316874180487,0.04608505964279175,1.1149011573334056 +The Hitchhiker's Guide to the Galaxy,Fenchurch,0.5029133558273315,0.436816740355315,0.5491816401481628,2.788598412666176,0.0462682843208313,2.3517816723108607 +The Hitchhiker's Guide to the Galaxy,Number One,0.4701216220855713,0.75715075550676,0.5169594883918762,1.0127374175198296,0.04683786630630493,0.25558666201306957 +Twilight,Leah Clearwater,0.5169997811317444,4.241030598815205e-09,0.5638935565948486,0.0005098959441547,0.04689377546310425,0.0005098917031241011 +Twilight,Seth Clearwater,0.502092719078064,4.324202595251783e-06,0.5490973591804504,6.356822996624419e-05,0.047004640102386475,5.924402737099241e-05 +Harry Potter,Cho Chang,0.5150471329689026,2.119713374569584e-09,0.5623013973236084,2.1926488869685263e-05,0.04725426435470581,2.1924369156310693e-05 +Dune,Paulus Atreides,0.5075477957725525,0.3624529466407594,0.5549787282943726,0.2792673337867188,0.04743093252182007,-0.08318561285404058 +The Lord of the Rings,Morgoth,0.5190081596374512,2.0688363415154177e-37,0.5666493773460388,6.268660418340737e-14,0.047641217708587646,6.268660418340737e-14 +Dune,Octa Butler,0.4907942414283752,0.9616246593489964,0.5384519100189209,0.8336190638688741,0.04765766859054571,-0.12800559548012236 +Harry Potter,Cedric Diggory,0.508185088634491,2.5117502142914957e-10,0.5558898448944092,1.4979696081210665e-08,0.04770475625991821,1.4728521059781516e-08 +The Lord of the Rings,Gríma,0.5212756395339966,5.251712903655633e-06,0.5692323446273804,0.0277604963130041,0.04795670509338379,0.027755244600100447 +Twilight,Emily Young,0.4727534055709839,6.789327465527833e-05,0.5208245515823364,0.0198025887684117,0.04807114601135254,0.01973469549375642 +Dune,Hedley Tuek,0.5012686848640442,0.8528892658395569,0.5494043827056885,3.3221336321817136,0.04813569784164429,2.469244366342157 +Dune,Xavier Harkonnen,0.4857445061206817,0.1233731617434948,0.5339184999465942,0.086104823190525,0.04817399382591253,-0.03726833855296981 +Dune,Piter de Vries/XD,0.4968147873878479,0.6569529393805861,0.5453655123710632,0.8382331931270907,0.04855072498321533,0.18128025374650458 +Harry Potter,Molly Weasley,0.4016180336475372,6.092350640169701e-25,0.4505211412906647,2.6422648695289244e-14,0.0489031076431275,2.642264869468001e-14 +The Lord of the Rings,Shadowfax,0.5648295283317566,0.3890149754448402,0.6138356924057007,2.0264992736182745,0.04900616407394409,1.6374842981734343 +Dune,Wensicia Corrino,0.5128865838050842,0.3153192730019969,0.5619364380836487,0.7216843757107477,0.04904985427856445,0.4063651027087508 +Dune,Vladimir Harkonnen,0.4867779016494751,0.0001505228814663,0.5358825922012329,0.0096867387737752,0.04910469055175781,0.009536215892308901 +The Hunger Games,Lucretius Flickerman,0.4902027547359466,0.0939011952811636,0.5393720269203186,0.589511450516191,0.049169272184372004,0.49561025523502744 +The Hitchhiker's Guide to the Galaxy,Humma Kavula,0.4854363799095154,2.2302570691344465,0.5347691178321838,3.984604519484152,0.04933273792266846,1.7543474503497056 +The Hitchhiker's Guide to the Galaxy,Frankie and Benjy,0.4923978745937347,1.267063050433921,0.5418630838394165,0.860260990348623,0.04946520924568182,-0.40680206008529807 +Twilight,Harry Clearwater,0.5271331071853638,0.0771510347161021,0.5767209529876709,0.6637569887558147,0.04958784580230713,0.5866059540397126 +The Hitchhiker's Guide to the Galaxy,Enid Kapelsen,0.4754455387592315,0.7356555317138347,0.5252365469932556,2.0558919134539813,0.0497910082340241,1.3202363817401466 +Twilight,Rebecca Black,0.4905277788639068,1.694341108273348,0.5405735969543457,1.9415575811841224,0.0500458180904389,0.24721647291077442 +Dune,Daniel,0.4645688235759735,1.1396690601962824,0.5149021744728088,1.4144662014369864,0.05033335089683533,0.274797141240704 +Twilight,Carlisle Cullen,0.473253071308136,4.0819594203887116e-14,0.5237205028533936,3.3957377324229586e-10,0.05046743154525757,3.39532953648092e-10 +Harry Potter,Frank Longbottom,0.4999121725559234,0.0083453014748478,0.550783097743988,0.0202524119291524,0.05087092518806463,0.0119071104543046 +The Lord of the Rings,Gollum,0.5052807927131653,0.0013260696356764,0.5564112663269043,1.3143583509927918e-06,0.051130473613739014,-0.0013247552773254072 +Dune,Tertius Eileen Anteac,0.4764074683189392,1.08280321228203,0.5279062390327454,0.5697165931084059,0.05149877071380615,-0.513086619173624 +Twilight,Riley Biers,0.481784462928772,0.0007066761351716,0.5338358879089355,0.0043864494845665,0.052051424980163574,0.0036797733493949005 +Dune,Kwisatz Haderach,0.5319060683250427,2.314645582759502,0.5842639803886414,0.4332015363986393,0.05235791206359863,-1.8814440463608628 +The Hitchhiker's Guide to the Galaxy,Number Two,0.4723681807518005,1.0172210753981112,0.5249651074409485,1.891842430379726,0.052596926689148005,0.8746213549816149 +Harry Potter,Sirius Black,0.3904797434806824,1.4840152637366432e-36,0.4434325993061065,1.6285202799036183e-16,0.05295285582542414,1.6285202799036183e-16 +The Hitchhiker's Guide to the Galaxy,Almighty Bob,0.472106397151947,1.8178153282006495,0.5257226228713989,1.282503917812484,0.053616225719451904,-0.5353114103881655 +Twilight,Paul Lahote,0.4929846525192261,0.0650039798713036,0.5468891859054565,0.0114961471110208,0.05390453338623047,-0.0535078327602828 +Dune,Marty,0.4810429215431213,0.6357832124722865,0.5355134606361389,1.1749122955338511,0.054470539093017634,0.5391290830615646 +Harry Potter,Rubeus Hagrid,0.4557058215141296,8.264844497468667e-49,0.5102594494819641,3.8307635721064615e-35,0.05455362796783453,3.8307635721063787e-35 +Dune,Anirul Corrino/XD,0.4994125068187713,0.0042798590082355,0.5541152358055115,0.032209550614232,0.05470272898674017,0.027929691605996503 +The Hunger Games,Palmyra Monty,0.472921758890152,1.5904205630040913,0.5278159976005554,3.263416189954819,0.05489423871040344,1.6729956269507276 +Dune,Lichna,0.4806603491306305,0.7885907564992238,0.5356293320655823,1.2170555221038657,0.05496898293495178,0.42846476560464186 +The Hunger Games,Katniss Everdeen,0.519557774066925,3.65432515346452e-43,0.5745389461517334,2.6328331311807864e-26,0.05498117208480835,2.6328331311807864e-26 +Harry Potter,Silvanus Kettleburn,0.5057587027549744,0.0311765336238078,0.5608705878257751,0.0927065354051632,0.05511188507080078,0.0615300017813554 +The Lord of the Rings,Beorn,0.5492223501205444,0.0097632475732795,0.6046136021614075,0.3106082462205135,0.05539125204086304,0.30084499864723396 +The Hitchhiker's Guide to the Galaxy,Agda,0.46803879737854,2.9516281496573056,0.524824321269989,2.815918518712229,0.05678552389144903,-0.1357096309450765 +Twilight,Rachel Black,0.459322452545166,0.2233865625005446,0.5164759159088135,0.2307405801968249,0.05715346336364746,0.007354017696280302 +The Lord of the Rings,Bard,0.4945544898509979,1.033529165914471e-06,0.551708996295929,0.0006381300107068,0.05715450644493103,0.0006370964815408856 +The Hitchhiker's Guide to the Galaxy,Elvis Presley,0.5011067390441895,1.609992408904595,0.5591363310813904,2.6158644739967696,0.05802959203720093,1.0058720650921746 +Harry Potter,Dilys Derwent,0.4813231229782104,0.9770056352192692,0.5395203232765198,5.368407745605208,0.05819720029830938,4.391402110385939 +Twilight,Heidi,0.4432032108306885,1.1909742378961369e-05,0.5017697215080261,0.0973995559879589,0.058566510677337646,0.09738764624557993 +Harry Potter,Septima Vector,0.4892975091934204,0.0095917744257842,0.5480210781097412,0.0237243000651032,0.0587235689163208,0.014132525639319 +The Lord of the Rings,Frodo Baggins,0.4933287799358368,2.241986132730996e-24,0.5521223545074463,5.5307303463629655e-11,0.0587935745716095,5.530730346362741e-11 +Dune,Tyekanik,0.5009756684303284,1.0375448116757977,0.5598437190055847,1.7770153064061789,0.05886805057525635,0.7394704947303812 +The Hitchhiker's Guide to the Galaxy,Old Man on the Pole,0.4618424773216247,3.5872037574438447,0.5208659172058105,3.2471445871414253,0.059023439884185847,-0.3400591703024194 +Harry Potter,Horace Slughorn,0.4530992209911346,2.652094226555034e-32,0.5123775601387024,7.932763502325504e-14,0.059278339147567805,7.932763502325504e-14 +Twilight,Jared Cameron,0.4788881540298462,0.0001280324325299,0.53817218542099,0.0088408051135765,0.0592840313911438,0.008712772681046602 +Harry Potter,Broderick Bode,0.4935923218727112,0.0105640719212743,0.552916407585144,0.523163746239573,0.05932408571243286,0.5125996743182987 +Twilight,Santiago,0.4693394899368286,0.4342750567964758,0.528692901134491,1.1658053791281655,0.059353411197662354,0.7315303223316897 +Harry Potter,Dorcas Meadowes,0.5201269388198853,1.0750276045335116,0.5796972513198853,12.504529644263242,0.0595703125,11.42950203972973 +The Hitchhiker's Guide to the Galaxy,Paul Neil Milne Johnstone,0.4923142492771148,2.266127702590809,0.5523571372032166,3.8201830291524166,0.06004288792610174,1.5540553265616075 +Dune,Scytale,0.4664556980133056,0.0463070633524614,0.5265158414840698,0.4867943859685966,0.060060143470764216,0.4404873226161352 +Harry Potter,Vincent Crabbe,0.463011622428894,4.4593659504479536e-05,0.5231805443763733,0.0017032137156463,0.060168921947479304,0.0016586200561418203 +Dune,Farad'n Corrino/XD,0.5127309560775757,0.0753968299573286,0.5733843445777893,1.0164880209143212,0.06065338850021362,0.9410911909569926 +The Hitchhiker's Guide to the Galaxy,Gag Halfrunt,0.4508379995822906,0.973928724005666,0.511637270450592,1.1567186081329754,0.06079927086830145,0.18278988412730945 +Harry Potter,Beedle the Bard,0.4836196005344391,1.9288589947734924,0.5452402234077454,2.9525074582395265,0.061620622873306274,1.023648463466034 +Harry Potter,Myrtle Warren,0.4913347959518432,1.813042977527551e-06,0.5533497929573059,6.260660268658498e-09,0.0620149970054627,-1.8067823172588924e-06 +Harry Potter,Corban Yaxley,0.4830105006694793,2.925106021357241e-05,0.5452419519424438,1.5502787263142123e-05,0.06223145127296453,-1.3748272950430288e-05 +Harry Potter,Fat Friar,0.4949863851070404,0.0017687716785121,0.5573098063468933,0.0152846826990754,0.062323421239852905,0.013515911020563301 +Dune,Raquella Berto-Anirul,0.4776922166347503,0.3910360576405319,0.5412588715553284,0.705641512899378,0.06356665492057806,0.31460545525884615 +Harry Potter,Marlene McKinnon,0.4936506450176239,0.2995158948190036,0.5572279095649719,4.355073361043863,0.06357726454734802,4.05555746622486 +The Hunger Games,Treech,0.4671089649200439,0.1168156555795823,0.5308257937431335,0.3851447057405751,0.06371682882308966,0.2683290501609928 +The Lord of the Rings,Khamûl,0.5051393508911133,0.0973520065510129,0.5690168142318726,1.7721805113126634,0.06387746334075928,1.6748285047616505 +The Hunger Games,Livia Cardew,0.4691944420337677,0.6145186798712319,0.5337793827056885,0.5309288968185804,0.06458494067192078,-0.08358978305265152 +The Hitchhiker's Guide to the Galaxy,Lig Lury Jr,0.4702058434486389,0.8360294708446196,0.5348403453826904,3.9133989534355775,0.06463450193405151,3.077369482590958 +The Hitchhiker's Guide to the Galaxy,Barman,0.4909177124500274,0.8221204422807201,0.5557624101638794,1.8440610822504075,0.06484469771385198,1.0219406399696873 +The Lord of the Rings,Watcher in the Water,0.5358597040176392,8.377987745483357e-07,0.60096675157547,0.0133271380802795,0.06510704755783081,0.013326300281504952 +Dune,Lucilla,0.4965932369232178,0.7926542790809781,0.5618893504142761,3.4974085780434505,0.06529611349105835,2.7047542989624724 +Twilight,Mary,0.4688685238361358,0.2166028801896646,0.5341706871986389,2.348074365703849,0.06530216336250311,2.1314714855141843 +Harry Potter,Ernest Prang,0.4885108470916748,0.1394994250753776,0.5538970232009888,0.997430166829002,0.06538617610931396,0.8579307417536244 +Harry Potter,Evan Rosier,0.4794752597808838,0.0935245799507571,0.5448762774467468,5.290107084830485,0.06540101766586304,5.196582504879728 +The Hitchhiker's Guide to the Galaxy,Caveman,0.4431938827037811,2.138098737180325,0.5086044669151306,2.067217969962227,0.06541058421134954,-0.07088076721809822 +The Hunger Games,Vipsania Sickle,0.4609370231628418,1.6228474161004294,0.5277506709098816,2.210507749009341,0.0668136477470398,0.5876603329089116 +The Hitchhiker's Guide to the Galaxy,Roosta,0.4857929646968841,3.014081367982975,0.5526170134544373,6.911225766327491,0.06682404875755316,3.897144398344516 +The Lord of the Rings,Smaug,0.4676216840744018,3.724922355253677e-21,0.5347530841827393,8.39006346481678e-09,0.06713140010833746,8.390063464813055e-09 +Harry Potter,Gellert Grindelwald,0.4849580526351928,4.823431613353471e-37,0.5529412031173706,9.478956688913598e-15,0.06798315048217779,9.478956688913598e-15 +The Hitchhiker's Guide to the Galaxy,Gail Andrews,0.4707391262054443,1.604961927671274,0.5391347408294678,1.6691785829565378,0.06839561462402349,0.06421665528526366 +Harry Potter,Alastor Moody,0.5044748783111572,2.2170792660888963e-19,0.5730476975440979,8.348896234010024e-10,0.06857281923294067,8.348896231792945e-10 +The Hitchhiker's Guide to the Galaxy,Murray Bost Henson,0.4581770002841949,1.061563850759398,0.5273764133453369,1.7898160370840313,0.06919941306114202,0.7282521863246332 +Harry Potter,Emeric the Evil,0.4951508045196533,0.8324791370776411,0.5654062628746033,5.311197571852363,0.07025545835494995,4.478718434774722 +Harry Potter,Marietta Edgecombe,0.4908061623573303,4.369419206849258e-11,0.5611881613731384,0.0005329470795708,0.0703819990158081,0.000532947035876608 +Harry Potter,Walden Macnair,0.4969678521156311,2.678245638001011e-07,0.5692458152770996,0.0941052825579138,0.0722779631614685,0.09410501473334999 +Harry Potter,Pomona Sprout,0.485841691493988,4.301453671294407e-23,0.5598376393318176,4.613341047739923e-09,0.07399594783782965,4.61334104773988e-09 +Harry Potter,Aberforth Dumbledore,0.4681204855442047,5.157369768837656e-27,0.5423094034194946,2.2804734347936203e-09,0.07418891787528992,2.2804734347936203e-09 +Harry Potter,Nicolas Flamel,0.4944669306278229,3.143575182306961e-09,0.5688627362251282,0.0030588108925601,0.0743958055973053,0.0030588077489849177 +Harry Potter,Merope Riddle,0.4654604196548462,3.5095066341622693e-11,0.540052056312561,2.450385932160416e-06,0.07459163665771484,2.450350837094074e-06 +The Hunger Games,Reaper Ash,0.4617403149604797,0.0088245009837936,0.5365123748779297,0.0172705623407229,0.07477205991745,0.008446061356929302 +Dune,Alef Burzmali,0.4531520307064056,0.5758179726920931,0.5283998250961304,0.6779128730903299,0.07524779438972479,0.10209490039823677 +Dune,Kailea Vernius,0.4740604162216186,0.4997731996162197,0.5500289797782898,0.2473600021982441,0.0759685635566712,-0.2524131974179756 +Harry Potter,Nagini,0.460888147354126,1.5854043808205422e-16,0.5385509133338928,4.7229084091759456e-08,0.07766276597976685,4.7229083933219015e-08 +Dune,Jessica Atreides/XD,0.4878158271312713,6.1871234927649255e-06,0.5655706524848938,0.0131140437751249,0.07775482535362249,0.013107856651632136 +Twilight,Emmett Cullen,0.4590007364749908,7.677446334449585e-16,0.5368584394454956,1.2658154741882325e-08,0.07785770297050482,1.2658153974137691e-08 +Harry Potter,Ernest Macmillan,0.474749743938446,4.55444350207336e-08,0.5543841123580933,6.124061996293866e-07,0.07963436841964727,5.668617646086529e-07 +Dune,Mohandas Suk,0.4741275608539581,0.8548804209722826,0.5538217425346375,1.151509732466256,0.07969418168067938,0.2966293114939734 +Dune,Alma Mavis Taraza,0.4769214391708374,0.9941853303446768,0.5585253834724426,1.2047310012749877,0.08160394430160522,0.21054567093031085 +The Hunger Games,Mizzen,0.4667463004589081,0.0043460298317983,0.5493330359458923,0.0971242619661901,0.08258673548698425,0.0927782321343918 +Twilight,Alice Cullen,0.3922316133975982,1.0902939577865579e-34,0.4750718772411346,3.147027357763461e-12,0.08284026384353638,3.147027357763461e-12 +The Hitchhiker's Guide to the Galaxy,Mella,0.4270432293415069,2.8050555287620984,0.5102977752685547,2.769270560064611,0.08325454592704779,-0.035784968697487596 +The Lord of the Rings,Ungoliant,0.4881405234336853,0.0009624979497275,0.5739855170249939,0.8330432824824903,0.0858449935913086,0.8320807845327628 +Harry Potter,Igor Karkaroff,0.4698322415351867,1.4737720381364965e-18,0.5576908588409424,1.9388781390529315e-07,0.08785861730575567,1.9388781390381936e-07 +The Hitchhiker's Guide to the Galaxy,Emperor of the Galaxy,0.4399722814559936,2.20652684344918,0.5296637415885925,3.7563726650887888,0.08969146013259893,1.5498458216396087 +Harry Potter,Nicholas de Mimsy-Porpington,0.4448094666004181,5.753869110168085e-20,0.5347698926925659,7.962000524026516e-05,0.08996042609214783,7.96200052402651e-05 +The Hitchhiker's Guide to the Galaxy,Hactar,0.474861741065979,0.8492869254206019,0.5661383867263794,1.309994851108918,0.09127664566040039,0.460707925688316 +Twilight,Embry Call,0.4414832293987274,0.0003224882132153,0.5346124172210693,0.0643312926724578,0.09312918782234192,0.0640088044592425 +The Hitchhiker's Guide to the Galaxy,Effrafax of Wug,0.4618544280529022,1.8231737390826013,0.5599676966667175,4.186575597755374,0.09811326861381531,2.3634018586727725 +Dune,Jessica Atreides/DE,0.4675639271736145,0.0011804544847828,0.5710614323616028,0.0129310549868636,0.10349750518798828,0.0117506005020808 +The Hitchhiker's Guide to the Galaxy,Great Hyperlobic Omnicognate Neutron Wrangler,0.5105443596839905,1.438933013248262,0.6168897151947021,2.9268827067667127,0.10634535551071167,1.4879496935184506 +The Hitchhiker's Guide to the Galaxy,Alice Beeblebrox,0.429932028055191,0.7891401556596023,0.5393813848495483,0.733952472162638,0.10944935679435736,-0.055187683496964235 +Harry Potter,Ariana Dumbledore,0.4743044078350067,9.36506853211509e-07,0.5930091738700867,0.0158554285555127,0.11870476603507996,0.015854492048659487 +The Hunger Games,Haymitch Abernathy,0.4358085095882416,5.318987767232908e-35,0.5577899813652039,2.890128343936151e-13,0.12198147177696228,2.890128343936151e-13 diff --git a/ressources/data/differences/sorted_by_h_to_wh_0.csv b/ressources/data/differences/sorted_by_h_to_wh_0.csv new file mode 100644 index 0000000000000000000000000000000000000000..061c7011147980f1b170054d6ed19f694e2bfad5 --- /dev/null +++ b/ressources/data/differences/sorted_by_h_to_wh_0.csv @@ -0,0 +1,365 @@ +Book,Character,F1,h,wF1,wh,F1_to_wF1,h_to_wh +The Hitchhiker's Guide to the Galaxy,Grunthos the Flatulent,0.5995125770568848,17.001846737223865,0.5219007730484009,2.133263321573577,-0.07761180400848389,-14.868583415650289 +The Hitchhiker's Guide to the Galaxy,Ruler of the Universe,0.5280703902244568,11.006996540280486,0.521700382232666,6.962456970037287,-0.0063700079917907715,-4.044539570243199 +The Hitchhiker's Guide to the Galaxy,Eccentrica Gallumbits,0.5966795682907104,7.6688246058673775,0.5707736015319824,4.145647728569833,-0.025905966758728027,-3.5231768772975443 +Dune,Tlaloc,0.5124073624610901,3.8070235424098406,0.542407751083374,1.1899244749396642,0.030000388622283936,-2.6170990674701766 +The Hitchhiker's Guide to the Galaxy,Almighty Bob,0.5236132144927979,3.957909785382811,0.5205970406532288,1.3806195933359589,-0.003016173839569092,-2.5772901920468523 +The Hitchhiker's Guide to the Galaxy,Oolon Colluphid,0.5784218311309814,4.851148934817749,0.5522536039352417,2.5080001062957518,-0.026168227195739746,-2.343148828521997 +The Hitchhiker's Guide to the Galaxy,Phouchg,0.558274507522583,3.1433265221504385,0.511775553226471,0.8516334959792943,-0.04649895429611206,-2.2916930261711443 +Dune,Sheeana Brugh,0.5689539313316345,3.879076295351741,0.5332396626472473,2.092447271800819,-0.03571426868438721,-1.7866290235509217 +The Hitchhiker's Guide to the Galaxy,Vroomfondel,0.5289682745933533,6.720129576328287,0.5723767876625061,4.958258342843732,0.04340851306915283,-1.7618712334845554 +The Hitchhiker's Guide to the Galaxy,Hillman Hunter,0.519244909286499,3.550699065130454,0.5177202820777893,2.1707907641217323,-0.0015246272087097168,-1.3799083010087219 +Dune,Wensicia Corrino/XD,0.5519932508468628,2.0858945745858164,0.5662568211555481,0.7882317365601965,0.014263570308685303,-1.2976628380256199 +The Hitchhiker's Guide to the Galaxy,Mr Prosser,0.4827904403209686,4.507037385340246,0.4820026457309723,3.286594095395597,-0.0007877945899962824,-1.2204432899446491 +The Hitchhiker's Guide to the Galaxy,Great Circling Poets of Arium,0.5566425323486328,5.327887898814819,0.5682133436203003,4.149285679691731,0.01157081127166748,-1.1786022191230874 +Twilight,Santiago,0.500321090221405,1.2468754962383273,0.4711087644100189,0.1209499717076706,-0.02921232581138611,-1.1259255245306568 +The Hitchhiker's Guide to the Galaxy,Hotblack Desiato,0.5200538635253906,3.951519228743921,0.5353698134422302,2.8489468857505824,0.0153159499168396,-1.1025723429933385 +The Hitchhiker's Guide to the Galaxy,Loonquawl,0.5401980876922607,2.7960738546327706,0.5393425226211548,1.8750551413304997,-0.000855565071105957,-0.9210187133022709 +Dune,Abulurd Harkonnen/DE,0.5690500736236572,3.0326024419900905,0.5602651238441467,2.1631050120522923,-0.008784949779510498,-0.8694974299377982 +The Hitchhiker's Guide to the Galaxy,God,0.538847804069519,2.2596122948759985,0.5220323801040649,1.4293852203350672,-0.0168154239654541,-0.8302270745409313 +Dune,Wensicia Corrino,0.5715660452842712,1.819849624453167,0.5675203800201416,0.9927692781062312,-0.004045665264129639,-0.8270803463469358 +The Hitchhiker's Guide to the Galaxy,Lunkwill and Fook,0.4774085283279419,1.5053924682447637,0.5095489621162415,0.74077942371084,0.03214043378829956,-0.7646130445339236 +The Hitchhiker's Guide to the Galaxy,Judiciary Pag,0.4990079998970032,2.7655560556335304,0.5291802883148193,2.0222538527401874,0.030172288417816162,-0.7433022028933429 +The Hitchhiker's Guide to the Galaxy,The Lord,0.5007612705230713,2.066419580043978,0.5112965703010559,1.3281270743648217,0.01053529977798462,-0.7382925056791563 +Dune,Tertius Eileen Anteac,0.4842688739299774,1.6092160416916077,0.5371854901313782,0.9017624269997888,0.05291661620140076,-0.7074536146918189 +The Hitchhiker's Guide to the Galaxy,Heimdall,0.5255253911018372,2.0622431163773225,0.5286298394203186,1.3716973750191226,0.0031044483184814453,-0.6905457413581999 +The Hitchhiker's Guide to the Galaxy,Rob McKenna,0.5017083287239075,1.667916825646644,0.5132248997688293,0.986423940066365,0.011516571044921875,-0.6814928855802789 +Dune,Stilgar,0.4978335201740265,1.050191588802027,0.5372103452682495,0.4579809007162451,0.03937682509422302,-0.5922106880857819 +The Hitchhiker's Guide to the Galaxy,Prak,0.4743108451366424,0.8805545389287109,0.5147708058357239,0.2908535552733367,0.040459960699081476,-0.5897009836553743 +Dune,Pardot Kynes,0.548527717590332,0.672247439672272,0.5399633049964905,0.0884621745392188,-0.008564412593841553,-0.5837852651330532 +The Hitchhiker's Guide to the Galaxy,Reg Nullify,0.4947773516178131,1.620227868508112,0.5117180347442627,1.048460238003262,0.016940683126449585,-0.57176763050485 +The Hitchhiker's Guide to the Galaxy,Random Dent,0.473728746175766,1.4937575705922388,0.4956254959106445,0.950463493923778,0.021896749734878485,-0.5432940766684607 +Dune,Pardot Kynes/XD,0.5676708221435547,0.5940142544878494,0.583835780620575,0.0921908863332212,0.016164958477020264,-0.5018233681546282 +Dune,Edric,0.4717606902122497,1.5474047775962123,0.5060545206069946,1.0497433254976,0.03429383039474493,-0.49766145209861223 +Dune,Siona Atreides,0.5566157698631287,0.7132382625515441,0.554270327091217,0.2215421654128753,-0.002345442771911621,-0.4916960971386688 +Dune,Elrood Corrino IX/DE,0.5214135646820068,1.9298188623521344,0.5335577726364136,1.4521326514600517,0.012144207954406738,-0.47768621089208274 +The Hitchhiker's Guide to the Galaxy,Number One,0.5280580520629883,1.4328597399698952,0.493426501750946,0.9568505357678344,-0.03463155031204229,-0.47600920420206083 +Dune,Farok,0.5553319454193115,2.3081063709412537,0.5157051682472229,1.8509081586007976,-0.03962677717208862,-0.4571982123404561 +The Hitchhiker's Guide to the Galaxy,Lallafa,0.5180431008338928,1.4061786046354934,0.5211470723152161,0.9665751629373902,0.003103971481323242,-0.43960344169810317 +Dune,Piter de Vries/DE,0.5334547758102417,1.206475887158343,0.5485161542892456,0.7674987987622112,0.015061378479003906,-0.4389770883961318 +Dune,Scytale/XD,0.503553569316864,0.5991165982236485,0.512489378452301,0.1864737570150385,0.008935809135437012,-0.41264284120861 +Dune,Wensicia Corrino/DE,0.5668254494667053,1.3015824768351587,0.5685476064682007,0.9004257353402254,0.0017221570014953613,-0.4011567414949333 +The Hitchhiker's Guide to the Galaxy,Captain,0.4852561056613922,1.3337660049817803,0.5076146721839905,0.9621542476535582,0.022358566522598267,-0.37161175732822216 +The Hitchhiker's Guide to the Galaxy,Hactar,0.5371614098548889,1.459193337851069,0.574628472328186,1.092209836230405,0.03746706247329712,-0.3669835016206642 +Dune,Scytale,0.521210253238678,0.5930412116541532,0.5328407883644104,0.2677262583362687,0.011630535125732422,-0.32531495331788457 +Dune,Irulan Corrino,0.5549029111862183,0.3883706492553182,0.5475248694419861,0.0924784031698652,-0.007378041744232178,-0.295892246085453 +The Hunger Games,Treech,0.4770993590354919,0.3687356863387556,0.4976861178874969,0.1049643699751414,0.020586758852005005,-0.26377131636361417 +Dune,Tio Holtzman,0.5365378260612488,0.4520475765011633,0.5751590132713318,0.2024374726113764,0.03862118721008301,-0.24961010388978688 +Dune,Iakin Nefud,0.5314460396766663,1.5068754477787645,0.5381607413291931,1.2583039126290727,0.0067147016525268555,-0.24857153514969177 +Dune,Abulurd Harkonnen,0.5195108652114868,1.1375128614763077,0.563437819480896,0.8915872034693118,0.04392695426940918,-0.24592565800699595 +Dune,Octa Butler,0.5055363774299622,1.1788144831676244,0.5349791646003723,0.9440785315735382,0.029442787170410156,-0.23473595159408622 +Dune,Rhombur Vernius,0.5298475623130798,0.4492802922201242,0.5671092867851257,0.2153144695845419,0.0372617244720459,-0.23396582263558233 +Dune,Thufir Hawat/XD,0.5883517861366272,0.2831294254181646,0.5839338302612305,0.0647062044121014,-0.0044179558753967285,-0.2184232210060632 +Dune,Tyros Reffa,0.4846203923225403,0.8964724246466521,0.5130773186683655,0.7053993910320941,0.028456926345825195,-0.19107303361455796 +Dune,Miles Teg/XD,0.5298865437507629,0.2495772759637077,0.5409984588623047,0.0624331275773917,0.011111915111541748,-0.18714414838631602 +The Hitchhiker's Guide to the Galaxy,Constant Mown,0.5038566589355469,3.265715467731482,0.4810433089733124,3.086949363020123,-0.022813349962234497,-0.17876610471135912 +Dune,Moneo Atreides,0.5522628426551819,0.2040862951867797,0.5395599007606506,0.032820311689115,-0.01270294189453125,-0.1712659834976647 +Twilight,Rachel Black,0.4946772158145904,0.4461437557674763,0.5062205791473389,0.2900946600663232,0.011543363332748469,-0.1560490957011531 +Dune,Glossu Rabban,0.5129092931747437,1.0069395582773502,0.4982693493366241,0.8636006270233796,-0.014639943838119562,-0.14333893125397057 +Dune,Helena Atreides,0.55311119556427,0.3863628588487818,0.5335257053375244,0.2456276973392827,-0.019585490226745605,-0.1407351615094991 +The Lord of the Rings,Éowyn,0.5752246379852295,0.1766522094437725,0.5742315649986267,0.0361872465904922,-0.0009930729866027832,-0.1404649628532803 +The Lord of the Rings,Beorn,0.5743336081504822,0.2859192303420603,0.598109781742096,0.1540755443137909,0.02377617359161377,-0.1318436860282694 +Dune,Norma Cevna,0.5122960805892944,0.7993872527996245,0.5158432126045227,0.6773874968887998,0.0035471320152282715,-0.12199975591082468 +Dune,Tylwyth Waff,0.5559523701667786,1.7187419585481665,0.5639292001724243,1.6008048102770898,0.007976830005645752,-0.11793714827107671 +Dune,Leto Atreides II/DE,0.5844083428382874,0.284630413637672,0.5705158710479736,0.1796110815432925,-0.01389247179031372,-0.1050193320943795 +Dune,Irulan Corrino/XD,0.57404625415802,0.2016177482430724,0.5677991509437561,0.1062464209651672,-0.006247103214263916,-0.0953713272779052 +Dune,Wellington Yueh/DE,0.5678286552429199,0.147394557284205,0.5615184307098389,0.0555098680123906,-0.006310224533081055,-0.0918846892718144 +Twilight,J. Jenks,0.5219054818153381,0.094675581562965,0.5259211659431458,0.0063786709959909,0.004015684127807617,-0.0882969105669741 +Dune,Liet Kynes,0.5779098868370056,0.5893175192449547,0.5671825408935547,0.5113138194072281,-0.010727345943450928,-0.07800369983772659 +Twilight,Mexican coven,0.4998178482055664,0.5380650017431479,0.512706995010376,0.4692169152583046,0.01288914680480957,-0.06884808648484325 +The Lord of the Rings,Théoden,0.5545390844345093,0.1281139861151609,0.562267005443573,0.0641638199573162,0.007727921009063721,-0.0639501661578447 +Dune,Hasimir Fenring/DE,0.5589741468429565,0.0705185864635561,0.5578520894050598,0.009590917323395,-0.0011220574378967285,-0.06092766914016111 +Dune,Leto I Atreides,0.5601571798324585,0.1023989904643914,0.5555311441421509,0.0417155261758025,-0.004626035690307617,-0.060683464288588895 +The Lord of the Rings,Thrór,0.5830733180046082,0.1168014483449544,0.5529870390892029,0.0606224964542881,-0.030086278915405273,-0.0561789518906663 +Twilight,Mike Newton,0.509818971157074,0.0566707227136515,0.5195896625518799,0.0013125449480526,0.009770691394805908,-0.0553581777655989 +The Hunger Games,Alma Coin,0.5310269594192505,0.0579975632837664,0.507499635219574,0.0027280961559054,-0.023527324199676514,-0.055269467127861 +Dune,Xavier Harkonnen,0.5171380639076233,0.0743896149171771,0.5296557545661926,0.026693979818351,0.012517690658569336,-0.0476956350988261 +The Lord of the Rings,Túrin,0.5421173572540283,0.0429806611634024,0.5550504326820374,0.0017625311475901,0.012933075428009033,-0.0412181300158123 +Twilight,Sasha,0.4636020064353943,0.434826142440545,0.5213740468025208,0.3945277143916048,0.057772040367126465,-0.04029842804894024 +The Lord of the Rings,Peregrin Took,0.5318484306335449,0.2692060335335933,0.5542590618133545,0.2374488441743688,0.02241063117980957,-0.0317571893592245 +Dune,Siona Atreides/DE,0.5491563081741333,0.0671908599506599,0.5399253964424133,0.0373275995635589,-0.00923091173171997,-0.029863260387101007 +Dune,Wellington Yueh,0.4970987439155578,0.2325143240007675,0.5185472369194031,0.2033587989177272,0.02144849300384527,-0.029155525083040285 +Dune,Anirul Corrino/XD,0.5213653445243835,0.0286906567328598,0.5438908934593201,0.0018797863727481,0.022525548934936523,-0.026810870360111698 +Twilight,Jared Cameron,0.5024563670158386,0.0557968494229464,0.5359641909599304,0.0320030351326334,0.0335078239440918,-0.023793814290313 +The Lord of the Rings,Círdan,0.5649707317352295,0.0396925836048516,0.5829378366470337,0.0174921897736828,0.0179671049118042,-0.022200393831168803 +Twilight,Huilen,0.5121077299118042,0.0233117597090182,0.4981113970279693,0.0021069506874706,-0.013996332883834894,-0.0212048090215476 +Twilight,Benjamin,0.5174652934074402,0.021134095012226,0.4865785241127014,8.920801700391271e-07,-0.03088676929473877,-0.02113320293205596 +Dune,Aramsham,0.5344614386558533,1.4950078491961325,0.558563232421875,1.4762572326855694,0.02410179376602173,-0.01875061651056309 +Twilight,Quil Ateara V,0.5615991950035095,0.0493345792024236,0.5382692217826843,0.0347674485236213,-0.023329973220825195,-0.014567130678802304 +Twilight,Sue Clearwater,0.5145647525787354,0.0258926919519143,0.5306036472320557,0.012183993251342,0.016038894653320312,-0.0137086987005723 +Twilight,Bree Tanner,0.5580485463142395,0.0113079999916323,0.5131526589393616,0.0001464595674742,-0.04489588737487793,-0.0111615404241581 +Twilight,Kate,0.4700287282466888,0.011458645602367,0.522560179233551,0.0005613060321858,0.05253145098686224,-0.0108973395701812 +Dune,Shaddam Corrino IV/XD,0.5232957005500793,0.0132099949936058,0.5245991349220276,0.0026714534821267,0.0013034343719482422,-0.010538541511479099 +Twilight,Eric Yorkie,0.4972875118255615,0.0263127727884052,0.5217227935791016,0.016041407862509,0.02443528175354004,-0.010271364925896202 +Dune,Moneo Atreides/DE,0.5515987873077393,0.0104308655287198,0.5363215208053589,0.0014551728037286,-0.015277266502380371,-0.0089756927249912 +The Lord of the Rings,Bard,0.5035655498504639,0.0116677526904767,0.5629619359970093,0.0031130032542259,0.05939638614654541,-0.0085547494362508 +Twilight,Paul Lahote,0.5150099992752075,0.0303382441467537,0.5465271472930908,0.0221356357462167,0.0315171480178833,-0.008202608400537 +Dune,Kwisatz Haderach/XD,0.5626315474510193,0.0075221678078472,0.5605295300483704,0.0010206256884402,-0.0021020174026489258,-0.006501542119407001 +The Lord of the Rings,Éomer,0.569170355796814,0.066327741860287,0.5846097469329834,0.0604223548725145,0.015439391136169434,-0.005905386987772501 +Dune,Jessica Atreides/DE,0.5496556758880615,0.0049782195270712,0.581811785697937,0.00082174832113,0.03215610980987549,-0.0041564712059412 +Twilight,Peter,0.477811336517334,0.0035910733978483,0.5113801956176758,8.112589315640874e-05,0.0335688591003418,-0.0035099475046918914 +Dune,Darwi Odrade,0.5547276735305786,0.002377769984988,0.5509737133979797,0.0001683148322433,-0.003753960132598877,-0.0022094551527447 +Dune,Gurney Halleck/XD,0.5812786817550659,0.0028515981532973,0.5896949172019958,0.0006747805781368,0.008416235446929932,-0.0021768175751605 +Twilight,Brady Fuller,0.4130733013153076,0.6068299589117829,0.4249446392059326,0.6052303750544059,0.011871337890625,-0.0015995838573770182 +Dune,Hasimir Fenring/XD,0.5510604977607727,0.0017038923380787,0.544485330581665,0.0002571528928407,-0.006575167179107666,-0.001446739445238 +Dune,Gurney Halleck/DE,0.5371991395950317,0.000995915502983,0.53065425157547,1.8889342892045248e-06,-0.006544888019561768,-0.0009940265686937955 +Dune,Leto Atreides II,0.5101075768470764,0.0009207827013981,0.5217192769050598,0.000183900062533,0.011611700057983398,-0.0007368826388650999 +Harry Potter,Cormac McLaggen,0.5474498867988586,0.0013196453172605,0.5296474099159241,0.0006933806875067,-0.01780247688293457,-0.0006262646297538 +Harry Potter,Katie Bell,0.5012985467910767,0.0004962681969855,0.5672582387924194,4.619072452139013e-05,0.06595969200134277,-0.00045007747246410983 +Dune,Leto Atreides II/XD,0.5539118647575378,0.0002395121311618,0.5575278401374817,7.92310942376672e-05,0.0036159753799438477,-0.0001602810369241328 +The Hunger Games,Effie Trinket,0.5359324812889099,8.321606180910708e-05,0.5681807994842529,3.933899465304202e-14,0.03224831819534302,-8.321606176976809e-05 +Twilight,Marcus,0.5242221355438232,0.0003123954626464,0.5059548616409302,0.0002575812630279,-0.018267273902893066,-5.481419961849999e-05 +Dune,Norma Cenva/XD,0.5512271523475647,6.199513463104488e-05,0.5604516863822937,1.0460441467253292e-05,0.009224534034729004,-5.1534693163791595e-05 +Twilight,Sam Uley,0.5355950593948364,3.600960145056e-05,0.540189266204834,1.1542121422218382e-05,0.004594206809997559,-2.4467480028341615e-05 +Dune,Thufir Hawat/DE,0.519747257232666,3.119830796388917e-05,0.5188180208206177,1.775702250718335e-05,-0.0009292364120483398,-1.3441285456705818e-05 +The Lord of the Rings,Elrond,0.5360152721405029,2.839668591472706e-05,0.5335156321525574,1.633587481324431e-05,-0.0024996399879455566,-1.2060811101482748e-05 +Harry Potter,Myrtle Warren,0.508208155632019,1.076582645255686e-05,0.5474299788475037,2.642506336340502e-06,0.03922182321548462,-8.123320116216358e-06 +Twilight,Jane,0.4662284553050995,7.231129503729666e-06,0.498564600944519,7.089014437417576e-08,0.0323361456394195,-7.16023935935549e-06 +Dune,Pardot Kynes/DE,0.5582734942436218,7.784306074210206e-06,0.5548366904258728,7.172481470672545e-07,-0.0034368038177490234,-7.067057927142951e-06 +The Lord of the Rings,Celebrimbor,0.516136646270752,1.3411937602809202e-06,0.5013521313667297,5.955852752708689e-11,-0.014784514904022217,-1.341134201753393e-06 +The Lord of the Rings,Aragorn II,0.5183244943618774,1.4765109316005042e-08,0.5439724326133728,6.747405139781331e-12,0.02564793825149536,-1.475836191086526e-08 +Harry Potter,Bartemius Crouch Junior,0.5438398122787476,2.068045174634521e-09,0.5474404096603394,1.3919049480481646e-09,0.003600597381591797,-6.761402265863562e-10 +Twilight,Renesmee Cullen,0.497202605009079,3.8947510848525565e-11,0.4866980016231537,1.0830165529302885e-12,-0.010504603385925293,-3.7864494295595275e-11 +Dune,Vorian Atreides,0.5141591429710388,1.5746219723473062e-11,0.5186734795570374,2.5327050753729173e-14,0.004514336585998535,-1.572089267271933e-11 +Dune,Duncan Idaho/XD,0.4983952045440674,3.079283812142128e-12,0.5058314204216003,4.939912765898457e-13,0.007436215877532959,-2.5852925355522825e-12 +Dune,Duncan Idaho/DE,0.5502409934997559,2.7087512958402867e-21,0.5494277477264404,4.5378540572910775e-24,-0.0008132457733154297,-2.7042134417829956e-21 +Harry Potter,Harry Potter,0.4013104438781738,2.3430883707773023e-302,0.4515830278396606,1.8861245582152952e-90,0.050272583961486816,1.8861245582152952e-90 +Harry Potter,Hermione Granger,0.3828257620334625,0.0,0.452903002500534,1.365026639534582e-49,0.07007724046707148,1.365026639534582e-49 +Harry Potter,Ronald Weasley,0.4568961858749389,3.0121077517168323e-67,0.4556145966053009,1.5991470488320035e-30,-0.001281589269638006,1.5991470488320035e-30 +The Hunger Games,Katniss Everdeen,0.4919271767139435,3.5075124594518224e-74,0.5602644085884094,3.947301730599182e-27,0.06833723187446594,3.947301730599182e-27 +The Hunger Games,Haymitch Abernathy,0.4491443932056427,1.2683325876099306e-41,0.5349822640419006,2.641567310653902e-21,0.08583787083625793,2.641567310653902e-21 +The Lord of the Rings,Sauron,0.4822040498256683,1.5777603004678571e-62,0.5719515085220337,1.2221334063712123e-19,0.08974745869636541,1.2221334063712123e-19 +The Hunger Games,Coriolanus Snow,0.4886925816535949,1.7029677076940517e-18,0.518031120300293,7.187736589710056e-17,0.029338538646698054,7.017439818940651e-17 +Twilight,Charlie Swan,0.50819993019104,1.7029831075784686e-20,0.5111526250839233,1.0789891481000245e-15,0.0029526948928833008,1.0789721182689487e-15 +The Lord of the Rings,Gandalf,0.4894548654556274,3.482748800879476e-39,0.5559438467025757,8.537526913583036e-14,0.0664889812469483,8.537526913583036e-14 +The Lord of the Rings,Morgoth,0.5276913642883301,5.316404165253476e-17,0.5421412587165833,1.5246684081734516e-13,0.014449894428253174,1.5241367677569263e-13 +The Lord of the Rings,Saruman,0.4671428799629211,5.896204108889357e-98,0.5533922910690308,1.1844731084685679e-11,0.08624941110610967,1.1844731084685679e-11 +Dune,Paul Atreides/XD,0.4414335787296295,1.7977677164492463e-14,0.4588834643363952,2.6738810643367527e-11,0.01744988560676569,2.6720832966203034e-11 +Harry Potter,Angelina Johnson,0.4537081718444824,1.8427468955960171e-16,0.4713198542594909,9.816952547824026e-11,0.01761168241500849,9.81693412035507e-11 +The Lord of the Rings,Galadriel,0.5415364503860474,4.372329747200607e-11,0.5580785274505615,7.375608451744264e-10,0.01654207706451416,6.938375477024203e-10 +The Lord of the Rings,Legolas,0.5186892151832581,4.7944220802678974e-24,0.583724319934845,2.8502492893339547e-09,0.06503510475158691,2.8502492893339497e-09 +Twilight,Victoria,0.4500223100185394,2.4296132185068976e-12,0.5165584683418274,4.3097260621781655e-09,0.06653615832328802,4.3072964489596586e-09 +Harry Potter,Dean Thomas,0.4910069108009338,1.964056739711877e-21,0.5423886179924011,6.595244790795994e-09,0.05138170719146734,6.595244790794031e-09 +The Lord of the Rings,Frodo Baggins,0.4864082634449005,2.1745984994112282e-17,0.5676297545433044,1.848452970455668e-08,0.08122149109840393,1.8484529682810694e-08 +Dune,Paul Atreides,0.4406875669956207,2.358466546337092e-14,0.4551504552364349,2.737971189246936e-07,0.014462888240814153,2.737970953400281e-07 +The Lord of the Rings,Gollum,0.4790458977222442,2.474754774110922e-28,0.5469645857810974,4.741465540436228e-07,0.0679186880588532,4.741465540436228e-07 +The Lord of the Rings,Bilbo Baggins,0.4778127372264862,5.997080118325448e-93,0.5490546822547913,5.605650315565308e-07,0.07124194502830505,5.605650315565308e-07 +The Lord of the Rings,Smaug,0.5015507340431213,5.0048383037670566e-12,0.5529960989952087,5.611996296469298e-07,0.0514453649520874,5.61194624808626e-07 +Harry Potter,Rita Skeeter,0.4429920613765716,2.1620884269442426e-18,0.5543853044509888,5.9324980022154e-07,0.11139324307441717,5.932498002193779e-07 +Twilight,Aro,0.4543935358524322,9.889850379521285e-13,0.5243455767631531,8.342864762593227e-07,0.06995204091072088,8.342854872742847e-07 +Twilight,Tanya,0.4598340392112732,3.2839210098507054e-15,0.511573314666748,9.316443602184018e-07,0.051739275455474854,9.316443569344808e-07 +Harry Potter,Seamus Finnigan,0.5138559937477112,6.541696306138895e-16,0.5381180644035339,2.4033985258907307e-06,0.024262070655822754,2.4033985252365613e-06 +Twilight,James,0.4569451510906219,1.873352245885299e-12,0.5209974050521851,5.469161351854039e-06,0.06405225396156317,5.469159478501793e-06 +The Lord of the Rings,Radagast,0.5262231826782227,1.7547469280061835e-05,0.5205216407775879,2.6606774322600487e-05,-0.005701541900634766,9.059305042538652e-06 +The Lord of the Rings,Tom Bombadil,0.560651421546936,0.0005328502053433,0.5672776699066162,0.0005428128490563,0.006626248359680176,9.962643713000083e-06 +Twilight,Irina,0.4536858797073364,0.0013092396599973,0.4939875900745392,0.0013506494225449,0.04030171036720276,4.14097625476e-05 +The Lord of the Rings,Faramir,0.4902814328670501,1.67007031583667e-22,0.5523663759231567,4.15414819828084e-05,0.06208494305610662,4.15414819828084e-05 +Twilight,Seth Clearwater,0.5169409513473511,5.498352064403032e-07,0.5414804816246033,5.633002374780094e-05,0.024539530277252197,5.5780188541360636e-05 +Dune,Duncan Idaho,0.4661685228347778,7.297284294208589e-05,0.4469107091426849,0.000229876418894,-0.019257813692092896,0.0001569035759519141 +Twilight,Caius,0.5032059550285339,0.004225557163603,0.5385996103286743,0.0044691226682601,0.03539365530014038,0.00024356550465710024 +The Lord of the Rings,Samwise Gamgee,0.5425846576690674,3.937179946292413e-10,0.5823348760604858,0.0002485532633412,0.03975021839141846,0.0002485528696232054 +Harry Potter,Vincent Crabbe,0.4622730612754822,1.1250639826776048e-08,0.5160602331161499,0.0004350931133402,0.053787171840667725,0.00043508186270037325 +Twilight,Alec,0.4573462605476379,3.3593638855767326e-08,0.5198443531990051,0.0005200181715442,0.06249809265136724,0.0005199845779053443 +Twilight,Billy Black,0.5093494057655334,2.3591983499352122e-07,0.5355236530303955,0.0005672443480786,0.02617424726486206,0.0005670084282436064 +Twilight,Heidi,0.4520511627197265,0.0001680023447723,0.471882551908493,0.0009332466402578,0.01983138918876648,0.0007652442954855 +Dune,Chani Kynes/DE,0.5352669954299927,0.0024467130192041,0.5434961318969727,0.003280766620001,0.00822913646697998,0.0008340536007968996 +Dune,Leto Atreides I/XD,0.5424268245697021,0.0064938080661626,0.5648755431175232,0.0074973152708211,0.022448718547821045,0.0010035072046585 +Twilight,Felix,0.488877922296524,1.5009940594018296e-05,0.5447016954421997,0.0014592390895059,0.055823773145675715,0.0014442291489118817 +Twilight,Amun,0.4475617110729217,0.0002119297826385,0.5199306011199951,0.0018816264449106,0.07236889004707342,0.0016696966622721 +Twilight,Emily Young,0.4843425154685974,5.8861067356876075e-08,0.4932059049606323,0.0021554370112846,0.008863389492034912,0.002155378150217243 +Dune,Jessica Atreides/XD,0.5875866413116455,0.0003119310693249,0.5902204513549805,0.0024900520749133,0.002633810043334961,0.0021781210055884 +The Lord of the Rings,Thorin II,0.5464227199554443,0.0004284126620413,0.575333297252655,0.0027267432030499,0.028910577297210693,0.0022983305410086002 +Twilight,Riley Biers,0.5229548811912537,0.0005162053381782,0.5178256630897522,0.0029624085757236,-0.005129218101501465,0.0024462032375454 +Twilight,Leah Clearwater,0.5080369710922241,8.0013803633786e-08,0.5539224147796631,0.0024517969115172,0.045885443687438965,0.002451716897713566 +Dune,Gurney Halleck,0.4746912121772766,0.0132546012270145,0.5403727293014526,0.0163296967836743,0.06568151712417603,0.0030750955566597998 +Dune,Alma Mavis Taraza,0.5149604678153992,0.8999436439874243,0.5610169768333435,0.9030535975180288,0.046056509017944336,0.0031099535306045034 +Dune,Quintinius Violet Chenoeh,0.503670334815979,0.003929017584763,0.5365883708000183,0.0071388692042059,0.03291803598403931,0.0032098516194429003 +Dune,Alia Atreides/DE,0.5429959297180176,0.0005869810126358,0.5494107007980347,0.0041818462424762,0.00641477108001709,0.0035948652298404002 +Dune,Serena Butler,0.5420154333114624,0.001153885083131,0.5333322882652283,0.0049335653498528,-0.00868314504623413,0.0037796802667218006 +The Lord of the Rings,Watcher in the Water,0.58259117603302,0.0008455740605946,0.6002125144004822,0.0048471313602718,0.017621338367462158,0.004001557299677201 +Twilight,Eleazar,0.4954434037208557,8.21575146284907e-06,0.5252564549446106,0.0046762128614364,0.029813051223754883,0.004667997109973551 +Twilight,Laurent,0.4753958880901336,0.0014116932360878,0.5218551158905029,0.0066333819862924,0.04645922780036932,0.0052216887502046 +The Lord of the Rings,Balin,0.5153865814208984,0.0037171150859989,0.5659844875335693,0.0089930416383406,0.0505979061126709,0.0052759265523416995 +Dune,Murbella/XD,0.547292172908783,0.0042094234523324,0.573695957660675,0.009648865655033,0.02640378475189209,0.005439442202700599 +The Hunger Games,Mizzen,0.4994212985038757,0.0027858218807353,0.5460163354873657,0.0096939378827912,0.046595036983490046,0.0069081160020558995 +The Hunger Games,Reaper Ash,0.4778136610984802,0.0003236972647869,0.5199940204620361,0.0091448316415742,0.04218035936355591,0.0088211343767873 +The Lord of the Rings,Celeborn,0.4809964895248413,3.0929334752995546e-11,0.5626426339149475,0.00886908460637,0.0816461443901062,0.008869084575440665 +Twilight,Nahuel,0.487690657377243,3.267971768044545e-06,0.5109698176383972,0.0100261470848423,0.02327916026115423,0.010022879113074257 +The Lord of the Rings,Gil-galad,0.6103127002716064,0.0028920199616459,0.5794858336448669,0.0144161097849405,-0.030826866626739502,0.0115240898232946 +Dune,Stilgar/XD,0.5325565934181213,0.0093450826769533,0.5565240383148193,0.0221383475270656,0.023967444896697998,0.012793264850112299 +Twilight,Zafrina,0.5134309530258179,0.0060094369545604,0.5406683683395386,0.0198820398641118,0.027237415313720703,0.0138726029095514 +The Lord of the Rings,Thranduil,0.515102207660675,3.7983051277183866e-11,0.5661547780036926,0.0140890316963217,0.05105257034301758,0.01408903165833865 +Dune,Abulurd Harkonnen/XD,0.5185393691062927,0.1011972969711266,0.5474209189414978,0.1160781980482198,0.028881549835205078,0.014880901077093195 +The Hunger Games,Casca Highbottom,0.5193358063697815,0.067383490854419,0.5250967144966125,0.0839281652098627,0.005760908126831055,0.016544674355443698 +Dune,Ghanima Atreides/DE,0.5333755016326904,0.0002251698255032,0.5358753204345703,0.017070715338752,0.002499818801879883,0.016845545513248798 +The Lord of the Rings,Isildur,0.514318585395813,0.0002690887948658,0.54621821641922,0.0173277243707655,0.03189963102340698,0.017058635575899702 +The Hunger Games,Clemensia Dovecote,0.5120881795883179,0.0047036399681221,0.5367035269737244,0.0222355032350336,0.024615347385406494,0.0175318632669115 +The Lord of the Rings,Maedhros,0.5822654962539673,0.0118733455624457,0.5654446482658386,0.0303042822961876,-0.016820847988128662,0.018430936733741903 +Dune,Jehanne Butler,0.5041056871414185,0.7578706297314075,0.511239230632782,0.7765911703854489,0.007133543491363525,0.018720540654041384 +The Lord of the Rings,Thráin II,0.5807884335517883,0.0296818214378983,0.5639391541481018,0.0503974339656662,-0.016849279403686523,0.020715612527767897 +The Lord of the Rings,Gríma,0.5414962768554688,0.0014040690327283,0.5831183195114136,0.0226204631359317,0.041622042655944824,0.0212163941032034 +The Hunger Games,Lysistrata Vickers,0.530523419380188,0.0118625476820695,0.5598405003547668,0.0343174409523811,0.029317080974578857,0.022454893270311603 +Dune,Alia Atreides/XD,0.5628538727760315,0.1739019156817744,0.5844299793243408,0.1964782510209474,0.021576106548309326,0.022576335339172998 +The Lord of the Rings,Gimli,0.4835466742515564,1.7847412999035477e-06,0.5416079163551331,0.0246381498587795,0.05806124210357666,0.024636365117479596 +Dune,Miles Teg,0.5230474472045898,0.0899397912265296,0.5156404376029968,0.1163706711457741,-0.007407009601593018,0.02643087991924449 +The Hitchhiker's Guide to the Galaxy,Lintilla,0.5287073850631714,0.558869123703348,0.5504475831985474,0.5872657301781092,0.021740198135375977,0.028396606474761277 +The Hunger Games,Festus Creed,0.4831237196922302,0.2742316573049203,0.5206208825111389,0.3036459530122752,0.03749716281890869,0.02941429570735493 +Dune,Jessica Atreides,0.4973728954792022,0.376441262810641,0.4970850646495819,0.4108089338864428,-0.0002878308296203058,0.0343676710758018 +Dune,Shaddam IV/DE,0.5163442492485046,5.840307278393992e-05,0.5290622711181641,0.0362004716710107,0.012718021869659424,0.036142068598226766 +The Hitchhiker's Guide to the Galaxy,Know-Nothing-Bozo,0.4955277740955353,0.5778292685825147,0.4897610247135162,0.6143910796859021,-0.0057667493820190985,0.03656181110338741 +Twilight,Demetri,0.5109078884124756,8.155717012021489e-05,0.545673668384552,0.0394128451447977,0.034765779972076416,0.039331287974677484 +Dune,Thufir Hawat,0.4564379751682281,0.0023243158719375,0.5546550154685974,0.0420107217075216,0.09821704030036932,0.039686405835584096 +Twilight,Garrett,0.4718561172485351,0.000427357599277,0.5253652334213257,0.0422177982688839,0.05350911617279058,0.0417904406696069 +Dune,Irulan Corrino/DE,0.5699177980422974,0.008294743645371,0.5701636075973511,0.0527162870733752,0.00024580955505371094,0.0444215434280042 +Twilight,Jessica Stanley,0.5203374624252319,2.209583549370973e-06,0.5668190717697144,0.0473474140753404,0.04648160934448242,0.047345204491791026 +The Lord of the Rings,Lúthien,0.5956390500068665,0.0112333518610646,0.5993440747261047,0.0595055290157494,0.0037050247192382812,0.048272177154684806 +The Lord of the Rings,Boromir,0.487245500087738,0.0267726651457569,0.5577863454818726,0.0760962279419869,0.07054084539413458,0.04932356279622999 +Dune,Shando Vernius,0.5465232133865356,0.7520822598278919,0.5261800289154053,0.8021177618208027,-0.02034318447113037,0.05003550199291085 +Harry Potter,Padma Patil,0.4872567057609558,6.378623810573792e-06,0.5460124611854553,0.0552383572989323,0.05875575542449951,0.05523197867512172 +The Hunger Games,Coral,0.4890300333499908,0.0080261692520166,0.5262603163719177,0.0648888114158943,0.037230283021926935,0.056862642163877694 +Dune,Jamis,0.4380188286304474,4.0357943122665017e-08,0.5405598878860474,0.0628581234073116,0.10254105925559998,0.06285808304936848 +Twilight,Carmen,0.4769243597984314,0.0020450478101498,0.529487669467926,0.0667213460788601,0.05256330966949463,0.0646762982687103 +Dune,Liet Kynes/XD,0.5261752009391785,0.016718974780555,0.5566666722297668,0.0879191166519297,0.03049147129058838,0.07120014187137469 +Twilight,Angela Weber,0.5237318873405457,0.0032600961595887,0.5503565073013306,0.0799621913934073,0.026624619960784912,0.0767020952338186 +Dune,Wellington Yueh/XD,0.5511261820793152,0.0198832845287168,0.5570575594902039,0.097613360901979,0.005931377410888672,0.07773007637326221 +Dune,Ziarenko Javid,0.467689573764801,0.8923458602015979,0.5024972558021545,0.9705700571787712,0.034807682037353516,0.07822419697717331 +Dune,Leto Atreides I/DE,0.5581569671630859,0.0122815102595685,0.560470700263977,0.0987287147172633,0.0023137331008911133,0.0864472044576948 +Dune,Ramallo,0.5678929090499878,1.154690518665489,0.5771474838256836,1.2469760206362497,0.0092545747756958,0.09228550197076069 +Dune,Gaius Helen Mohiam/XD,0.5598617196083069,0.1128613579111807,0.5468011498451233,0.2086348046930257,-0.013060569763183594,0.095773446781845 +The Lord of the Rings,Melian,0.568642795085907,0.4820294146165659,0.5772488117218018,0.5859594915320728,0.008606016635894775,0.10393007691550693 +Dune,Margot Fenring/XD,0.526268720626831,0.015454007643459,0.5649811625480652,0.1204628117578836,0.03871244192123413,0.1050088041144246 +Dune,Harah,0.4883544445037842,0.0001861030552235,0.5431880950927734,0.117351796543035,0.05483365058898926,0.1171656934878115 +Twilight,Tia,0.4475622475147247,0.0001213449980344,0.5206810235977173,0.1201431568196889,0.07311877608299261,0.1200218118216545 +The Hitchhiker's Guide to the Galaxy,Frankie and Benjy,0.4938448667526245,0.0661239444775259,0.5206273794174194,0.1932430384039708,0.026782512664794922,0.1271190939264449 +Twilight,Embry Call,0.4495475590229034,1.2256301981221556e-05,0.5312647819519043,0.1356989120483769,0.08171722292900091,0.13568665574639566 +The Hunger Games,Lucretius Flickerman,0.4888031184673309,0.3311301477382859,0.5430733561515808,0.4712395986169309,0.05427023768424993,0.14010945087864496 +Dune,Paulus Atreides,0.5355798602104187,0.271578043577058,0.5614880919456482,0.4179249168729293,0.025908231735229492,0.14634687329587132 +Dune,Murbella,0.5431306958198547,0.1647578209637947,0.5540927648544312,0.3209911285770032,0.010962069034576416,0.15623330761320847 +Dune,Tyekanik,0.5200982689857483,0.8706128152474562,0.5710911154747009,1.0321123382009028,0.05099284648895264,0.1614995229534466 +The Lord of the Rings,Fíli and Kíli,0.5735980868339539,0.0009851667951868,0.5889543890953064,0.1636460379511975,0.015356302261352539,0.16266087115601072 +The Lord of the Rings,Arwen,0.493246465921402,0.0876554934573564,0.531183660030365,0.2635930426979998,0.03793719410896301,0.17593754924064342 +Dune,Tylwyth Waff/XD,0.5124163627624512,0.0766103232188099,0.5229356288909912,0.252881961041869,0.010519266128540039,0.1762716378230591 +Twilight,Charlotte,0.5051864385604858,0.0596528866898714,0.5192722082138062,0.2376004493509231,0.014085769653320312,0.1779475626610517 +Dune,Minotauros Atreides,0.4983564913272857,0.8598707847609885,0.5270689725875854,1.0406608076188153,0.028712481260299738,0.18079002285782675 +The Hunger Games,Felix Ravinstill,0.5140994787216187,1.570545047804901,0.5395987629890442,1.752262925950918,0.025499284267425537,0.18171787814601692 +The Hunger Games,Dill,0.510287880897522,0.1673106770659258,0.5264093279838562,0.3645071642658643,0.01612144708633423,0.1971964871999385 +Dune,Glossu Rabban Harkonnen/DE,0.5104581117630005,0.2043842480132099,0.5276192426681519,0.4052778912515056,0.017161130905151367,0.2008936432382957 +Twilight,Collin Littlesea,0.4317830801010132,0.6549329661210603,0.4445505440235138,0.8581127887388902,0.01276746392250061,0.20317982261782985 +Dune,Ghanima Atreides,0.5155541300773621,0.2499762320736255,0.5028332471847534,0.453167202126176,-0.012720882892608643,0.20319097005255052 +The Hitchhiker's Guide to the Galaxy,Alice Beeblebrox,0.4696454703807831,0.8978039968744738,0.5031110644340515,1.1097740115014256,0.03346559405326843,0.21197001462695186 +The Lord of the Rings,Thingol,0.5166316032409668,0.0077201613206518,0.5382469296455383,0.2264463580282318,0.021615326404571533,0.21872619670757998 +Twilight,Tyler Crowley,0.5305580496788025,0.0755971518111978,0.5499755144119263,0.2944422307977792,0.01941746473312378,0.2188450789865814 +Dune,Piter de Vries,0.5234078764915466,2.121741244796618,0.5473734140396118,2.341555622457318,0.023965537548065186,0.2198143776607 +Dune,Chani Kynes/XD,0.5629531741142273,0.2479125699704856,0.5749582052230835,0.4718340006828659,0.012005031108856201,0.2239214307123803 +Dune,Dama,0.4485619664192199,0.4845491510995697,0.5121527910232544,0.7110396160190182,0.06359082460403448,0.22649046491944852 +Twilight,Mary,0.4660108685493469,0.3373203105847336,0.5035999417304993,0.5700600729471494,0.037589073181152344,0.23273976236241584 +Dune,Feyd-Rautha Harkonnen,0.5048120021820068,0.0491797741805462,0.5505842566490173,0.2825709889059585,0.0457722544670105,0.2333912147254123 +Dune,Zufa Cenva,0.5469627380371094,0.2514755578288763,0.5501323938369751,0.497377813153401,0.0031696557998657227,0.2459022553245247 +Dune,Otheym,0.5967943072319031,2.07091631715095,0.5572136640548706,2.31686868074298,-0.03958064317703247,0.2459523635920302 +The Hitchhiker's Guide to the Galaxy,Golgafrinchans,0.5678676962852478,1.1610192491706892,0.5612878203392029,1.4139129371358898,-0.006579875946044922,0.2528936879652006 +The Lord of the Rings,Shadowfax,0.6224778294563293,1.7175942891378289,0.6148388385772705,1.9714219260473624,-0.007638990879058838,0.2538276369095336 +Dune,Elrood Corrino IX/XD,0.5054969191551208,0.4287605343966937,0.533433198928833,0.6927029094790409,0.027936279773712158,0.2639423750823472 +Dune,Nayla,0.5117801427841187,1.2422612366213277,0.5429883599281311,1.5111770122717076,0.03120821714401245,0.26891577565037994 +The Hitchhiker's Guide to the Galaxy,Elvis Presley,0.4907255470752716,1.351894932353983,0.5306002497673035,1.626699947685858,0.03987470269203186,0.27480501533187485 +The Hitchhiker's Guide to the Galaxy,Colin the Security Robot,0.5057948231697083,1.244740878257223,0.5356009006500244,1.521336768726183,0.029806077480316162,0.27659589046896005 +Dune,Chani Kynes,0.5317520499229431,1.1616693733240029,0.5398597121238708,1.4438592161520991,0.008107662200927734,0.2821898428280962 +The Lord of the Rings,Shelob,0.5028041005134583,1.2144310358752952e-12,0.5753321647644043,0.2937028728612532,0.07252806425094604,0.29370287286003877 +The Lord of the Rings,Denethor II,0.5417104363441467,0.1426756873688543,0.5651096701622009,0.4485476149051312,0.0233992338180542,0.3058719275362769 +Dune,Shaddam Corrino IV,0.4910401105880737,0.2161713518518647,0.5092676877975464,0.5253868339563927,0.018227577209472712,0.30921548210452804 +Dune,Kwisatz Haderach,0.527566134929657,0.3652673873188247,0.5783027410507202,0.6787766995793216,0.05073660612106323,0.31350931226049694 +Dune,Feyd-Rautha Harkonnen/XD,0.5184348821640015,0.4453832166565645,0.5551453828811646,0.7768125638908089,0.036710500717163086,0.3314293472342444 +The Hitchhiker's Guide to the Galaxy,Russell,0.4608912467956543,0.9779045702858556,0.5067327618598938,1.3193558646808417,0.0458415150642395,0.341451294394986 +Dune,Hedley Tuek,0.5025479197502136,0.8595255704490478,0.5215905904769897,1.2034179134975411,0.019042670726776123,0.34389234304849337 +The Lord of the Rings,Treebeard,0.4938358664512634,0.0103694590954731,0.5689936876296997,0.3546676867674176,0.07515782117843628,0.3442982276719445 +The Lord of the Rings,Ancalagon,0.5745759010314941,4.189269457296343,0.6052698493003845,4.544569991484027,0.03069394826889038,0.35530053418768404 +The Hitchhiker's Guide to the Galaxy,Barman,0.511643648147583,1.608056616499328,0.5494937896728516,1.9716792377981351,0.037850141525268555,0.3636226212988072 +Dune,Hwi Noree,0.5299132466316223,0.4767344742662933,0.5516391396522522,0.8540949176886722,0.021725893020629883,0.3773604434223789 +Dune,Kailea Vernius,0.5170943737030029,0.3752516692902247,0.5739883184432983,0.7558099218848111,0.05689394474029541,0.3805582525945864 +The Hitchhiker's Guide to the Galaxy,Old Thrashbarg,0.5672872066497803,4.087518235317492,0.546647310256958,4.474187102026901,-0.020639896392822266,0.38666886670940936 +Dune,Alia Atreides,0.4886529445648193,0.2486703479700113,0.5153259038925171,0.6871300640953478,0.02667295932769781,0.4384597161253365 +The Hitchhiker's Guide to the Galaxy,Genghis Khan,0.5663809180259705,2.074380728007357,0.5443081259727478,2.531551998571767,-0.022072792053222656,0.45717127056440976 +Twilight,Kebi,0.4648018479347229,0.0602315246081563,0.5248673558235168,0.5233448042994691,0.060065507888793945,0.4631132796913128 +The Lord of the Rings,Glaurung,0.5535544753074646,0.3629630472734391,0.5826680660247803,0.8313548871362959,0.029113590717315674,0.4683918398628568 +Twilight,Quil Ateara III,0.5304310917854309,3.3693445809070885,0.5289638638496399,3.843474799960733,-0.0014672279357910156,0.4741302190536443 +The Hitchhiker's Guide to the Galaxy,Lady Cynthia Fitzmelton,0.509372889995575,1.866133674698825,0.5305003523826599,2.344663893372813,0.02112746238708496,0.4785302186739877 +Dune,Leto Atreides I,0.4105958044528961,0.0206977719287023,0.4836027324199676,0.50074308350192,0.07300692796707148,0.48004531157321767 +The Lord of the Rings,Ungoliant,0.524909496307373,0.2464164812303801,0.5736237168312073,0.7277688611379045,0.04871422052383423,0.48135237990752444 +The Hitchhiker's Guide to the Galaxy,Poodoo,0.450519859790802,1.0020379796927297,0.5223364233970642,1.4941446530390217,0.07181656360626221,0.492106673346292 +The Hitchhiker's Guide to the Galaxy,Enid Kapelsen,0.4951694905757904,1.255892682117142,0.5399518013000488,1.751950865087436,0.04478231072425842,0.49605818297029414 +Dune,Mohandas Suk,0.4978834688663482,1.0267002706159707,0.540614664554596,1.529749728452501,0.042731195688247736,0.5030494578365303 +Dune,Paul Atreides/DE,0.5657684206962585,0.7007342296556064,0.5447960495948792,1.2082093457498633,-0.020972371101379395,0.5074751160942569 +Dune,Lady Jessica,0.4113405346870422,0.0023579364569927,0.5031242370605469,0.5388505817298004,0.0917837023735047,0.5364926452728077 +Dune,Korba,0.4850527346134186,1.211352121437672,0.5010478496551514,1.7559935864881495,0.015995115041732788,0.5446414650504776 +Dune,Daniel,0.4878224730491638,1.5604541803826115,0.5150571465492249,2.135764787601336,0.027234673500061035,0.5753106072187246 +The Hitchhiker's Guide to the Galaxy,Number Two,0.5003491044044495,1.2324191217297131,0.5516855120658875,1.8112055895966903,0.05133640766143799,0.5787864678669772 +The Hitchhiker's Guide to the Galaxy,Haggunenons,0.5453197956085205,0.3291761873612753,0.5468650460243225,0.920699640644659,0.001545250415802002,0.5915234532833837 +The Hitchhiker's Guide to the Galaxy,Pizpot Gargravarr,0.4787600934505462,0.9577454175059584,0.4993785619735718,1.5612964447779745,0.020618468523025568,0.603551027272016 +Dune,Lucilla,0.5077373385429382,0.7368252249282593,0.5373562574386597,1.3430112354343922,0.029618918895721436,0.6061860105061329 +Twilight,Vasilii,0.4868839085102081,0.9821019779920626,0.5375935435295105,1.6325823342779708,0.050709635019302424,0.6504803562859083 +Dune,Marty,0.5066540837287903,1.1714954308479877,0.5216068029403687,1.8426423024082883,0.01495271921157837,0.6711468715603006 +The Lord of the Rings,Meriadoc Brandybuck,0.5441402792930603,0.0021317408663048,0.562679648399353,0.6799241297925943,0.018539369106292725,0.6777923889262895 +The Hitchhiker's Guide to the Galaxy,Googleplex Starthinker,0.5102677345275879,1.5426929913351373,0.5362627506256104,2.2513618535087176,0.02599501609802246,0.7086688621735804 +The Hitchhiker's Guide to the Galaxy,Great Green Arkleseizure,0.5522434115409851,4.391415220193749,0.5681037306785583,5.109643200946081,0.015860319137573242,0.7182279807523324 +Dune,Piter De Vries,0.5457844734191895,2.264401020878476,0.5682894587516785,3.001800801270369,0.022504985332489014,0.7373997803918928 +Dune,Logno,0.5045991539955139,0.4669420713972166,0.523835301399231,1.217815646928167,0.01923614740371704,0.7508735755309504 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Jeltz,0.5014403462409973,1.5210810540607456,0.5499670505523682,2.281380024832352,0.04852670431137085,0.7602989707716066 +Dune,Hasimir Fenring,0.5189106464385986,0.7464248043860787,0.5208718776702881,1.5108144082637671,0.001961231231689453,0.7643896038776884 +Dune,Bijaz,0.500070333480835,0.194777491022945,0.5213509202003479,0.9725980765421376,0.02128058671951294,0.7778205855191926 +The Hitchhiker's Guide to the Galaxy,Paul Neil Milne Johnstone,0.5163652896881104,2.7351682821906733,0.5477356910705566,3.51385000822408,0.03137040138244629,0.7786817260334065 +Dune,Anirul Corrino,0.5521725416183472,1.7887946758179385,0.5885332226753235,2.588326357345893,0.03636068105697632,0.7995316815279543 +The Hitchhiker's Guide to the Galaxy,Agda,0.5139344334602356,1.6046755314659846,0.5281763672828674,2.435745000064001,0.014241933822631836,0.8310694685980164 +The Hunger Games,Hilarius Heavensbee,0.5345776081085205,2.11777440643859,0.5213660597801208,2.95474443474159,-0.013211548328399658,0.8369700283029999 +The Hitchhiker's Guide to the Galaxy,Effrafax of Wug,0.5174126625061035,2.4604352678384305,0.5381537079811096,3.3004362825008813,0.020741045475006104,0.8400010146624508 +The Hunger Games,Vipsania Sickle,0.494323194026947,1.5781923253593952,0.5286621451377869,2.421608415197159,0.034338951110839844,0.8434160898377636 +Dune,Liet-Kynes,0.4854009747505188,0.1085691714704211,0.5855634212493896,0.9576363986833852,0.10016244649887085,0.8490672272129641 +Dune,Marcus Claire Luyseyal,0.4626936614513397,1.0868284645373023,0.5031079053878784,1.939214834068864,0.040414243936538696,0.8523863695315617 +The Hitchhiker's Guide to the Galaxy,Murray Bost Henson,0.4902479350566864,1.2326925936283584,0.5304598212242126,2.1115138981949566,0.040211886167526245,0.8788213045665982 +The Hitchhiker's Guide to the Galaxy,Allitnils,0.4965316355228424,0.8980947810572045,0.5122107267379761,1.7813170644012286,0.015679091215133667,0.8832222833440241 +The Lord of the Rings,Khamûl,0.5351359248161316,0.4660404983610751,0.5849636793136597,1.381356707874084,0.049827754497528076,0.915316209513009 +Twilight,Ephraim Black,0.495035707950592,0.0450036994060215,0.5283763408660889,0.9754689028889536,0.03334063291549688,0.9304652034829322 +Dune,Piter de Vries/XD,0.5244138240814209,0.0803701322754939,0.5408739447593689,1.04188984468758,0.016460120677947998,0.961519712412086 +The Hitchhiker's Guide to the Galaxy,Lig Lury Jr,0.5064576864242554,1.4415529324090486,0.5332200527191162,2.406554908545643,0.02676236629486084,0.9650019761365944 +Dune,Raquella Berto-Anirul,0.5327244997024536,0.2562112091315427,0.5556399822235107,1.244242900357726,0.02291548252105713,0.9880316912261833 +Dune,Bellonda,0.566320538520813,2.080836282967017,0.572908878326416,3.142909773513882,0.006588339805603027,1.0620734905468647 +The Hitchhiker's Guide to the Galaxy,Hig Hurtenflurst,0.4566085934638977,0.9668784992035736,0.5390203595161438,2.0755742165154047,0.0824117660522461,1.1086957173118313 +Dune,Glossu Rabban Harkonnen,0.5142450332641602,2.34971710324303,0.5398516654968262,3.508803037015137,0.025606632232666016,1.159085933772107 +The Hitchhiker's Guide to the Galaxy,Mella,0.487587034702301,1.8086497148552143,0.5032673478126526,2.9962824801325185,0.015680313110351562,1.1876327652773042 +Dune,Elrood Corrino IX,0.5237322449684143,1.7444766368832163,0.5411025285720825,2.93718753271404,0.017370283603668213,1.192710895830824 +The Hitchhiker's Guide to the Galaxy,Ameglian Major Cow,0.524772584438324,0.4754265145147631,0.5391592383384705,1.6993015589938314,0.014386653900146484,1.2238750444790683 +Dune,Glossu Rabban Harkonnen/XD,0.5270261168479919,1.7693643309236209,0.5242121815681458,3.021723901211314,-0.0028139352798461914,1.2523595702876933 +Dune,Hayt,0.5623521208763123,1.488815995076424,0.5540022253990173,2.7630196330461185,-0.008349895477294922,1.2742036379696946 +The Hitchhiker's Guide to the Galaxy,Caveman,0.4620581865310669,1.1378235127068754,0.511817455291748,2.426670574784131,0.04975926876068115,1.2888470620772556 +The Lord of the Rings,Halbarad,0.4990382194519043,0.1382394741821053,0.5650730133056641,1.5125902145942676,0.06603479385375977,1.3743507404121622 +The Hunger Games,Palmyra Monty,0.4658852517604828,1.4012232545944838,0.5263291597366333,2.776145655403921,0.06044390797615051,1.3749224008094372 +Dune,Victor Atreides,0.5181224346160889,0.5430793792140399,0.5632820129394531,1.9181918906205708,0.04515957832336426,1.375112511406531 +The Hunger Games,Livia Cardew,0.4969425797462463,0.601184000557319,0.5460469126701355,1.993355810689457,0.049104332923889216,1.392171810132138 +The Hitchhiker's Guide to the Galaxy,Garkbit,0.5236223936080933,1.0433548950697888,0.5911267399787903,2.4572819478109995,0.06750434637069702,1.4139270527412107 +Dune,Lichna,0.5000667572021484,0.8253871268352208,0.5714812278747559,2.2966022270097417,0.07141447067260742,1.471215100174521 +Dune,Gaius Helen Mohiam,0.526899516582489,0.2654334195320227,0.5729935765266418,1.7485603659038411,0.04609405994415283,1.4831269463718184 +Dune,Norma Cenva,0.5233030319213867,0.778264812852435,0.555372953414917,2.386279260997153,0.03206992149353027,1.6080144481447178 +Twilight,Harry Clearwater,0.534866988658905,0.1401510615761508,0.5757616758346558,1.7593148768518931,0.04089468717575073,1.6191638152757424 +The Hitchhiker's Guide to the Galaxy,Old Woman in the Cave,0.5089417099952698,4.67116185980418,0.5259667634963989,6.319423488592738,0.01702505350112915,1.6482616287885579 +The Hitchhiker's Guide to the Galaxy,Gail Andrews,0.4509778022766113,0.9562000321919004,0.5595822334289551,2.624409782313436,0.1086044311523438,1.6682097501215354 +Dune,Schwangyu,0.5511276125907898,1.8958544366122756,0.5603456497192383,3.75076187459884,0.009218037128448486,1.8549074379865642 +Dune,Margot Fenring,0.5554811954498291,1.886456070361856,0.5722024440765381,3.858722627527751,0.016721248626708984,1.9722665571658948 +Twilight,Lauren Mallory,0.5076858997344971,0.0148204148834229,0.5188787579536438,1.9971218720906192,0.011192858219146729,1.9823014572071962 +Twilight,Kachiri,0.5337878465652466,1.2243431248416543,0.5379436016082764,3.230076547233832,0.004155755043029785,2.0057334223921774 +Dune,Alef Burzmali,0.5303556323051453,0.8859958499328504,0.5734409093856812,2.9636699586674617,0.04308527708053589,2.0776741087346116 +The Hitchhiker's Guide to the Galaxy,Hurling Frootmig,0.5172088146209717,1.3230990334518309,0.5507286787033081,3.484903478663206,0.033519864082336426,2.1618044452113754 +Twilight,Senna,0.5020114183425903,1.1654473847385365,0.5421069860458374,3.339938662868396,0.04009556770324707,2.1744912781298593 +The Hitchhiker's Guide to the Galaxy,Max Quordlepleen,0.4801921248435974,1.9751599362663192,0.4648252129554748,4.165068703849383,-0.015366911888122614,2.1899087675830637 +Dune,Mapes,0.5276244282722473,0.0458423124801677,0.5413835644721985,2.2664236242419347,0.013759136199951172,2.2205813117617668 +Twilight,Rebecca Black,0.4971699118614197,1.2935049089247452,0.517520546913147,3.558757023917906,0.020350635051727295,2.2652521149931606 +The Hitchhiker's Guide to the Galaxy,Dan Streetmentioner,0.518623411655426,1.0481372819919772,0.5506841540336609,3.3942237237839783,0.03206074237823486,2.346086441792001 +Twilight,Randall,0.553048312664032,1.454575429737306,0.5498643517494202,3.8130195171475982,-0.0031839609146118164,2.3584440874102923 +The Hitchhiker's Guide to the Galaxy,Old Man on the Pole,0.5013925433158875,4.9671203983264665,0.5283668041229248,7.481179459003158,0.026974260807037354,2.5140590606766917 +The Hitchhiker's Guide to the Galaxy,Humma Kavula,0.5110021829605103,2.0183648713233,0.5350873470306396,4.865023727382481,0.024085164070129395,2.8466588560591815 +The Hitchhiker's Guide to the Galaxy,Gag Halfrunt,0.4621201157569885,1.6535225458766083,0.5127925276756287,4.510724437648572,0.05067241191864014,2.8572018917719637 +The Hitchhiker's Guide to the Galaxy,Emperor of the Galaxy,0.4816323816776275,4.000186235659046,0.5285906791687012,6.886287217357911,0.046958297491073664,2.8861009816988643 +The Hitchhiker's Guide to the Galaxy,Guide Mark II,0.5517412424087524,3.014383230731099,0.5583321452140808,5.972646482817048,0.006590902805328369,2.9582632520859486 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Kwaltz,0.5397637486457825,3.052210660958916,0.5244671106338501,6.27272596489698,-0.015296638011932373,3.2205153039380643 +The Hitchhiker's Guide to the Galaxy,Roosta,0.5169205665588379,2.102114009073872,0.5259182453155518,5.666003639061062,0.008997678756713867,3.5638896299871896 +The Hitchhiker's Guide to the Galaxy,Lajestic Vantrashell of Lob,0.5036670565605164,0.995913763020436,0.5276214480400085,5.068278898090996,0.023954391479492188,4.07236513507056 +The Hitchhiker's Guide to the Galaxy,Great Hyperlobic Omnicognate Neutron Wrangler,0.5384833216667175,2.4184494776517766,0.6105626225471497,7.005432719867193,0.07207930088043213,4.586983242215417 +The Hitchhiker's Guide to the Galaxy,Questular Rontok,0.4678911566734314,0.9307606330728296,0.4485040605068207,5.86522394679092,-0.019387096166610718,4.93446331371809 +The Hitchhiker's Guide to the Galaxy,Majikthise,0.5403741002082825,3.0068773709123358,0.551992654800415,8.413546322822135,0.011618554592132568,5.4066689519098 diff --git a/ressources/data/differences/sorted_by_h_to_wh_1.csv b/ressources/data/differences/sorted_by_h_to_wh_1.csv new file mode 100644 index 0000000000000000000000000000000000000000..2c7c54f78e7682e1a375be77204dbb4614930b47 --- /dev/null +++ b/ressources/data/differences/sorted_by_h_to_wh_1.csv @@ -0,0 +1,536 @@ +Book,Character,F1,h,wF1,wh,F1_to_wF1,h_to_wh +The Hitchhiker's Guide to the Galaxy,Grunthos the Flatulent,0.5789341330528259,12.57860144805758,0.5230759978294373,1.7648128105677472,-0.05585813522338867,-10.813788637489832 +The Hitchhiker's Guide to the Galaxy,Deep Thought,0.5314210057258606,8.53699479683835,0.5471480488777161,1.0135586273957131,0.01572704315185547,-7.523436169442637 +Harry Potter,Eloise Midgen,0.5545334219932556,3.917565908075599,0.5354101061820984,0.5764592562518426,-0.019123315811157227,-3.341106651823756 +Twilight,Kachiri,0.5634227395057678,5.332777119293244,0.5295971035957336,2.185767318144627,-0.03382563591003418,-3.147009801148617 +The Hitchhiker's Guide to the Galaxy,Ruler of the Universe,0.5129159092903137,6.838842886242955,0.5204333662986755,3.913381712546837,0.007517457008361816,-2.9254611736961182 +The Hitchhiker's Guide to the Galaxy,Hotblack Desiato,0.5379136204719543,5.300337987980968,0.5136027932167053,2.479338889240404,-0.024310827255249023,-2.820999098740564 +The Hitchhiker's Guide to the Galaxy,Heimdall,0.525601863861084,3.247082054416021,0.4835291504859924,0.7793252653549386,-0.04207271337509161,-2.4677567890610823 +The Lord of the Rings,Halbarad,0.5582286715507507,3.670575046338486,0.5401188135147095,1.292843392635992,-0.01810985803604126,-2.3777316537024937 +The Lord of the Rings,Ancalagon,0.6005372405052185,3.2840676837191274,0.5838321447372437,1.2807182581958425,-0.016705095767974854,-2.003349425523285 +Twilight,Quil Ateara III,0.5264707803726196,4.6570964057725535,0.5209446549415588,2.723338559692601,-0.005526125431060791,-1.9337578460799523 +The Hitchhiker's Guide to the Galaxy,Vroomfondel,0.5658048391342163,8.435138049740814,0.5410387516021729,6.512598960253347,-0.024766087532043457,-1.9225390894874677 +Dune,Octa Butler,0.5269408822059631,2.987515522025846,0.5130519270896912,1.1772268718454462,-0.013888955116271973,-1.8102886501803996 +Dune,Piter de Vries,0.5421473979949951,4.041021177281457,0.5375068783760071,2.2701143350458306,-0.004640519618988037,-1.7709068422356262 +The Hitchhiker's Guide to the Galaxy,God,0.5263827443122864,5.661974213264242,0.4943718612194061,3.9109290601976734,-0.032010883092880305,-1.7510451530665683 +Dune,Chani Kynes,0.5319003462791443,2.619114268573243,0.5242205858230591,0.8856849338139756,-0.007679760456085205,-1.7334293347592673 +Dune,Abulurd Harkonnen,0.5524423122406006,2.288868626923212,0.5216924548149109,0.6257414540314141,-0.030749857425689697,-1.6631271728917978 +Dune,Mapes,0.5658795833587646,2.603150423673337,0.4996850490570068,1.064957338620982,-0.06619453430175787,-1.538193085052355 +The Hitchhiker's Guide to the Galaxy,Oolon Colluphid,0.5689864754676819,6.868219297663706,0.5586027503013611,5.368719111928454,-0.0103837251663208,-1.4995001857352523 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Kwaltz,0.5147516131401062,4.256055938988382,0.510841429233551,2.815234171207853,-0.003910183906555176,-1.440821767780529 +Dune,Tlaloc,0.5246959924697876,2.646719875117717,0.5315487384796143,1.2087544673367268,0.00685274600982666,-1.4379654077809902 +Twilight,Randall,0.5588515996932983,2.7259583561129213,0.4960275292396545,1.528193619218046,-0.06282407045364385,-1.1977647368948752 +Harry Potter,Buckbeak,0.571956217288971,1.2890360008218884,0.558632493019104,0.2016536115196801,-0.013323724269866943,-1.0873823893022083 +Harry Potter,Broderick Bode,0.5171712636947632,1.374418961470638,0.5214512348175049,0.3000977922013568,0.004279971122741699,-1.0743211692692811 +The Hitchhiker's Guide to the Galaxy,Eccentrica Gallumbits,0.5494129061698914,7.828522879128113,0.5323628783226013,6.773885850042504,-0.01705002784729004,-1.054637029085609 +The Hitchhiker's Guide to the Galaxy,Frankie and Benjy,0.5013969540596008,1.7548135912478575,0.5169132947921753,0.7030808589041321,0.015516340732574463,-1.0517327323437256 +Twilight,Rebecca Black,0.5029265880584717,2.8473180322844005,0.5044931769371033,1.826882335524608,0.0015665888786315918,-1.0204356967597925 +The Hitchhiker's Guide to the Galaxy,Ameglian Major Cow,0.5500752329826355,2.80877561406975,0.5576145052909851,1.793867985967612,0.007539272308349609,-1.0149076281021379 +Twilight,Angela Weber,0.5672181844711304,1.0729344351629857,0.5519054532051086,0.0813691442410426,-0.015312731266021729,-0.9915652909219431 +Twilight,Ephraim Black,0.5627270340919495,2.143965642629478,0.5427232384681702,1.2444704796957806,-0.020003795623779297,-0.8994951629336976 +Harry Potter,Hokey,0.5747448801994324,1.2034768710846475,0.522321343421936,0.3279443807899949,-0.05242353677749634,-0.8755324902946526 +Harry Potter,Mykew Gregorovitch,0.5598282814025879,1.2835056604498305,0.5721428394317627,0.4262943090912127,0.012314558029174805,-0.8572113513586178 +Dune,Farok,0.5343023538589478,1.8493466719054965,0.5131552219390869,1.0073254815340729,-0.02114713191986084,-0.8420211903714236 +Harry Potter,Dorcas Meadowes,0.5596071481704712,5.84599386429504,0.5558947920799255,5.057313352443762,-0.0037123560905456543,-0.7886805118512781 +Dune,Wellington Yueh,0.5065340399742126,1.0699479066583852,0.505357563495636,0.3109419464988483,-0.0011764764785766602,-0.7590059601595369 +The Hitchhiker's Guide to the Galaxy,Genghis Khan,0.526462972164154,2.4218169731088937,0.5348344445228577,1.7301217028576794,0.008371472358703613,-0.6916952702512142 +Dune,Siona Atreides,0.5699283480644226,1.1794189741629943,0.5539284348487854,0.5264898525734703,-0.015999913215637207,-0.6529291215895241 +Harry Potter,Reginald Cattermole,0.5237366557121277,1.2837745338474422,0.4993340075016022,0.6500254684847143,-0.024402648210525513,-0.6337490653627279 +Dune,Kwisatz Haderach,0.5711029767990112,0.9888903005529062,0.5482078194618225,0.3951715268638356,-0.02289515733718872,-0.5937187736890706 +The Hitchhiker's Guide to the Galaxy,Mella,0.471651017665863,1.428438122375747,0.4970147311687469,0.8538650908509379,0.02536371350288391,-0.5745730315248091 +The Hitchhiker's Guide to the Galaxy,Phouchg,0.5062471032142639,1.6260879513653077,0.4709177613258362,1.052475936745654,-0.035329341888427734,-0.5736120146196537 +Dune,Hasimir Fenring,0.5477452874183655,2.752159905512365,0.5443087816238403,2.1905251151701868,-0.0034365057945251465,-0.5616347903421781 +Harry Potter,Frank Longbottom,0.5471572875976562,1.1322979276281024,0.5575560331344604,0.5719209658676639,0.0103987455368042,-0.5603769617604385 +The Hitchhiker's Guide to the Galaxy,Caveman,0.4624646604061126,2.0570646436220046,0.4659535586833954,1.5703616692321305,0.0034888982772827704,-0.4867029743898741 +Twilight,Vasilii,0.4878039360046386,1.177484514311104,0.5145131349563599,0.7154535525507003,0.026709198951721247,-0.4620309617604036 +The Hitchhiker's Guide to the Galaxy,Mr Prosser,0.526118278503418,4.563572890281057,0.5302026867866516,4.125584433432032,0.004084408283233643,-0.4379884568490242 +Twilight,Charlotte,0.5166462659835815,0.781418471182575,0.4995029270648956,0.3446262718630764,-0.01714333891868597,-0.4367921993194986 +The Hitchhiker's Guide to the Galaxy,Old Thrashbarg,0.5020222663879395,2.1999566724610315,0.4960719347000122,1.7648173389886592,-0.005950331687927246,-0.4351393334723723 +Dune,Norma Cenva,0.5213820338249207,1.6358207488462009,0.5019789338111877,1.207627622996396,-0.01940310001373291,-0.42819312584980485 +The Hitchhiker's Guide to the Galaxy,Great Hyperlobic Omnicognate Neutron Wrangler,0.5377633571624756,1.9328538642434627,0.5569385290145874,1.5262557711992633,0.019175171852111816,-0.40659809304419947 +Dune,Lady Jessica,0.4835402071475982,0.6225081164599482,0.4784873127937317,0.2211910335881457,-0.005052894353866522,-0.40131708287180246 +The Hitchhiker's Guide to the Galaxy,Reg Nullify,0.5054993033409119,1.103178434314816,0.4878826439380646,0.7164372362243827,-0.01761665940284729,-0.3867411980904334 +Dune,Otheym,0.5396402478218079,1.581951840468952,0.565533459186554,1.196589792217731,0.025893211364746094,-0.385362048251221 +Dune,Alma Mavis Taraza,0.5263286828994751,1.1763266388481577,0.5428972244262695,0.7923937574830788,0.016568541526794434,-0.38393288136507886 +Harry Potter,Hugo Granger-Weasley,0.5106683373451233,1.4468244889103845,0.5297722220420837,1.0661772367281488,0.01910388469696045,-0.3806472521822357 +Harry Potter,Mosag,0.5249723792076111,1.8411663893213104,0.5271376967430115,1.462775113446042,0.0021653175354003906,-0.37839127587526833 +Dune,Aramsham,0.5087750554084778,0.9118219603385792,0.4741894006729126,0.5371763085832953,-0.034585654735565186,-0.37464565175528386 +Dune,Alia Atreides,0.5008636116981506,0.6454515420887584,0.5214312076568604,0.2923913554490708,0.020567595958709717,-0.35306018663968763 +The Hitchhiker's Guide to the Galaxy,Gail Andrews,0.4783885180950165,1.331027219739812,0.4842257797718048,0.981556243864098,0.00583726167678833,-0.3494709758757141 +The Hitchhiker's Guide to the Galaxy,Rob McKenna,0.4982612431049347,1.676761573747175,0.5118005871772766,1.32866594536278,0.013539344072341919,-0.348095628384395 +Dune,Leto Atreides II/DE,0.5542869567871094,0.4475875365685639,0.5751059651374817,0.1193105515496551,0.020819008350372314,-0.32827698501890884 +Dune,Ramallo,0.5175814032554626,1.296847200314298,0.5355709791183472,0.9804594400402232,0.01798957586288452,-0.31638776027407467 +The Hitchhiker's Guide to the Galaxy,Lady Cynthia Fitzmelton,0.5142278671264648,2.773928117637921,0.5223308205604553,2.458637932578313,0.008102953433990479,-0.3152901850596077 +Dune,Irulan Corrino/XD,0.5731375813484192,0.4284960322847032,0.566170334815979,0.1174477903566004,-0.0069672465324401855,-0.31104824192810276 +The Hitchhiker's Guide to the Galaxy,Majikthise,0.5454039573669434,1.8243136920421408,0.5222746133804321,1.5498286063925777,-0.02312934398651123,-0.2744850856495631 +The Lord of the Rings,Treebeard,0.5466518998146057,1.3780849338300738,0.5745113492012024,1.1244812229406924,0.02785944938659668,-0.2536037108893814 +The Lord of the Rings,Melian,0.5794527530670166,3.307422900641166,0.5590015053749084,3.073584179482273,-0.020451247692108154,-0.23383872115889304 +Harry Potter,Selwyn,0.5444645881652832,1.703147074194096,0.5427103042602539,1.4717821838687717,-0.0017542839050292969,-0.23136489032532426 +The Hitchhiker's Guide to the Galaxy,Number Two,0.4840034544467926,0.9594626155991508,0.4967589974403381,0.7338338366808194,0.012755542993545477,-0.22562877891833144 +Harry Potter,Millicent Bulstrode,0.5375728607177734,0.5738590301188647,0.5270988345146179,0.3533225274605486,-0.010474026203155518,-0.22053650265831615 +Dune,Gaius Helen Mohiam,0.5574875473976135,1.862694649377201,0.5293950438499451,1.646367365237429,-0.028092503547668457,-0.21632728413977187 +Twilight,Senna,0.5466602444648743,2.8926459709110066,0.4956415593624115,2.6870294046269247,-0.05101868510246277,-0.20561656628408187 +Dune,Piter De Vries,0.5435839891433716,2.353764161712112,0.5251157879829407,2.1502517046525558,-0.018468201160430908,-0.20351245705955634 +Dune,Moneo Atreides,0.5479013919830322,0.2878437573838585,0.5579013824462891,0.0851327643411914,0.009999990463256836,-0.2027109930426671 +The Hitchhiker's Guide to the Galaxy,Constant Mown,0.499842494726181,2.1629619365242494,0.4855059683322906,1.9684584996195824,-0.01433652639389038,-0.19450343690466698 +The Lord of the Rings,Shelob,0.5711640119552612,0.8855788018652117,0.5904821157455444,0.7000883469407051,0.019318103790283203,-0.18549045492450655 +Dune,Ghanima Atreides,0.4993902444839477,0.2832351725235344,0.5008520483970642,0.1090961323815855,0.0014618039131165106,-0.17413904014194892 +Dune,Harah,0.5389475226402283,0.2183046726211584,0.5422749519348145,0.0527464640888047,0.0033274292945861816,-0.1655582085323537 +Dune,Tyekanik,0.532672643661499,0.9530672037691116,0.5529613494873047,0.795747570216758,0.020288705825805664,-0.15731963355235357 +Harry Potter,Michael Corner,0.552334725856781,0.1687519261156403,0.5356698632240295,0.0224154771947869,-0.016664862632751465,-0.1463364489208534 +Harry Potter,Antioch Peverell,0.5281078815460205,1.555139709449023,0.5253656506538391,1.4201497340140798,-0.0027422308921813965,-0.13498997543494307 +Twilight,Demetri,0.5776082873344421,0.1700134542244419,0.5248556137084961,0.037612320950013,-0.052752673625946045,-0.13240113327442887 +Dune,Pardot Kynes/XD,0.5893939137458801,0.3637647377053534,0.5830528140068054,0.2342784853330249,-0.006341099739074707,-0.1294862523723285 +The Hitchhiker's Guide to the Galaxy,Enid Kapelsen,0.5014968514442444,1.2156483907879778,0.5227397680282593,1.103893689268279,0.021242916584014893,-0.1117547015196989 +The Lord of the Rings,Glaurung,0.5608259439468384,1.7772372613905831,0.5621346235275269,1.6705097155653243,0.0013086795806884766,-0.10672754582525878 +The Hitchhiker's Guide to the Galaxy,Number One,0.4737790822982788,0.6911469901316684,0.4783584773540497,0.5856922457561612,0.004579395055770874,-0.10545474437550717 +Harry Potter,Abraxas Malfoy,0.5212939381599426,2.2116749955356854,0.5345617532730103,2.108352614117953,0.013267815113067627,-0.10332238141773242 +Twilight,Harry Clearwater,0.5594446659088135,2.133456144455012,0.5399731993675232,2.0329129142009426,-0.019471466541290283,-0.10054323025406964 +Twilight,Laurent,0.530215322971344,0.1008915045517499,0.5034322738647461,0.004878058506077,-0.0267830491065979,-0.0960134460456729 +The Hitchhiker's Guide to the Galaxy,Poodoo,0.4555373191833496,0.6980830433239986,0.4701451957225799,0.6094023810015861,0.014607876539230291,-0.08868066232241256 +Harry Potter,Crookshanks,0.5896149277687073,0.1033351758401786,0.5674389004707336,0.0170902126986823,-0.022176027297973633,-0.0862449631414963 +Dune,Glossu Rabban Harkonnen/DE,0.5335575342178345,0.2152407271983929,0.5204051733016968,0.1331949848145656,-0.013152360916137695,-0.08204574238382731 +Dune,Pardot Kynes,0.540195107460022,0.4993257687202917,0.5338239073753357,0.4266379848967421,-0.006371200084686279,-0.07268778382354962 +Dune,Feyd-Rautha Harkonnen,0.5619041919708252,0.6045441751828842,0.556075930595398,0.5356011141238942,-0.005828261375427246,-0.06894306105898995 +The Hitchhiker's Guide to the Galaxy,Alice Beeblebrox,0.4967779517173767,0.99802725779914,0.4969177842140198,0.931185511039417,0.0001398324966430664,-0.06684174675972299 +The Lord of the Rings,Fíli and Kíli,0.5708042979240417,0.2646605146618025,0.5672894716262817,0.1983396337210324,-0.0035148262977600098,-0.06632088094077013 +Harry Potter,Gabrielle Delacour,0.5223298668861389,1.168723219988157,0.5333210825920105,1.1045229648817685,0.010991215705871582,-0.06420025510638849 +The Hunger Games,Lucretius Flickerman,0.5141594409942627,0.2501040595794248,0.5382243990898132,0.1860783794133212,0.024064958095550537,-0.06402568016610358 +Harry Potter,Rosmerta,0.5415127277374268,0.075761417105686,0.5278216600418091,0.0130248278898893,-0.013691067695617676,-0.0627365892157967 +Twilight,Mike Newton,0.5331747531890869,0.2755209940132483,0.5110588073730469,0.21346880596453,-0.02211594581604004,-0.062052188048718315 +The Hunger Games,Treech,0.4908248484134674,0.2685506368472463,0.5155394077301025,0.207682672770323,0.024714559316635132,-0.06086796407692327 +Dune,Thufir Hawat/XD,0.5730161666870117,0.0772626953115746,0.5566498041152954,0.0180396159523106,-0.01636636257171631,-0.059223079359264005 +The Lord of the Rings,Gríma,0.5811100006103516,0.0634458000697368,0.5591428279876709,0.0055884507722527,-0.021967172622680664,-0.057857349297484095 +The Lord of the Rings,Boromir,0.5420252084732056,0.2208190084381805,0.550870954990387,0.1635920221384829,0.008845746517181396,-0.05722698629969761 +Harry Potter,Justin Finch-Fletchley,0.5576454401016235,0.0674820240974602,0.5402739644050598,0.0104796538912058,-0.01737147569656372,-0.05700237020625439 +Harry Potter,James Potter II,0.4499861299991607,0.2455680350861989,0.4544238150119781,0.1918815835152693,0.004437685012817383,-0.053686451570929605 +Harry Potter,Septima Vector,0.5385039448738098,0.2920174987813086,0.5411742925643921,0.2421844856495184,0.0026703476905822754,-0.04983301313179023 +The Hitchhiker's Guide to the Galaxy,Captain,0.4899353981018066,0.9164435472042498,0.4883973896503448,0.8684450963834781,-0.001538008451461792,-0.0479984508207717 +Harry Potter,Herbert Beery,0.4878427684307098,0.8369628959508667,0.5070789456367493,0.7914822154326692,0.019236177206039484,-0.045480680518197536 +Twilight,Jessica Stanley,0.5665134787559509,0.0648395004170025,0.5274032354354858,0.0203275274544128,-0.03911024332046509,-0.0445119729625897 +The Lord of the Rings,Arwen,0.5483658313751221,0.5523279271244332,0.5376333594322205,0.5089089964776239,-0.010732471942901611,-0.04341893064680935 +The Hitchhiker's Guide to the Galaxy,Humma Kavula,0.5119283199310303,2.787424181520432,0.5302233099937439,2.7457729851579336,0.018294990062713623,-0.04165119636249859 +Dune,Siona Atreides/DE,0.5328741073608398,0.0914285988234466,0.5298420786857605,0.0509242698763024,-0.0030320286750793457,-0.0405043289471442 +Harry Potter,Elphias Doge,0.5626846551895142,0.0511789764097493,0.5279828906059265,0.0113727840712714,-0.034701764583587646,-0.039806192338477896 +Dune,Glossu Rabban Harkonnen/XD,0.5044286847114563,3.070460455948732,0.5358280539512634,3.032928582811936,0.03139936923980713,-0.037531873136795735 +Dune,Gurney Halleck,0.5629721283912659,0.0470760789637914,0.5567303895950317,0.0097462889943677,-0.006241738796234131,-0.0373297899694237 +Dune,Tyros Reffa,0.480540782213211,1.569743544575623,0.4925239086151123,1.5343194191660494,0.0119831264019013,-0.035424125409573515 +Twilight,Alec,0.5476362109184265,0.0327037710260813,0.5363590717315674,0.0003285550888575,-0.01127713918685913,-0.032375215937223804 +Dune,Paulus Atreides,0.5612874627113342,0.5633613324215493,0.54449462890625,0.5336128522320133,-0.01679283380508423,-0.02974848018953602 +Harry Potter,Sirius Black I,0.4783762097358703,1.1825972259562416,0.4798912107944488,1.1538797846633253,0.0015150010585784912,-0.028717441292916313 +Twilight,Caius,0.5329683423042297,0.0277952938585236,0.5258496403694153,0.0004148810138452,-0.007118701934814453,-0.0273804128446784 +The Lord of the Rings,Isildur,0.574586033821106,0.0452284349709999,0.5778614282608032,0.0179507817501983,0.0032753944396972656,-0.027277653220801605 +Harry Potter,Stanley Shunpike,0.5319774150848389,0.0324043706052441,0.5165749788284302,0.0054479956624618,-0.015402436256408691,-0.026956374942782302 +Dune,Irulan Corrino,0.552903950214386,0.1253524255925955,0.5577408671379089,0.0991595460387814,0.004836916923522949,-0.026192879553814094 +Dune,Liet Kynes,0.5657013058662415,0.8491616312691735,0.5706300735473633,0.8244425658550223,0.004928767681121826,-0.024719065414151253 +The Hunger Games,Clemensia Dovecote,0.5132126212120056,0.0291443250384277,0.535294234752655,0.006016564539793,0.022081613540649414,-0.0231277604986347 +Dune,Kwisatz Haderach/XD,0.5335668921470642,0.0361378965727395,0.5564238429069519,0.0130610556716856,0.022856950759887695,-0.0230768409010539 +Dune,Stilgar/XD,0.5113525390625,0.0770754488839971,0.5439133644104004,0.0541094954961076,0.03256082534790039,-0.022965953387889503 +Twilight,Emily Young,0.5096997618675232,0.0306596128631235,0.4946922361850738,0.0092741401644673,-0.015007525682449396,-0.021385472698656198 +Harry Potter,Viktor Krum,0.5321261286735535,0.0207657874348046,0.5314199328422546,3.4756680630618405e-05,-0.0007061958312988281,-0.02073103075417398 +The Hitchhiker's Guide to the Galaxy,Ford Prefect,0.5339455604553223,0.0249287421903587,0.5275748372077942,0.0046468126888504,-0.006370723247528076,-0.0202819295015083 +The Lord of the Rings,Thráin II,0.5631524324417114,0.1243625054259797,0.5599660873413086,0.1070212093692223,-0.003186345100402832,-0.017341296056757396 +Harry Potter,Radolphus Lestrange,0.4944992363452911,0.8164014318746445,0.4996942281723022,0.8000335422403165,0.005194991827011108,-0.016367889634328003 +Harry Potter,Garrick Ollivander,0.5313294529914856,0.0135684086148181,0.542927086353302,0.0014663576833187,0.011597633361816406,-0.0121020509314994 +Twilight,Nahuel,0.5329504013061523,0.0168990995478412,0.5113327503204346,0.0048311748935991,-0.021617650985717773,-0.0120679246542421 +Harry Potter,Amos Diggory,0.5417119264602661,0.0142845012307344,0.5267006754875183,0.0026181169328414,-0.015011250972747803,-0.011666384297893 +Harry Potter,Gregory Goyle,0.5181066393852234,0.0156784897596795,0.5160576701164246,0.0058688853575473,-0.002048969268798828,-0.0098096044021322 +The Lord of the Rings,Peregrin Took,0.5510259866714478,0.1123801646032861,0.5441954731941223,0.1038993455436899,-0.0068305134773254395,-0.008480819059596204 +Harry Potter,Pius Thicknesse,0.5229219794273376,0.0109208608462026,0.5281709432601929,0.0025309080094523,0.005248963832855225,-0.0083899528367503 +The Lord of the Rings,Radagast,0.5384013056755066,0.0100255745582747,0.5529459118843079,0.0017647720936927,0.01454460620880127,-0.008260802464581999 +Harry Potter,Alicia Spinnet,0.5763851404190063,0.0113723660858237,0.5680549740791321,0.0034634614733615,-0.008330166339874268,-0.0079089046124622 +The Lord of the Rings,Gimli,0.528266429901123,0.0159003841944725,0.527631938457489,0.0096906480214426,-0.0006344914436340332,-0.0062097361730299 +The Hunger Games,Casca Highbottom,0.5190054774284363,0.1125986767022287,0.5164787769317627,0.1068540328790744,-0.002526700496673584,-0.005744643823154302 +Twilight,Tanya,0.5273171663284302,0.0068242964135377,0.5122186541557312,0.0013072797059336,-0.015098512172698975,-0.0055170167076041 +The Lord of the Rings,Tom Bombadil,0.5692244172096252,0.0096452331169159,0.5694213509559631,0.0041444875059946,0.00019693374633789062,-0.0055007456109213 +Twilight,James,0.5182864665985107,0.0053870813729526,0.5053487420082092,4.466554469069594e-05,-0.012937724590301514,-0.005342415828261904 +Twilight,Tyler Crowley,0.5645808577537537,0.3663086840575111,0.554140567779541,0.3617989640253647,-0.010440289974212646,-0.0045097200321463915 +Harry Potter,Dennis Creevey,0.5475461483001709,0.2147092379999678,0.5208812355995178,0.2106307524792864,-0.026664912700653076,-0.0040784855206814075 +Dune,Tylwyth Waff/XD,0.5080717206001282,0.3968409474797653,0.5306202173233032,0.3928300081596736,0.02254849672317505,-0.0040109393200916665 +Dune,Chani Kynes/DE,0.5384023785591125,0.0129488049754235,0.5240662097930908,0.009487944342446,-0.014336168766021729,-0.0034608606329775 +The Hitchhiker's Guide to the Galaxy,Pizpot Gargravarr,0.4799016416072845,0.7556885728675194,0.4634330570697784,0.7523160031759665,-0.016468584537506104,-0.0033725696915529735 +Dune,Alia Atreides/DE,0.5522106885910034,0.0047711652207803,0.5350264310836792,0.0013991870547281,-0.01718425750732422,-0.0033719781660522 +Dune,Leto Atreides II,0.5097422003746033,0.0085917606463705,0.5015009045600891,0.0058204731567389,-0.00824129581451416,-0.002771287489631599 +Twilight,Marcus,0.5298269987106323,0.00880775649077,0.5068717002868652,0.006230294647273,-0.02295529842376709,-0.0025774618434969993 +Harry Potter,Ludovic Bagman,0.5314623117446899,0.0169576483169616,0.5291670560836792,0.0146012355168374,-0.002295255661010742,-0.0023564128001242017 +Harry Potter,Parvati Patil,0.5490759611129761,0.0062090403272631,0.5516678690910339,0.0049058723791191,0.0025919079780578613,-0.001303167948144 +Dune,Miles Teg/XD,0.5305107235908508,0.1285666304566887,0.537381649017334,0.1273275886983392,0.006870925426483154,-0.0012390417583494906 +Harry Potter,Winky,0.5340132713317871,0.0022107310349813,0.5533812642097473,0.0012541336059077,0.019367992877960205,-0.0009565974290736 +Dune,Wellington Yueh/XD,0.5281198620796204,0.00986269711621,0.5298944115638733,0.008968862968506,0.0017745494842529297,-0.0008938341477039997 +The Lord of the Rings,Elrond,0.5352104902267456,0.0008747134186128,0.5248686075210571,7.300969141069368e-06,-0.010341882705688477,-0.0008674124494717306 +Dune,Vladimir Harkonnen,0.5025796294212341,0.0105327679179144,0.5177177786827087,0.0096791005557061,0.01513814926147461,-0.0008536673622082987 +Dune,Murbella/XD,0.5356296300888062,0.0041034575780942,0.5532116889953613,0.0035018882461928,0.017582058906555176,-0.0006015693319013997 +Harry Potter,Vincent Crabbe,0.5026130080223083,0.0015588655489887,0.5214837789535522,0.0011542314545937,0.018870770931243896,-0.0004046340943949999 +Harry Potter,Seamus Finnigan,0.5306010842323303,0.00036435824606,0.5169129967689514,2.378544901978846e-05,-0.013688087463378906,-0.0003405727970402116 +Harry Potter,Peeves,0.5787001252174377,0.0003448843462974,0.5687010884284973,8.861681229456177e-06,-0.00999903678894043,-0.0003360226650679438 +Harry Potter,Oliver Wood,0.5494810938835144,0.0031257259818783,0.5545895099639893,0.0027905123470108,0.0051084160804748535,-0.0003352136348674997 +Harry Potter,Merope Riddle,0.5249748826026917,0.0004662502451368,0.5273535251617432,0.0002089056118776,0.0023786425590515137,-0.0002573446332592 +The Hunger Games,Effie Trinket,0.5645862221717834,0.0002452159777268,0.5342065095901489,2.960718874314781e-05,-0.03037971258163452,-0.00021560878898365217 +Twilight,Sam Uley,0.5350551605224609,8.981810138576187e-05,0.5208538770675659,1.6463853354722258e-05,-0.01420128345489502,-7.335424803103961e-05 +The Lord of the Rings,Galadriel,0.5303605198860168,7.340048864021387e-05,0.5638503432273865,7.3263597196728e-08,0.03348982334136963,-7.332722504301714e-05 +Harry Potter,Angelina Johnson,0.463925689458847,7.276258909147282e-05,0.4654067158699035,1.623867088561323e-08,0.0014810264110565186,-7.274635042058721e-05 +Harry Potter,Nagini,0.5174725651741028,6.92948278656219e-05,0.4860894680023193,3.2056250427946846e-08,-0.0313830971717835,-6.926277161519396e-05 +Dune,Thufir Hawat/DE,0.5171127319335938,0.0001147910433744,0.4953840970993042,4.805865344336233e-05,-0.02172863483428955,-6.673238993103766e-05 +Dune,Gurney Halleck/XD,0.5749003291130066,0.003947025194662,0.5998854041099548,0.0038915791044542,0.024985074996948242,-5.544609020779979e-05 +Harry Potter,Poppy Pomfrey,0.5616823434829712,4.805973141925991e-05,0.5656402111053467,2.0826633129051506e-05,0.003957867622375488,-2.7233098290208405e-05 +Dune,Pardot Kynes/DE,0.5539801120758057,1.73601369940754e-05,0.5669638514518738,9.727943586778645e-07,0.012983739376068115,-1.6387342635397533e-05 +Harry Potter,Quirinus Quirrell,0.5376813411712646,2.9557822901751395e-05,0.5304103493690491,1.3232436231662407e-05,-0.007270991802215576,-1.6325386670088987e-05 +Harry Potter,Rita Skeeter,0.5450084805488586,1.18905528663881e-05,0.5365824103355408,1.7179988204059195e-08,-0.008426070213317871,-1.1873372878184041e-05 +Harry Potter,Igor Karkaroff,0.5404753088951111,1.3930114715393042e-05,0.5658594369888306,2.2256878363812945e-06,0.025384128093719482,-1.1704426879011748e-05 +The Lord of the Rings,Legolas,0.5817660093307495,9.36161988434402e-06,0.5635741949081421,2.2570975239926706e-07,-0.018191814422607422,-9.135910131944754e-06 +Harry Potter,Porpentina Goldstein,0.5134313702583313,9.248317441994686e-06,0.4948583245277405,1.622464090291641e-07,-0.01857304573059082,-9.086071032965523e-06 +Twilight,Aro,0.494179219007492,1.1873361905796463e-05,0.5136163830757141,6.6440766096684486e-06,0.0194371640682221,-5.229285296128015e-06 +Harry Potter,Nicholas de Mimsy-Porpington,0.4939811825752258,1.0020451783122212e-05,0.5219674110412598,8.088148671777645e-06,0.02798622846603399,-1.9323031113445663e-06 +Twilight,Jasper Hale,0.492315798997879,6.007803659672566e-07,0.4633741378784179,1.2528411318369577e-13,-0.02894166111946106,-6.007802406831434e-07 +The Lord of the Rings,Smaug,0.5200979709625244,1.7712451251066602e-07,0.542619526386261,4.944384382225629e-09,0.022521555423736572,-1.7218012812844038e-07 +Harry Potter,Alastor Moody,0.5533482432365417,1.7193174001515158e-07,0.5592600703239441,1.5691412839536592e-10,0.005911827087402344,-1.7177482588675621e-07 +Harry Potter,Petunia Dursley,0.509734034538269,4.115191044364605e-08,0.5488658547401428,2.227847527575818e-09,0.03913182020187378,-3.892406291607023e-08 +The Lord of the Rings,Aragorn II,0.5422757863998413,4.861258445467647e-08,0.5357530117034912,2.4347399045385892e-08,-0.006522774696350098,-2.426518540929058e-08 +The Lord of the Rings,Saruman,0.5446438193321228,1.6455604895171072e-08,0.5790364742279053,1.015569751092595e-09,0.03439265489578247,-1.5440035144078477e-08 +Harry Potter,Sybill Trelawney,0.5398802757263184,8.822363801984411e-09,0.5339821577072144,3.3235441249459536e-10,-0.005898118019104004,-8.490009389489815e-09 +Dune,Paul Atreides,0.4457144141197204,4.41247837452014e-09,0.4331960380077362,9.16119060542467e-12,-0.012518376111984197,-4.403317183914715e-09 +Harry Potter,Fleur Delacour,0.4673050045967102,3.077808703235555e-09,0.4583278000354767,3.5540246622963465e-11,-0.00897720456123352,-3.042268456612592e-09 +Harry Potter,Bartemius Crouch Senior,0.5264034271240234,7.470252967959606e-10,0.5456181168556213,1.3927406723883127e-11,0.0192146897315979,-7.330978900720774e-10 +Twilight,Alice Cullen,0.4722012281417846,4.617793776897156e-10,0.466993510723114,1.2967121941542204e-10,-0.005207717418670599,-3.3210815827429354e-10 +Harry Potter,Horace Slughorn,0.5151201486587524,3.3880238751223555e-10,0.4972471594810486,1.2171731625895726e-11,-0.017872989177703857,-3.266306558863398e-10 +Harry Potter,Arthur Weasley,0.4234711229801178,9.540707699539671e-11,0.4209275245666504,2.2945409104300392e-18,-0.0025435984134674072,-9.54070747008558e-11 +The Lord of the Rings,Sauron,0.5764209032058716,5.91416920796429e-11,0.5452271699905396,1.6357258609561865e-11,-0.03119373321533203,-4.278443347008103e-11 +Harry Potter,Neville Longbottom,0.4819470345973968,1.3092586542114672e-11,0.4630094468593597,9.987871242375334e-24,-0.01893758773803711,-1.3092586542104684e-11 +Dune,Duncan Idaho/XD,0.4706788957118988,1.4683253157964638e-11,0.4851931929588318,7.0751997109639836e-12,0.014514297246932983,-7.608053447000655e-12 +Dune,Vorian Atreides,0.5189249515533447,1.1243278342531508e-11,0.5030860900878906,8.804018211027359e-12,-0.0158388614654541,-2.439260131504149e-12 +Harry Potter,George Weasley,0.4387584626674652,1.7624679612876154e-12,0.447294533252716,1.2639408995656911e-14,0.008536070585250799,-1.7498285522919585e-12 +Harry Potter,Cornelius Fudge,0.522250235080719,1.3899672497304728e-12,0.51277756690979,9.511331795173153e-18,-0.009472668170928955,-1.3899577383986776e-12 +Twilight,Edward Cullen,0.4619485735893249,2.7989420826042336e-12,0.4777674674987793,2.128944432522841e-12,0.0158188939094544,-6.699976500813925e-13 +Harry Potter,Peter Pettigrew,0.4922470450401306,3.823609035665477e-13,0.5086572170257568,2.2426763799859293e-15,0.01641017198562622,-3.8011822718656176e-13 +Harry Potter,Lucius Malfoy,0.4420770406723022,1.448088829032099e-13,0.4429135620594024,8.359062210801346e-15,0.0008365213871002197,-1.3644982069240856e-13 +The Hunger Games,Haymitch Abernathy,0.5320743918418884,7.142502707739146e-15,0.5403539538383484,6.037866155756005e-16,0.008279561996459961,-6.5387160921635455e-15 +Harry Potter,Newton Scamander,0.5118637084960938,1.9232313096174262e-16,0.5024756789207458,4.554076775512101e-21,-0.0093880295753479,-1.923185768849671e-16 +Harry Potter,Draco Malfoy,0.43211430311203,1.4777474808204087e-16,0.4399133920669555,1.3068900625732578e-18,0.007799088954925537,-1.464678580194676e-16 +Harry Potter,Severus Snape,0.4929259121417999,1.3601442852186424e-29,0.4878228902816772,3.80400575075157e-37,-0.005103021860122736,-1.3601442471785848e-29 +The Hunger Games,Katniss Everdeen,0.538177490234375,2.3443452583198656e-31,0.5554942488670349,1.2334703445184762e-38,0.017316758632659912,-2.344345134972831e-31 +Harry Potter,Hermione Granger,0.4501465857028961,3.4843494507535876e-39,0.4394466578960418,4.713641376257898e-42,-0.010699927806854304,-3.47963580937733e-39 +Harry Potter,Tom Riddle,0.4458064436912536,3.168069295677723e-40,0.4512700736522674,1.1622324552405324e-44,0.005463629961013794,-3.1679530724321988e-40 +Harry Potter,Harry Potter,0.4480642676353454,1.2639081125928257e-186,0.4519370198249817,2.034616154564461e-74,0.003872752189636286,2.034616154564461e-74 +Harry Potter,Albus Dumbledore,0.4530072212219238,1.5676155215469171e-46,0.4507668912410736,1.2035993034864866e-43,-0.002240329980850164,1.2020316879649396e-43 +Harry Potter,Minerva McGonagall,0.4399511814117431,2.9665046241767284e-41,0.4620523452758789,1.3101767665931176e-38,0.022101163864135798,1.307210261968941e-38 +Harry Potter,Ronald Weasley,0.4532481133937835,2.0778362287720762e-33,0.4501495659351349,3.902235542426407e-31,-0.003098547458648626,3.8814571801386863e-31 +Harry Potter,Ginevra Weasley,0.4481128752231598,5.921675950872928e-32,0.4601025283336639,1.6779671372316495e-25,0.011989653110504095,1.6779665450640545e-25 +Harry Potter,Rubeus Hagrid,0.5124862790107727,6.652833672620101e-28,0.5100301504135132,2.3475026316466823e-24,-0.0024561285972595215,2.3468373482794204e-24 +Twilight,Bella Swan,0.4589333832263946,4.419563693023866e-28,0.426505982875824,1.7466877775197795e-19,-0.03242740035057062,1.746687773100216e-19 +Harry Potter,Gellert Grindelwald,0.5266424417495728,5.94054798970139e-19,0.5388982892036438,2.3032054542676088e-17,0.012255847454071045,2.243799974370595e-17 +Harry Potter,Sirius Black,0.4357708096504211,6.297694725523204e-17,0.4576578736305237,9.219409673178091e-17,0.021887063980102595,2.9217149476548874e-17 +Harry Potter,Dolores Umbridge,0.4959323406219482,1.4263428261381885e-19,0.4922166466712951,1.833413787516768e-16,-0.003715693950653076,1.83198744469063e-16 +Dune,Paul Atreides/XD,0.4372825920581817,8.181595971192389e-16,0.4419648051261902,4.074563351221159e-15,0.004682213068008478,3.25640375410192e-15 +The Hunger Games,Coriolanus Snow,0.4776272475719452,2.9126668186973907e-18,0.4907776415348053,9.442908926714074e-15,0.013150393962860107,9.439996259895378e-15 +Dune,Duncan Idaho/DE,0.5505078434944153,4.2641926248416326e-21,0.5195954442024231,1.6174958679417034e-14,-0.030912399291992188,1.617495441522441e-14 +Twilight,Jacob Black,0.5290425419807434,1.738419832548516e-16,0.5222568511962891,1.8465982915088164e-14,-0.006785690784454346,1.829214093183331e-14 +Harry Potter,Molly Weasley,0.4281614422798157,2.5409851758096217e-17,0.4317655563354492,4.6968200808687457e-14,0.003604114055633545,4.694279095692936e-14 +Harry Potter,Gilderoy Lockhart,0.5417443513870239,1.4067108499390802e-16,0.5178285241127014,9.381079869767565e-14,-0.02391582727432251,9.367012761268175e-14 +Harry Potter,Nymphadora Tonks,0.4461378455162048,1.635256210038855e-17,0.4540960490703583,1.6848258868651242e-13,0.007958203554153498,1.6846623612441203e-13 +Harry Potter,Luna Lovegood,0.5057185292243958,1.8896237623338066e-17,0.5007044076919556,1.902459524809403e-12,-0.0050141215324401855,1.9024406285717793e-12 +Harry Potter,Filius Flitwick,0.5269127488136292,8.613709886152849e-12,0.539038360118866,1.1613885607232534e-11,0.012125611305236816,3.0001757210796855e-12 +Harry Potter,Fred Weasley,0.4305632412433624,5.380239781082516e-12,0.4600191712379455,8.513870796137716e-12,0.029455929994583074,3.1336310150551997e-12 +Harry Potter,Remus Lupin,0.4716821312904358,5.765279864385344e-18,0.4787402749061584,3.136050476917269e-12,0.007058143615722601,3.1360447116374044e-12 +Harry Potter,Bellatrix Lestrange,0.4352039992809295,1.5363472535439991e-13,0.4414121508598327,7.308498571392399e-12,0.006208151578903198,7.1548638460379994e-12 +The Lord of the Rings,Gandalf,0.5118842720985413,3.945079369957593e-45,0.5626420974731445,4.3113945387056216e-11,0.05075782537460327,4.3113945387056216e-11 +Harry Potter,Aberforth Dumbledore,0.5199927091598511,4.7387577071428475e-11,0.5499390363693237,6.159790962777714e-10,0.029946327209472656,5.685915192063429e-10 +Twilight,Emmett Cullen,0.5229026079177856,4.626146041150566e-09,0.5358542203903198,5.6383434528673604e-09,0.01295161247253418,1.0121974117167945e-09 +Twilight,Charlie Swan,0.5254391431808472,1.1934923241368973e-11,0.5090958476066589,2.75662959024152e-09,-0.016343295574188232,2.7446946670001512e-09 +Twilight,Renesmee Cullen,0.4983888566493988,7.552436089066456e-12,0.4930146932601928,4.854257366565199e-09,-0.005374163389205988,4.846704930476133e-09 +Harry Potter,William Weasley,0.4589860439300537,9.835337236167972e-10,0.4402841329574585,7.782682347960048e-09,-0.018701910972595215,6.799148624343251e-09 +Harry Potter,Dobby,0.4861740469932556,1.343842603081895e-38,0.5059210062026978,9.300306947622369e-09,0.01974695920944214,9.300306947622369e-09 +Twilight,Carlisle Cullen,0.5293272733688354,9.468050543431874e-09,0.5450688600540161,3.2809036680434965e-08,0.015741586685180664,2.3340986137003092e-08 +Harry Potter,Pomona Sprout,0.5376724600791931,1.3511983744272526e-12,0.5502572655677795,6.308390113218445e-08,0.012584805488586426,6.308254993381002e-08 +Twilight,Rosalie Hale,0.4684494137763977,5.220714551363631e-14,0.4816418886184692,1.1393122320426177e-07,0.013192474842071478,1.1393117099711626e-07 +The Lord of the Rings,Morgoth,0.53725266456604,8.902471080308492e-18,0.5663423538208008,1.498850148253101e-07,0.029089689254760742,1.4988501481640762e-07 +Harry Potter,Bartemius Crouch Junior,0.5339266657829285,2.926049073436616e-09,0.5422037839889526,4.6053570028874446e-07,0.00827711820602417,4.5760965121530787e-07 +Twilight,Victoria,0.5100798606872559,9.219545780377226e-08,0.5081497430801392,6.590592494122083e-07,-0.0019301176071166992,5.66863791608436e-07 +The Lord of the Rings,Frodo Baggins,0.5377333164215088,9.035697432029486e-09,0.5416869521141052,5.802297185785331e-07,0.0039536356925964355,5.711940211465036e-07 +Harry Potter,Dean Thomas,0.5118269920349121,1.8244386150973986e-07,0.5176940560340881,8.512505479378899e-07,0.005867063999176025,6.6880668642815e-07 +Harry Potter,Cho Chang,0.516838550567627,2.139597820794112e-07,0.5192126035690308,9.476078543455702e-07,0.0023740530014038086,7.33648072266159e-07 +Harry Potter,Cedric Diggory,0.5501776337623596,5.962338456618424e-08,0.5106084942817688,1.3812190959553813e-06,-0.03956913948059082,1.321595711389197e-06 +Harry Potter,Vernon Dursley,0.5057438015937805,5.016438302964028e-08,0.5312067866325378,6.536296984128919e-06,0.025462985038757324,6.486132601099279e-06 +Dune,Gurney Halleck/DE,0.5359864234924316,2.934730952986957e-07,0.5356827974319458,6.942183856932445e-06,-0.00030362606048583984,6.64871076163375e-06 +Twilight,Esme Cullen,0.5447559952735901,4.360571746586423e-06,0.546073317527771,1.4871437877519388e-05,0.0013173222541809082,1.0510866130932965e-05 +The Lord of the Rings,Faramir,0.5335369110107422,2.196711129757189e-08,0.5567378401756287,2.8856669039196348e-05,0.023200929164886475,2.8834701927898776e-05 +Harry Potter,Myrtle Warren,0.514105498790741,8.240942170410794e-06,0.5586952567100525,5.824812801505383e-05,0.04458975791931152,5.000718584464303e-05 +Dune,Duncan Idaho,0.4403389394283294,0.0001807743756785,0.4396003484725952,0.0002372809840749,-0.0007385909557341974,5.6506608396399995e-05 +Twilight,Jane,0.5533869862556458,0.0001291120590717,0.5360067486763,0.0002053244725436,-0.017380237579345703,7.621241347190001e-05 +Harry Potter,Rolanda Hooch,0.5499967336654663,1.7090872240475486e-05,0.5537196397781372,0.000102792374379,0.0037229061126708984,8.570150213852451e-05 +The Lord of the Rings,Bilbo Baggins,0.5365107655525208,4.011441318706742e-06,0.5382837653160095,0.0001248753727823,0.0017729997634887695,0.00012086393146359325 +Harry Potter,Corban Yaxley,0.5639587044715881,0.0005139367136,0.5453345775604248,0.0006483742801434,-0.01862412691116333,0.00013443756654339992 +The Lord of the Rings,Gollum,0.5052807927131653,0.0013260696356764,0.554164707660675,0.0014607184556538,0.048883914947509766,0.00013464881997740001 +Harry Potter,Katie Bell,0.5493029952049255,0.0001419491119901,0.5405836701393127,0.0002859482785555,-0.008719325065612793,0.00014399916656540002 +Dune,Shaddam Corrino IV/XD,0.5091894865036011,0.0090809560808491,0.5245181918144226,0.0092471458479011,0.015328705310821533,0.00016618976705200066 +Harry Potter,Rufus Scrimgeour,0.549993097782135,0.0008907092674825,0.5700788497924805,0.0010634275344297,0.02008575201034546,0.0001727182669472 +Dune,Leto Atreides II/XD,0.5505051016807556,0.000174821912321,0.5656140446662903,0.0003825755550476,0.015108942985534668,0.00020775364272660002 +Harry Potter,Lee Jordan,0.5498971343040466,1.8003785736130918e-06,0.5326805114746094,0.0002322872269777,-0.017216622829437256,0.0002304868484040869 +Harry Potter,Pansy Parkinson,0.5364487767219543,1.6987422151944145e-06,0.5138946771621704,0.0003115717640727,-0.022554099559783936,0.00030987302185750556 +Twilight,Billy Black,0.5281102657318115,2.7921093799392365e-05,0.5237045288085938,0.0005235862923841,-0.0044057369232177734,0.0004956651985847077 +Dune,Norma Cenva/XD,0.5501602292060852,2.530207730437466e-06,0.5456869006156921,0.0005080855486115,-0.004473328590393066,0.0005055553408810625 +Dune,Ghanima Atreides/DE,0.5460537672042847,0.0213209187600193,0.5231356024742126,0.0218287998960441,-0.02291816473007202,0.0005078811360248008 +Harry Potter,Irma Pince,0.5630108118057251,0.0010266028070839,0.5275701284408569,0.0015939431197377,-0.035440683364868164,0.0005673403126537999 +Harry Potter,Susan Bones,0.5345025658607483,0.0018925034942361,0.5480835437774658,0.002618687044341,0.01358097791671753,0.0007261835501048998 +Harry Potter,Cormac McLaggen,0.5343990921974182,0.0014299742742406,0.5282922983169556,0.0021992252993657,-0.0061067938804626465,0.0007692510251251002 +Harry Potter,Ernest Macmillan,0.4952795207500458,1.6434782895073462e-05,0.5296837687492371,0.0009536290820799,0.034404247999191284,0.0009371942991848265 +Harry Potter,Fawkes,0.5704735517501831,0.0208618653349393,0.5443465709686279,0.0218268206460384,-0.026126980781555176,0.0009649553110991013 +The Lord of the Rings,Celebrimbor,0.5228293538093567,5.406107067514158e-07,0.5549890995025635,0.0012554807472471,0.03215974569320679,0.0012549401365403484 +Twilight,Leah Clearwater,0.5349110960960388,0.0026888927314356,0.5218864679336548,0.0040446210432822,-0.013024628162384033,0.0013557283118465998 +Dune,Leto Atreides I/XD,0.5373376607894897,0.0110230624284677,0.5404893755912781,0.0125341566145215,0.00315171480178833,0.0015110941860538001 +The Lord of the Rings,Éomer,0.5580714344978333,0.3236261659418649,0.5470423102378845,0.3252250146540364,-0.01102912425994873,0.00159884871217153 +The Lord of the Rings,Túrin,0.5262561440467834,0.0009104604560052,0.5351635217666626,0.0025890702421805,0.00890737771987915,0.0016786097861752997 +Dune,Vladimir Harkonnen/XD,0.4725960195064544,0.0093236739650149,0.5022215843200684,0.011078739114,0.029625564813613947,0.0017550651489850987 +The Lord of the Rings,Samwise Gamgee,0.5577294230461121,2.981547643814377e-05,0.5680708885192871,0.0021778630954974,0.010341465473175049,0.0021480476190592563 +Dune,Anirul Corrino/XD,0.5416614413261414,0.0066365918881377,0.5427291393280029,0.0088643124949792,0.0010676980018615723,0.002227720606841499 +The Hunger Games,Alma Coin,0.5102835893630981,0.0008144029983635,0.506580114364624,0.0034972682666253,-0.003703474998474121,0.0026828652682618 +Harry Potter,Rose Granger-Weasley,0.4872856736183166,0.0066372509993867,0.4884867668151855,0.0095233651300431,0.0012010931968688965,0.0028861141306564 +Twilight,Benjamin,0.5336911082267761,0.0219535384994663,0.5221549272537231,0.0251214722587881,-0.011536180973052979,0.003167933759321801 +Harry Potter,Phineas Nigellus Black,0.4508631229400635,8.120859720877467e-05,0.4610663652420044,0.0032949429196833,0.010203242301940918,0.003213734322474525 +Harry Potter,Marietta Edgecombe,0.5206737518310547,1.779552423344374e-05,0.5395944118499756,0.0032812133556265,0.0189206600189209,0.003263417831393056 +Dune,Sheeana Brugh,0.5156224370002747,0.6778219155931189,0.5360752940177917,0.6813749779522014,0.02045285701751709,0.0035530623590824817 +Dune,Quintinius Violet Chenoeh,0.5093249678611755,0.0122252567494749,0.524704098701477,0.0160754336375768,0.015379130840301514,0.0038501768881018996 +Harry Potter,Dominique Weasley,0.4936228096485138,0.7157537172386882,0.4922251105308532,0.7196244920735708,-0.001397699117660578,0.0038707748348826287 +Twilight,Felix,0.5607106685638428,0.0179366257878921,0.5442619919776917,0.0219122688524262,-0.016448676586151123,0.003975643064534101 +Dune,Darwi Odrade,0.5345297455787659,0.0036429604487717,0.5481929779052734,0.0081350336064976,0.013663232326507568,0.0044920731577259 +The Lord of the Rings,Thorin II,0.5422983765602112,0.0006771647491559,0.5574193596839905,0.0052600400256278,0.015120983123779297,0.0045828752764719 +Harry Potter,Amycus Carrow,0.5273104906082153,0.0064470404172035,0.5325559377670288,0.0112584606258732,0.0052454471588134766,0.0048114202086697 +Harry Potter,Salazar Slytherin,0.5497920513153076,0.061225645023432,0.5736891627311707,0.0664121999216053,0.023897111415863037,0.005186554898173296 +Dune,Liet-Kynes,0.5547012090682983,1.5908292732935243,0.5659355521202087,1.5960672420416866,0.0112343430519104,0.005237968748162292 +Harry Potter,Kingsley Shacklebolt,0.5495610237121582,0.0004942961855389,0.5267613530158997,0.0062362204179335,-0.022799670696258545,0.0057419242323946 +Harry Potter,Hannah Abbott,0.5094707608222961,0.0009951666786909,0.5361484885215759,0.0069513709932772,0.026677727699279785,0.0059562043145863 +Dune,Shaddam IV/DE,0.5235410332679749,0.026681287917775,0.5183737277984619,0.0342370109305398,-0.0051673054695129395,0.007555723012764803 +Twilight,Amun,0.5253300070762634,0.0149764440119263,0.5199307799339294,0.0229441885710069,-0.005399227142333984,0.007967744559080598 +Dune,Wensicia Corrino,0.555548369884491,1.1282520241773488,0.5385229587554932,1.13655268167139,-0.017025411128997803,0.008300657494041186 +Harry Potter,Armando Dippet,0.5370591282844543,0.0046637098170933,0.5710315704345703,0.0133321775144196,0.03397244215011597,0.0086684676973263 +Twilight,Peter,0.4996434152126312,0.0007707760413928,0.5165984034538269,0.0098737691860605,0.01695498824119568,0.0091029931446677 +Twilight,Seth Clearwater,0.5438310503959656,0.0097993448076755,0.5407668948173523,0.0190283065503624,-0.0030641555786132812,0.0092289617426869 +The Lord of the Rings,Thranduil,0.5371208190917969,0.0007781050621102,0.557759702205658,0.0115690835173304,0.020638883113861084,0.0107909784552202 +Dune,Serena Butler,0.5327451229095459,0.0362846574024291,0.5425384044647217,0.0475367506421632,0.009793281555175781,0.011252093239734098 +Twilight,Kate,0.5371614098548889,0.0006791595186894,0.5122808814048767,0.0127991104767745,-0.024880528450012207,0.012119950958085102 +Twilight,Riley Biers,0.5164191722869873,0.0051737072858948,0.51091468334198,0.0177791923739859,-0.005504488945007324,0.0126054850880911 +Twilight,Bree Tanner,0.528616726398468,0.0062132854516126,0.5364875793457031,0.0214544019715913,0.007870852947235107,0.015241116519978698 +Harry Potter,Louis Weasley,0.4864599108695984,0.7138917174084937,0.4690457582473755,0.7304746181339034,-0.0174141526222229,0.01658290072540969 +Dune,Hasimir Fenring/XD,0.5090423822402954,0.0024095958081605,0.5372745990753174,0.0197848501907009,0.028232216835021973,0.0173752543825404 +Dune,Thufir Hawat,0.557856023311615,0.0943329103386342,0.5422404408454895,0.1124187826945212,-0.015615582466125488,0.018085872355887003 +Dune,Moneo Atreides/DE,0.5402241349220276,0.0026877204797969,0.5330454707145691,0.0223728830724871,-0.007178664207458496,0.019685162592690198 +The Lord of the Rings,Gil-galad,0.5680932998657227,0.0019113964772533,0.5944396257400513,0.0233249965493323,0.026346325874328613,0.021413600072079 +Dune,Jessica Atreides/DE,0.5077189207077026,0.0121601276535094,0.5277735590934753,0.0343525840475821,0.020054638385772705,0.022192456394072704 +Harry Potter,Hepzibah Smith,0.5563204288482666,0.0243205294347999,0.5547276735305786,0.0467294312224848,-0.0015927553176879883,0.022408901787684902 +Twilight,Irina,0.5298442840576172,0.0029681970301054,0.5071415305137634,0.0269133983431364,-0.02270275354385376,0.023945201313031 +Dune,Elrood Corrino IX/DE,0.4990565776824951,1.680903201871944,0.503130316734314,1.7051290547742493,0.004073739051818848,0.024225852902305167 +Twilight,Zafrina,0.5370202660560608,0.5323186297748781,0.5394542217254639,0.557790068087978,0.002433955669403076,0.025471438313099948 +Twilight,Collin Littlesea,0.4260744154453277,0.6575721276720162,0.4318079948425293,0.686525650713903,0.005733579397201594,0.02895352304188681 +Twilight,Brady Fuller,0.4260901510715484,0.6737670635057369,0.4185141026973724,0.7034297337632921,-0.007576048374176025,0.0296626702575552 +Harry Potter,Ariana Dumbledore,0.5008694529533386,0.0002828632642388,0.5517812967300415,0.0340819504573428,0.05091184377670288,0.033799087193104004 +The Lord of the Rings,Éowyn,0.5521554350852966,0.1293655174924256,0.5380213260650635,0.1680209027290762,-0.014134109020233154,0.038655385236650575 +Dune,Hasimir Fenring/DE,0.5495448112487793,0.0320319920170467,0.550844132900238,0.0713260935261198,0.0012993216514587402,0.039294101509073094 +Dune,Faykan Butler,0.4560759961605072,0.0628112011142187,0.474168986082077,0.1032828983494602,0.018092989921569824,0.040471697235241494 +Twilight,Carmen,0.5398139953613281,0.1822000785022918,0.5180933475494385,0.2230757360589205,-0.02172064781188965,0.0408756575566287 +The Hunger Games,Mizzen,0.4820497334003448,0.0033708382232349,0.5119963884353638,0.0447357894518732,0.029946655035018976,0.0413649512286383 +Harry Potter,Griphook,0.5196143984794617,1.526951339910751e-14,0.538314163684845,0.0460379752341642,0.0186997652053833,0.046037975234148924 +Harry Potter,Zacharias Smith,0.538929283618927,0.0460952826690254,0.5217380523681641,0.0928159273146208,-0.01719123125076294,0.046720644645595395 +Harry Potter,Silvanus Kettleburn,0.5343621373176575,0.0980667598809487,0.535270631313324,0.1451640932258581,0.0009084939956665039,0.0470973333449094 +Twilight,Eleazar,0.5347897410392761,0.0247951261177213,0.5243425369262695,0.074217350162032,-0.010447204113006592,0.0494222240443107 +Harry Potter,Amelia Bones,0.5168406963348389,0.0279557630805455,0.5190227627754211,0.0812637699946964,0.0021820664405822754,0.0533080069141509 +Dune,Irulan Corrino/DE,0.5696361660957336,0.0451320107008682,0.5633543729782104,0.1002815578082755,-0.006281793117523193,0.0551495471074073 +Dune,Marcus Claire Luyseyal,0.4783183634281158,1.45308452667761,0.4878979623317718,1.509079725196511,0.009579598903656006,0.05599519851890089 +Twilight,Paul Lahote,0.5081225037574768,0.0152954814122052,0.5255449414253235,0.071658634350209,0.01742243766784668,0.0563631529380038 +Dune,Mohandas Suk,0.5149329900741577,1.1292819726826318,0.5153140425682068,1.1863076404961,0.00038105249404907227,0.057025667813468184 +Harry Potter,Terry Boot,0.546864926815033,0.1832940032558784,0.5428898930549622,0.2434138175461545,-0.003975033760070801,0.060119814290276075 +Harry Potter,Arabella Figg,0.5605799555778503,0.0150677161364719,0.558222770690918,0.079535961089845,-0.002357184886932373,0.0644682449533731 +Dune,Murbella,0.5588178038597107,0.2249533863333261,0.5553565621376038,0.2897574693350967,-0.0034612417221069336,0.06480408300177062 +Dune,Leto I Atreides,0.5306317210197449,0.0074758988857778,0.543422520160675,0.0723719614126919,0.012790799140930176,0.0648960625269141 +Dune,Korba,0.5014337301254272,2.2393084251022968,0.499786227941513,2.3051374872555,-0.00164750218391424,0.06582906215320339 +Dune,Xavier Harkonnen,0.4988543093204498,0.0424093062947987,0.5185446739196777,0.1100263681956678,0.01969036459922796,0.06761706190086911 +The Hitchhiker's Guide to the Galaxy,Lintilla,0.515617311000824,0.5142873522605091,0.5111030340194702,0.5880101386189713,-0.00451427698135376,0.07372278635846219 +Dune,Scytale,0.5036069750785828,0.461790914533974,0.5371549129486084,0.5362548753112207,0.033547937870025635,0.07446396077724676 +Twilight,Jared Cameron,0.5072314739227295,0.0545741732384418,0.5077154636383057,0.1291697282123754,0.0004839897155761719,0.07459555497393361 +Harry Potter,Nicolas Flamel,0.5249547362327576,0.0005279197922514,0.5642802715301514,0.076181577995533,0.0393255352973938,0.0756536582032816 +Harry Potter,Fat Lady,0.5663882493972778,0.2576185921762871,0.56190025806427,0.3347553479643727,-0.0044879913330078125,0.0771367557880856 +Dune,Bijaz,0.4988247752189636,0.3898415914457266,0.518500804901123,0.4695547634332722,0.019676029682159424,0.07971317198754557 +Harry Potter,Padma Patil,0.5311715602874756,0.004458751136146,0.5534011125564575,0.0852731723972241,0.022229552268981934,0.0808144212610781 +The Lord of the Rings,Maedhros,0.5532121062278748,0.0199567530387573,0.5721025466918945,0.1010704054882798,0.018890440464019775,0.0811136524495225 +Dune,Jessica Atreides/XD,0.502534806728363,0.0003550848322854,0.5862270593643188,0.0824652509622763,0.08369225263595581,0.0821101661299909 +Harry Potter,Aurora Sinistra,0.5590526461601257,0.0393447635599015,0.5538445115089417,0.1224016058478967,-0.005208134651184082,0.0830568422879952 +The Hitchhiker's Guide to the Galaxy,Murray Bost Henson,0.4768938422203064,1.211152165003513,0.4860781133174896,1.2961501883295707,0.009184271097183228,0.08499802332605766 +The Lord of the Rings,Círdan,0.5733222961425781,0.0073419328305188,0.562244713306427,0.0946937049673529,-0.011077582836151123,0.0873517721368341 +Dune,Vladimir Harkonnen/DE,0.5544503331184387,0.0126295369209783,0.5413947701454163,0.1010323027631652,-0.013055562973022461,0.0884027658421869 +The Lord of the Rings,Watcher in the Water,0.5877236723899841,0.0059004115227934,0.5795498490333557,0.094625089341469,-0.008173823356628418,0.0887246778186756 +Dune,Alia Atreides/XD,0.526520848274231,0.2653104621975815,0.5451275706291199,0.3564062792576663,0.018606722354888916,0.09109581706008485 +Dune,Wellington Yueh/DE,0.5500670671463013,0.040413595956706,0.5323172807693481,0.134593772171039,-0.017749786376953125,0.09418017621433299 +The Hitchhiker's Guide to the Galaxy,Russell,0.457259327173233,1.0812615447686962,0.4715043902397156,1.176247351000992,0.0142450630664826,0.09498580623229591 +Dune,Abulurd Harkonnen/XD,0.5286328196525574,0.1461555783251214,0.5561712980270386,0.2427497900691261,0.0275384783744812,0.09659421174400468 +The Hitchhiker's Guide to the Galaxy,Zaphod Beeblebrox,0.53938227891922,4.567756244634674,0.5440461039543152,4.665632437599396,0.004663825035095215,0.09787619296472272 +Twilight,Quil Ateara V,0.5397222638130188,0.1200085918127161,0.5268219709396362,0.2188021606818934,-0.012900292873382568,0.0987935688691773 +Twilight,Embry Call,0.4719495773315429,0.000983085711177,0.5144363045692444,0.1021525339987424,0.04248672723770147,0.1011694482875654 +Dune,Shando Vernius,0.521742582321167,0.7272300770478705,0.5286861062049866,0.835193220501356,0.00694352388381958,0.10796314345348557 +Dune,Dominic Vernius,0.5195322632789612,0.527845759373703,0.5422945618629456,0.6359396060986324,0.022762298583984375,0.10809384672492939 +Dune,Tio Holtzman,0.5359511375427246,0.2464258698445944,0.5451527237892151,0.3551528411521518,0.009201586246490479,0.1087269713075574 +Harry Potter,Antonin Dolohov,0.5717323422431946,0.0071027521494909,0.5590146780014038,0.1176487745787031,-0.012717664241790771,0.1105460224292122 +Harry Potter,Rowena Ravenclaw,0.536291778087616,0.4780702268767824,0.5438369512557983,0.589127986422644,0.007545173168182373,0.11105775954586156 +Dune,Ziarenko Javid,0.4890077412128448,0.8816504489356798,0.5007531642913818,0.994905453619222,0.011745423078537043,0.11325500468354222 +The Hunger Games,Reaper Ash,0.4779620170593261,0.0037166572521146,0.5030179619789124,0.118957654153587,0.025055944919586237,0.1152409969014724 +Dune,Glossu Rabban Harkonnen,0.5340532660484314,2.3036825628649504,0.5450428128242493,2.4193113109613207,0.010989546775817871,0.11562874809637025 +Harry Potter,Walden Macnair,0.5635466575622559,0.1849675190222164,0.5703075528144836,0.3006264950108966,0.006760895252227783,0.11565897598868022 +Twilight,Rachel Black,0.4747436642646789,0.4269007168682477,0.5118807554244995,0.5438843928779266,0.03713709115982061,0.11698367600967885 +The Hitchhiker's Guide to the Galaxy,Lallafa,0.5064609050750732,0.8560960545578866,0.4946936070919037,0.9770750926302156,-0.011767297983169556,0.12097903807232901 +Twilight,Sue Clearwater,0.5033526420593262,0.0093077736757037,0.5312262773513794,0.1308123491629559,0.027873635292053223,0.12150457548725219 +The Hunger Games,Livia Cardew,0.5129340291023254,0.9153382742936784,0.5340738892555237,1.0419284082801596,0.021139860153198242,0.12659013398648122 +Dune,Dama,0.4958432018756866,0.6506029249206801,0.5257421731948853,0.7785557080623421,0.029898971319198664,0.12795278314166203 +The Hitchhiker's Guide to the Galaxy,Allitnils,0.5003464818000793,1.6176407168107456,0.4894489347934723,1.7460849768717932,-0.010897547006607056,0.1284442600610476 +Twilight,Huilen,0.5263767838478088,0.0561397280132425,0.5073695182800293,0.18591047222491,-0.01900726556777954,0.1297707442116675 +The Lord of the Rings,Théoden,0.5519975423812866,0.098661081767809,0.555400550365448,0.2290526172554974,0.003403007984161377,0.1303915354876884 +Dune,Chani Kynes/XD,0.5300175547599792,0.2624940632480937,0.5566100478172302,0.3986957932826357,0.026592493057250977,0.136201730034542 +The Lord of the Rings,Celeborn,0.5485987067222595,0.0219010547711914,0.5946420431137085,0.1645314083319311,0.046043336391448975,0.14263035356073972 +Dune,Leto Atreides I/DE,0.5395989418029785,0.0111862209802116,0.5448104739189148,0.1545048948981058,0.005211532115936279,0.14331867391789418 +The Hitchhiker's Guide to the Galaxy,Know-Nothing-Bozo,0.4649394452571869,0.4545044532896301,0.4770921766757965,0.6008057562188388,0.01215273141860962,0.14630130292920873 +Dune,Gaius Helen Mohiam/XD,0.5221415162086487,0.0782840551330186,0.5475896596908569,0.2298595203861384,0.025448143482208252,0.15157546525311982 +The Lord of the Rings,Bard,0.5182429552078247,0.0021621457001736,0.5426632761955261,0.1547218337105939,0.024420320987701416,0.1525596880104203 +The Lord of the Rings,Thrór,0.5758258104324341,0.1427182593064609,0.5465530157089233,0.2991310314576205,-0.029272794723510742,0.1564127721511596 +Dune,Margot Fenring/XD,0.5214381814002991,0.0573976079166477,0.5475935339927673,0.2202881246994731,0.02615535259246826,0.1628905167828254 +Harry Potter,Evan Rosier,0.5131301283836365,0.9094210946877266,0.5213402509689331,1.0734730159331596,0.00821012258529663,0.164051921245433 +Harry Potter,Hedwig,0.5528015494346619,1.3236348290723768e-06,0.5762235522270203,0.1659381307088989,0.0234220027923584,0.16593680707406983 +Harry Potter,Godric Gryffindor,0.5748502016067505,1.1248597042129604,0.5812059044837952,1.2911504332079202,0.006355702877044678,0.16629072899495978 +Dune,Liet Kynes/XD,0.5198890566825867,0.0384979796916463,0.5515170097351074,0.2048986887031006,0.03162795305252075,0.16640070901145432 +Dune,Lichna,0.4933736026287079,0.4607941610616827,0.4991544783115387,0.6320385965619723,0.0057808756828308105,0.17124443550028956 +The Hunger Games,Lysistrata Vickers,0.5299878716468811,0.0624234461597494,0.5494087338447571,0.2352364340905041,0.019420862197875977,0.1728129879307547 +The Hitchhiker's Guide to the Galaxy,Hig Hurtenflurst,0.4311544895172119,0.7357034993535283,0.4648569822311401,0.9106205941102864,0.03370249271392817,0.1749170947567581 +Dune,Scytale/XD,0.4761505424976349,0.2093171868761611,0.5132747888565063,0.3960213198969362,0.03712424635887146,0.18670413302077507 +The Lord of the Rings,Denethor II,0.5573152303695679,0.3191442459570789,0.5483073592185974,0.508731246913839,-0.009007871150970459,0.18958700095676007 +The Lord of the Rings,Balin,0.545987606048584,0.0079325536178869,0.5478176474571228,0.2038783731632371,0.0018300414085388184,0.1959458195453502 +Twilight,Mexican coven,0.4945212602615356,0.7120896398841041,0.5052410960197449,0.9084099254345048,0.010719835758209284,0.1963202855504007 +Harry Potter,Augustus Rookwood,0.5475334525108337,0.6735741322403885,0.5482975840568542,0.8720168612207716,0.0007641315460205078,0.19844272898038307 +Dune,Elrood Corrino IX/XD,0.5014886856079102,0.7986870708959393,0.4964533448219299,1.0047659140690426,-0.00503534078598028,0.20607884317310332 +The Hunger Games,Coral,0.5094689130783081,0.0683929223884989,0.5216844081878662,0.2821149151155435,0.012215495109558105,0.2137219927270446 +The Hitchhiker's Guide to the Galaxy,Loonquawl,0.5261984467506409,0.9040260224482054,0.5225129723548889,1.1205566695908122,-0.003685474395751953,0.21653064714260684 +The Hitchhiker's Guide to the Galaxy,Lunkwill and Fook,0.4987954497337341,1.0622800562416557,0.4609816074371338,1.292789493652111,-0.037813842296600286,0.23050943741045526 +Dune,Anirul Corrino,0.5229536890983582,0.912984212741053,0.5335439443588257,1.1447678403703647,0.01059025526046753,0.2317836276293117 +Dune,Jessica Atreides,0.3590573072433471,7.54236875157511e-57,0.4818017780780792,0.2374086048378717,0.12274447083473211,0.2374086048378717 +Harry Potter,Aragog,0.5675592422485352,0.0621554027726375,0.5482261776924133,0.3013141396150597,-0.019333064556121826,0.2391587368424222 +The Lord of the Rings,Shadowfax,0.609817624092102,2.95892640900092,0.568327784538269,3.212272673105406,-0.04148983955383301,0.2533462641044859 +Dune,Piter de Vries/XD,0.5154051780700684,0.6117765141619117,0.5281004309654236,0.8675560618658038,0.012695252895355225,0.2557795477038921 +Dune,Hwi Noree,0.5291639566421509,0.551620659027599,0.5500906705856323,0.8076787215781113,0.020926713943481445,0.2560580625505122 +Dune,Alef Burzmali,0.5162997245788574,0.6853367647984849,0.5388713479042053,0.943789855045517,0.0225716233253479,0.2584530902470321 +Dune,Farad'n Corrino/DE,0.5643123984336853,0.6382892980767515,0.565615177154541,0.9014461865952292,0.0013027787208557129,0.26315688851847774 +The Hitchhiker's Guide to the Galaxy,Gag Halfrunt,0.4883932471275329,1.5919163359704571,0.491943210363388,1.8584655163697192,0.0035499632358551025,0.2665491803992621 +Dune,Wensicia Corrino/DE,0.5442671775817871,0.8856984593840024,0.5538966655731201,1.1536499686322064,0.009629487991333008,0.267951509248204 +Twilight,Tia,0.5312673449516296,0.011323365791301,0.4967882633209228,0.2826571574840016,-0.03447908163070684,0.2713337916927006 +Dune,Iakin Nefud,0.5456339120864868,1.2145655852594326,0.5171811580657959,1.502250195797728,-0.028452754020690918,0.2876846105382953 +Dune,Minotauros Atreides,0.5035611391067505,0.8671570303325307,0.5322391390800476,1.170607102901288,0.02867799997329712,0.30345007256875745 +Twilight,Garrett,0.5204997062683105,0.0756510091212712,0.5225915312767029,0.3837643942936131,0.002091825008392334,0.3081133851723419 +Dune,Logno,0.494779884815216,0.5175822192659972,0.4899324774742126,0.8368306389827149,-0.004847407341003418,0.3192484197167177 +Harry Potter,Astoria Malfoy,0.5348907709121704,0.1618310931438816,0.5291686654090881,0.4954288238653214,-0.005722105503082275,0.3335977307214398 +Dune,Leto Atreides I,0.4812732934951782,0.7298950087245771,0.4988375008106231,1.0678744100759687,0.01756420731544489,0.3379794013513916 +Dune,Tertius Eileen Anteac,0.4962998330593109,0.7491380817120499,0.5162011384963989,1.08826615080431,0.019901305437088013,0.33912806909226023 +The Hunger Games,Festus Creed,0.5047379732131958,0.292450056603816,0.522467315196991,0.6338809804133214,0.017729341983795166,0.3414309238095054 +Harry Potter,Fat Friar,0.5442248582839966,0.1392300177906723,0.5460276007652283,0.4809326218203241,0.0018027424812316895,0.3417026040296518 +Harry Potter,Penelope Clearwater,0.5432977080345154,0.1907372821612631,0.5318372845649719,0.5358832991629894,-0.011460423469543457,0.3451460170017263 +Dune,Zufa Cenva,0.5443686842918396,0.4828090690761097,0.5427811741828918,0.8375289648919988,-0.001587510108947754,0.3547198958158891 +Twilight,Heidi,0.4594801962375641,0.0058870873388134,0.4990042746067047,0.3615343875953516,0.039524078369140625,0.35564730025653823 +Dune,Piter de Vries/DE,0.5194000601768494,0.3959634119992083,0.5429386496543884,0.7523480200734194,0.023538589477539062,0.3563846080742111 +The Hitchhiker's Guide to the Galaxy,Trillian,0.5511910319328308,0.3848918949493141,0.5486834049224854,0.7499072577522679,-0.002507627010345459,0.36501536280295377 +Dune,Marty,0.4871240854263305,0.8762413003474923,0.5070319771766663,1.241751018241186,0.01990789175033575,0.3655097178936937 +Dune,Rhombur Vernius,0.5480297207832336,0.3569623769988124,0.5683475732803345,0.7308611305292908,0.02031785249710083,0.3738987535304784 +Dune,Hedley Tuek,0.5054147243499756,0.7164470616324456,0.5168662667274475,1.1032708824101038,0.011451542377471924,0.3868238207776582 +Dune,Shaddam Corrino IV,0.4953395128250122,0.172399584012771,0.518018364906311,0.563532481815849,0.022678852081298828,0.39113289780307803 +The Hitchhiker's Guide to the Galaxy,The Lord,0.4767702221870422,1.191764036608358,0.5048403143882751,1.5856247393623424,0.028070092201232966,0.39386070275398444 +The Lord of the Rings,Meriadoc Brandybuck,0.5564203858375549,0.2999265634054204,0.5594236850738525,0.6961992607617269,0.0030032992362976074,0.3962726973563065 +Harry Potter,Victoire Weasley,0.4864944815635681,0.8898031067305227,0.4933436512947082,1.2884826591296104,0.006849169731140081,0.3986795523990877 +Dune,Kailea Vernius,0.5280104279518127,0.3548715464064059,0.5572851300239563,0.7615478963840646,0.029274702072143555,0.4066763499776587 +The Hitchhiker's Guide to the Galaxy,Garkbit,0.5333770513534546,0.8081476281573288,0.527380645275116,1.217868843014244,-0.005996406078338623,0.40972121485691515 +Harry Potter,Marcus Flint,0.5566878914833069,0.028752439961508,0.5396279692649841,0.4425258215826614,-0.017059922218322754,0.4137733816211534 +Dune,Farad'n Corrino/XD,0.5620886087417603,1.779329903679524,0.5563293099403381,2.1953197062928727,-0.005759298801422119,0.4159898026133486 +The Hitchhiker's Guide to the Galaxy,Old Man on the Pole,0.500385046005249,3.881556195734246,0.4827165305614471,4.301598800528192,-0.017668515443801935,0.4200426047939465 +The Lord of the Rings,Ungoliant,0.549044668674469,0.128973381792379,0.5599000453948975,0.5747775007490585,0.010855376720428467,0.44580411895667954 +The Hitchhiker's Guide to the Galaxy,Almighty Bob,0.5122503638267517,1.1139810710339946,0.5068441033363342,1.5708570873199224,-0.0054062604904174805,0.4568760162859278 +Twilight,Sasha,0.4814028441905975,0.49466531978256,0.5079740881919861,0.9649262742737336,0.026571244001388605,0.47026095449117356 +The Lord of the Rings,Thingol,0.525633692741394,0.0539210507006794,0.5319950580596924,0.5369288406434378,0.00636136531829834,0.4830077899427584 +The Hitchhiker's Guide to the Galaxy,Barman,0.4879155457019806,0.7203177013797761,0.5159683227539062,1.2035000664552176,0.02805277705192566,0.48318236507544143 +Dune,Jamis,0.5582770705223083,0.5487325101378681,0.5381486415863037,1.032355731511433,-0.02012842893600464,0.48362322137356484 +Harry Potter,Piers Polkiss,0.5167543888092041,1.2790685022656632,0.5319365859031677,1.762999561332922,0.015182197093963623,0.48393105906725875 +Dune,Paul Atreides/DE,0.5570170283317566,0.1683361047730633,0.5486254692077637,0.654087182543554,-0.00839155912399292,0.48575107777049076 +Dune,Feyd-Rautha Harkonnen/XD,0.5111600160598755,0.5703391772389732,0.5592771768569946,1.0971041940287012,0.04811716079711914,0.526765016789728 +Dune,Fafnir Corrino,0.47784024477005,0.5293927539006357,0.5147947072982788,1.057409332232301,0.036954462528228815,0.5280165783316654 +Dune,Miles Teg,0.5338758230209351,0.5553853662788213,0.5601738095283508,1.099096592885546,0.02629798650741577,0.5437112266067248 +The Hitchhiker's Guide to the Galaxy,Elvis Presley,0.4751115143299103,1.169051481893415,0.516801655292511,1.716701048061448,0.04169014096260071,0.547649566168033 +Harry Potter,Cadmus Peverell,0.5224007368087769,0.2924673914045537,0.5196977853775024,0.8439459175478803,-0.002702951431274414,0.5514785261433266 +Dune,Nayla,0.4948665201663971,1.0085290196960552,0.5376885533332825,1.5682694401101744,0.042822033166885376,0.5597404204141192 +Harry Potter,Ignatius Prewett,0.4868535101413727,0.954975833304807,0.5006044507026672,1.51826896694714,0.013750940561294556,0.5632931336423331 +The Lord of the Rings,Lúthien,0.5872931480407715,0.2200637304655536,0.5828491449356079,0.8041705413064058,-0.004444003105163574,0.5841068108408521 +The Hitchhiker's Guide to the Galaxy,Old Woman in the Cave,0.5357320308685303,5.493064329066271,0.5402321815490723,6.098349388261835,0.004500150680541992,0.6052850591955643 +The Hitchhiker's Guide to the Galaxy,Paul Neil Milne Johnstone,0.5124474763870239,2.048404221015958,0.5312544107437134,2.671428310758235,0.018806934356689453,0.6230240897422767 +The Lord of the Rings,Beorn,0.5504730343818665,0.085132550300705,0.5943840146064758,0.7126986481207102,0.043910980224609375,0.6275660978200052 +Twilight,Mary,0.5159986019134521,1.229007427614384,0.5262669324874878,1.860727296539297,0.010268330574035645,0.6317198689249128 +The Hitchhiker's Guide to the Galaxy,Googleplex Starthinker,0.5077226758003235,1.4366898551814142,0.5368738174438477,2.07225874033409,0.02915114164352417,0.635568885152676 +The Hitchhiker's Guide to the Galaxy,Arthur Dent,0.5318716168403625,0.1556366894415406,0.4954772591590881,0.8089813343550757,-0.03639435768127447,0.653344644913535 +Dune,Tylwyth Waff,0.5355414748191833,1.1598862362099518,0.5352148413658142,1.835082593202588,-0.0003266334533691406,0.6751963569926362 +Dune,Abulurd Harkonnen/DE,0.5182008743286133,1.362609917915952,0.5333595871925354,2.042315223473736,0.01515871286392212,0.6797053055577837 +Dune,Glossu Rabban,0.5391458868980408,0.8072538752724995,0.5096572637557983,1.487789837834364,-0.02948862314224243,0.6805359625618644 +Harry Potter,Anthony Goldstein,0.5168087482452393,0.0494898274919872,0.5054145455360413,0.7432056786452059,-0.011394202709197998,0.6937158511532188 +Harry Potter,Irma Crabbe,0.4379485547542572,0.6838871381836266,0.4309313893318176,1.382631797424559,-0.007017165422439575,0.6987446592409324 +Twilight,Eric Yorkie,0.4812694489955902,0.8048415657502396,0.5250717401504517,1.5095038559063598,0.04380229115486145,0.7046622901561203 +Twilight,Kebi,0.5515124201774597,0.244770392047594,0.500100314617157,0.9591320888827836,-0.051412105560302734,0.7143616968351896 +The Hitchhiker's Guide to the Galaxy,Prak,0.4988954663276672,0.8639535109612494,0.5057277679443359,1.6078580632582122,0.006832301616668757,0.7439045522969628 +Harry Potter,Ignotus Peverell,0.5352026224136353,0.0421127873851287,0.5331591367721558,0.8187404190719058,-0.002043485641479492,0.7766276316867771 +Dune,Wensicia Corrino/XD,0.548549473285675,0.4475773439032078,0.570370614528656,1.2279254044224142,0.021821141242980957,0.7803480605192064 +Dune,Helena Atreides,0.5223349928855896,0.5269385506040045,0.5534923672676086,1.3100626785103442,0.031157374382019043,0.7831241279063397 +The Hitchhiker's Guide to the Galaxy,Marvin,0.5226954817771912,0.5531746555418097,0.5307050347328186,1.3498369094942475,0.008009552955627441,0.7966622539524378 +Dune,Victor Atreides,0.528741717338562,0.5158123610834457,0.5407525300979614,1.3293292237988117,0.012010812759399414,0.8135168627153659 +Harry Potter,Dexter Fortescue,0.524878203868866,0.425494962526351,0.5224664211273193,1.2556065060829371,-0.002411782741546631,0.8301115435565861 +The Hitchhiker's Guide to the Galaxy,Eddie the Computer,0.5442699193954468,1.7117588772682366,0.5415846705436707,2.5446792653203074,-0.002685248851776123,0.8329203880520708 +Dune,Bellonda,0.5506885647773743,1.4931472276373354,0.5483011603355408,2.338640533834851,-0.002387404441833496,0.8454933061975154 +The Hitchhiker's Guide to the Galaxy,Golgafrinchans,0.5511670112609863,0.5549285345510245,0.5567904114723206,1.402434199539865,0.0056234002113342285,0.8475056649888405 +Dune,Raquella Berto-Anirul,0.5494669675827026,0.8528535514065485,0.5446735620498657,1.7036219628869,-0.004793405532836914,0.8507684114803515 +Dune,Stilgar,0.5141476392745972,0.0252189956389754,0.5429798364639282,0.9279516979442336,0.028832197189331055,0.9027327023052582 +Harry Potter,Beedle the Bard,0.522861897945404,4.498811265480763,0.5310685038566589,5.401560759845255,0.008206605911254883,0.9027494943644925 +Dune,Hayt,0.5371939539909363,1.2712192510858666,0.5351949334144592,2.2788322223784534,-0.0019990205764770508,1.0076129712925868 +Dune,Lucilla,0.5170367956161499,1.0097791824721207,0.5555893778800964,2.019183275173184,0.03855258226394653,1.0094040927010635 +The Hunger Games,Vipsania Sickle,0.4964489042758941,1.2332811483802,0.5109447240829468,2.296390425878495,0.014495819807052668,1.0631092774982949 +Dune,Jehanne Butler,0.5227755308151245,0.8694319747196473,0.533492922782898,1.932790710067074,0.010717391967773438,1.0633587353474268 +The Hitchhiker's Guide to the Galaxy,Judiciary Pag,0.5128049850463867,1.2943539963747523,0.5335613489151001,2.388537958569867,0.02075636386871338,1.0941839621951146 +Harry Potter,Wilhelmina Grubbly-Plank,0.5589131116867065,0.5504047508112356,0.5811431407928467,1.6592923667941,0.022230029106140137,1.1088876159828644 +Harry Potter,Helga Hufflepuff,0.5390971899032593,0.3471017908749374,0.5515829920768738,1.4637857624649413,0.012485802173614502,1.1166839715900039 +Twilight,J. Jenks,0.531209409236908,0.4950358655083797,0.5308963060379028,1.6316051347943996,-0.00031310319900512695,1.1365692692860199 +Harry Potter,Alice Longbottom,0.5555149912834167,0.1464946712747482,0.572822093963623,1.2940110439138062,0.0173071026802063,1.147516372639058 +Twilight,Lauren Mallory,0.5203814506530762,1.880009606168536,0.5196325778961182,3.033187796670408,-0.0007488727569580078,1.153178190501872 +The Hitchhiker's Guide to the Galaxy,Fenchurch,0.5083360075950623,1.592191246203948,0.5265572667121887,2.7457036977187443,0.018221259117126465,1.1535124515147963 +Dune,Farad'n Corrino,0.5639529228210449,1.5997431944150269,0.5616212487220764,2.7725924804205366,-0.002331674098968506,1.1728492860055098 +Dune,Elrood Corrino IX,0.5210123062133789,1.4066134364200111,0.5460413098335266,2.592456088742047,0.025029003620147705,1.1858426523220358 +The Hitchhiker's Guide to the Galaxy,Agrajag,0.5240415334701538,0.5323970607447832,0.5379686951637268,1.7408361850426886,0.013927161693572998,1.2084391242979053 +The Hitchhiker's Guide to the Galaxy,Emperor of the Galaxy,0.4611309766769409,2.3626019202895314,0.4836393892765045,3.6042548550150553,0.0225084125995636,1.2416529347255238 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Jeltz,0.5403652787208557,1.5783257100592378,0.5359954833984375,2.823853986381509,-0.004369795322418213,1.2455282763222713 +The Hitchhiker's Guide to the Galaxy,Great Green Arkleseizure,0.5434069037437439,2.987253942419447,0.5398224592208862,4.255710115868676,-0.003584444522857666,1.2684561734492292 +Harry Potter,Sirius Black II,0.4215435087680816,1.1228537650434445,0.4280705749988556,2.4662679958974936,0.006527066230773981,1.343414230854049 +The Hitchhiker's Guide to the Galaxy,Random Dent,0.4641633927822113,0.9790948260609776,0.4900609850883484,2.355361022691568,0.025897592306137085,1.3762661966305902 +The Hunger Games,Felix Ravinstill,0.4978830218315124,1.3126049466053806,0.524251401424408,2.7069989618803443,0.026368379592895563,1.3943940152749636 +The Hitchhiker's Guide to the Galaxy,Effrafax of Wug,0.4908310174942016,1.6261834995648905,0.5111228823661804,3.1375595737712403,0.020291864871978815,1.5113760742063498 +The Hitchhiker's Guide to the Galaxy,Dan Streetmentioner,0.5099366903305054,1.643850886403297,0.5405710339546204,3.1816142765946127,0.03063434362411499,1.5377633901913157 +The Hunger Games,Palmyra Monty,0.4854088723659515,1.0346429652319125,0.5160622596740723,2.59834323367383,0.030653387308120783,1.5637002684419175 +The Lord of the Rings,Khamûl,0.4991201758384704,0.1582936136919527,0.5586355328559875,1.793892514561512,0.059515357017517145,1.6355989008695595 +The Hitchhiker's Guide to the Galaxy,Great Circling Poets of Arium,0.5628529787063599,5.7914701379707925,0.5559934377670288,7.444573611594727,-0.006859540939331055,1.6531034736239345 +Dune,Margot Fenring,0.5036774277687073,1.652360164183928,0.5483601689338684,3.3254174345263,0.04468274116516113,1.673057270342372 +The Hunger Games,Dill,0.4967287182807922,0.7968083927554982,0.5278428792953491,2.485262715655405,0.03111416101455694,1.6884543228999065 +Dune,Schwangyu,0.4926276504993438,1.0669962422332284,0.5143282413482666,2.7588991693321026,0.021700590848922785,1.6919029270988741 +Dune,Edric,0.4862787127494812,1.1251288929263867,0.4916366636753082,2.8910878840380323,0.005357950925827026,1.7659589911116456 +The Hunger Games,Hilarius Heavensbee,0.5179992318153381,1.5423424951846063,0.5204738974571228,3.441486370433192,0.002474665641784668,1.8991438752485856 +Twilight,Santiago,0.5025033354759216,1.4057027425233102,0.5195925831794739,3.332715111611792,0.017089247703552246,1.927012369088482 +Harry Potter,Ernest Prang,0.5294076204299927,1.4324730684956046,0.560053825378418,3.37059206821222,0.030646204948425293,1.9381189997166155 +Dune,Daniel,0.5054863095283508,1.156260320294123,0.5355330109596252,3.150722277861901,0.030046701431274414,1.994461957567778 +The Hitchhiker's Guide to the Galaxy,Lig Lury Jr,0.5144686102867126,2.094207957017673,0.546027421951294,4.128605340021927,0.0315588116645813,2.0343973830042543 +Dune,Norma Cevna,0.504711389541626,0.6081832269861903,0.52064049243927,2.719788599391379,0.015929102897644043,2.111605372405189 +The Hitchhiker's Guide to the Galaxy,Hactar,0.5415095686912537,1.7986262996613993,0.5409008860588074,3.9447276381562535,-0.0006086826324462891,2.146101338494854 +Harry Potter,Marlene McKinnon,0.5079734921455383,1.271044782279647,0.5446146726608276,3.679384671792475,0.03664118051528931,2.4083398895128285 +The Hitchhiker's Guide to the Galaxy,Roosta,0.4848386347293854,0.8314865504954853,0.5040119290351868,3.2408819615982014,0.01917329430580139,2.4093954111027163 +Harry Potter,Regulus Black I,0.4737982153892517,1.3627792185668255,0.4683603644371032,3.782804810686204,-0.005437850952148493,2.4200255921193783 +The Hitchhiker's Guide to the Galaxy,Lajestic Vantrashell of Lob,0.5107476711273193,0.8317512375873324,0.5502901673316956,3.3094251256544345,0.03954249620437622,2.477673888067102 +The Hitchhiker's Guide to the Galaxy,Questular Rontok,0.4915196001529693,0.7772225286536903,0.4946693480014801,3.361145219866005,0.0031497478485107977,2.5839226912123148 +The Hitchhiker's Guide to the Galaxy,Hillman Hunter,0.4651113450527191,3.1014311124889375e-08,0.5008059740066528,2.6112248955490758,0.035694628953933716,2.6112248645347647 +The Hitchhiker's Guide to the Galaxy,Haggunenons,0.539333164691925,0.4945963307851389,0.558082640171051,3.349477014080598,0.018749475479125977,2.854880683295459 +The Hitchhiker's Guide to the Galaxy,Colin the Security Robot,0.5251595973968506,2.444572493933885,0.5197945833206177,5.4842990813960935,-0.00536501407623291,3.0397265874622086 +The Hitchhiker's Guide to the Galaxy,Hurling Frootmig,0.5130497217178345,0.9101723590259572,0.5277324914932251,3.9894213199495328,0.014682769775390625,3.0792489609235756 +The Hitchhiker's Guide to the Galaxy,Max Quordlepleen,0.4817720949649811,2.1863611587165366,0.5069513916969299,5.508965424518062,0.025179296731948853,3.322604265801526 +Harry Potter,Galatea Merrythought,0.5108742713928223,0.8897644041633969,0.542755126953125,4.277539392633426,0.031880855560302734,3.3877749884700292 +The Hitchhiker's Guide to the Galaxy,Agda,0.4889400005340576,1.2845804230061522,0.5137884616851807,5.051950156275736,0.024848461151123047,3.767369733269584 +Harry Potter,Dilys Derwent,0.5257084965705872,1.5585679755874766,0.5429420471191406,5.438772158060853,0.017233550548553467,3.880204182473376 +Harry Potter,Emeric the Evil,0.5510760545730591,1.3528009050659322,0.527782678604126,5.367036443218868,-0.023293375968933105,4.014235538152937 +The Hitchhiker's Guide to the Galaxy,Guide Mark II,0.5441259145736694,2.788454872783037,0.5378767251968384,7.089667917977646,-0.006249189376831055,4.30121304519461 diff --git a/ressources/data/differences/sorted_by_h_to_wh_2.csv b/ressources/data/differences/sorted_by_h_to_wh_2.csv new file mode 100644 index 0000000000000000000000000000000000000000..9ff545c36e105bc2f57b33a0bbc96f3186ced8cd --- /dev/null +++ b/ressources/data/differences/sorted_by_h_to_wh_2.csv @@ -0,0 +1,536 @@ +Book,Character,F1,h,wF1,wh,F1_to_wF1,h_to_wh +The Hitchhiker's Guide to the Galaxy,Grunthos the Flatulent,0.5851119160652161,14.204895067124372,0.5333231687545776,2.029083148023388,-0.05178874731063843,-12.175811919100983 +The Hitchhiker's Guide to the Galaxy,Ruler of the Universe,0.5373949408531189,11.186623258316212,0.5021905303001404,4.566161762510675,-0.035204410552978516,-6.620461495805537 +The Hitchhiker's Guide to the Galaxy,Oolon Colluphid,0.5982188582420349,6.408382901372876,0.5247104167938232,0.6851568358622919,-0.07350844144821167,-5.723226065510584 +The Hitchhiker's Guide to the Galaxy,Zaphod Beeblebrox,0.5411131978034973,5.932940301800547,0.5078474283218384,0.5277342365851457,-0.033265769481658936,-5.405206065215401 +The Lord of the Rings,Gollum,0.5291568040847778,3.705028028504992,0.5690483450889587,8.699523896320845e-05,0.03989154100418091,-3.704941033266029 +The Hitchhiker's Guide to the Galaxy,Vroomfondel,0.5152117609977722,6.701656130459915,0.5466178059577942,3.1092435488371115,0.03140604496002197,-3.592412581622803 +The Hitchhiker's Guide to the Galaxy,Great Circling Poets of Arium,0.5367315411567688,4.370866025613554,0.5408584475517273,1.5397010081053488,0.004126906394958496,-2.8311650175082055 +The Hitchhiker's Guide to the Galaxy,Eccentrica Gallumbits,0.5858138203620911,6.093317507172282,0.5641888976097107,3.2757968835619136,-0.02162492275238037,-2.8175206236103683 +The Hitchhiker's Guide to the Galaxy,Genghis Khan,0.5922291874885559,4.083320716568894,0.5532245635986328,1.5547980690861125,-0.039004623889923096,-2.528522647482781 +The Hitchhiker's Guide to the Galaxy,Eddie the Computer,0.5331401228904724,2.792240301907723,0.5470018982887268,0.4414835487518533,0.013861775398254395,-2.3507567531558697 +Dune,Abulurd Harkonnen/DE,0.5616024732589722,3.4492163078837303,0.562070906162262,1.3021326139187606,0.0004684329032897949,-2.14708369396497 +The Hitchhiker's Guide to the Galaxy,Loonquawl,0.5675374865531921,3.474656528157039,0.5376206040382385,1.3429501740829808,-0.029916882514953613,-2.1317063540740584 +Harry Potter,Herbert Beery,0.5162932872772217,2.250967884408274,0.4790046513080597,0.142369494150174,-0.03728863596916199,-2.1085983902581 +Dune,Tlaloc,0.5449262857437134,2.7384607423598686,0.5439847707748413,0.7037411823560461,-0.0009415149688720703,-2.0347195600038224 +The Hitchhiker's Guide to the Galaxy,Lunkwill and Fook,0.5276358127593994,2.9965848437362994,0.5182853937149048,1.1740215997223642,-0.009350419044494629,-1.8225632440139352 +The Hitchhiker's Guide to the Galaxy,Hillman Hunter,0.5006437301635742,2.7899036879372,0.513340950012207,1.0347394430450858,0.012697219848632812,-1.755164244892114 +The Hitchhiker's Guide to the Galaxy,Hotblack Desiato,0.562212347984314,6.781755302414514,0.5374886989593506,5.2482087120285295,-0.02472364902496338,-1.5335465903859848 +The Hitchhiker's Guide to the Galaxy,Captain,0.4807829558849334,2.5046832665816905,0.5165687203407288,1.1028505184239683,0.035785764455795344,-1.4018327481577222 +The Hitchhiker's Guide to the Galaxy,Heimdall,0.555895209312439,4.283489710728449,0.5080553889274597,2.9316034691248065,-0.04783982038497925,-1.3518862416036423 +The Lord of the Rings,Gimli,0.5105307102203369,1.216968090269469,0.5263262987136841,0.016622484906822,0.015795588493347168,-1.2003456053626471 +The Hitchhiker's Guide to the Galaxy,Gag Halfrunt,0.4843465983867645,1.8127814712023955,0.4792088568210602,0.6444925836020515,-0.005137741565704346,-1.1682888876003439 +The Hitchhiker's Guide to the Galaxy,Guide Mark II,0.5226348638534546,3.1566339689350262,0.5612154006958008,2.0491005938916884,0.03858053684234619,-1.1075333750433378 +The Hitchhiker's Guide to the Galaxy,Lady Cynthia Fitzmelton,0.503120481967926,1.5543681799565283,0.5122653841972351,0.4555072083028727,0.009144902229309082,-1.0988609716536555 +Dune,Elrood Corrino IX,0.5538781881332397,4.098105242552675,0.5435056686401367,3.0508495856323568,-0.010372519493103027,-1.0472556569203184 +Dune,Glossu Rabban,0.526726484298706,1.2928471703030815,0.4903328120708465,0.249046498006378,-0.03639367222785955,-1.0438006722967035 +Dune,Bellonda,0.5699397921562195,2.383574064995923,0.5704931020736694,1.362803381130809,0.0005533099174499512,-1.0207706838651143 +Dune,Mapes,0.5498136281967163,2.466229955630777,0.5477238297462463,1.4846084645258688,-0.0020897984504699707,-0.9816214911049082 +The Hitchhiker's Guide to the Galaxy,Rob McKenna,0.507345974445343,1.5417048294998257,0.5014834403991699,0.6059085975018845,-0.005862534046173096,-0.9357962319979412 +The Hitchhiker's Guide to the Galaxy,The Lord,0.4792637228965759,2.781357853292775,0.5209159851074219,1.9092905010805743,0.04165226221084595,-0.8720673522122007 +Harry Potter,Dilys Derwent,0.5203427672386169,1.386744258734767,0.5238211750984192,0.5413780258136492,0.003478407859802246,-0.8453662329211177 +Dune,Sheeana Brugh,0.5290815234184265,1.2284875339306975,0.5284982323646545,0.3994258872260079,-0.0005832910537719727,-0.8290616467046896 +The Hitchhiker's Guide to the Galaxy,Almighty Bob,0.5234580636024475,2.6345107606610694,0.5280137062072754,1.8213509029180628,0.004555642604827881,-0.8131598577430066 +Dune,Rhombur Vernius,0.5723822712898254,0.9344675918457702,0.5706589818000793,0.2002465210805683,-0.0017232894897460938,-0.7342210707652019 +The Hitchhiker's Guide to the Galaxy,Haggunenons,0.5338510274887085,0.887195783766659,0.5434936285018921,0.1669012953670513,0.009642601013183594,-0.7202944883996076 +Dune,Tyros Reffa,0.4875735342502594,1.7514703739442326,0.5272082090377808,1.0914193380855193,0.03963467478752136,-0.6600510358587133 +The Hitchhiker's Guide to the Galaxy,Majikthise,0.5190516710281372,3.978551986098361,0.5503026247024536,3.348809212583568,0.031250953674316406,-0.6297427735147934 +Harry Potter,Radolphus Lestrange,0.4995243549346924,1.8285951571563253,0.5098558664321899,1.2007200762048478,0.010331511497497559,-0.6278750809514775 +Dune,Tylwyth Waff/XD,0.5273714661598206,0.7037667032244017,0.5351602435112,0.0987834808153219,0.0077887773513793945,-0.6049832224090799 +Dune,Glossu Rabban Harkonnen,0.5301319360733032,1.381404582935144,0.516819417476654,0.7834448159707762,-0.01331251859664917,-0.5979597669643678 +Dune,Shando Vernius,0.5347109436988831,1.2003875407322944,0.5282952189445496,0.6185611994891802,-0.006415724754333496,-0.5818263412431142 +Dune,Raquella Berto-Anirul,0.522921085357666,0.5692307694964996,0.5143487453460693,0.02978258695742,-0.00857234001159668,-0.5394481825390797 +Dune,Glossu Rabban Harkonnen/DE,0.5094492435455322,0.564735824507272,0.5509238243103027,0.0433087306206947,0.04147458076477051,-0.5214270938865773 +Twilight,Tyler Crowley,0.5317482948303223,0.548659530226328,0.5190672874450684,0.0318744989728187,-0.012681007385253906,-0.5167850312535093 +Harry Potter,Cadmus Peverell,0.5237928628921509,0.5215097141974081,0.4872148036956787,0.011053314097276,-0.03657805919647217,-0.5104564001001322 +Dune,Elrood Corrino IX/DE,0.5202887654304504,1.042139631711184,0.5393968224525452,0.541932758096681,0.019108057022094727,-0.500206873614503 +Dune,Alia Atreides,0.5209186673164368,0.7155195294622008,0.5270995497703552,0.2442047820529947,0.006180882453918457,-0.4713147474092061 +Dune,Jehanne Butler,0.4713389575481415,0.6350021696992341,0.5190722346305847,0.17078706747944,0.04773327708244324,-0.46421510221979406 +The Lord of the Rings,Melian,0.5785197615623474,0.9025363030766188,0.574794352054596,0.4496179786125848,-0.003725409507751465,-0.452918324464034 +Twilight,Eric Yorkie,0.5160184502601624,0.4664317085760456,0.5238882303237915,0.0153270262658201,0.00786978006362915,-0.4511046823102255 +The Hunger Games,Livia Cardew,0.499139666557312,1.013031508725081,0.544862687587738,0.5675167285394436,0.045723021030426025,-0.4455147801856374 +Dune,Iakin Nefud,0.5756993293762207,2.0653752018486355,0.5634428858757019,1.626699947685858,-0.012256443500518799,-0.43867525416277764 +The Hitchhiker's Guide to the Galaxy,Lig Lury Jr,0.5036037564277649,1.4222595725015843,0.5253148078918457,0.9935720888143272,0.02171105146408081,-0.42868748368725706 +Dune,Aramsham,0.5359182953834534,1.7316828664832231,0.5055357217788696,1.3036836399952834,-0.03038257360458374,-0.42799922648793975 +Dune,Liet Kynes,0.5768128633499146,0.8463071901235782,0.5793363451957703,0.4189848275402531,0.002523481845855713,-0.4273223625833251 +Dune,Daniel,0.5084262490272522,1.6176609933168422,0.5299350023269653,1.2009534513931983,0.021508753299713135,-0.4167075419236439 +Dune,Harah,0.5457082390785217,0.4115042727871725,0.5346150994300842,0.0009467065692232,-0.0110931396484375,-0.4105575662179493 +The Hitchhiker's Guide to the Galaxy,Constant Mown,0.5184033513069153,3.008252762159365,0.4873604774475097,2.5984632141138717,-0.031042873859405573,-0.4097895480454934 +The Hitchhiker's Guide to the Galaxy,Golgafrinchans,0.5412099361419678,0.5530726381345293,0.5514329671859741,0.1599377797939523,0.010223031044006348,-0.39313485834057704 +The Hitchhiker's Guide to the Galaxy,Trillian,0.5364824533462524,0.442606678964167,0.5415812730789185,0.067516674777364,0.005098819732666016,-0.375090004186803 +The Hitchhiker's Guide to the Galaxy,Alice Beeblebrox,0.5141850709915161,1.213913810723373,0.5451333522796631,0.8392531960060112,0.030948281288146973,-0.3746606147173617 +Dune,Tertius Eileen Anteac,0.487254798412323,0.7282112247168727,0.5253116488456726,0.3573271621070407,0.03805685043334961,-0.37088406260983203 +The Hitchhiker's Guide to the Galaxy,Great Green Arkleseizure,0.5418887734413147,6.285150814644261,0.5641208291053772,5.973755690155872,0.0222320556640625,-0.31139512448838946 +Twilight,Mexican coven,0.4999338090419769,0.3396920678140909,0.4795456528663635,0.0499583758790874,-0.020388156175613348,-0.2897336919350035 +Harry Potter,Hugo Granger-Weasley,0.5125531554222107,0.3478228236742547,0.4696049392223358,0.0600621020790894,-0.04294821619987488,-0.2877607215951653 +Dune,Shaddam Corrino IV,0.4981652498245239,0.2835774697222974,0.472642183303833,0.0065887780148178,-0.025523066520690918,-0.27698869170747964 +Twilight,Rachel Black,0.4924367666244507,0.296796409199166,0.5020495653152466,0.0494427206683921,0.009612798690795898,-0.24735368853077389 +The Hitchhiker's Guide to the Galaxy,God,0.5163047313690186,1.1040117401285403,0.5072826743125916,0.8570355538687026,-0.009022057056427002,-0.24697618625983775 +The Lord of the Rings,Éomer,0.5551220178604126,0.2603075707042285,0.5809876918792725,0.0164847737569122,0.025865674018859863,-0.2438227969473163 +Harry Potter,Eloise Midgen,0.5449300408363342,0.5218755886401193,0.5256986021995544,0.2836631806317762,-0.019231438636779785,-0.2382124080083431 +Twilight,Brady Fuller,0.4090557098388672,0.6229840897149145,0.3905723392963409,0.3876249619113957,-0.0184833705425263,-0.23535912780351875 +Dune,Edric,0.4336298108100891,1.140654274329966,0.4625941812992096,0.9182846196742984,0.028964370489120483,-0.2223696546556675 +Dune,Norma Cevna,0.5139651298522949,0.3566619664689491,0.5172470211982727,0.1368804623410349,0.003281891345977783,-0.2197815041279142 +Dune,Zufa Cenva,0.535542905330658,0.2428014161582116,0.5369623899459839,0.0295466770474882,0.0014194846153259277,-0.2132547391107234 +Twilight,Senna,0.5403485894203186,2.186114829010992,0.5326903462409973,1.9753324641530992,-0.007658243179321289,-0.21078236485789303 +The Hitchhiker's Guide to the Galaxy,Prak,0.4881736636161804,0.6609615694559035,0.5365588665008545,0.4519610109003185,0.04838520288467407,-0.20900055855558497 +Dune,Murbella,0.5583533048629761,0.3323313199238806,0.5768553614616394,0.1271963536266704,0.01850205659866333,-0.2051349662972102 +Dune,Chani Kynes/XD,0.5528910756111145,0.3128902571275598,0.5869391560554504,0.1191117144760028,0.03404808044433594,-0.193778542651557 +Dune,Octa Butler,0.4946991801261902,1.1514294397011324,0.5528679490089417,0.962492586838698,0.058168768882751465,-0.18893685286243445 +Harry Potter,Fat Lady,0.5768054127693176,0.2346624184102494,0.565985918045044,0.0516784197772438,-0.010819494724273682,-0.1829839986330056 +Twilight,Kebi,0.5308642387390137,0.1671621181294346,0.4842478036880493,0.0017925352844,-0.046616435050964355,-0.1653695828450346 +The Lord of the Rings,Denethor II,0.5547358393669128,0.3830326786009035,0.5633900165557861,0.2318774983593413,0.008654177188873291,-0.15115518024156221 +Dune,Hwi Noree,0.5311533808708191,0.672941057891257,0.5499973297119141,0.5468427673388215,0.01884394884109497,-0.1260982905524355 +Dune,Anirul Corrino,0.5426421165466309,2.3241641045117847,0.5719643235206604,2.20351823703972,0.02932220697402954,-0.12064586747206452 +Dune,Wensicia Corrino/XD,0.5377728343009949,0.4848777670939961,0.5488365292549133,0.3736514618985455,0.011063694953918457,-0.11122630519545063 +The Lord of the Rings,Boromir,0.5634456872940063,0.1374169911293734,0.5519852638244629,0.0360418521057107,-0.011460423469543457,-0.10137513902366269 +The Hitchhiker's Guide to the Galaxy,Lintilla,0.5251702666282654,0.342288267348207,0.5280521512031555,0.2427246574345904,0.0028818845748901367,-0.0995636099136166 +The Lord of the Rings,Gandalf,0.4864636957645416,0.0974686630667356,0.5542777180671692,7.033810516240278e-14,0.06781402230262756,-0.09746866306666527 +Dune,Gurney Halleck,0.5655193328857422,0.1045540437069848,0.56111741065979,0.011240778329214,-0.0044019222259521484,-0.09331326537777081 +Dune,Paul Atreides/DE,0.5634405016899109,0.4407865786856108,0.5617043375968933,0.3551938912362575,-0.0017361640930175781,-0.08559268744935328 +Dune,Miles Teg,0.5475389361381531,0.1075982099309453,0.5213576555252075,0.0277279262426023,-0.026181280612945557,-0.079870283688343 +Dune,Jessica Atreides,0.4806592464447021,0.077273601644819,0.4668397009372711,0.001207761106642,-0.013819545507430975,-0.076065840538177 +Twilight,Collin Littlesea,0.4289748966693878,0.544437395537312,0.4198585450649261,0.4759895442494396,-0.009116351604461725,-0.06844785128787234 +The Lord of the Rings,Maedhros,0.5790686011314392,0.095142802982454,0.5792950987815857,0.0277984730573258,0.00022649765014648438,-0.0673443299251282 +The Lord of the Rings,Fíli and Kíli,0.5999771356582642,0.1229874659634706,0.57950359582901,0.0583645212978438,-0.02047353982925415,-0.06462294466562679 +Harry Potter,Aragog,0.5676296353340149,0.0607318054070983,0.5605424046516418,0.0002716483593133,-0.007087230682373047,-0.060460157047785 +Dune,Lucilla,0.5184893608093262,0.1804198923209891,0.5546405911445618,0.1200445918051933,0.036151230335235596,-0.0603753005157958 +Dune,Paulus Atreides,0.5536304712295532,0.5881673042702673,0.5621044039726257,0.5307404665302761,0.00847393274307251,-0.05742683773999124 +Harry Potter,Buckbeak,0.5726233720779419,0.2252999993733712,0.5625659823417664,0.1682413674463762,-0.010057389736175537,-0.05705863192699501 +Dune,Kailea Vernius,0.5259507298469543,0.6207384836168537,0.5567383170127869,0.5638931182982911,0.03078758716583252,-0.056845365318562546 +Dune,Pardot Kynes/XD,0.5762752890586853,0.0647142501138087,0.5644943118095398,0.012257828212334,-0.011780977249145508,-0.052456421901474704 +Dune,Gaius Helen Mohiam/XD,0.541538417339325,0.1216476349570876,0.5704416036605835,0.0697233499009201,0.028903186321258545,-0.05192428505616749 +Dune,Margot Fenring/XD,0.5473545789718628,0.0638435626611669,0.5835996866226196,0.0134577778721443,0.036245107650756836,-0.05038578478902261 +The Hitchhiker's Guide to the Galaxy,Frankie and Benjy,0.4949437081813812,0.0669423366019376,0.5053572058677673,0.0175326380737249,0.010413497686386108,-0.0494096985282127 +Twilight,Mike Newton,0.5144067406654358,0.0458159535995126,0.5257408022880554,0.0001861320113812,0.011334061622619629,-0.0456298215881314 +Dune,Dama,0.4524624943733215,0.6829508085044583,0.5355659127235413,0.6375156050084873,0.08310341835021978,-0.04543520349597108 +The Hitchhiker's Guide to the Galaxy,Hactar,0.5668292045593262,0.6813560562863862,0.5276831388473511,0.6359220030717608,-0.0391460657119751,-0.04543405321462535 +Harry Potter,Griphook,0.5330000519752502,0.0468923442031649,0.5396533012390137,0.0016619385107117,0.006653249263763428,-0.0452304056924532 +The Hitchhiker's Guide to the Galaxy,Judiciary Pag,0.5260332226753235,2.456362106680628,0.5440967679023743,2.4157124773643326,0.01806354522705078,-0.04064962931629523 +Twilight,Sasha,0.4728780388832092,0.2786436116883695,0.5139268040657043,0.246721970916106,0.04104876518249517,-0.031921640772263477 +Dune,Stilgar/XD,0.5582945942878723,0.0748184125285974,0.5639162659645081,0.0440476659199736,0.005621671676635742,-0.030770746608623806 +The Hitchhiker's Guide to the Galaxy,Colin the Security Robot,0.5031183362007141,1.0910237479024243,0.5448169708251953,1.061180048644928,0.0416986346244812,-0.029843699257496192 +Harry Potter,Wilhelmina Grubbly-Plank,0.5446015000343323,0.1776621053847571,0.5636718273162842,0.1504676766902166,0.019070327281951904,-0.0271944286945405 +Dune,Irulan Corrino/XD,0.5657967329025269,0.0851919648575388,0.5876041054725647,0.0586366753865381,0.021807372570037842,-0.0265552894710007 +Harry Potter,Astoria Malfoy,0.5330653190612793,0.071759855159931,0.5416371822357178,0.0456179693712173,0.008571863174438477,-0.026141885788713695 +Harry Potter,Rosmerta,0.5584356188774109,0.0242877103120338,0.5441882610321045,0.0005039614592825,-0.014247357845306396,-0.023783748852751297 +The Hitchhiker's Guide to the Galaxy,Phouchg,0.5353819131851196,1.710826574643758,0.5147252082824707,1.687921855975441,-0.020656704902648926,-0.022904718668317114 +Dune,Bijaz,0.4847066402435303,0.0892107278145377,0.5196388959884644,0.0701587489979539,0.03493225574493408,-0.01905197881658381 +Dune,Leto Atreides I,0.4768660068511963,0.2455701059860043,0.4574279189109802,0.2269201308754526,-0.019438087940216064,-0.018649975110551692 +Dune,Vladimir Harkonnen/DE,0.5605220198631287,0.0330613474971887,0.5588648915290833,0.0150821267188701,-0.0016571283340454102,-0.017979220778318598 +Harry Potter,Silvanus Kettleburn,0.5275212526321411,0.022583050870871,0.5495402812957764,0.0048152914737853,0.022019028663635254,-0.0177677593970857 +Twilight,Jared Cameron,0.4954007863998413,0.0226965520277067,0.5320535898208618,0.0051303507621585,0.03665280342102051,-0.017566201265548198 +Dune,Leto Atreides II,0.5220441222190857,0.0184251310010945,0.5218577980995178,0.0011210564398336,-0.0001863241195678711,-0.0173040745612609 +Harry Potter,Crookshanks,0.5740411281585693,0.0171309874604929,0.5658152103424072,0.0014498329952435,-0.00822591781616211,-0.0156811544652494 +Dune,Siona Atreides/DE,0.5196829438209534,0.0184911770212617,0.5410690307617188,0.0028124435928282,0.02138608694076538,-0.015678733428433497 +Dune,Piter de Vries/XD,0.5338701605796814,0.504362358181385,0.554705798625946,0.4889792982719898,0.02083563804626465,-0.015383059909395147 +Dune,Leto Atreides I/DE,0.5523080825805664,0.015504835113303,0.5457203388214111,0.0013173072435292,-0.0065877437591552734,-0.0141875278697738 +Harry Potter,Millicent Bulstrode,0.5132447481155396,0.0173818833284526,0.5281895995140076,0.0053426531003952,0.014944851398468018,-0.012039230228057399 +Twilight,Laurent,0.5187574028968811,0.0234344757140194,0.5332944393157959,0.0116029921855727,0.014537036418914795,-0.011831483528446698 +Twilight,Garrett,0.515531599521637,0.0134451740309397,0.5252370238304138,0.0016746169219532,0.009705424308776855,-0.0117705571089865 +Dune,Anirul Corrino/XD,0.532350480556488,0.0140262851391658,0.577077329158783,0.0028045473248675,0.04472684860229492,-0.0112217378142983 +The Hunger Games,Coral,0.503770649433136,0.0115742674437374,0.4946725070476532,0.0005344490970077,-0.009098142385482788,-0.0110398183467297 +Dune,Liet Kynes/XD,0.5371055006980896,0.0478408465848011,0.5457416772842407,0.0371137512966966,0.008636176586151123,-0.010727095288104505 +The Lord of the Rings,Éowyn,0.5146462321281433,0.0100364208545074,0.5433553457260132,0.000115929448061,0.028709113597869873,-0.0099204914064464 +Dune,Kwisatz Haderach,0.5476922392845154,0.0101165084388546,0.5426133275032043,0.0005593398505195,-0.005078911781311035,-0.0095571685883351 +The Lord of the Rings,Treebeard,0.5381647944450378,0.0693006924223226,0.5744421482086182,0.0625274590293839,0.03627735376358032,-0.006773233392938699 +The Lord of the Rings,Faramir,0.557635486125946,0.0062398131229013,0.5817018747329712,8.39723844606111e-05,0.024066388607025146,-0.006155840738440689 +Twilight,Zafrina,0.5336583256721497,0.0240892151345803,0.5528468489646912,0.0182850366375656,0.019188523292541504,-0.0058041784970147 +Twilight,Amun,0.4968675971031189,0.0065384147651925,0.5135312676429749,0.0009805412753831,0.016663670539855957,-0.0055578734898094 +Twilight,Huilen,0.5120039582252502,0.0403223562805001,0.5332587361335754,0.035222040820397,0.021254777908325195,-0.005100315460103096 +The Lord of the Rings,Watcher in the Water,0.5617328882217407,0.0050365699862878,0.5825566053390503,1.6163135126783976e-07,0.02082371711730957,-0.0050364083549365325 +The Hunger Games,Clemensia Dovecote,0.515857994556427,0.0055130531524186,0.5453809499740601,0.0023019706255517,0.029522955417633057,-0.0032110825268669 +Dune,Vladimir Harkonnen,0.5121381282806396,0.0042657796078804,0.5284905433654785,0.001484507013472,0.016352415084838867,-0.0027812725944083997 +Dune,Faykan Butler,0.4732665121555328,0.008630108199796,0.452250063419342,0.0058656709084504,-0.021016448736190796,-0.0027644372913456002 +Dune,Jessica Atreides/XD,0.562642514705658,0.0025885219734825,0.5865552425384521,6.439355719379739e-05,0.02391272783279419,-0.0025241284162887023 +Harry Potter,Arabella Figg,0.5170759558677673,0.0022231986866603,0.5332129001617432,5.95077863801853e-06,0.01613694429397583,-0.0022172479080222814 +Dune,Serena Butler,0.538329005241394,0.0021212839343574,0.4867168664932251,2.056978968383899e-08,-0.051612138748168945,-0.0021212633645677163 +Twilight,Bree Tanner,0.533265233039856,0.0022865927939255,0.5513387322425842,0.0003197573019212,0.01807349920272827,-0.0019668354920043003 +Dune,Chani Kynes/DE,0.5478807687759399,0.002884859704655,0.5485470294952393,0.0009971733106332,0.0006662607192993164,-0.0018876863940218002 +Harry Potter,Rufus Scrimgeour,0.5396872162818909,0.0018385892840146,0.5684691071510315,1.554077793965021e-05,0.028781890869140625,-0.0018230485060749498 +Harry Potter,Penelope Clearwater,0.5102328062057495,0.0020813929532865,0.5033614039421082,0.000427464742219,-0.006871402263641357,-0.0016539282110675 +Dune,Jessica Atreides/DE,0.5719187259674072,0.0015890894301236,0.5862370133399963,5.193074740749164e-07,0.014318287372589111,-0.0015885701226495252 +The Lord of the Rings,Gil-galad,0.5772643089294434,0.0016849887100595,0.5849165916442871,0.0002802341897025,0.00765228271484375,-0.001404754520357 +The Hitchhiker's Guide to the Galaxy,Ford Prefect,0.536252498626709,0.0010517575037463,0.5027309656143188,1.488856328059061e-07,-0.03352153301239014,-0.001051608618113494 +Twilight,Caius,0.5315373539924622,0.0011100875053708,0.5410878658294678,6.800095717717796e-05,0.009550511837005615,-0.001042086548193622 +Twilight,Nahuel,0.5414093732833862,0.0048054904125045,0.5312753915786743,0.0039285678047031,-0.010133981704711914,-0.0008769226078014 +Dune,Shaddam Corrino IV/XD,0.5234718918800354,0.0009480905239706,0.5249260663986206,7.932358610458084e-05,0.001454174518585205,-0.0008687669378660192 +The Lord of the Rings,Tom Bombadil,0.5519827604293823,0.0009282460298495,0.5654622912406921,0.0001126605924372,0.013479530811309814,-0.0008155854374123 +The Lord of the Rings,Isildur,0.5781658887863159,0.0008949671636997,0.5898236036300659,8.089107747225476e-05,0.01165771484375,-0.0008140760862274453 +Harry Potter,Zacharias Smith,0.5108014941215515,0.0012035558723598,0.4993472993373871,0.0004066762857925,-0.011454194784164429,-0.0007968795865673001 +Dune,Leto Atreides II/XD,0.5606701970100403,0.0008687544666935,0.5439195036888123,8.422688475413462e-05,-0.016750693321228027,-0.0007845275819393654 +Twilight,Heidi,0.4422834515571594,0.0014260176892839,0.4638873338699341,0.0009163830974332,0.021603882312774658,-0.0005096345918507001 +Dune,Quintinius Violet Chenoeh,0.5035557746887207,0.0002887611619377,0.5334054827690125,3.6066791128825454e-06,0.029849708080291748,-0.0002851544828248175 +Dune,Darwi Odrade,0.5440998077392578,0.0006476787879186,0.548105001449585,0.0003744136127027,0.0040051937103271484,-0.00027326517521589997 +The Lord of the Rings,Celeborn,0.5163928270339966,0.0002714585132343,0.5391075611114502,2.6678667806712923e-06,0.022714734077453613,-0.00026879064645362867 +The Lord of the Rings,Thorin II,0.5379275679588318,0.0002295453908835,0.5493768453598022,8.301275865876888e-07,0.011449277400970459,-0.0002287152632969123 +Twilight,Paul Lahote,0.5021762251853943,0.0025681206215354,0.5335680842399597,0.0023820489913689,0.03139185905456543,-0.00018607163016650004 +The Lord of the Rings,Túrin,0.5626612901687622,0.0011978251535998,0.5474290251731873,0.001038967695289,-0.015232264995574951,-0.0001588574583108 +Dune,Alia Atreides/DE,0.5789529085159302,0.0007972607541912,0.5882188677787781,0.0006633744728701,0.0092659592628479,-0.00013388628132110004 +Harry Potter,Susan Bones,0.532204806804657,7.629595824675914e-05,0.5485656261444092,4.278615591839935e-06,0.016360819339752197,-7.201734265491921e-05 +Dune,Kwisatz Haderach/XD,0.5364213585853577,0.001330029381995,0.5731744766235352,0.0012636602993972,0.03675311803817749,-6.636908259780006e-05 +Twilight,Alec,0.5182084441184998,4.322146274849389e-05,0.4874838292598724,1.2390972301475466e-06,-0.030724614858627375,-4.198236551834635e-05 +The Lord of the Rings,Elrond,0.5343019962310791,3.270828884568962e-05,0.5314293503761292,9.87603762899171e-10,-0.002872645854949951,-3.2707301241926725e-05 +Dune,Gurney Halleck/XD,0.5789884328842163,0.0002281272985209,0.5742733478546143,0.0001968150095618,-0.004715085029602051,-3.13122889591e-05 +Harry Potter,Viktor Krum,0.5292670726776123,2.004866597046654e-05,0.5433587431907654,2.692926522696446e-08,0.014091670513153076,-2.0021736705239575e-05 +Twilight,Victoria,0.492349624633789,1.1544833416925582e-05,0.4985863864421844,1.7166442185366e-14,0.006236761808395386,-1.154483339975914e-05 +Harry Potter,Gregory Goyle,0.4955386519432068,2.0810412325753456e-06,0.482681006193161,3.149233201113315e-08,-0.012857645750045776,-2.0495489005642124e-06 +The Hunger Games,Effie Trinket,0.565891444683075,1.1903455442276722e-06,0.5510849952697754,4.453081020057978e-17,-0.01480644941329956,-1.1903455441831413e-06 +Twilight,Jane,0.5152590274810791,1.0101429947279274e-06,0.4992860555648803,5.857141559293727e-10,-0.015972971916198786,-1.009557280571998e-06 +Harry Potter,Rita Skeeter,0.5467334985733032,3.949038694698269e-07,0.5507711172103882,9.195316205757052e-08,0.004037618637084961,-3.029507074122564e-07 +Dune,Gurney Halleck/DE,0.535963237285614,3.25946361887474e-07,0.5381292700767517,4.5497899995096185e-08,0.0021660327911376953,-2.804484618923778e-07 +Twilight,James,0.5018386840820312,2.793098747206403e-07,0.5101467967033386,1.0617429998345724e-10,0.008308112621307373,-2.792037004206568e-07 +Dune,Duncan Idaho,0.4401197731494903,3.2906508264601654e-07,0.4471195638179779,6.248240808335712e-08,0.006999790668487604,-2.6658267456265943e-07 +Twilight,Marcus,0.5178703665733337,1.8635708456170174e-07,0.4686318635940552,4.651287066385129e-08,-0.049238502979278564,-1.3984421389785045e-07 +Harry Potter,Dean Thomas,0.50852370262146,1.4550621915975558e-07,0.522234320640564,1.0422410409114644e-08,0.013710618019104004,-1.3508380875064093e-07 +Harry Potter,Myrtle Warren,0.4975125193595886,2.118641912019713e-08,0.5493360757827759,2.647572492143769e-09,0.051823556423187256,-1.8538846628053363e-08 +Dune,Duncan Idaho/XD,0.5091419816017151,1.7726635415776912e-08,0.5126649737358093,6.263738635750091e-13,0.0035229921340942383,-1.7726009041913337e-08 +Harry Potter,Cedric Diggory,0.538295567035675,8.700190238788143e-09,0.5337492823600769,2.301797305290585e-10,-0.0045462846755981445,-8.470010508259085e-09 +Harry Potter,Vernon Dursley,0.5145865082740784,4.0015396315103284e-09,0.5178132057189941,8.891505213216369e-11,0.0032266974449157715,-3.912624579378165e-09 +The Lord of the Rings,Aragorn II,0.5340953469276428,7.790942653197344e-10,0.5449525713920593,5.606434975876958e-10,0.010857224464416504,-2.184507677320386e-10 +Harry Potter,Arthur Weasley,0.4501582980155945,8.321107897502848e-11,0.4184806942939758,2.7342252590418342e-14,-0.03167760372161871,-8.318373672243806e-11 +Harry Potter,Lee Jordan,0.5044238567352295,3.804905265998813e-11,0.5151554346084595,5.1885496008512885e-15,0.01073157787322998,-3.804386411038728e-11 +Twilight,Aro,0.4462470114231109,2.8151835076224048e-11,0.4835755527019501,2.263702726060609e-16,0.03732854127883917,-2.815160870595144e-11 +Twilight,Renesmee Cullen,0.4789812564849853,2.383545723195717e-11,0.476785272359848,2.2670795448368683e-24,-0.0021959841251372736,-2.38354572319549e-11 +Harry Potter,Cho Chang,0.5292285084724426,1.483492707383978e-11,0.51679927110672,1.2845925812462045e-12,-0.012429237365722656,-1.3550334492593575e-11 +The Lord of the Rings,Sauron,0.5789322853088379,3.3386305991847778e-12,0.5731911063194275,5.325277603403349e-19,-0.0057411789894104,-3.3386300666570175e-12 +Harry Potter,Peeves,0.5592172145843506,2.051792239052003e-12,0.5478318929672241,1.25900873804951e-18,-0.011385321617126465,-2.051790980043265e-12 +Harry Potter,Pomona Sprout,0.5365490317344666,7.141415488633293e-13,0.5286107063293457,1.1054101833376912e-14,-0.00793832540512085,-7.030874470299524e-13 +Harry Potter,Lucius Malfoy,0.4492388367652893,2.2100321945371853e-15,0.4245686829090118,6.24076492855408e-19,-0.02467015385627752,-2.20940811804433e-15 +Harry Potter,Luna Lovegood,0.4990477263927459,1.8959119557006443e-15,0.5034042596817017,7.284268726801698e-21,0.004356533288955744,-1.8959046714319173e-15 +The Lord of the Rings,Smaug,0.4882773756980896,1.2038291765201437e-15,0.5097929835319519,3.473398100495071e-17,0.021515607833862305,-1.169095195515193e-15 +Harry Potter,Draco Malfoy,0.4459655880928039,2.7330575327671957e-16,0.4163134098052978,1.153349560423516e-29,-0.029652178287506104,-2.7330575327670803e-16 +Twilight,Bella Swan,0.4283255636692047,4.624811411067883e-18,0.4376512169837951,2.173326996830293e-25,0.009325653314590399,-4.624811193735184e-18 +Harry Potter,Dobby,0.5173535943031311,3.737442442497814e-18,0.5103952288627625,7.717991326230633e-29,-0.006958365440368652,-3.737442442420634e-18 +Dune,Duncan Idaho/DE,0.5462362766265869,1.2435412780685698e-20,0.5571543574333191,2.89431798710053e-23,0.010918080806732178,-1.2406469600814693e-20 +Harry Potter,Dolores Umbridge,0.5035989284515381,5.3923977899986e-21,0.4920869767665863,3.577019969060171e-26,-0.011511951684951782,-5.392362019798909e-21 +Twilight,Edward Cullen,0.462724894285202,2.2893183788063485e-21,0.4850013554096222,6.374579775485961e-27,0.022276461124420166,-2.289312004226573e-21 +Harry Potter,George Weasley,0.4016861617565155,1.2131068827703318e-27,0.4148612320423126,2.8663347786068793e-28,0.01317507028579712,-9.264734049096438e-28 +Harry Potter,Albus Dumbledore,0.4601635038852691,4.04592591963896e-45,0.4593735337257385,4.738243216909329e-52,-0.0007899701595305841,-4.045925445814638e-45 +Harry Potter,Hermione Granger,0.3904823362827301,4.637113053223728e-153,0.430363655090332,1.627584320829093e-72,0.03988131880760187,1.627584320829093e-72 +Harry Potter,Harry Potter,0.4261776804924011,0.0,0.4600983560085296,1.6416363498266179e-71,0.033920675516128485,1.6416363498266179e-71 +Harry Potter,Severus Snape,0.4355282485485077,4.3694619867907127e-69,0.4516840279102325,2.0811502619179976e-55,0.016155779361724798,2.0811502619179538e-55 +Harry Potter,Minerva McGonagall,0.3955636024475097,2.115368187575929e-74,0.4617526233196258,1.0199160405831491e-53,0.06618902087211609,1.0199160405831491e-53 +Harry Potter,Tom Riddle,0.4590625464916229,2.648548943284113e-45,0.4542492032051086,9.695222809590763e-43,-0.004813343286514338,9.668737320157922e-43 +Harry Potter,Ronald Weasley,0.454509288072586,3.837928983291697e-55,0.4524276852607727,3.37003115495029e-41,-0.002081602811813299,3.3700311549502517e-41 +The Hunger Games,Katniss Everdeen,0.4966630339622497,1.932072503016613e-52,0.5592134594917297,2.8154050119292174e-37,0.06255042552948004,2.8154050119292153e-37 +The Hunger Games,Haymitch Abernathy,0.459012359380722,5.803643330676749e-49,0.5197070837020874,4.375609028953335e-36,0.06069472432136541,4.3756090289527546e-36 +Harry Potter,Newton Scamander,0.5179282426834106,3.726252955596713e-32,0.5087903141975403,5.476553173276361e-32,-0.009137928485870361,1.7503002176796482e-32 +Harry Potter,Ginevra Weasley,0.4620978236198425,1.7346097080079894e-28,0.4657453596591949,9.023157622707972e-26,0.003647536039352417,9.005811525627892e-26 +Harry Potter,Neville Longbottom,0.4601926505565643,2.0762667141398194e-40,0.4762265980243683,1.0626474712008023e-22,0.01603394746780401,1.0626474712008023e-22 +Harry Potter,Rubeus Hagrid,0.4955039918422699,1.2244817309928648e-44,0.5233442783355713,1.291303972669491e-22,0.02784028649330139,1.291303972669491e-22 +Harry Potter,Cornelius Fudge,0.5147674083709717,1.5126116254956556e-32,0.5190113186836243,1.6733522528512753e-21,0.004243910312652588,1.6733522528361493e-21 +Harry Potter,Remus Lupin,0.4234248399734497,7.13646002871692e-40,0.4502548277378082,8.434023894921388e-21,0.02682998776435852,8.434023894921388e-21 +Harry Potter,Gilderoy Lockhart,0.5064811110496521,1.6587528247983463e-30,0.5298113226890564,1.440566127776051e-19,0.023330211639404297,1.4405661277594636e-19 +Twilight,Jacob Black,0.5114951133728027,2.2938129616442704e-32,0.5444319248199463,9.19593155840975e-19,0.032936811447143555,9.195931558409521e-19 +Harry Potter,Petunia Dursley,0.4886771738529205,2.044810716915081e-22,0.5097965598106384,1.2339481284463448e-18,0.02111938595771795,1.2337436473746532e-18 +Harry Potter,Gellert Grindelwald,0.4784505665302276,2.6971292594521904e-43,0.5343675017356873,3.339435670557009e-18,0.05591693520545965,3.339435670557009e-18 +Twilight,Charlie Swan,0.4869334101676941,9.211047264016628e-22,0.5184178352355957,1.9278933812315528e-17,0.03148442506790161,1.9278012707589126e-17 +Harry Potter,Sirius Black,0.4664953947067261,5.287947986857221e-17,0.4574556350708008,1.8085380198830567e-16,-0.009039759635925293,1.2797432211973347e-16 +Harry Potter,Molly Weasley,0.4058446288108825,1.446081593582385e-26,0.4523122012615204,1.5463390165424558e-16,0.04646757245063787,1.5463390163978477e-16 +Harry Potter,Filius Flitwick,0.4906714260578155,4.855576172290743e-29,0.5387125611305237,4.194993160753049e-16,0.048041135072708185,4.1949931607525635e-16 +Harry Potter,Bellatrix Lestrange,0.4075987040996551,2.6985882749260484e-28,0.4587092399597168,6.345739541977186e-16,0.0511105358600617,6.345739541974487e-16 +Harry Potter,Horace Slughorn,0.4692622125148773,3.6505645758085327e-22,0.5022072792053223,2.448485496100082e-15,0.032945066690444946,2.4484851310436245e-15 +The Lord of the Rings,Frodo Baggins,0.5058766007423401,7.772950034608088e-19,0.5208778381347656,2.7278014662328973e-15,0.015001237392425537,2.7270241712294365e-15 +Harry Potter,Fred Weasley,0.4145174324512481,1.7698744835120567e-24,0.4385112226009369,2.8572055859787478e-15,0.023993790149688776,2.8572055842088732e-15 +Harry Potter,Peter Pettigrew,0.4807567894458771,1.064510584504947e-25,0.5078498721122742,1.7750399848080088e-14,0.027093082666397095,1.7750399847973636e-14 +The Hunger Games,Coriolanus Snow,0.5027734041213989,5.4579718597120007e-17,0.4985050559043884,2.4839852539343172e-14,-0.004268348217010498,2.478527282074605e-14 +The Lord of the Rings,Morgoth,0.5371339917182922,3.0375320036764824e-18,0.5784084796905518,3.265795629487494e-14,0.04127448797225952,3.265491876287127e-14 +Twilight,Alice Cullen,0.4246560931205749,2.5157705123090904e-24,0.4859936535358429,2.0409060494113174e-13,0.061337560415268,2.0409060493861597e-13 +Harry Potter,Nymphadora Tonks,0.4591341018676758,1.58652796881098e-15,0.4611144959926605,2.0899963976250254e-13,0.001980394124984741,2.0741311179369156e-13 +Harry Potter,Sybill Trelawney,0.5209921598434448,1.4767671448115096e-16,0.5200126767158508,2.444025410334286e-13,-0.0009794831275939941,2.4425486431894747e-13 +Dune,Vorian Atreides,0.5148931741714478,6.412486476323863e-14,0.5255579352378845,4.583811171529382e-13,0.010664761066436768,3.9425625238969963e-13 +Dune,Paul Atreides/XD,0.4282070398330688,1.898262985794128e-16,0.4527626633644104,1.0362587857753643e-12,0.024555623531341608,1.036068959476785e-12 +Harry Potter,Nicholas de Mimsy-Porpington,0.4403055310249328,1.041192185464153e-24,0.4978533089160919,2.251943109372343e-12,0.05754777789115911,2.2519431093713016e-12 +Harry Potter,William Weasley,0.4393380284309387,8.532295861991225e-15,0.4517394006252289,2.3167223286522354e-11,0.012401372194290161,2.3158690990660363e-11 +Harry Potter,Bartemius Crouch Junior,0.5353787541389465,2.8171652428751677e-15,0.5413310527801514,3.1989330871097795e-11,0.005952298641204834,3.198651370585492e-11 +Dune,Paul Atreides,0.4530551731586456,2.9144793524015868e-12,0.455446720123291,3.5584290825375785e-11,0.0023915469646454413,3.26698114729742e-11 +Harry Potter,Aberforth Dumbledore,0.5063864588737488,9.934565178215817e-20,0.5599910020828247,3.8961335185351745e-11,0.05360454320907593,3.8961335086006093e-11 +The Lord of the Rings,Saruman,0.5060369372367859,9.899217857980596e-21,0.5668620467185974,5.295403477619966e-11,0.06082510948181152,5.295403476630044e-11 +Harry Potter,Bartemius Crouch Senior,0.5206027626991272,5.552725061594009e-23,0.546478807926178,5.992568426569169e-11,0.02587604522705078,5.992568426563616e-11 +Twilight,Jasper Hale,0.4881475269794464,7.749760128776605e-14,0.477468192577362,7.349770170319471e-11,-0.010679334402084406,7.342020410190694e-11 +Twilight,Rosalie Hale,0.4500272572040558,2.1473657569988022e-16,0.4780303239822387,1.2499015362365722e-10,0.028003066778182928,1.2498993888708152e-10 +The Lord of the Rings,Legolas,0.5791592597961426,5.113332499348577e-15,0.5770722031593323,1.7670408822355968e-10,-0.0020870566368103027,1.7669897489106032e-10 +Harry Potter,Merope Riddle,0.4668214917182922,3.960591157357309e-17,0.5309545397758484,2.9019793884482616e-10,0.06413304805755621,2.901978992389146e-10 +Twilight,Carlisle Cullen,0.460436075925827,2.5181317586540856e-15,0.5171779990196228,3.970672068480381e-10,0.056741923093795776,3.970646887162794e-10 +Harry Potter,Alastor Moody,0.5593279004096985,1.9087916852636904e-10,0.5897514820098877,2.247863668132014e-09,0.03042358160018921,2.0569844996056452e-09 +The Lord of the Rings,Galadriel,0.5037479400634766,1.2696701024189458e-14,0.5642900466918945,2.2838233215464662e-09,0.06054210662841797,2.283810624845442e-09 +Harry Potter,Fleur Delacour,0.4436100721359253,5.5326561581412635e-11,0.4567304253578186,2.4074171483883803e-09,0.01312035322189331,2.3520905868069677e-09 +Twilight,Emmett Cullen,0.4583433270454407,2.769387458024078e-23,0.5493192076683044,3.164570090644463e-09,0.09097588062286377,3.1645700906444355e-09 +Harry Potter,Nagini,0.4636570513248443,4.794494313164273e-16,0.517330527305603,1.9903739290785465e-08,0.05367347598075872,1.9903738811336034e-08 +Harry Potter,Porpentina Goldstein,0.4802150428295135,2.4931820899925174e-12,0.5175998210906982,2.2640988935991077e-08,0.03738477826118475,2.2638495753901085e-08 +Harry Potter,Pansy Parkinson,0.4866178631782532,3.7170354821818204e-10,0.5163371562957764,3.4136360227648626e-08,0.029719293117523193,3.3764656679430446e-08 +Twilight,Esme Cullen,0.4910960495471954,1.1378658279902276e-14,0.523454487323761,5.89441920801518e-08,0.03235843777656561,5.894418070149352e-08 +Harry Potter,Igor Karkaroff,0.5461367964744568,1.9182137481381063e-08,0.552219808101654,9.901679051660169e-08,0.006083011627197266,7.983465303522062e-08 +Harry Potter,Irma Pince,0.5330012440681458,7.575441458034327e-10,0.5708791613578796,1.3836364187317228e-07,0.03787791728973389,1.3760609772736885e-07 +The Lord of the Rings,Bilbo Baggins,0.5337092280387878,4.5805541110707903e-10,0.5786937475204468,1.921964100876953e-07,0.044984519481658936,1.9173835467658822e-07 +Harry Potter,Katie Bell,0.5223886370658875,2.8343832604276324e-08,0.5240046977996826,4.831796528455948e-07,0.001616060733795166,4.5483582024131846e-07 +Harry Potter,Quirinus Quirrell,0.4978643357753753,4.170519740208742e-14,0.5323550701141357,4.89337123852677e-07,0.03449073433876043,4.893370821474796e-07 +Dune,Pardot Kynes/DE,0.5605108141899109,1.5644312978123653e-06,0.5584397912025452,2.254281550817968e-06,-0.0020710229873657227,6.898502530056025e-07 +Harry Potter,Armando Dippet,0.5211684107780457,1.4977824381878716e-06,0.5437465906143188,2.923079320478996e-06,0.022578179836273193,1.4252968822911242e-06 +Harry Potter,Rolanda Hooch,0.5237492918968201,7.831457669361398e-11,0.5549678802490234,1.7886279095568456e-06,0.03121858835220337,1.788549594980152e-06 +Harry Potter,Seamus Finnigan,0.5081967711448669,5.202524691147397e-07,0.5393355488777161,2.680666556863282e-06,0.03113877773284912,2.160414087748542e-06 +Harry Potter,Angelina Johnson,0.4564283490180969,9.305818004903066e-11,0.5060237050056458,2.772464233750022e-06,0.04959535598754883,2.772371175569973e-06 +Harry Potter,Oliver Wood,0.5301389694213867,5.2987957667974755e-08,0.5570690035820007,3.314114755989516e-06,0.026930034160614014,3.2611267983215413e-06 +Harry Potter,Corban Yaxley,0.4860631227493286,1.7320968742287788e-11,0.5347832441329956,3.911871144235845e-06,0.04872012138366699,3.911853823267102e-06 +Harry Potter,Poppy Pomfrey,0.556091845035553,6.167441933141359e-08,0.5610867738723755,4.119536400301911e-06,0.00499492883682251,4.057861980970498e-06 +Harry Potter,Ernest Macmillan,0.4889927804470062,2.163601915529145e-06,0.5438987016677856,7.93290780567354e-06,0.05490592122077942,5.769305890144395e-06 +Twilight,Sam Uley,0.5413429141044617,1.8098775625217083e-10,0.5345000624656677,6.856341078996212e-06,-0.006842851638793945,6.856160091239959e-06 +Dune,Thufir Hawat/DE,0.5149359107017517,9.725796127570801e-08,0.5216930508613586,8.54268517489902e-06,0.006757140159606934,8.445427213623311e-06 +Twilight,Tanya,0.5211321115493774,6.197286686039441e-07,0.5140721797943115,1.2380004737807093e-05,-0.007059931755065918,1.1760276069203148e-05 +The Lord of the Rings,Thranduil,0.5195729732513428,5.866458878537014e-12,0.5610157251358032,1.3390760964466018e-05,0.04144275188446045,1.3390755098007139e-05 +Harry Potter,Parvati Patil,0.5213645696640015,2.1060845523256397e-07,0.5632919073104858,2.148125479439861e-05,0.041927337646484375,2.1270646339166044e-05 +The Lord of the Rings,Celebrimbor,0.5292943120002747,8.400509612155592e-07,0.535026490688324,2.2258239370400037e-05,0.005732178688049316,2.1418188409184478e-05 +Harry Potter,Justin Finch-Fletchley,0.5136339068412781,2.6796111153797667e-06,0.533025324344635,2.412129790082145e-05,0.019391417503356934,2.1441686785441685e-05 +Harry Potter,Winky,0.5192539095878601,7.772470027324706e-14,0.5614151358604431,2.233460205440157e-05,0.04216122627258301,2.233460197667687e-05 +Harry Potter,Elphias Doge,0.5130961537361145,3.7691168782721335e-06,0.5409693717956543,3.59699815652066e-05,0.027873218059539795,3.2200864686934464e-05 +Harry Potter,Hannah Abbott,0.4650236964225769,2.6134198263473084e-08,0.5236719250679016,3.225871472275248e-05,0.05864822864532471,3.223258052448901e-05 +Harry Potter,Kingsley Shacklebolt,0.506147027015686,3.6246660735787447e-10,0.556400716304779,4.0332371885828006e-05,0.05025368928909302,4.0332009419220645e-05 +Harry Potter,Phineas Nigellus Black,0.4153654277324676,1.2998694211469247e-09,0.4431796371936798,5.127326795537087e-05,0.027814209461212214,5.1271968085949726e-05 +Twilight,Peter,0.4875790476799011,0.0001092040096631,0.5198993682861328,0.0001708484735067,0.03232032060623169,6.16444638436e-05 +Twilight,Billy Black,0.5252414345741272,3.815910922395146e-09,0.5207344889640808,6.461777279391024e-05,-0.004506945610046387,6.461395688298784e-05 +Harry Potter,Marietta Edgecombe,0.5101751685142517,3.473071731811469e-08,0.5483855605125427,6.75277144754179e-05,0.038210391998291016,6.749298375809979e-05 +The Lord of the Rings,Radagast,0.5205700993537903,1.053411457126757e-05,0.5342246294021606,8.279434485379112e-05,0.013654530048370361,7.226023028252355e-05 +Harry Potter,Garrick Ollivander,0.5108481049537659,2.5601428584353385e-08,0.5574260950088501,8.39787862356104e-05,0.04657799005508423,8.395318480702605e-05 +Harry Potter,Pius Thicknesse,0.4940618574619293,1.7983771032693102e-06,0.5448520183563232,9.234600974982798e-05,0.05079016089439392,9.054763264655867e-05 +Twilight,Benjamin,0.5193383693695068,1.1231493131891824e-05,0.5335027575492859,0.0001049079287397,0.014164388179779053,9.367643560780818e-05 +The Lord of the Rings,Samwise Gamgee,0.5517087578773499,3.8548064641566814e-11,0.5776146054267883,9.676996866125244e-05,0.025905847549438477,9.67699301131878e-05 +Twilight,Leah Clearwater,0.5250481963157654,4.6436955998251294e-08,0.559978723526001,0.0001047829282737,0.034930527210235596,0.00010473649131770175 +Harry Potter,Fawkes,0.5319019556045532,0.0001462970684268,0.5623999834060669,0.0002599711250481,0.030498027801513672,0.00011367405662129998 +Dune,Leto Atreides I/XD,0.5529875755310059,0.0015213237304277,0.5806438326835632,0.0016473320578776,0.027656257152557373,0.0001260083274498998 +Harry Potter,Rose Granger-Weasley,0.4930593073368072,1.328501111154401e-05,0.4766608774662018,0.0001734793484655,-0.016398429870605413,0.000160194337353956 +Twilight,Riley Biers,0.4916694760322571,0.0003750339715457,0.5142452716827393,0.0005464541486897,0.022575795650482178,0.00017142017714400003 +Twilight,Emily Young,0.4679050743579864,8.277646143621516e-07,0.5108766555786133,0.0001727290624693,0.04297158122062689,0.00017190129785493784 +Dune,Norma Cenva/XD,0.5361341834068298,3.5011631807430007e-06,0.5564863085746765,0.0001876241293179,0.02035212516784668,0.000184122966137157 +Harry Potter,Anthony Goldstein,0.5033391118049622,0.0107503109683099,0.4976327419281006,0.0109385409478871,-0.005706369876861572,0.00018822997957720043 +Dune,Murbella/XD,0.5570388436317444,0.0002089964429854,0.5723617076873779,0.0004064859510184,0.015322864055633545,0.000197489508033 +Twilight,Irina,0.5084131956100464,1.6024880035518898e-07,0.4999937713146209,0.000212940104483,-0.00841942429542547,0.00021277985568264482 +Harry Potter,Dennis Creevey,0.5041527152061462,0.0013949447053432,0.5057415962219238,0.001642945213832,0.0015888810157775879,0.00024800050848880007 +The Lord of the Rings,Thráin II,0.5593619346618652,3.289770308431845e-05,0.549403190612793,0.0002857439494687,-0.009958744049072266,0.0002528462463843815 +Harry Potter,Amycus Carrow,0.5455508828163147,1.70401601460693e-05,0.5403141379356384,0.0002766436025161,-0.0052367448806762695,0.00025960344237003065 +Harry Potter,Vincent Crabbe,0.475098580121994,1.049324925411977e-07,0.5186833143234253,0.0002868946700955,0.043584734201431274,0.0002867897376029588 +Twilight,Kate,0.4971874058246612,2.0663263984400627e-07,0.5238328576087952,0.0002915265451449,0.026645451784133967,0.000291319912505056 +The Hunger Games,Reaper Ash,0.4597514569759369,8.466860549702181e-05,0.5185043811798096,0.0003964647178207,0.05875292420387268,0.00031179611232367817 +Twilight,Seth Clearwater,0.5185219645500183,6.220485431315317e-07,0.5466122627258301,0.0005157767477236,0.028090298175811768,0.0005151546991804684 +Twilight,Felix,0.5362008810043335,2.444847167158084e-05,0.5421597361564636,0.000551473502819,0.005958855152130127,0.0005270250311474191 +Harry Potter,Alicia Spinnet,0.5257503986358643,2.3125807181654914e-06,0.5718728303909302,0.0007013820303482,0.04612243175506592,0.0006990694496300346 +Dune,Xavier Harkonnen,0.4750511944293976,0.0017384284936056,0.5098047852516174,0.0027334922723042,0.03475359082221985,0.0009950637786986002 +Harry Potter,Aurora Sinistra,0.5567137598991394,3.679351220188481e-05,0.571009635925293,0.0011756626569522,0.014295876026153564,0.001138869144750315 +Harry Potter,Septima Vector,0.4581951797008514,0.0001044852716568,0.4910606443881988,0.0013549280140825,0.03286546468734741,0.0012504427424257 +Dune,Hasimir Fenring/XD,0.5243239402770996,4.47783575658048e-06,0.5476295351982117,0.0016484516727944,0.02330559492111206,0.0016439738370378197 +Harry Potter,Michael Corner,0.5218807458877563,0.0005994551808464,0.5404229164123535,0.0023431605211063,0.018542170524597168,0.0017437053402599 +The Hunger Games,Alma Coin,0.4948233067989349,1.3861405668331014e-05,0.5329716801643372,0.0017937716690728,0.03814837336540228,0.001779910263404469 +Twilight,Jessica Stanley,0.5397750735282898,1.3752700291129754e-09,0.5632840394973755,0.001929322647519,0.023508965969085693,0.0019293212722489709 +Twilight,Tia,0.4938783049583435,0.0010645888844947,0.5117398500442505,0.0030342449524922,0.017861545085906982,0.0019696560679975 +Dune,Hasimir Fenring/DE,0.5609136819839478,0.0074269609038446,0.5541533827781677,0.00981172582438,-0.006760299205780029,0.0023847649205354007 +The Lord of the Rings,Bard,0.4974329769611358,1.513431755035593e-06,0.5488898158073425,0.0027440762838703,0.05145683884620672,0.0027425628521152642 +Harry Potter,Cormac McLaggen,0.5390781760215759,0.0001285230523812,0.5516110062599182,0.0032665786694583,0.012532830238342285,0.0031380556170771 +Harry Potter,Amelia Bones,0.5170515179634094,0.0022095263536121,0.5366535782814026,0.0054584032376626,0.019602060317993164,0.0032488768840505003 +The Lord of the Rings,Círdan,0.553114652633667,6.888162985563018e-05,0.5721114277839661,0.0034432402791173,0.018996775150299072,0.00337435864926167 +The Lord of the Rings,Gríma,0.5611333847045898,0.0003197156335731,0.5658467411994934,0.003873079003626,0.0047133564949035645,0.0035533633700528997 +Dune,Wellington Yueh/XD,0.5348597764968872,0.005782918495446,0.5553275942802429,0.0101010259503712,0.020467817783355713,0.0043181074549252 +Harry Potter,Amos Diggory,0.5099585056304932,2.576364746456489e-05,0.55677330493927,0.00446601344436,0.046814799308776855,0.0044402497968954345 +Harry Potter,Hepzibah Smith,0.5297832489013672,3.334895499801933e-07,0.5433599948883057,0.0044788272170093,0.013576745986938477,0.004478493727459319 +Harry Potter,Hedwig,0.530353844165802,1.0648800230849523e-06,0.5602265000343323,0.0050410675125673,0.029872655868530273,0.005040002632544215 +Harry Potter,Ariana Dumbledore,0.4977788925170898,9.901518915330524e-09,0.5857630372047424,0.0054663262143661,0.08798414468765264,0.0054663163128471845 +The Lord of the Rings,Balin,0.5382952094078064,4.103898148002443e-05,0.5931556820869446,0.0057883245623027,0.054860472679138184,0.005747285580822676 +Dune,Thufir Hawat,0.5604361891746521,0.0347748819679408,0.5385600924491882,0.0405340958513355,-0.021876096725463867,0.005759213883394704 +Twilight,Angela Weber,0.504973292350769,5.2722661037760894e-05,0.5626891851425171,0.005811991217113,0.05771589279174805,0.005759268556075239 +The Hunger Games,Mizzen,0.4393620491027832,7.871077394744284e-06,0.5330420136451721,0.0073598282857887,0.09367996454238892,0.007351957208393955 +Dune,Ziarenko Javid,0.4689979255199432,1.0004546105753516,0.4941466748714447,1.008346932708353,0.02514874935150152,0.007892322133001395 +Dune,Pardot Kynes,0.5375998020172119,0.1577456414164491,0.5505253076553345,0.1656705437169263,0.012925505638122559,0.00792490230047721 +Harry Potter,Antonin Dolohov,0.5316038131713867,1.6755902092767985e-07,0.5660762190818787,0.0107640726799567,0.03447240591049194,0.010763905120935773 +Harry Potter,Nicolas Flamel,0.4923658072948456,2.7655939643226285e-06,0.5783950090408325,0.011909550359249,0.08602920174598694,0.011906784765284678 +Harry Potter,Walden Macnair,0.5014828443527222,7.712052205040901e-05,0.5486079454421997,0.0126056406449151,0.04712510108947754,0.01252852012286469 +The Hitchhiker's Guide to the Galaxy,Dan Streetmentioner,0.5305299758911133,2.024414484659156,0.5477467775344849,2.037254312460819,0.017216801643371582,0.012839827801662818 +Harry Potter,Padma Patil,0.5116949677467346,3.432418669242108e-05,0.5723413228988647,0.0130090136272359,0.06064635515213013,0.01297468944054348 +Harry Potter,Fat Friar,0.4841617941856384,2.6362596245676405e-06,0.5592990517616272,0.0141559664269504,0.07513725757598877,0.014153330167325832 +The Hitchhiker's Guide to the Galaxy,Mella,0.4833376109600067,2.3955204637574328,0.5088439583778381,2.4108987527891834,0.02550634741783142,0.015378289031750647 +Twilight,Eleazar,0.5053532719612122,5.990604228536696e-05,0.5313164591789246,0.016555623874426,0.025963187217712402,0.01649571783214063 +The Lord of the Rings,Peregrin Took,0.5486069917678833,0.0226999583010357,0.5507779121398926,0.0396783506308894,0.0021709203720092773,0.0169783923298537 +The Hunger Games,Treech,0.4804621636867523,0.0029177804212191,0.5315182209014893,0.0203327111946199,0.05105605721473694,0.0174149307734008 +Dune,Irulan Corrino/DE,0.5789760947227478,0.0463588817692745,0.5555946826934814,0.0644780618658915,-0.023381412029266357,0.018119180096616998 +Dune,Vladimir Harkonnen/XD,0.5055045485496521,0.0007665787634493,0.5348857641220093,0.0191930177904602,0.029381215572357178,0.0184264390270109 +Twilight,Embry Call,0.445179671049118,6.0751889846143e-08,0.5342084169387817,0.0184817337229912,0.08902874588966375,0.018481672971101353 +Harry Potter,Ludovic Bagman,0.4895690977573395,2.8824890503634563e-11,0.5293363928794861,0.0187411452190293,0.039767295122146606,0.01874114519020441 +Dune,Moneo Atreides,0.5507677793502808,0.0093571320879247,0.5441312193870544,0.0281914493688438,-0.006636559963226318,0.0188343172809191 +Harry Potter,Ignotus Peverell,0.5201148390769958,0.0159167370135477,0.5523395538330078,0.0381435685454901,0.03222471475601196,0.0222268315319424 +Dune,Jamis,0.5369864106178284,0.0258252638257508,0.5495017170906067,0.0493881033965389,0.01251530647277832,0.023562839570788103 +Dune,Tio Holtzman,0.5334884524345398,0.0056242878713001,0.5409548878669739,0.0295241342418675,0.007466435432434082,0.0238998463705674 +Dune,Alia Atreides/XD,0.5889471173286438,0.1037881957257122,0.5930303335189819,0.1306923133978675,0.004083216190338135,0.026904117672155295 +Dune,Ghanima Atreides/DE,0.5396658778190613,0.0014068192536931,0.5735228061676025,0.0292072975860014,0.03385692834854126,0.0278004783323083 +Harry Potter,Irma Crabbe,0.4506060779094696,0.8141865049264856,0.4197805821895599,0.8427785915108608,-0.030825495719909723,0.028592086584375176 +Dune,Leto I Atreides,0.5437902212142944,0.000264789029422,0.5726288557052612,0.0293610871955779,0.028838634490966797,0.029096298166155898 +The Hitchhiker's Guide to the Galaxy,Arthur Dent,0.5188212394714355,0.0387011004241304,0.4932032823562622,0.0678375865889523,-0.02561795711517334,0.029136486164821895 +Harry Potter,Stanley Shunpike,0.5265969634056091,0.0002148528088674,0.5499930381774902,0.0300646401655936,0.023396074771881104,0.0298497873567262 +Dune,Moneo Atreides/DE,0.5416766405105591,0.0028838646610249,0.5412241220474243,0.0332965249643577,-0.0004525184631347656,0.030412660303332797 +Twilight,Charlotte,0.4761055409908294,0.0207610251090912,0.5042903423309326,0.052126654956958,0.028184801340103205,0.0313656298478668 +Dune,Abulurd Harkonnen/XD,0.5102819204330444,0.0072570369044084,0.556564450263977,0.039982234290605,0.04628252983093262,0.0327251973861966 +Twilight,Sue Clearwater,0.5213360786437988,0.0006204390110214,0.5475406050682068,0.0355746705090621,0.02620452642440796,0.0349542314980407 +Twilight,Demetri,0.546309232711792,0.0002154018997039,0.5607423186302185,0.0361540725415891,0.014433085918426514,0.035938670641885204 +Twilight,Randall,0.5123856663703918,0.7181121212488933,0.5344823002815247,0.7588539669853316,0.022096633911132812,0.04074184573643824 +The Lord of the Rings,Thingol,0.5325524806976318,0.0060365047972819,0.5507017374038696,0.0482725114839545,0.018149256706237793,0.0422360066866726 +The Hunger Games,Festus Creed,0.4924934506416321,0.0159358573281852,0.5275446176528931,0.0588003656823594,0.035051167011260986,0.0428645083541742 +Dune,Wensicia Corrino/DE,0.5462331175804138,0.4711882416513279,0.5683950781822205,0.5154323798195103,0.02216196060180664,0.0442441381681824 +Twilight,Quil Ateara V,0.5411669015884399,0.0155160366968398,0.5782809257507324,0.0603973868552015,0.03711402416229248,0.0448813501583617 +Dune,Stilgar,0.5388158559799194,0.943867949763728,0.5538883209228516,0.9897781202986607,0.015072464942932129,0.04591017053493274 +The Hunger Games,Lysistrata Vickers,0.5141571760177612,0.003836419691966,0.5522354245185852,0.0535980937047822,0.038078248500823975,0.0497616740128162 +Dune,Shaddam IV/DE,0.5234389901161194,0.0127850443928794,0.5263459086418152,0.067782191707854,0.0029069185256958008,0.054997147314974605 +The Lord of the Rings,Shelob,0.5951125621795654,0.0682837895938598,0.5824890732765198,0.1235415685177945,-0.012623488903045654,0.0552577789239347 +Harry Potter,Reginald Cattermole,0.503689706325531,0.0003774003222257,0.5027737617492676,0.0567603917413907,-0.0009159445762634277,0.056382991419165 +Dune,Farad'n Corrino/XD,0.5663257241249084,1.2268153775562465,0.5621641278266907,1.2859397614845096,-0.0041615962982177734,0.059124383928263136 +The Hitchhiker's Guide to the Galaxy,Marvin,0.4980494379997253,0.0385239405823255,0.5085926651954651,0.1006890862323728,0.010543227195739802,0.0621651456500473 +Harry Potter,Terry Boot,0.4992319345474243,0.000247226069942,0.5354912877082825,0.0627235594055822,0.036259353160858154,0.062476333335640205 +Dune,Irulan Corrino,0.5357210636138916,0.0001396891311835,0.5590510964393616,0.0655060789083098,0.02333003282546997,0.06536638977712629 +Twilight,J. Jenks,0.515997052192688,0.0157769296501139,0.5271448493003845,0.0811452785843759,0.011147797107696533,0.065368348934262 +Harry Potter,Sirius Black II,0.4175837337970733,2.883540791029234,0.4261006712913513,2.951739733160613,0.00851693749427801,0.06819894213137889 +Harry Potter,James Potter II,0.4645563066005707,0.2846098703939913,0.4742670357227325,0.3542409318848677,0.00971072912216181,0.06963106149087639 +Harry Potter,Ignatius Prewett,0.4928591847419739,0.9437987448359452,0.4938617050647735,1.0166881241357966,0.001002520322799627,0.0728893792998514 +The Lord of the Rings,Théoden,0.5545525550842285,0.0008290456730307,0.5769675970077515,0.0775007841734097,0.02241504192352295,0.076671738500379 +Dune,Feyd-Rautha Harkonnen,0.5332391262054443,0.1186080414633429,0.5530118346214294,0.1959905480609664,0.019772708415985107,0.07738250659762351 +Harry Potter,Marcus Flint,0.5348844528198242,0.019810370176661,0.5329442620277405,0.0989723501948752,-0.0019401907920837402,0.0791619800182142 +The Hunger Games,Casca Highbottom,0.4931186139583587,0.0090683139748384,0.5079649686813354,0.0885453976641003,0.01484635472297674,0.0794770836892619 +Harry Potter,Antioch Peverell,0.5434361696243286,1.501951086579549,0.5512228608131409,1.5833857876789816,0.007786691188812256,0.08143470109943274 +Harry Potter,Alice Longbottom,0.5356360077857971,0.0001129909697109,0.5895086526870728,0.0836465198948972,0.053872644901275635,0.0835335289251863 +Dune,Thufir Hawat/XD,0.5688418745994568,0.0637025209464147,0.5715956091880798,0.1487194927448651,0.002753734588623047,0.0850169717984504 +Harry Potter,Rowena Ravenclaw,0.5640510320663452,0.0571660931702087,0.5562926530838013,0.142973311557161,-0.007758378982543945,0.0858072183869523 +Twilight,Carmen,0.5238940715789795,0.0660031221142711,0.5328048467636108,0.1530286587356314,0.008910775184631348,0.0870255366213603 +Harry Potter,Galatea Merrythought,0.4830827116966247,0.1498250494521877,0.510375440120697,0.237497327992192,0.02729272842407232,0.08767227854000431 +The Hunger Games,Dill,0.5166664123535156,0.3215607788346636,0.519472062587738,0.410260565315474,0.002805650234222412,0.0886997864808104 +The Lord of the Rings,Lúthien,0.5439371466636658,0.0047370625854089,0.5713077783584595,0.107724627041368,0.0273706316947937,0.1029875644559591 +Dune,Lady Jessica,0.4534376263618469,0.0201008775175959,0.496165931224823,0.1237937005266638,0.042728304862976074,0.1036928230090679 +Harry Potter,Dexter Fortescue,0.4788859188556671,0.0553909053359503,0.504575252532959,0.1613170455202314,0.02568933367729187,0.1059261401842811 +The Hunger Games,Palmyra Monty,0.4593995213508606,2.104723776435768,0.506984293460846,2.2177755693456382,0.04758477210998535,0.11305179290987022 +Dune,Wellington Yueh/DE,0.5599692463874817,0.0564598286806301,0.5760170817375183,0.1833335421597429,0.01604783535003662,0.1268737134791128 +The Lord of the Rings,Meriadoc Brandybuck,0.5498647093772888,0.0001244624423735,0.5681657195091248,0.1296612287110959,0.018301010131835938,0.1295367662687224 +Dune,Scytale/XD,0.4859491884708404,0.1431050620529615,0.5356002449989319,0.2732531641680964,0.049651056528091486,0.13014810211513492 +Dune,Scytale,0.5015089511871338,0.1078859222784889,0.5259220600128174,0.2386780904258293,0.024413108825683594,0.1307921681473404 +The Hitchhiker's Guide to the Galaxy,Paul Neil Milne Johnstone,0.5271125435829163,3.045931351155299,0.5369555950164795,3.177821032859461,0.009843051433563232,0.13188968170416215 +Harry Potter,Sirius Black I,0.4646373391151428,1.2505250486978436,0.478628009557724,1.3869790403239013,0.013990670442581177,0.13645399162605765 +Twilight,Rebecca Black,0.4882580041885376,1.2192436190426743,0.5163401961326599,1.3561806259309606,0.028082191944122314,0.13693700688828625 +Dune,Marty,0.4932385683059692,0.8390780894565341,0.532426118850708,0.9791735430910642,0.039187550544738825,0.14009545363453013 +Harry Potter,Augustus Rookwood,0.5095133781433105,0.0202754861264062,0.5449012517929077,0.1608821430439286,0.03538787364959717,0.1406066569175224 +Dune,Minotauros Atreides,0.5299984812736511,0.4065878355069815,0.5141856670379639,0.5521703686612554,-0.015812814235687256,0.14558253315427383 +The Lord of the Rings,Ungoliant,0.5472525358200073,0.3741754394961494,0.5747693181037903,0.5243456119436934,0.02751678228378296,0.15017017244754405 +Dune,Norma Cenva,0.5421144962310791,1.3132687840477226,0.5739531517028809,1.4717080320066254,0.03183865547180176,0.15843924795890274 +Harry Potter,Hokey,0.5691114664077759,0.0447128283678228,0.5312509536743164,0.2131109813049531,-0.03786051273345947,0.16839815293713029 +The Hitchhiker's Guide to the Galaxy,Lallafa,0.4932303130626678,1.2100992596692928,0.5165346264839172,1.396929466566197,0.023304313421249445,0.18683020689690433 +Dune,Helena Atreides,0.5338008403778076,0.160675491559607,0.5387908220291138,0.3491943892845074,0.004989981651306152,0.1885188977249004 +Dune,Miles Teg/XD,0.5249885320663452,0.055917445320571,0.5481646656990051,0.2522966401123415,0.023176133632659912,0.1963791947917705 +Harry Potter,Salazar Slytherin,0.5491923689842224,0.0018132539954974,0.5679243206977844,0.2050652697095768,0.01873195171356201,0.20325201571407941 +Twilight,Vasilii,0.4801425039768219,0.817044796441487,0.5337051153182983,1.029328344463032,0.05356261134147644,0.21228354802154492 +Dune,Farad'n Corrino/DE,0.5844084024429321,0.3411211449284522,0.5843735933303833,0.5548459968408695,-3.4809112548828125e-05,0.21372485191241736 +The Hitchhiker's Guide to the Galaxy,Ameglian Major Cow,0.5365361571311951,1.224456084476974,0.5770723819732666,1.4386696104844745,0.04053622484207153,0.21421352600750043 +Dune,Leto Atreides II/DE,0.566229522228241,0.0041208773595681,0.5904116034507751,0.2198043582487257,0.02418208122253418,0.21568348088915762 +The Lord of the Rings,Arwen,0.5369120836257935,0.137675415089272,0.5613481402397156,0.3554747701557557,0.02443605661392212,0.21779935506648368 +Harry Potter,Mykew Gregorovitch,0.5740969181060791,0.0367456045906729,0.5750352740287781,0.2705525734433143,0.0009383559226989746,0.2338069688526414 +Dune,Ramallo,0.5567925572395325,1.3548367194176814,0.5830508470535278,1.5946190173801895,0.02625828981399536,0.23978229796250816 +Twilight,Kachiri,0.5339599847793579,0.9276860008487856,0.5284923911094666,1.177856658786758,-0.005467593669891357,0.25017065793797244 +Dune,Piter de Vries/DE,0.5265918970108032,0.0538570472921494,0.5395046472549438,0.304899907059486,0.012912750244140625,0.2510428597673366 +Dune,Mohandas Suk,0.5040932297706604,0.6736399341616784,0.5396994948387146,0.9255365420677758,0.0356062650680542,0.25189660790609736 +Dune,Siona Atreides,0.5746162533760071,0.6458708416877553,0.5625770092010498,0.9062707457633424,-0.012039244174957275,0.2603999040755871 +The Hitchhiker's Guide to the Galaxy,Agrajag,0.5218881368637085,0.1283522370750132,0.5584320425987244,0.3899460256325032,0.03654390573501587,0.26159378855749 +The Lord of the Rings,Thrór,0.5547429919242859,0.0230854363137968,0.5685999393463135,0.2873471575431011,0.013856947422027588,0.2642617212293043 +Dune,Hedley Tuek,0.5330665707588196,1.1183086730080192,0.5594301223754883,1.3860734273510849,0.0263635516166687,0.2677647543430657 +The Lord of the Rings,Glaurung,0.5521417856216431,0.0314477797164848,0.5653385519981384,0.3053506040396709,0.013196766376495361,0.27390282432318613 +The Lord of the Rings,Beorn,0.568251371383667,0.4143961154638322,0.583055317401886,0.6914431552670909,0.014803946018218994,0.2770470398032587 +Harry Potter,Selwyn,0.5084523558616638,0.6486659338208681,0.5309166312217712,0.928897876288697,0.022464275360107422,0.2802319424678289 +Dune,Feyd-Rautha Harkonnen/XD,0.5365506410598755,0.2559089587296603,0.5429685711860657,0.5430296715678937,0.0064179301261901855,0.2871207128382334 +Dune,Dominic Vernius,0.5075456500053406,0.1681085345393668,0.5397589802742004,0.4661569704104296,0.03221333026885986,0.2980484358710628 +Harry Potter,Gabrielle Delacour,0.5387813448905945,0.3589551912860425,0.5280128717422485,0.6619938972820166,-0.010768473148345947,0.30303870599597416 +Twilight,Quil Ateara III,0.5268049240112305,3.725081969996444,0.553762674331665,4.036403694961986,0.02695775032043457,0.3113217249655418 +Harry Potter,Broderick Bode,0.507606565952301,0.0053606251581988,0.5645189881324768,0.3173227055536313,0.05691242218017578,0.3119620803954325 +Dune,Alma Mavis Taraza,0.5090119242668152,0.3211667461747884,0.5767590403556824,0.6421973231749927,0.06774711608886719,0.32103057700020426 +Dune,Fafnir Corrino,0.4499525129795074,0.7003032446719886,0.5322589874267578,1.0420738912627936,0.08230647444725042,0.341770646590805 +The Hunger Games,Lucretius Flickerman,0.4807058274745941,0.0078101536769308,0.5529710650444031,0.3614382714716695,0.07226523756980896,0.35362811779473874 +Dune,Korba,0.4780802726745605,0.7911521478855628,0.5018550157546997,1.1525436962723896,0.023774743080139216,0.36139154838682686 +Dune,Wellington Yueh,0.4950200617313385,0.0354422405688776,0.5104186534881592,0.3982121642037352,0.015398591756820679,0.3627699236348576 +The Hitchhiker's Guide to the Galaxy,Max Quordlepleen,0.4441669583320617,3.6075902889285176,0.4944285452365875,3.974116003158963,0.05026158690452581,0.3665257142304452 +Dune,Liet-Kynes,0.5477451086044312,0.498522743257557,0.5722833871841431,0.8734777525042662,0.024538278579711914,0.37495500924670916 +Harry Potter,Piers Polkiss,0.4952185153961181,0.6806362715735876,0.5166254043579102,1.0693695208375025,0.021406888961792048,0.38873324926391484 +Dune,Logno,0.4771268665790558,0.0258050314094748,0.5067844390869141,0.4269885629402524,0.029657572507858276,0.40118353153077757 +The Hitchhiker's Guide to the Galaxy,Poodoo,0.45408895611763,0.7607375331758576,0.5132195353507996,1.1669318505114223,0.059130579233169556,0.40619431733556477 +Twilight,Ephraim Black,0.5057646632194519,0.0722030936545658,0.5285127758979797,0.483425871993945,0.022748112678527832,0.4112227783393792 +Dune,Elrood Corrino IX/XD,0.4822080731391907,0.0999839893529496,0.5046545267105103,0.5144143098167582,0.02244645357131958,0.41443032046380857 +Dune,Gaius Helen Mohiam,0.5384054183959961,0.352284423693017,0.5630971789360046,0.790966793593706,0.024691760540008545,0.43868236990068904 +Dune,Alef Burzmali,0.5342580080032349,0.7645671390226758,0.5497820377349854,1.2549004688940866,0.015524029731750488,0.49033332987141076 +Harry Potter,Louis Weasley,0.4540657699108124,0.0444494411070131,0.4954021275043487,0.5441489284300953,0.04133635759353632,0.4996994873230822 +Harry Potter,Mosag,0.4951876401901245,0.1531028392438576,0.4914199411869049,0.6569528586481602,-0.0037676990032196045,0.5038500194043026 +Harry Potter,Victoire Weasley,0.4881352186203003,0.4956663902185687,0.4769021570682525,1.013121900804376,-0.011233061552047785,0.5174555105858072 +Dune,Wensicia Corrino,0.5616702437400818,0.2010267988933154,0.5842434167861938,0.7219136340131868,0.02257317304611206,0.5208868351198713 +Twilight,Lauren Mallory,0.529346227645874,0.4959357556117128,0.5534868240356445,1.0301312795687292,0.024140596389770508,0.5341955239570164 +The Hitchhiker's Guide to the Galaxy,Hig Hurtenflurst,0.3948304355144501,0.6751661951664785,0.5137826800346375,1.212449095341141,0.11895224452018738,0.5372829001746626 +Dune,Nayla,0.4950499534606933,1.292249701300615,0.6011646389961243,1.838745742377142,0.10611468553543096,0.5464960410765272 +The Lord of the Rings,Khamûl,0.4940536022186279,0.1330702156290558,0.5407648682594299,0.7024747436692249,0.04671126604080206,0.5694045280401692 +The Hitchhiker's Guide to the Galaxy,Russell,0.4782839715480804,0.8100323941181714,0.5097077488899231,1.408932398843795,0.03142377734184271,0.5989000047256235 +Dune,Farok,0.5597324967384338,1.725997669089834,0.5408429503440857,2.3261117109602933,-0.018889546394348145,0.6001140418704594 +Dune,Ghanima Atreides,0.4938459992408752,0.1575677360789988,0.5262296795845032,0.7713215001869783,0.032383680343627985,0.6137537641079795 +Dune,Piter de Vries,0.5390039086341858,1.2255669645887044,0.5667362213134766,1.8558181576506183,0.02773231267929077,0.6302511930619139 +The Hitchhiker's Guide to the Galaxy,Old Thrashbarg,0.5333329439163208,2.417007644633663,0.5275788903236389,3.0477965967155183,-0.005754053592681885,0.6307889520818555 +The Hunger Games,Vipsania Sickle,0.5076733231544495,1.5015583908608838,0.5211169719696045,2.1328966584790696,0.01344364881515503,0.6313382676181858 +Harry Potter,Frank Longbottom,0.5326156616210938,0.0287523773749892,0.5626251101493835,0.6841584052073477,0.030009448528289795,0.6554060278323586 +Dune,Abulurd Harkonnen,0.4995967745780945,0.774362161995966,0.585909903049469,1.4374484379102912,0.08631312847137451,0.6630862759143252 +The Hitchhiker's Guide to the Galaxy,Number Two,0.5104125142097473,1.0542362445617808,0.5231298804283142,1.7298688236564472,0.012717366218566895,0.6756325790946665 +Dune,Victor Atreides,0.5281650424003601,0.6661450495943819,0.5521569848060608,1.3858043178098174,0.023991942405700684,0.7196592682154355 +Twilight,Mary,0.4819009304046631,0.1130494278537079,0.5178558826446533,0.8451317060187,0.035954952239990234,0.7320822781649922 +Harry Potter,Dominique Weasley,0.5051631331443787,0.5628294796657226,0.5058202147483826,1.311653529612595,0.0006570816040039062,0.7488240499468725 +Dune,Glossu Rabban Harkonnen/XD,0.5279632806777954,2.3769619220835354,0.5369877815246582,3.139095733097808,0.009024500846862793,0.7621338110142726 +Harry Potter,Abraxas Malfoy,0.5150485038757324,0.5503509975301958,0.5468758344650269,1.3129554098084302,0.031827330589294434,0.7626044122782344 +The Hitchhiker's Guide to the Galaxy,Murray Bost Henson,0.508491039276123,1.9880551917770604,0.5325136184692383,2.756659058943864,0.024022579193115234,0.7686038671668036 +The Hitchhiker's Guide to the Galaxy,Allitnils,0.4911867082118988,1.251017756427402,0.5145216584205627,2.15794193900502,0.02333495020866394,0.906924182577618 +The Hitchhiker's Guide to the Galaxy,Know-Nothing-Bozo,0.4694631695747375,0.5718663858886817,0.4982646107673645,1.4993487598742592,0.02880144119262701,0.9274823739855775 +Dune,Marcus Claire Luyseyal,0.4861524701118469,1.1715058089203334,0.4962300360202789,2.107458039462452,0.010077565908431951,0.9359522305421184 +The Hitchhiker's Guide to the Galaxy,Number One,0.5042617917060852,0.7561530397522468,0.506044864654541,1.7105745885417016,0.0017830729484558105,0.9544215487894548 +Dune,Lichna,0.4899732768535614,0.778601116737801,0.5437178015708923,1.7552609653310076,0.05374452471733093,0.9766598485932066 +Harry Potter,Godric Gryffindor,0.5244513750076294,0.0069719796151754,0.5934100151062012,1.13064105321368,0.06895864009857178,1.1236690735985044 +The Hunger Games,Hilarius Heavensbee,0.5099994540214539,0.9142718836812824,0.5348723530769348,2.055806600382493,0.024872899055480957,1.1415347167012106 +Dune,Chani Kynes,0.5526807308197021,0.804574212062606,0.5530098080635071,1.9827074877696589,0.00032907724380493164,1.1781332757070528 +The Hitchhiker's Guide to the Galaxy,Effrafax of Wug,0.5134496688842773,3.2151291217167177,0.5549716949462891,4.400457732062703,0.04152202606201172,1.1853286103459855 +Dune,Otheym,0.5739062428474426,1.4563690800914404,0.597083568572998,2.675528033990441,0.02317732572555542,1.2191589538990006 +Harry Potter,Ernest Prang,0.5353389382362366,1.0061482182025028,0.5400568842887878,2.259841898626499,0.0047179460525512695,1.2536936804239964 +The Hitchhiker's Guide to the Galaxy,Enid Kapelsen,0.5324084162712097,1.2771491330409643,0.5308210849761963,2.5346537960263045,-0.0015873312950134277,1.2575046629853401 +The Hitchhiker's Guide to the Galaxy,Agda,0.4687676131725311,2.711333335310547,0.5224596261978149,3.9934621092566287,0.05369201302528387,1.2821287739460816 +Harry Potter,Emeric the Evil,0.5298848748207092,1.2237502136607206,0.5266038775444031,2.5405500769690783,-0.0032809972763061523,1.3167998633083577 +Twilight,Santiago,0.491519957780838,1.3400864525335985,0.5336848497390747,2.6614558913308954,0.042164891958236694,1.321369438797297 +The Hitchhiker's Guide to the Galaxy,Random Dent,0.4563427567481994,0.2920922497952378,0.5248076319694519,1.6159023913096846,0.0684648752212525,1.3238101415144468 +The Lord of the Rings,Halbarad,0.5784801244735718,0.1315032941545476,0.5705211758613586,1.4574939333592651,-0.007958948612213135,1.3259906392047176 +Dune,Farad'n Corrino,0.5666971206665039,0.6623881126562792,0.5823624730110168,2.00334101467766,0.01566535234451294,1.3409529020213806 +Dune,Tyekanik,0.5294237732887268,1.030935100366963,0.5713058114051819,2.3759034066948845,0.04188203811645508,1.3449683063279216 +The Hitchhiker's Guide to the Galaxy,Pizpot Gargravarr,0.4587478041648865,0.8348776513172581,0.5261605381965637,2.234811258237442,0.06741273403167725,1.3999336069201842 +The Hitchhiker's Guide to the Galaxy,Deep Thought,0.5293686985969543,3.518039002381821,0.5483431816101074,4.924017802986197,0.018974483013153076,1.4059788006043759 +Dune,Piter De Vries,0.5436399579048157,0.8865800160689702,0.5498327612876892,2.367255644674332,0.006192803382873535,1.4806756286053617 +Twilight,Harry Clearwater,0.5350514650344849,0.0160373768525989,0.5545437335968018,1.5120414810849454,0.019492268562316895,1.4960041042323464 +Harry Potter,Regulus Black I,0.4899941384792328,1.7074700288448896,0.473707914352417,3.207354425192208,-0.016286224126815796,1.4998843963473185 +The Hitchhiker's Guide to the Galaxy,Humma Kavula,0.5135481953620911,2.0155346944172385,0.5428107976913452,3.574634551887301,0.02926260232925415,1.5590998574700623 +The Lord of the Rings,Shadowfax,0.5957607626914978,0.2927387245204836,0.6053233742713928,1.868191440946372,0.00956261157989502,1.5754527164258885 +Dune,Tylwyth Waff,0.5059124231338501,1.737750597750537,0.5506270527839661,3.3208116022734924,0.04471462965011597,1.5830610045229554 +Harry Potter,Marlene McKinnon,0.4938864111900329,0.6443134996949156,0.5437308549880981,2.239588358392075,0.04984444379806524,1.5952748586971595 +The Hitchhiker's Guide to the Galaxy,Googleplex Starthinker,0.5086233019828796,1.3515194722810542,0.5492330193519592,2.981606790740152,0.04060971736907959,1.6300873184590976 +The Hitchhiker's Guide to the Galaxy,Caveman,0.485813707113266,1.191876411155107,0.5148823261260986,2.9606391880258345,0.02906861901283264,1.7687627768707275 +Dune,Hayt,0.5497936010360718,1.6983271962871251,0.6137956380844116,3.47851498739315,0.06400203704833984,1.7801877911060249 +The Hitchhiker's Guide to the Galaxy,Great Hyperlobic Omnicognate Neutron Wrangler,0.5222041010856628,0.8151436595074942,0.5879542827606201,2.6249022736812884,0.06575018167495728,1.809758614173794 +Harry Potter,Helga Hufflepuff,0.528685986995697,0.2905265513155202,0.5625326037406921,2.1557971028147707,0.03384661674499512,1.8652705514992505 +Dune,Hasimir Fenring,0.5294212698936462,0.5723882591358047,0.5482363700866699,2.457582819014864,0.01881510019302368,1.8851945598790592 +Harry Potter,Beedle the Bard,0.5122998356819153,5.466866442516768,0.5371372699737549,7.378518380411078,0.0248374342918396,1.9116519378943106 +Dune,Margot Fenring,0.5599023699760437,2.404907566263525,0.5822188258171082,4.433415369203304,0.022316455841064453,2.0285078029397785 +The Hitchhiker's Guide to the Galaxy,Gail Andrews,0.5174409747123718,1.148351783091004,0.5481988191604614,3.183736641516804,0.0307578444480896,2.0353848584258 +The Hitchhiker's Guide to the Galaxy,Garkbit,0.5726413130760193,1.880035041105312,0.504594087600708,3.921158565770048,-0.06804722547531128,2.041123524664736 +The Hitchhiker's Guide to the Galaxy,Mr Prosser,0.5014879107475281,4.279989564924774,0.5276877284049988,6.380515125647733,0.026199817657470703,2.100525560722959 +The Hunger Games,Felix Ravinstill,0.4774388074874878,0.7003809095064412,0.5368401408195496,2.826404724140314,0.05940133333206177,2.126023814633873 +Harry Potter,Evan Rosier,0.4881301522254944,0.2002836947372867,0.5503441095352173,2.327005121487279,0.0622139573097229,2.1267214267499925 +The Hitchhiker's Guide to the Galaxy,Old Man on the Pole,0.4771700501441955,5.581789936508674,0.5147315263748169,7.763840792017723,0.03756147623062139,2.1820508555090488 +The Hitchhiker's Guide to the Galaxy,Reg Nullify,0.5345656275749207,0.89237923793007,0.5362817049026489,3.082270637267509,0.0017160773277282715,2.189891399337439 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Jeltz,0.5068814158439636,0.9139087945948516,0.5350143909454346,3.113166066213617,0.028132975101470947,2.199257271618765 +The Lord of the Rings,Ancalagon,0.554775595664978,0.4754508581117997,0.5769245624542236,2.807764820279166,0.022148966789245605,2.3323139621673663 +The Hitchhiker's Guide to the Galaxy,Barman,0.4787187278270721,1.7699820000943327,0.5309516191482544,4.361691934626844,0.052232891321182306,2.591709934532511 +The Hitchhiker's Guide to the Galaxy,Fenchurch,0.5085993409156799,0.3035717442296552,0.5429698824882507,3.106870070034058,0.0343705415725708,2.803298325804403 +Dune,Schwangyu,0.5480901002883911,1.5382404756407333,0.5731808543205261,4.526655369597184,0.02509075403213501,2.9884148939564508 +The Hitchhiker's Guide to the Galaxy,Elvis Presley,0.5083202123641968,0.8162369482507144,0.5454714894294739,3.9781774000980783,0.0371512770652771,3.161940451847364 +The Hitchhiker's Guide to the Galaxy,Lajestic Vantrashell of Lob,0.4957940578460693,1.0396768280186015,0.5443820357322693,5.4496999347531805,0.04858797788620001,4.410023106734579 +The Hitchhiker's Guide to the Galaxy,Hurling Frootmig,0.4950239658355713,0.8468620532300025,0.5304555892944336,5.271369239508656,0.035431623458862305,4.424507186278654 +The Hitchhiker's Guide to the Galaxy,Questular Rontok,0.4308346509933471,1.3089575999174028,0.4653387367725372,5.921618126936456,0.034504085779190063,4.612660527019052 +The Hitchhiker's Guide to the Galaxy,Roosta,0.4557687640190124,1.687678852003973,0.5282712578773499,6.310332564579279,0.07250249385833746,4.622653712575306 +The Hitchhiker's Guide to the Galaxy,Old Woman in the Cave,0.5127855539321899,7.099409842694347,0.5671838521957397,11.727615229914276,0.054398298263549805,4.628205387219929 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Kwaltz,0.5225704908370972,3.289779453595154,0.5192517638206482,8.771962272573777,-0.0033187270164489746,5.4821828189786235 +The Hitchhiker's Guide to the Galaxy,Emperor of the Galaxy,0.4646728038787842,2.164931250384649,0.5556698441505432,8.55473898648037,0.09099704027175903,6.389807736095721 +Harry Potter,Dorcas Meadowes,0.5007970929145813,0.6279816562448126,0.5774123072624207,8.722656375081101,0.07661521434783936,8.094674718836288 diff --git a/ressources/data/differences/sorted_by_h_to_wh_3.csv b/ressources/data/differences/sorted_by_h_to_wh_3.csv new file mode 100644 index 0000000000000000000000000000000000000000..e0e8f870972d76f0ade6f33d28279e3d81df68f4 --- /dev/null +++ b/ressources/data/differences/sorted_by_h_to_wh_3.csv @@ -0,0 +1,536 @@ +Book,Character,F1,h,wF1,wh,F1_to_wF1,h_to_wh +The Hitchhiker's Guide to the Galaxy,Grunthos the Flatulent,0.6140472888946533,16.95786250848371,0.5499271154403687,2.19535677410307,-0.06412017345428467,-14.76250573438064 +The Hitchhiker's Guide to the Galaxy,Zaphod Beeblebrox,0.5297273993492126,6.522426816119916,0.5381566882133484,3.069633836587143,0.008429288864135742,-3.4527929795327728 +The Hitchhiker's Guide to the Galaxy,Ruler of the Universe,0.512652575969696,6.16645514974388,0.5007719993591309,3.197721520638197,-0.011880576610565186,-2.9687336291056834 +Dune,Elrood Corrino IX,0.5494102835655212,6.567421454972395,0.5414339303970337,3.838186942507519,-0.007976353168487549,-2.7292345124648762 +The Hitchhiker's Guide to the Galaxy,Hotblack Desiato,0.5371041297912598,6.27363319045089,0.5323712825775146,3.684780702360905,-0.004732847213745117,-2.588852488089985 +The Hitchhiker's Guide to the Galaxy,Eccentrica Gallumbits,0.6058655977249146,6.55965044781872,0.5394384860992432,4.111888971930163,-0.06642711162567139,-2.4477614758885577 +The Hitchhiker's Guide to the Galaxy,Mr Prosser,0.5152918696403503,5.716983768747755,0.5037378668785095,3.4004614248585656,-0.01155400276184082,-2.3165223438891895 +The Hitchhiker's Guide to the Galaxy,Heimdall,0.5581227540969849,4.584225912588152,0.5274328589439392,2.276866895887534,-0.030689895153045654,-2.3073590167006177 +The Hitchhiker's Guide to the Galaxy,Great Circling Poets of Arium,0.5388081669807434,6.063046081098422,0.5708460211753845,4.127418647906974,0.03203785419464111,-1.9356274331914483 +Dune,Kwisatz Haderach,0.5319060683250427,2.314645582759502,0.5842639803886414,0.4332015363986393,0.05235791206359863,-1.8814440463608628 +The Hitchhiker's Guide to the Galaxy,Old Woman in the Cave,0.5285378098487854,6.828077476698253,0.5196815133094788,4.970962644971397,-0.00885629653930664,-1.8571148317268555 +The Hitchhiker's Guide to the Galaxy,Phouchg,0.5427480340003967,2.422185646439553,0.4930891692638397,0.7803900079380592,-0.04965886473655701,-1.6417956385014936 +The Hitchhiker's Guide to the Galaxy,Majikthise,0.5344270467758179,4.313396148394467,0.5335953831672668,2.962811518489022,-0.0008316636085510254,-1.3505846299054456 +The Hitchhiker's Guide to the Galaxy,Oolon Colluphid,0.5637776255607605,2.7037233537785146,0.5207085609436035,1.3753680830069075,-0.04306906461715698,-1.328355270771607 +Dune,Edric,0.4555673003196716,1.6918874681865883,0.4748502671718597,0.4430607189159135,0.01928296685218811,-1.2488267492706748 +Dune,Iakin Nefud,0.5310722589492798,1.89786255695754,0.5032299160957336,0.8610380325676424,-0.027842342853546143,-1.0368245243898975 +Dune,Sheeana Brugh,0.5216577053070068,1.6398683482460774,0.5524136424064636,0.6070388540217229,0.030755937099456787,-1.0328294942243545 +Dune,Elrood Corrino IX/DE,0.5240652561187744,2.055177350250741,0.539954662322998,1.0623974013450832,0.015889406204223633,-0.9927799489056577 +Harry Potter,Gabrielle Delacour,0.5358893871307373,1.6292636276169852,0.5435107350349426,0.7295422436283255,0.007621347904205322,-0.8997213839886596 +Dune,Anirul Corrino,0.5225465893745422,2.474441263015996,0.5395357012748718,1.5809147266168269,0.01698911190032959,-0.8935265363991693 +Dune,Abulurd Harkonnen,0.5326532125473022,1.5863552234455376,0.521419882774353,0.6954069738046825,-0.011233329772949219,-0.8909482496408551 +Dune,Piter De Vries,0.5168097615242004,1.2011160057250845,0.5319700837135315,0.3142512563685061,0.015160322189331055,-0.8868647493565784 +The Hitchhiker's Guide to the Galaxy,Rob McKenna,0.5013564229011536,1.8445934095467769,0.5104407668113708,0.9671327932562964,0.009084343910217285,-0.8774606162904804 +The Hitchhiker's Guide to the Galaxy,Lady Cynthia Fitzmelton,0.4950838088989258,2.279268813876131,0.5210451483726501,1.456673708838827,0.025961339473724365,-0.8225951050373039 +The Hitchhiker's Guide to the Galaxy,Loonquawl,0.5299618244171143,2.167583961268728,0.5380573868751526,1.3504768804522291,0.00809556245803833,-0.8171070808164991 +Dune,Wensicia Corrino/DE,0.5573607087135315,1.2956865425806023,0.5317422151565552,0.4850275963656584,-0.02561849355697632,-0.8106589462149439 +Twilight,Mexican coven,0.4863122999668121,1.1338422448498091,0.4995346069335937,0.3756333417862993,0.013222306966781616,-0.7582089030635097 +The Lord of the Rings,Melian,0.5740463137626648,1.049376886917939,0.5787503719329834,0.2947167336101543,0.0047040581703186035,-0.7546601533077846 +Harry Potter,Cadmus Peverell,0.5136099457740784,1.38310084817438,0.5183182954788208,0.7750712612745965,0.004708349704742432,-0.6080295868997836 +Dune,Aramsham,0.5381482839584351,2.3442786308227896,0.5279208421707153,1.7708425219756927,-0.010227441787719727,-0.573436108847097 +Harry Potter,Katie Bell,0.5194967985153198,0.5733742337392354,0.5462033748626709,4.936397187093926e-05,0.026706576347351074,-0.5733248697673644 +Dune,Hayt,0.53470778465271,1.5180521114210097,0.5514741539955139,0.9640341616998124,0.016766369342803955,-0.5540179497211973 +Dune,Marcus Claire Luyseyal,0.4648575186729431,1.8430672057568052,0.5026334524154663,1.292017631524187,0.03777593374252319,-0.5510495742326182 +Twilight,Eric Yorkie,0.4881696403026581,0.5623445488738352,0.5041306614875793,0.0118004966490724,0.015961021184921265,-0.5505440522247629 +Dune,Paul Atreides/DE,0.5624359846115112,0.6680478035333376,0.5472601056098938,0.1224107496926478,-0.015175879001617432,-0.5456370538406898 +The Hitchhiker's Guide to the Galaxy,Almighty Bob,0.472106397151947,1.8178153282006495,0.5257226228713989,1.282503917812484,0.053616225719451904,-0.5353114103881655 +Dune,Liet Kynes,0.5707424879074097,1.5353780709426728,0.5686256885528564,1.0010206362207186,-0.0021167993545532227,-0.5343574347219542 +The Hitchhiker's Guide to the Galaxy,Genghis Khan,0.562825083732605,4.064341247103304,0.5715332627296448,3.537133148018112,0.008708178997039795,-0.527208099085192 +Dune,Tertius Eileen Anteac,0.4764074683189392,1.08280321228203,0.5279062390327454,0.5697165931084059,0.05149877071380615,-0.513086619173624 +Dune,Abulurd Harkonnen/DE,0.5226326584815979,2.355209266707807,0.5442755818367004,1.8550228390287269,0.02164292335510254,-0.50018642767908 +The Hitchhiker's Guide to the Galaxy,Garkbit,0.5474410057067871,2.150926722287164,0.5605905055999756,1.6693015332100796,0.013149499893188477,-0.4816251890770844 +The Lord of the Rings,Treebeard,0.5496479272842407,1.162358646047961,0.5748980045318604,0.6830583733905908,0.02525007724761963,-0.4793002726573701 +Dune,Gurney Halleck,0.5622117519378662,0.6081915315316465,0.5487368106842041,0.1720678721641582,-0.01347494125366211,-0.4361236593674883 +The Hitchhiker's Guide to the Galaxy,Frankie and Benjy,0.4923978745937347,1.267063050433921,0.5418630838394165,0.860260990348623,0.04946520924568182,-0.40680206008529807 +The Hitchhiker's Guide to the Galaxy,Prak,0.4905106723308563,0.6518224329095403,0.5342075228691101,0.2535641947033989,0.043696850538253784,-0.3982582382061414 +The Hitchhiker's Guide to the Galaxy,Agrajag,0.5278735160827637,1.249451448033627,0.5563676953315735,0.8704027921106186,0.028494179248809814,-0.3790486559230084 +Dune,Irulan Corrino/DE,0.550780177116394,0.4226015095115137,0.5761006474494934,0.0436463687581597,0.025320470333099365,-0.378955140753354 +Dune,Chani Kynes,0.5487492084503174,1.4490337254924497,0.5434978604316711,1.0983350664734417,-0.00525134801864624,-0.350698659019008 +Dune,Glossu Rabban Harkonnen/DE,0.5156644582748413,0.5911179880587586,0.5334367752075195,0.2469479976483533,0.017772316932678223,-0.3441699904104053 +The Hitchhiker's Guide to the Galaxy,Old Man on the Pole,0.4618424773216247,3.5872037574438447,0.5208659172058105,3.2471445871414253,0.059023439884185847,-0.3400591703024194 +Dune,Lady Jessica,0.4814268946647644,0.8183071416981899,0.4877696335315704,0.4786327229740612,0.006342738866805975,-0.3396744187241287 +Dune,Liet Kynes/XD,0.5056871175765991,0.4267817938549977,0.5368319153785706,0.0930184075054226,0.031144797801971436,-0.3337633863495751 +The Lord of the Rings,Thrór,0.557720422744751,0.380471491167524,0.5456516146659851,0.0679000113456753,-0.01206880807876587,-0.3125714798218487 +Dune,Jamis,0.5642074346542358,0.5260601107998428,0.5510348081588745,0.2206194524261704,-0.013172626495361328,-0.3054406583736724 +Harry Potter,Mykew Gregorovitch,0.5404965877532959,0.5335715178128574,0.5676182508468628,0.2548240994933074,0.027121663093566895,-0.27874741831954997 +Dune,Scytale/XD,0.4909877777099609,0.51265410774741,0.534932017326355,0.2528606260366279,0.0439442396163941,-0.25979348171078215 +Harry Potter,Herbert Beery,0.4967019855976105,0.9226989106447072,0.5082197189331055,0.6678673849081651,0.011517733335494995,-0.2548315257365421 +Dune,Kailea Vernius,0.4740604162216186,0.4997731996162197,0.5500289797782898,0.2473600021982441,0.0759685635566712,-0.2524131974179756 +Dune,Pardot Kynes/XD,0.5553362965583801,0.4676541632352077,0.5654928684234619,0.2482625768266559,0.010156571865081787,-0.2193915864085518 +Dune,Farad'n Corrino,0.5448617935180664,0.9648377285575548,0.5697649717330933,0.7528509074611063,0.024903178215026855,-0.2119868210964485 +Dune,Ziarenko Javid,0.4578582346439361,0.6050668202429494,0.4851575493812561,0.3933315766436584,0.027299314737320002,-0.21173524359929102 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Kwaltz,0.518119752407074,3.4838214822763125,0.5339058637619019,3.2836852870145714,0.01578611135482788,-0.2001361952617411 +Dune,Glossu Rabban,0.516559362411499,1.1336510338285353,0.5118913650512695,0.936649173256126,-0.004667997360229492,-0.19700186057240932 +Harry Potter,Radolphus Lestrange,0.4959030747413635,1.1928767494018544,0.5052648782730103,1.0011816763484989,0.009361803531646729,-0.19169507305335554 +Harry Potter,Irma Crabbe,0.4526484310626983,0.7461420392506313,0.4349513053894043,0.5920201476215757,-0.017697125673294012,-0.15412189162905554 +The Hitchhiker's Guide to the Galaxy,Hig Hurtenflurst,0.4926114678382873,1.2104331377333513,0.4859743416309356,1.0583993608051103,-0.006637126207351685,-0.15203377692824094 +Dune,Gaius Helen Mohiam/XD,0.5350977182388306,0.1799723060960203,0.5428491234779358,0.0291274854580023,0.007751405239105225,-0.150844820638018 +The Hitchhiker's Guide to the Galaxy,Pizpot Gargravarr,0.4780510067939758,1.2405610646104204,0.4893694519996643,1.1042479307744448,0.011318445205688532,-0.13631313383597554 +The Hitchhiker's Guide to the Galaxy,Agda,0.46803879737854,2.9516281496573056,0.524824321269989,2.815918518712229,0.05678552389144903,-0.1357096309450765 +Dune,Octa Butler,0.4907942414283752,0.9616246593489964,0.5384519100189209,0.8336190638688741,0.04765766859054571,-0.12800559548012236 +Dune,Miles Teg,0.5189189910888672,0.2681962223686133,0.5390151143074036,0.1448957646937182,0.020096123218536377,-0.12330045767489509 +Harry Potter,Astoria Malfoy,0.5139551758766174,0.1739315712718094,0.5315761566162109,0.0617906952050775,0.017620980739593506,-0.11214087606673188 +Dune,Pardot Kynes,0.5373766422271729,0.3926648147725907,0.5386035442352295,0.2845964676631365,0.0012269020080566406,-0.10806834710945418 +The Hitchhiker's Guide to the Galaxy,Poodoo,0.4517234861850738,0.9914180529545824,0.4831407964229584,0.8905292668827076,0.03141731023788458,-0.10088878607187479 +Twilight,J. Jenks,0.5058053731918335,0.0907375468930449,0.5171025395393372,0.0055961626382182,0.011297166347503662,-0.0851413842548267 +The Hunger Games,Livia Cardew,0.4691944420337677,0.6145186798712319,0.5337793827056885,0.5309288968185804,0.06458494067192078,-0.08358978305265152 +Dune,Paulus Atreides,0.5075477957725525,0.3624529466407594,0.5549787282943726,0.2792673337867188,0.04743093252182007,-0.08318561285404058 +Dune,Leto Atreides II/DE,0.550773561000824,0.4757163590501479,0.5835585594177246,0.392839470839436,0.032784998416900635,-0.08287688821071193 +Dune,Jessica Atreides,0.4537184536457062,0.3805447533259145,0.4916242659091949,0.2993426541378617,0.037905812263488714,-0.08120209918805277 +Dune,Margot Fenring/XD,0.5333975553512573,0.1725055797099393,0.5680323243141174,0.0950900472838067,0.03463476896286011,-0.0774155324261326 +Harry Potter,Aragog,0.5689617395401001,0.0941572166488174,0.5569226145744324,0.021938193266762,-0.012039124965667725,-0.07221902338205541 +The Lord of the Rings,Fíli and Kíli,0.5895729064941406,0.1111819235976098,0.5947471261024475,0.0402029921409846,0.005174219608306885,-0.0709789314566252 +The Hitchhiker's Guide to the Galaxy,Caveman,0.4431938827037811,2.138098737180325,0.5086044669151306,2.067217969962227,0.06541058421134954,-0.07088076721809822 +Harry Potter,Marcus Flint,0.5189085602760315,0.1679818948212658,0.5378551483154297,0.1026003383913475,0.018946588039398193,-0.0653815564299183 +Twilight,Vasilii,0.4966283440589905,1.0765466528919176,0.5268876552581787,1.0200902643393164,0.030259311199188232,-0.05645638855260127 +Twilight,Quil Ateara V,0.5184285044670105,0.0709129773035447,0.5447222590446472,0.0151389090144004,0.02629375457763672,-0.0557740682891443 +The Hitchhiker's Guide to the Galaxy,Alice Beeblebrox,0.429932028055191,0.7891401556596023,0.5393813848495483,0.733952472162638,0.10944935679435736,-0.055187683496964235 +The Hitchhiker's Guide to the Galaxy,Constant Mown,0.491990715265274,2.240201997068663,0.4945469200611114,2.185169736848476,0.0025562047958374023,-0.055032260220186924 +The Lord of the Rings,Éowyn,0.5337315797805786,0.0643447116777324,0.5446906089782715,0.0101247320642191,0.010959029197692871,-0.0542199796135133 +Twilight,Paul Lahote,0.4929846525192261,0.0650039798713036,0.5468891859054565,0.0114961471110208,0.05390453338623047,-0.0535078327602828 +Twilight,Carmen,0.5283151865005493,0.0829523834471611,0.534820020198822,0.0296212923356351,0.006504833698272705,-0.05333109111152601 +Dune,Rhombur Vernius,0.5316701531410217,0.263313827626628,0.5652472376823425,0.2107685816832006,0.0335770845413208,-0.05254524594342744 +The Hunger Games,Hilarius Heavensbee,0.5257464051246643,2.915549426129869,0.5389699339866638,2.865011309197352,0.013223528861999512,-0.050538116932516974 +Harry Potter,Sirius Black II,0.4137043058872223,1.4970798305253006,0.4373504221439361,1.44988328937953,0.02364611625671381,-0.047196541145770654 +Dune,Harah,0.5595471858978271,0.0753954301245798,0.5352233648300171,0.0346278451002894,-0.02432382106781006,-0.040767585024290405 +Dune,Xavier Harkonnen,0.4857445061206817,0.1233731617434948,0.5339184999465942,0.086104823190525,0.04817399382591253,-0.03726833855296981 +The Hitchhiker's Guide to the Galaxy,Mella,0.4270432293415069,2.8050555287620984,0.5102977752685547,2.769270560064611,0.08325454592704779,-0.035784968697487596 +Dune,Dama,0.4661634266376495,0.632765663272812,0.4881497621536255,0.5984934097461226,0.021986335515976008,-0.03427225352668939 +Twilight,Kebi,0.5201324820518494,0.0585021836034351,0.4922181069850921,0.0319322843910091,-0.027914375066757258,-0.026569899212426 +Dune,Tylwyth Waff/XD,0.5046780109405518,0.0572797423268531,0.5141244530677795,0.0307824634270925,0.009446442127227783,-0.026497278899760602 +Dune,Fafnir Corrino,0.4875413179397583,0.8123529386637208,0.48015296459198,0.7864517036701479,-0.00738835334777832,-0.025901234993572886 +Dune,Irulan Corrino,0.5652651190757751,0.1198068197594191,0.5567529797554016,0.0976073128588236,-0.008512139320373535,-0.02219950690059551 +Dune,Ghanima Atreides/DE,0.5431255102157593,0.0184900533589045,0.5572934150695801,0.0002466818876504,0.0141679048538208,-0.0182433714712541 +Dune,Hasimir Fenring/DE,0.5695836544036865,0.0306126850559545,0.5464422702789307,0.0138149581801547,-0.02314138412475586,-0.0167977268757998 +The Lord of the Rings,Gimli,0.528266429901123,0.0159003841944725,0.5297467112541199,3.658703518929313e-06,0.0014802813529968262,-0.01589672549095357 +Dune,Shaddam IV/DE,0.5091221332550049,0.027741459477809,0.5343272686004639,0.0135321590099526,0.025205135345458984,-0.0142093004678564 +The Lord of the Rings,Thráin II,0.5582897067070007,0.099461401974321,0.5826681852340698,0.0857693136359928,0.024378478527069092,-0.013692088338328204 +Dune,Vladimir Harkonnen/XD,0.5087414383888245,0.0126153213001766,0.5226302146911621,0.0005912099523912,0.013888776302337646,-0.0120241113477854 +The Hitchhiker's Guide to the Galaxy,Marvin,0.484896183013916,0.0448530341449306,0.511262059211731,0.035672150351215,0.02636587619781494,-0.009180883793715601 +The Lord of the Rings,Théoden,0.5511192083358765,0.0146015782564679,0.5399253964424133,0.0065330640931554,-0.011193811893463135,-0.0080685141633125 +Twilight,Amun,0.5087057948112488,0.0141599051411207,0.5411012172698975,0.0069260900184014,0.03239542245864868,-0.0072338151227193 +Twilight,Alec,0.5477607846260071,0.0069056504108246,0.5151251554489136,0.0001116811891548,-0.032635629177093506,-0.0067939692216698 +Dune,Vladimir Harkonnen/DE,0.5738033056259155,0.0196985838761531,0.5647509098052979,0.0137054083790518,-0.009052395820617676,-0.005993175497101301 +Dune,Chani Kynes/DE,0.52126145362854,0.0119608354597779,0.5325648784637451,0.0066813907945952,0.011303424835205078,-0.005279444665182699 +The Hunger Games,Lysistrata Vickers,0.5178585052490234,0.0392966245663494,0.541924238204956,0.0342210934724682,0.024065732955932617,-0.005075531093881203 +Harry Potter,Pius Thicknesse,0.5352836847305298,0.0050355374043997,0.5417342185974121,0.0009686914926889,0.006450533866882324,-0.0040668459117108 +Dune,Abulurd Harkonnen/XD,0.5441485047340393,0.0123638452901911,0.525319516658783,0.00951637563041,-0.018828988075256348,-0.0028474696597810996 +Twilight,Bree Tanner,0.5344114303588867,0.0058233650778035,0.5327283143997192,0.0031269610113248,-0.0016831159591674805,-0.0026964040664787 +The Lord of the Rings,Radagast,0.5254383087158203,0.0021678267300095,0.5309553742408752,5.30201603021464e-06,0.005517065525054932,-0.0021625247139792857 +The Hunger Games,Coral,0.4871584773063659,0.0132880601333159,0.5316688418388367,0.0114198382886126,0.04451036453247076,-0.0018682218447033001 +Harry Potter,Cormac McLaggen,0.5392457246780396,0.0036528380863565,0.5548135638237,0.0022773543831394,0.0155678391456604,-0.0013754837032170998 +The Lord of the Rings,Gollum,0.5052807927131653,0.0013260696356764,0.5564112663269043,1.3143583509927918e-06,0.051130473613739014,-0.0013247552773254072 +The Lord of the Rings,Isildur,0.5639517903327942,0.0017190756144345,0.5704807043075562,0.0004900782759689,0.006528913974761963,-0.0012289973384656 +Harry Potter,Rosmerta,0.5597559213638306,0.002613593704264,0.544405996799469,0.0014259965925147,-0.015349924564361572,-0.0011875971117493 +Harry Potter,Rose Granger-Weasley,0.4835290610790252,0.0020220937393471,0.4905079305171966,0.0008935935276151,0.006978869438171387,-0.0011285002117320002 +Dune,Gurney Halleck/XD,0.5587338805198669,0.0017328906870092,0.583254337310791,0.0006679001167226,0.024520456790924072,-0.0010649905702865999 +The Hitchhiker's Guide to the Galaxy,Ford Prefect,0.5349965691566467,0.0016359965218269,0.5460115075111389,0.0006102896997805,0.011014938354492188,-0.0010257068220464 +The Lord of the Rings,Círdan,0.548431396484375,0.0009984551225111,0.5604894161224365,0.0003506085197492,0.012058019638061523,-0.0006478466027619002 +Twilight,Felix,0.5391755104064941,0.001633823099736,0.5426814556121826,0.0010558313130031,0.0035059452056884766,-0.0005779917867329001 +Harry Potter,Fat Lady,0.5626680254936218,0.0006976507134607,0.5224078893661499,0.0001686186499819,-0.040260136127471924,-0.0005290320634787999 +Harry Potter,Rufus Scrimgeour,0.5564838647842407,0.0010248848799188,0.5529722571372986,0.0005026595008732,-0.0035116076469421387,-0.0005222253790455999 +The Lord of the Rings,Thorin II,0.5450388193130493,0.0002251177071778,0.5567585825920105,1.5075260576578151e-05,0.011719763278961182,-0.00021004244660122184 +Twilight,Benjamin,0.5194116234779358,0.0002089417726409,0.4765913188457489,4.263846624869679e-06,-0.04282030463218689,-0.00020467792601603033 +Harry Potter,Viktor Krum,0.5373258590698242,0.0002306636100906,0.545743465423584,3.9996281059159766e-05,0.008417606353759766,-0.00019066732903144025 +Dune,Hasimir Fenring/XD,0.543291449546814,0.0002017513785949,0.544248640537262,2.8006875000589097e-05,0.000957190990447998,-0.0001737445035943109 +Twilight,Peter,0.4923698306083679,0.0001245823447594,0.4794693887233734,1.258323985035581e-06,-0.012900441884994507,-0.00012332402077436442 +The Lord of the Rings,Celeborn,0.5357238054275513,0.0061170176327287,0.5699508786201477,0.006009502841518,0.034227073192596436,-0.00010751479121069978 +Harry Potter,Garrick Ollivander,0.5449483394622803,8.773596120507059e-05,0.5487746596336365,8.120837068543011e-07,0.003826320171356201,-8.692387749821628e-05 +Harry Potter,Hannah Abbott,0.501757025718689,0.0001074081457927,0.5181064009666443,3.377844571077225e-05,0.016349375247955322,-7.362970008192775e-05 +Dune,Gurney Halleck/DE,0.5237235426902771,7.80490990649488e-05,0.5381442904472351,5.4366843694819045e-06,0.014420747756958008,-7.261241469546689e-05 +Harry Potter,Pansy Parkinson,0.5263082385063171,6.335119383670031e-05,0.5364938974380493,2.4553651229109244e-05,0.010185658931732178,-3.879754260759106e-05 +Dune,Pardot Kynes/DE,0.5371705293655396,4.2762932027393016e-05,0.5425688028335571,9.128187151991942e-06,0.005398273468017578,-3.3634744875401075e-05 +Harry Potter,Poppy Pomfrey,0.523453950881958,3.306131125164552e-05,0.5549783706665039,9.523565212270224e-07,0.0315244197845459,-3.2108954730418494e-05 +Harry Potter,Irma Pince,0.545990526676178,3.834328601009992e-05,0.570099413394928,2.2054368732346752e-05,0.02410888671875,-1.6288917277753165e-05 +Harry Potter,Corban Yaxley,0.4830105006694793,2.925106021357241e-05,0.5452419519424438,1.5502787263142123e-05,0.06223145127296453,-1.3748272950430288e-05 +Twilight,Aro,0.494179219007492,1.1873361905796463e-05,0.5273670554161072,6.690657744070836e-09,0.03318783640861517,-1.1866671248052393e-05 +The Lord of the Rings,Legolas,0.5817660093307495,9.36161988434402e-06,0.5815436244010925,9.335917510080494e-12,-0.00022238492965698242,-9.36161054842651e-06 +Dune,Norma Cenva/XD,0.5358004570007324,1.6912344419431086e-05,0.5588939785957336,9.530227282788244e-06,0.02309352159500122,-7.382117136642842e-06 +Harry Potter,Parvati Patil,0.5480782985687256,7.82645235688083e-06,0.5367690920829773,3.5991487657951523e-06,-0.011309206485748291,-4.227303591085677e-06 +Harry Potter,Rolanda Hooch,0.5636895298957825,5.530018437152822e-06,0.5725776553153992,1.6416685616012014e-06,0.0088881254196167,-3.88834987555162e-06 +Twilight,Sam Uley,0.5345004796981812,3.3407527968562696e-06,0.5451577305793762,9.809743634886415e-07,0.010657250881195068,-2.3597784333676282e-06 +Twilight,Esme Cullen,0.5194735527038574,1.8882644152475595e-06,0.5408172011375427,1.800503739677508e-08,0.021343648433685303,-1.8702593778507845e-06 +Harry Potter,Myrtle Warren,0.4913347959518432,1.813042977527551e-06,0.5533497929573059,6.260660268658498e-09,0.0620149970054627,-1.8067823172588924e-06 +Harry Potter,Lee Jordan,0.5299311876296997,5.50813428939482e-07,0.5473628640174866,3.103904551235241e-08,0.017431676387786865,-5.197743834271296e-07 +Twilight,Victoria,0.501200795173645,4.432191188189416e-07,0.5190312266349792,4.448238730152261e-09,0.01783043146133423,-4.387708800887893e-07 +Twilight,Tanya,0.503936767578125,9.231902497034248e-08,0.4823244214057922,1.749051901137185e-09,-0.02161234617233282,-9.05699730692053e-08 +Harry Potter,Porpentina Goldstein,0.5076111555099487,5.495684210714383e-08,0.4996605515480041,3.064108425483909e-11,-0.007950603961944636,-5.492620102288899e-08 +Harry Potter,Dean Thomas,0.5245104432106018,5.0331351771668064e-08,0.5545734763145447,2.63938511619102e-08,0.03006303310394287,-2.3937500609757865e-08 +The Lord of the Rings,Saruman,0.5446438193321228,1.6455604895171072e-08,0.575408935546875,2.564652520336228e-09,0.030765116214752197,-1.3890952374834843e-08 +Twilight,Charlie Swan,0.523963987827301,2.742332000528702e-09,0.5070550441741943,2.0696662155516104e-18,-0.01690894365310669,-2.742331998459036e-09 +Harry Potter,Angelina Johnson,0.4777541160583496,2.1801935670909308e-09,0.4847449362277984,2.1221004157341175e-11,0.006990820169448797,-2.1589725629335897e-09 +Dune,Duncan Idaho/XD,0.5116010308265686,4.2546252552959766e-10,0.4954583644866943,8.835557548261799e-13,-0.016142666339874323,-4.245789697747715e-10 +Harry Potter,Fleur Delacour,0.4584183096885681,7.997361085518871e-10,0.4560153782367706,4.620194448547931e-10,-0.002402931451797541,-3.37716663697094e-10 +Harry Potter,Peeves,0.5685899257659912,1.3660000575144685e-10,0.5525453090667725,1.7540221551222814e-16,-0.01604461669921875,-1.3659983034923133e-10 +Harry Potter,George Weasley,0.4343728423118591,1.1041000924381183e-10,0.4519184529781341,4.584112008293834e-17,0.017545610666275024,-1.1040996340269174e-10 +Twilight,Renesmee Cullen,0.4953872859477997,1.66631975470711e-11,0.4656632840633392,1.3276565834753356e-23,-0.029724001884460505,-1.6663197547057822e-11 +Harry Potter,Arthur Weasley,0.4222377240657806,1.5122785307764722e-11,0.4188569784164428,2.134282776205337e-12,-0.0033807456493377686,-1.2988502531559385e-11 +Harry Potter,Sybill Trelawney,0.5406873822212219,1.4510179699546029e-11,0.5268456935882568,5.731152472008711e-12,-0.013841688632965088,-8.779027227537318e-12 +Harry Potter,Bartemius Crouch Senior,0.5467575192451477,2.913382093729548e-12,0.5385453104972839,1.808035646434836e-15,-0.00821220874786377,-2.911574058083113e-12 +Dune,Duncan Idaho/DE,0.5466117262840271,4.810651392859619e-14,0.5321796536445618,9.668434376666976e-24,-0.014432072639465332,-4.8106513918927754e-14 +The Lord of the Rings,Sauron,0.55887770652771,9.520907263119774e-15,0.5742641687393188,3.261945357337598e-16,0.015386462211608887,-9.194712727386013e-15 +Twilight,Edward Cullen,0.4688284695148468,6.4407989313917016e-15,0.4753231108188629,3.5693628945339124e-17,0.006494641304016113,-6.405105302446362e-15 +Harry Potter,Peter Pettigrew,0.4958681762218475,4.957104768592705e-15,0.5136946439743042,2.1278037076170675e-16,0.01782646775245672,-4.744324397830998e-15 +Harry Potter,Gilderoy Lockhart,0.5441403985023499,2.8947058949828446e-15,0.5430762767791748,6.826823768615993e-18,-0.0010641217231750488,-2.8878790712142286e-15 +Harry Potter,Newton Scamander,0.5166230201721191,3.362991699953818e-24,0.50264972448349,1.0606165574816015e-25,-0.01397329568862915,-3.256930044205658e-24 +Harry Potter,Harry Potter,0.4480642676353454,1.2639081125928257e-186,0.4468821287155151,1.0084877698289763e-70,-0.0011821389198303223,1.0084877698289763e-70 +Harry Potter,Hermione Granger,0.4112300276756286,2.9516472073124808e-71,0.4317481517791748,5.799151224573938e-63,0.020518124103546198,5.799151195057465e-63 +Harry Potter,Albus Dumbledore,0.4514420330524444,1.525797191250361e-57,0.4499014019966125,2.582512433549349e-55,-0.0015406310558319092,2.5672544616368453e-55 +Harry Potter,Tom Riddle,0.4569451212882995,2.308813522828434e-58,0.4592207372188568,7.518966533199817e-51,0.0022756159305573065,7.518966302318465e-51 +Harry Potter,Ronald Weasley,0.4331777393817901,1.3567801505026414e-75,0.4509760737419128,6.824030592784791e-50,0.01779833436012268,6.824030592784791e-50 +Harry Potter,Minerva McGonagall,0.3971514701843261,1.3038879298084957e-83,0.4366553127765655,2.296799789784901e-39,0.03950384259223938,2.296799789784901e-39 +Twilight,Bella Swan,0.3952494859695434,5.939886567791033e-55,0.4162090122699737,1.5759865319820068e-35,0.020959526300430298,1.5759865319820068e-35 +Harry Potter,Rubeus Hagrid,0.4557058215141296,8.264844497468667e-49,0.5102594494819641,3.8307635721064615e-35,0.05455362796783453,3.8307635721063787e-35 +Harry Potter,Severus Snape,0.4418982267379761,8.387277447329686e-73,0.4818568527698517,8.244675076582255e-35,0.03995862603187561,8.244675076582255e-35 +Harry Potter,Ginevra Weasley,0.4565054476261139,3.123149257093773e-36,0.4529821574687958,7.340042678938938e-32,-0.0035232901573181152,7.339730364013229e-32 +The Hunger Games,Katniss Everdeen,0.519557774066925,3.65432515346452e-43,0.5745389461517334,2.6328331311807864e-26,0.05498117208480835,2.6328331311807864e-26 +Harry Potter,Draco Malfoy,0.4260376393795013,2.0727558494490133e-24,0.4418421387672424,4.377671019229168e-24,0.01580449938774109,2.304915169780155e-24 +Harry Potter,Dolores Umbridge,0.4961078763008117,3.8827127534927307e-28,0.5011163949966431,9.895242577497535e-21,0.005008518695831354,9.89524218922626e-21 +Harry Potter,Lucius Malfoy,0.3937987387180328,1.752085730034681e-28,0.4311620593070984,4.4939463266867754e-20,0.03736332058906561,4.493946309165918e-20 +Harry Potter,Remus Lupin,0.4303143620491028,1.5356015213588345e-30,0.4595633149147033,1.0297840535911381e-18,0.02924895286560053,1.0297840535896026e-18 +Harry Potter,Cornelius Fudge,0.5355236530303955,1.6232548392699698e-18,0.5092675089836121,1.0592172572077156e-17,-0.026256144046783447,8.968917732807187e-18 +Harry Potter,Luna Lovegood,0.5185999274253845,2.7689828578734974e-21,0.5215947031974792,1.7496700358229238e-17,0.0029947757720947266,1.7493931375371364e-17 +Harry Potter,Neville Longbottom,0.4788827002048492,1.9623084538284704e-29,0.5066819787025452,2.967786318968274e-17,0.02779927849769598,2.967786318966312e-17 +Harry Potter,Sirius Black,0.3904797434806824,1.4840152637366432e-36,0.4434325993061065,1.6285202799036183e-16,0.05295285582542414,1.6285202799036183e-16 +The Hunger Games,Coriolanus Snow,0.4737610518932342,5.4021960353435656e-24,0.4982879757881164,3.003031056288637e-16,0.024526923894882202,3.0030310022666765e-16 +Harry Potter,Filius Flitwick,0.5268425345420837,1.2740922888260842e-14,0.5406900644302368,1.3284388586224982e-14,0.013847529888153076,5.434656979641402e-16 +Harry Potter,Nymphadora Tonks,0.4633335471153259,1.6629429862916244e-19,0.4601302742958069,8.249708776565606e-15,-0.003203272819519043,8.249542482266976e-15 +Harry Potter,Gellert Grindelwald,0.4849580526351928,4.823431613353471e-37,0.5529412031173706,9.478956688913598e-15,0.06798315048217779,9.478956688913598e-15 +Twilight,Jacob Black,0.5409841537475586,3.1354022301309804e-18,0.5524781346321106,2.02428924271636e-14,0.011493980884552002,2.0239757024933467e-14 +Harry Potter,Molly Weasley,0.4016180336475372,6.092350640169701e-25,0.4505211412906647,2.6422648695289244e-14,0.0489031076431275,2.642264869468001e-14 +The Lord of the Rings,Gandalf,0.5118842720985413,3.945079369957593e-45,0.5488572716712952,4.507333238681804e-14,0.036972999572753906,4.507333238681804e-14 +The Lord of the Rings,Morgoth,0.5190081596374512,2.0688363415154177e-37,0.5666493773460388,6.268660418340737e-14,0.047641217708587646,6.268660418340737e-14 +Harry Potter,Horace Slughorn,0.4530992209911346,2.652094226555034e-32,0.5123775601387024,7.932763502325504e-14,0.059278339147567805,7.932763502325504e-14 +The Hunger Games,Haymitch Abernathy,0.4358085095882416,5.318987767232908e-35,0.5577899813652039,2.890128343936151e-13,0.12198147177696228,2.890128343936151e-13 +Harry Potter,Fred Weasley,0.4295276701450348,3.0741860570879064e-14,0.4363987147808075,4.724464131059359e-13,0.006871044635772705,4.4170455253505683e-13 +Twilight,Alice Cullen,0.3922316133975982,1.0902939577865579e-34,0.4750718772411346,3.147027357763461e-12,0.08284026384353638,3.147027357763461e-12 +Harry Potter,Dobby,0.4861740469932556,1.343842603081895e-38,0.5286032557487488,5.562264130154539e-12,0.042429208755493164,5.562264130154539e-12 +Harry Potter,Petunia Dursley,0.5253818035125732,2.7484428600081665e-17,0.5567929744720459,3.122020972290376e-11,0.031411170959472656,3.1220182238475154e-11 +The Lord of the Rings,Frodo Baggins,0.4933287799358368,2.241986132730996e-24,0.5521223545074463,5.5307303463629655e-11,0.0587935745716095,5.530730346362741e-11 +Twilight,Jasper Hale,0.4784471094608307,1.5152801776171063e-14,0.4917148947715759,1.4310169521197962e-10,0.01326778531074524,1.4308654241020344e-10 +Dune,Paul Atreides/XD,0.4527609050273895,2.4115108354566898e-11,0.4567216634750366,1.8211255618323383e-10,0.003960758447647095,1.5799744782866693e-10 +Dune,Vorian Atreides,0.4751562774181366,1.4163963321400182e-17,0.5187790393829346,2.5886888573254676e-10,0.043622761964797974,2.5886887156858346e-10 +Twilight,Carlisle Cullen,0.473253071308136,4.0819594203887116e-14,0.5237205028533936,3.3957377324229586e-10,0.05046743154525757,3.39532953648092e-10 +Harry Potter,Bellatrix Lestrange,0.437349259853363,9.609882202459116e-15,0.4653944969177246,6.042007373083387e-10,0.028045237064361628,6.041911274261363e-10 +Harry Potter,Alastor Moody,0.5044748783111572,2.2170792660888963e-19,0.5730476975440979,8.348896234010024e-10,0.06857281923294067,8.348896231792945e-10 +Twilight,Rosalie Hale,0.4210961163043976,1.522898969573391e-29,0.4669805467128753,1.2481323607214902e-09,0.04588443040847773,1.2481323607214902e-09 +Harry Potter,Aberforth Dumbledore,0.4681204855442047,5.157369768837656e-27,0.5423094034194946,2.2804734347936203e-09,0.07418891787528992,2.2804734347936203e-09 +Harry Potter,Pomona Sprout,0.485841691493988,4.301453671294407e-23,0.5598376393318176,4.613341047739923e-09,0.07399594783782965,4.61334104773988e-09 +Harry Potter,William Weasley,0.4448753297328949,3.868378472871221e-12,0.4566180408000946,8.338006237782671e-09,0.011742711067199707,8.334137859309799e-09 +The Lord of the Rings,Smaug,0.4676216840744018,3.724922355253677e-21,0.5347530841827393,8.39006346481678e-09,0.06713140010833746,8.390063464813055e-09 +Twilight,Emmett Cullen,0.4590007364749908,7.677446334449585e-16,0.5368584394454956,1.2658154741882325e-08,0.07785770297050482,1.2658153974137691e-08 +Harry Potter,Cedric Diggory,0.508185088634491,2.5117502142914957e-10,0.5558898448944092,1.4979696081210665e-08,0.04770475625991821,1.4728521059781516e-08 +The Lord of the Rings,Aragorn II,0.50068598985672,1.7792492357607546e-10,0.5221123099327087,2.6781300021117037e-08,0.02142632007598877,2.6603375097540963e-08 +The Lord of the Rings,Bilbo Baggins,0.5368724465370178,8.483566668142215e-07,0.5395867824554443,8.845692620365339e-07,0.0027143359184265137,3.6212595222312394e-08 +Harry Potter,Nagini,0.460888147354126,1.5854043808205422e-16,0.5385509133338928,4.7229084091759456e-08,0.07766276597976685,4.7229083933219015e-08 +Dune,Paul Atreides,0.4265650808811188,8.731548300302262e-16,0.4470923244953155,1.404646801749611e-07,0.020527243614196722,1.4046467930180626e-07 +Harry Potter,Igor Karkaroff,0.4698322415351867,1.4737720381364965e-18,0.5576908588409424,1.9388781390529315e-07,0.08785861730575567,1.9388781390381936e-07 +Harry Potter,Ernest Macmillan,0.474749743938446,4.55444350207336e-08,0.5543841123580933,6.124061996293866e-07,0.07963436841964727,5.668617646086529e-07 +Harry Potter,Rita Skeeter,0.5447378158569336,2.622588168489481e-07,0.5408720970153809,8.782894729187893e-07,-0.0038657188415527344,6.160306560698412e-07 +Harry Potter,Bartemius Crouch Junior,0.5178530216217041,1.091887058193572e-09,0.5451473593711853,1.0182633724749883e-06,0.0272943377494812,1.0171714854167948e-06 +Harry Potter,Quirinus Quirrell,0.538754403591156,3.003275072391516e-09,0.5381911993026733,1.360166532099539e-06,-0.000563204288482666,1.3571632570271473e-06 +The Lord of the Rings,Galadriel,0.5171319842338562,7.709674113835753e-12,0.5553997755050659,1.397662792435749e-06,0.03826779127120972,1.3976550827616352e-06 +Harry Potter,Merope Riddle,0.4654604196548462,3.5095066341622693e-11,0.540052056312561,2.450385932160416e-06,0.07459163665771484,2.450350837094074e-06 +Harry Potter,Seamus Finnigan,0.5081859230995178,4.973540467983953e-08,0.5281029343605042,3.903830609604088e-06,0.019917011260986328,3.8540952049242485e-06 +Harry Potter,Vernon Dursley,0.5272662043571472,6.212485952410986e-07,0.5427016019821167,6.863773862418665e-06,0.015435397624969482,6.242525267177566e-06 +Harry Potter,Susan Bones,0.5016250014305115,1.044451190003562e-05,0.516636848449707,2.0527205725835295e-05,0.015011847019195557,1.0082693825799674e-05 +The Hunger Games,Effie Trinket,0.568645179271698,1.395666263216068e-07,0.5739213228225708,1.2745719196579777e-05,0.005276143550872803,1.2606152570258169e-05 +The Lord of the Rings,Celebrimbor,0.5222486257553101,3.8422712987406936e-10,0.5446069240570068,1.931494013476193e-05,0.022358298301696777,1.9314555907632056e-05 +Harry Potter,Cho Chang,0.5150471329689026,2.119713374569584e-09,0.5623013973236084,2.1926488869685263e-05,0.04725426435470581,2.1924369156310693e-05 +Dune,Thufir Hawat/DE,0.5130482316017151,2.209868048109866e-07,0.5086999535560608,2.5283861375720285e-05,-0.004348278045654297,2.50628745709093e-05 +Harry Potter,Winky,0.5137649178504944,3.7180333107628807e-10,0.5285976529121399,2.9543687946961453e-05,0.014832735061645508,2.9543316143630377e-05 +Twilight,James,0.5001585483551025,5.4422928907764165e-06,0.5335059762001038,4.044331620781865e-05,0.03334742784500122,3.500102331704223e-05 +Twilight,Seth Clearwater,0.502092719078064,4.324202595251783e-06,0.5490973591804504,6.356822996624419e-05,0.047004640102386475,5.924402737099241e-05 +Twilight,Kate,0.5128219127655029,8.269733972018102e-06,0.5191777944564819,7.505691770137726e-05,0.006355881690979004,6.678718372935916e-05 +The Lord of the Rings,Elrond,0.5346205830574036,1.2182569978153455e-05,0.5283806324005127,8.569360001906951e-05,-0.006239950656890869,7.351103004091605e-05 +Harry Potter,Nicholas de Mimsy-Porpington,0.4448094666004181,5.753869110168085e-20,0.5347698926925659,7.962000524026516e-05,0.08996042609214783,7.96200052402651e-05 +Dune,Duncan Idaho,0.4323752224445343,4.299264681713932e-06,0.4488130211830139,8.504003779689213e-05,0.016437798738479614,8.07407731151782e-05 +Harry Potter,Kingsley Shacklebolt,0.5045850276947021,4.4676675267073386e-10,0.5480821132659912,8.584733864807842e-05,0.04349708557128906,8.584689188132574e-05 +Harry Potter,Oliver Wood,0.558803141117096,1.2124751648785617e-05,0.5582415461540222,0.0001031768551446,-0.0005615949630737305,9.105210349581438e-05 +Twilight,Jane,0.5108405351638794,1.747826506749718e-05,0.5219396352767944,0.0001350164811822,0.011099100112915039,0.00011753821611470282 +Twilight,Demetri,0.5424766540527344,3.7891133261728347e-05,0.5129753351211548,0.0001624950276633,-0.02950131893157959,0.00012460389440157167 +Twilight,Marcus,0.4808646738529205,5.0980755612432406e-11,0.5041912198066711,0.0001654865908661,0.023326545953750666,0.0001654865398853444 +Dune,Leto Atreides II/XD,0.5618852972984314,1.3051518394298244e-05,0.5624894499778748,0.0001790713351537,0.0006041526794433594,0.00016601981675940175 +Harry Potter,Armando Dippet,0.505857527256012,8.3552439722954e-05,0.5415210127830505,0.0002518903208796,0.035663485527038574,0.00016833788115664603 +The Lord of the Rings,Tom Bombadil,0.5579453110694885,1.625276508679475e-05,0.5544760823249817,0.0002023709885307,-0.003469228744506836,0.00018611822344390526 +The Lord of the Rings,Samwise Gamgee,0.5230641961097717,3.6388793600571816e-10,0.564491331577301,0.0002008028794666,0.0414271354675293,0.000200802515578664 +Harry Potter,Alicia Spinnet,0.5729711651802063,0.0005485576592796,0.5766897201538086,0.0008170725682826,0.003718554973602295,0.000268514909003 +Harry Potter,Fawkes,0.5404523611068726,0.0018548702511662,0.5684202313423157,0.002207461570871,0.027967870235443115,0.00035259131970480015 +The Lord of the Rings,Faramir,0.5335369110107422,2.196711129757189e-08,0.5664160847663879,0.0003611172928179,0.03287917375564575,0.00036109532570660245 +Dune,Darwi Odrade,0.4963633716106415,0.0002073582729046,0.5423174500465393,0.000584566008419,0.04595407843589783,0.0003772077355144 +Dune,Leto Atreides II,0.5314472913742065,2.242102859910016e-05,0.5045799612998962,0.000470369261642,-0.026867330074310303,0.00044794823304289985 +Dune,Shaddam Corrino IV/XD,0.5147767066955566,0.000131402881912,0.5282754302024841,0.0006319043505837,0.01349872350692749,0.0005005014686717 +Twilight,Leah Clearwater,0.5169997811317444,4.241030598815205e-09,0.5638935565948486,0.0005098959441547,0.04689377546310425,0.0005098917031241011 +The Lord of the Rings,Gil-galad,0.5429753065109253,3.992330854099503e-06,0.5805577635765076,0.0005277522935639,0.037582457065582275,0.0005237599627098005 +Twilight,Billy Black,0.4989759027957916,1.6643584500858078e-10,0.537467896938324,0.0005262491445789,0.03849199414253235,0.0005262489781430549 +Harry Potter,Marietta Edgecombe,0.4908061623573303,4.369419206849258e-11,0.5611881613731384,0.0005329470795708,0.0703819990158081,0.000532947035876608 +The Lord of the Rings,Bard,0.4945544898509979,1.033529165914471e-06,0.551708996295929,0.0006381300107068,0.05715450644493103,0.0006370964815408856 +Harry Potter,Zacharias Smith,0.534622073173523,0.0167976072334127,0.5364224910736084,0.0174569049319259,0.0018004179000854492,0.0006592976985131983 +The Hunger Games,Alma Coin,0.5130931735038757,0.0003420129307903,0.5040443539619446,0.0011194391035209,-0.009048819541931152,0.0007774261727306 +The Lord of the Rings,Thranduil,0.5269078612327576,6.092033510778044e-05,0.5660842061042786,0.0008985311352239,0.039176344871520996,0.0008376108001161197 +The Hunger Games,Clemensia Dovecote,0.5027875304222107,0.0022086489765482,0.5366327166557312,0.0030845318959955,0.03384518623352051,0.0008758829194473001 +Harry Potter,Phineas Nigellus Black,0.4161959886550903,8.722631167702151e-11,0.4391177594661712,0.001245972126949,0.022921770811080933,0.0012459720397226884 +Harry Potter,Vincent Crabbe,0.463011622428894,4.4593659504479536e-05,0.5231805443763733,0.0017032137156463,0.060168921947479304,0.0016586200561418203 +Harry Potter,Arabella Figg,0.5091341137886047,0.0004965689139694,0.5551336407661438,0.002456195213867,0.04599952697753906,0.0019596262998976 +Harry Potter,Justin Finch-Fletchley,0.5231545567512512,0.0007911918399209,0.553390622138977,0.0031100958596037,0.03023606538772583,0.0023189040196828 +Dune,Murbella/XD,0.5509612560272217,0.0042605360203453,0.5656845569610596,0.0065889801408347,0.01472330093383789,0.0023284441204894004 +Dune,Alia Atreides/DE,0.5239405035972595,0.0002862833040485,0.5672817826271057,0.0027579347616412,0.04334127902984619,0.0024716514575927 +Harry Potter,Amycus Carrow,0.5434501767158508,0.0014381752734228,0.5604273676872253,0.0040210889876485,0.01697719097137451,0.0025829137142257003 +Harry Potter,Padma Patil,0.5312835574150085,0.0041073639852514,0.5553000569343567,0.006804173158775,0.024016499519348145,0.0026968091735236005 +The Lord of the Rings,Maedhros,0.5226255059242249,0.0009328629238946,0.5652932524681091,0.0039668451785056,0.04266774654388428,0.003033982254611 +Harry Potter,Nicolas Flamel,0.4944669306278229,3.143575182306961e-09,0.5688627362251282,0.0030588108925601,0.0743958055973053,0.0030588077489849177 +The Hitchhiker's Guide to the Galaxy,Arthur Dent,0.534945011138916,0.14037202070437,0.5229958891868591,0.1434866094704304,-0.011949121952056885,0.003114588766060411 +Dune,Serena Butler,0.5331664681434631,0.0015525153423145,0.5356340408325195,0.0048333492874351,0.0024675726890563965,0.0032808339451205998 +Harry Potter,Ignotus Peverell,0.5190726518630981,0.0052987115956037,0.5340760350227356,0.0086886643654895,0.015003383159637451,0.0033899527698858 +Twilight,Riley Biers,0.481784462928772,0.0007066761351716,0.5338358879089355,0.0043864494845665,0.052051424980163574,0.0036797733493949005 +The Lord of the Rings,Lúthien,0.5723878145217896,0.0270936559756417,0.5899309515953064,0.0311947249062694,0.017543137073516846,0.004101068930627699 +Twilight,Caius,0.5081199407577515,0.0002120130062245,0.5298172235488892,0.0054086668811237,0.021697282791137695,0.005196653874899201 +Twilight,Irina,0.516270637512207,9.65714421045363e-06,0.5215114951133728,0.005362502488509,0.0052408576011657715,0.0053528453442985464 +Twilight,Angela Weber,0.5287337899208069,0.0001942940487463,0.5641882419586182,0.0057412719158187,0.03545445203781128,0.0055469778670724 +Harry Potter,Elphias Doge,0.5228362679481506,2.958545903979144e-06,0.552577018737793,0.0056237032128132,0.029740750789642334,0.005620744666909221 +Harry Potter,Aurora Sinistra,0.5384693145751953,0.0039811457760749,0.5660901665687561,0.0096475753307627,0.02762085199356079,0.005666429554687801 +Harry Potter,Antonin Dolohov,0.5382390022277832,3.5480705989705285e-08,0.5517462491989136,0.0061230377381866,0.013507246971130371,0.00612300225748061 +The Lord of the Rings,Denethor II,0.5514507293701172,0.155452363335744,0.5512143969535828,0.1619905486188374,-0.00023633241653442383,0.006538185283093412 +Dune,Irulan Corrino/XD,0.5566073060035706,0.1170033805533526,0.5974995493888855,0.12372154047612,0.04089224338531494,0.006718159922767392 +The Lord of the Rings,Shelob,0.5686091780662537,0.0645494064807557,0.5777783393859863,0.0715136929409986,0.009169161319732666,0.0069642864602428994 +Twilight,Rachel Black,0.459322452545166,0.2233865625005446,0.5164759159088135,0.2307405801968249,0.05715346336364746,0.007354017696280302 +The Hunger Games,Reaper Ash,0.4617403149604797,0.0088245009837936,0.5365123748779297,0.0172705623407229,0.07477205991745,0.008446061356929302 +Harry Potter,Ludovic Bagman,0.5139326453208923,0.0003434273761095,0.5214139819145203,0.0088045764222933,0.00748133659362793,0.008461149046183801 +Twilight,Jared Cameron,0.4788881540298462,0.0001280324325299,0.53817218542099,0.0088408051135765,0.0592840313911438,0.008712772681046602 +Twilight,Eleazar,0.4906131327152252,5.2501685198542807e-05,0.5258280038833618,0.0090165292628615,0.0352148711681366,0.008964027577662959 +The Lord of the Rings,Túrin,0.5359929203987122,0.0031212995238261,0.5554885864257812,0.0123316441340712,0.019495666027069092,0.0092103446102451 +Twilight,Nahuel,0.5198099613189697,0.0001496143541873,0.5356459617614746,0.0093758019657325,0.015836000442504883,0.0092261876115452 +Dune,Thufir Hawat,0.5127475261688232,0.0008709229628529,0.5411409139633179,0.0103834121694274,0.02839338779449463,0.009512489206574501 +Dune,Vladimir Harkonnen,0.4867779016494751,0.0001505228814663,0.5358825922012329,0.0096867387737752,0.04910469055175781,0.009536215892308901 +The Lord of the Rings,Éomer,0.5647557973861694,0.026362746594768,0.5638369917869568,0.0368794267424213,-0.0009188055992126465,0.010516680147653296 +Dune,Tlaloc,0.5150976777076721,1.3235800958590465,0.5262837409973145,1.3342521559433118,0.011186063289642334,0.010672060084265356 +The Hitchhiker's Guide to the Galaxy,Lallafa,0.4913549423217773,1.234184929308191,0.5246409177780151,1.2451024171994256,0.03328597545623785,0.01091748789123459 +Dune,Jessica Atreides/DE,0.4675639271736145,0.0011804544847828,0.5710614323616028,0.0129310549868636,0.10349750518798828,0.0117506005020808 +The Lord of the Rings,Balin,0.549350917339325,0.0002175015541521,0.5550071597099304,0.0120781824832434,0.005656242370605469,0.0118606809290913 +Harry Potter,Frank Longbottom,0.4999121725559234,0.0083453014748478,0.550783097743988,0.0202524119291524,0.05087092518806463,0.0119071104543046 +Dune,Moneo Atreides,0.5351380705833435,0.0671720554916882,0.5666695237159729,0.079418627583613,0.031531453132629395,0.012246572091924798 +Harry Potter,Hepzibah Smith,0.5742697715759277,0.0009210173244708,0.5552780628204346,0.0137033324569465,-0.018991708755493164,0.0127823151324757 +Dune,Faykan Butler,0.4448840022087097,0.0002313513147928,0.4782406985759735,0.0133114590298343,0.033356696367263794,0.013080107715041499 +Dune,Jessica Atreides/XD,0.4878158271312713,6.1871234927649255e-06,0.5655706524848938,0.0131140437751249,0.07775482535362249,0.013107856651632136 +Harry Potter,Gregory Goyle,0.5188907980918884,0.0001659307758786,0.5404361486434937,0.0134228033265469,0.021545350551605225,0.013256872550668299 +Harry Potter,Salazar Slytherin,0.5442996025085449,0.0104173387673568,0.5767410397529602,0.023676950687187,0.03244143724441528,0.0132596119198302 +The Lord of the Rings,Watcher in the Water,0.5358597040176392,8.377987745483357e-07,0.60096675157547,0.0133271380802795,0.06510704755783081,0.013326300281504952 +Harry Potter,Fat Friar,0.4949863851070404,0.0017687716785121,0.5573098063468933,0.0152846826990754,0.062323421239852905,0.013515911020563301 +Harry Potter,Septima Vector,0.4892975091934204,0.0095917744257842,0.5480210781097412,0.0237243000651032,0.0587235689163208,0.014132525639319 +Twilight,Garrett,0.4880581796169281,0.0012541441044071,0.5172377228736877,0.0170957536524596,0.029179543256759644,0.0158416095480525 +Harry Potter,Ariana Dumbledore,0.4743044078350067,9.36506853211509e-07,0.5930091738700867,0.0158554285555127,0.11870476603507996,0.015854492048659487 +The Lord of the Rings,Glaurung,0.5401473641395569,0.4969665719276755,0.5576618313789368,0.5131447505408182,0.017514467239379883,0.01617817861314269 +Dune,Leto I Atreides,0.5490404963493347,0.053978340877829,0.5441626310348511,0.0713173290605953,-0.004877865314483643,0.01733898818276631 +Dune,Ghanima Atreides,0.5030497908592224,0.456099035919403,0.5137735605239868,0.4739373650218541,0.010723769664764404,0.01783832910245109 +Twilight,Mike Newton,0.504562258720398,0.034271810459186,0.5264888405799866,0.0521201269325377,0.021926581859588623,0.0178483164733517 +Dune,Siona Atreides/DE,0.5421079993247986,0.0087319759877451,0.5364435315132141,0.0270232806700941,-0.005664467811584473,0.018291304682348998 +Harry Potter,Amos Diggory,0.5123893022537231,0.0001421857441935,0.5364035964012146,0.0186355718199679,0.024014294147491455,0.018493386075774398 +Twilight,Emily Young,0.4727534055709839,6.789327465527833e-05,0.5208245515823364,0.0198025887684117,0.04807114601135254,0.01973469549375642 +Twilight,Laurent,0.5170486569404602,0.0472411873166432,0.5253803133964539,0.0671664965239533,0.008331656455993652,0.019925309207310102 +Dune,Wellington Yueh/DE,0.5609726905822754,0.062641646022209,0.5623801946640015,0.0828629678523399,0.0014075040817260742,0.02022132183013091 +Dune,Moneo Atreides/DE,0.5207986235618591,0.0169933038103549,0.5368085503578186,0.0389722544035895,0.016009926795959473,0.0219789505932346 +Harry Potter,Amelia Bones,0.5205549001693726,0.0009218077475365,0.5331675410270691,0.0229132584348706,0.012612640857696533,0.0219914506873341 +Twilight,Tia,0.5108676552772522,0.0004731409810169,0.499974638223648,0.02604206588324,-0.010893017053604181,0.0255689249022231 +The Lord of the Rings,Gríma,0.5212756395339966,5.251712903655633e-06,0.5692323446273804,0.0277604963130041,0.04795670509338379,0.027755244600100447 +Dune,Anirul Corrino/XD,0.4994125068187713,0.0042798590082355,0.5541152358055115,0.032209550614232,0.05470272898674017,0.027929691605996503 +The Hitchhiker's Guide to the Galaxy,Judiciary Pag,0.4934645295143127,1.1550576938304302,0.5220546126365662,1.1849566842689736,0.028590083122253473,0.029898990438543382 +Dune,Glossu Rabban Harkonnen,0.5175232291221619,1.6648846207552683,0.5270715951919556,1.6965022447272684,0.009548366069793701,0.031617623972000075 +Dune,Leto Atreides I/XD,0.5559987425804138,0.0001090423238931,0.5594691634178162,0.0328578590918314,0.0034704208374023438,0.0327488167679383 +Harry Potter,Michael Corner,0.5107157826423645,0.0003401085277503,0.555661678314209,0.0371584603738196,0.04494589567184448,0.0368183518460693 +Dune,Wellington Yueh/XD,0.5471604466438293,0.0221854132026156,0.55327969789505,0.0635189089527302,0.006119251251220703,0.0413334957501146 +Dune,Kwisatz Haderach/XD,0.5256600975990295,0.0005101529901377,0.5622327923774719,0.042706328966545,0.03657269477844238,0.0421961759764073 +Harry Potter,Griphook,0.5196143984794617,1.526951339910751e-14,0.5534306168556213,0.0423014112592397,0.03381621837615967,0.04230141125922443 +Dune,Stilgar/XD,0.5401186943054199,0.0021607798069585,0.5506843328475952,0.0449924532599354,0.010565638542175293,0.0428316734529769 +The Hunger Games,Casca Highbottom,0.506258487701416,0.0650593527912856,0.5281270146369934,0.1091434320394713,0.021868526935577393,0.044084079248185706 +Twilight,Jessica Stanley,0.5237728357315063,6.293801150954197e-07,0.5599763989448547,0.0463683456651367,0.03620356321334839,0.04636771628502161 +The Hitchhiker's Guide to the Galaxy,Max Quordlepleen,0.4511159062385559,3.570456858382971,0.4930656552314758,3.61687494180937,0.041949748992919866,0.04641808342639919 +Harry Potter,Hedwig,0.5528015494346619,1.3236348290723768e-06,0.5637152791023254,0.0465219541746548,0.010913729667663574,0.046520630539825726 +Dune,Tio Holtzman,0.5243291854858398,0.0339094691652163,0.546776533126831,0.0806944180099197,0.02244734764099121,0.0467849488447034 +Harry Potter,Stanley Shunpike,0.5125125050544739,0.0001899815832802,0.5326471328735352,0.0492213249874659,0.02013462781906128,0.0490313434041857 +Dune,Shaddam Corrino IV,0.4896143078804016,0.2547333733618208,0.5039195418357849,0.3047709552679341,0.0143052339553833,0.05003758190611329 +Dune,Alia Atreides/XD,0.5391220450401306,0.0758426381656369,0.5837523341178894,0.1292918453255478,0.04463028907775879,0.0534492071599109 +Dune,Quintinius Violet Chenoeh,0.5079689621925354,0.0001779667848051,0.5418000221252441,0.054490330655392,0.03383105993270874,0.054312363870586904 +Harry Potter,James Potter II,0.4239451587200165,0.0758531614991094,0.442296415567398,0.1334386020931742,0.018351256847381536,0.05758544059406481 +Harry Potter,Silvanus Kettleburn,0.5057587027549744,0.0311765336238078,0.5608705878257751,0.0927065354051632,0.05511188507080078,0.0615300017813554 +Twilight,Embry Call,0.4414832293987274,0.0003224882132153,0.5346124172210693,0.0643312926724578,0.09312918782234192,0.0640088044592425 +The Hitchhiker's Guide to the Galaxy,Gail Andrews,0.4707391262054443,1.604961927671274,0.5391347408294678,1.6691785829565378,0.06839561462402349,0.06421665528526366 +Harry Potter,Crookshanks,0.5563506484031677,0.0182221699750636,0.5845798254013062,0.0864655923569136,0.028229176998138428,0.06824342238185001 +Dune,Thufir Hawat/XD,0.586604118347168,0.0366453839873732,0.5912056565284729,0.1115219453536114,0.004601538181304932,0.0748765613662382 +Twilight,Collin Littlesea,0.4132888913154602,0.4462590349206611,0.4209306836128235,0.5253429932322964,0.007641792297363281,0.07908395831163528 +Twilight,Sue Clearwater,0.5219998359680176,0.0054350021418403,0.5417755246162415,0.086729489612971,0.019775688648223877,0.0812944874711307 +Dune,Wellington Yueh,0.501495361328125,0.0331817674998711,0.5105108022689819,0.1189647847515805,0.009015440940856934,0.08578301725170939 +The Hunger Games,Mizzen,0.4667463004589081,0.0043460298317983,0.5493330359458923,0.0971242619661901,0.08258673548698425,0.0927782321343918 +Harry Potter,Walden Macnair,0.4969678521156311,2.678245638001011e-07,0.5692458152770996,0.0941052825579138,0.0722779631614685,0.09410501473334999 +Twilight,Heidi,0.4432032108306885,1.1909742378961369e-05,0.5017697215080261,0.0973995559879589,0.058566510677337646,0.09738764624557993 +Dune,Alef Burzmali,0.4531520307064056,0.5758179726920931,0.5283998250961304,0.6779128730903299,0.07524779438972479,0.10209490039823677 +Dune,Leto Atreides I/DE,0.5495854616165161,0.0108780933689386,0.5590431690216064,0.1151216548500092,0.009457707405090332,0.10424356148107061 +Twilight,Charlotte,0.4737335443496704,0.0118918747067339,0.512546181678772,0.117198022562621,0.03881263732910156,0.1053061478558871 +Dune,Otheym,0.5500314235687256,2.015539700107841,0.5811125040054321,2.123485627132705,0.031081080436706543,0.10794592702486394 +Harry Potter,Anthony Goldstein,0.5276600122451782,0.0109956517100573,0.5194255113601685,0.1197554931774833,-0.008234500885009766,0.108759841467426 +Dune,Murbella,0.5474643707275391,0.154471121907629,0.5687645673751831,0.2643560206851601,0.021300196647644043,0.10988489877753113 +Dune,Chani Kynes/XD,0.5694782733917236,0.170174400578658,0.5726214647293091,0.2833301191563054,0.0031431913375854492,0.11315571857764739 +Harry Potter,Rowena Ravenclaw,0.5553902983665466,0.0693671941742375,0.5411466360092163,0.1899751535278539,-0.014243662357330322,0.1206079593536164 +Harry Potter,Millicent Bulstrode,0.5308506488800049,0.0039213606089411,0.5523985028266907,0.1360604343652472,0.02154785394668579,0.1321390737563061 +Harry Potter,Reginald Cattermole,0.4843285977840423,0.0056652815747552,0.514235258102417,0.1386939661364793,0.02990666031837469,0.1330286845617241 +Twilight,Brady Fuller,0.3956279754638672,0.5116284986093381,0.4114735126495361,0.6457575021252607,0.01584553718566889,0.1341290035159226 +Dune,Zufa Cenva,0.5254482626914978,0.2885109878806737,0.5592314600944519,0.4242236110242585,0.0337831974029541,0.1357126231435848 +Dune,Alia Atreides,0.4893916249275207,0.3759495787839849,0.5029388666152954,0.5119486452030756,0.013547241687774714,0.1359990664190907 +The Hitchhiker's Guide to the Galaxy,Trillian,0.5367168188095093,0.1382267433307274,0.5389292240142822,0.2748432396086855,0.0022124052047729492,0.1366164962779581 +Harry Potter,Sirius Black I,0.4801082611083984,1.3452470485460375,0.4827754199504852,1.4920846192271615,0.002667158842086792,0.14683757068112402 +Twilight,Huilen,0.5084694623947144,0.0193612746684533,0.5203309059143066,0.167516056896197,0.011861443519592285,0.1481547822277437 +Dune,Elrood Corrino IX/XD,0.4921375811100006,0.2922703526301636,0.5170461535453796,0.4465344587806845,0.02490857243537903,0.15426410615052089 +Dune,Piter de Vries/DE,0.498644471168518,0.6882678398360882,0.5297366380691528,0.8436698552764085,0.03109216690063482,0.15540201544032028 +The Lord of the Rings,Halbarad,0.59017014503479,0.1797733860199657,0.560507595539093,0.3461992418406594,-0.02966254949569702,0.16642585582069372 +The Hitchhiker's Guide to the Galaxy,Lajestic Vantrashell of Lob,0.4798120856285095,0.924294034610378,0.5210251808166504,1.097730874072926,0.04121309518814087,0.17343683946254795 +The Hitchhiker's Guide to the Galaxy,Lintilla,0.5092298984527588,0.0375674547429429,0.5219969153404236,0.2182135634334909,0.012767016887664795,0.180646108690548 +Dune,Piter de Vries/XD,0.4968147873878479,0.6569529393805861,0.5453655123710632,0.8382331931270907,0.04855072498321533,0.18128025374650458 +The Hitchhiker's Guide to the Galaxy,Haggunenons,0.5362321138381958,0.2886805227311668,0.5571754574775696,0.4709865359768333,0.02094334363937378,0.18230601324566653 +The Hitchhiker's Guide to the Galaxy,Gag Halfrunt,0.4508379995822906,0.973928724005666,0.511637270450592,1.1567186081329754,0.06079927086830145,0.18278988412730945 +Twilight,Zafrina,0.5141040086746216,0.0171578735488153,0.5509006977081299,0.202930241031077,0.0367966890335083,0.18577236748226172 +Harry Potter,Godric Gryffindor,0.5600596070289612,0.1934465617760647,0.5815922021865845,0.3879442750147787,0.02153259515762329,0.19449771323871398 +Dune,Dominic Vernius,0.5158441662788391,0.3112572505318159,0.5141785740852356,0.513599500056634,-0.0016655921936035156,0.2023422495248181 +Harry Potter,Alice Longbottom,0.549995481967926,0.0078727415908844,0.5922210812568665,0.2124842117228558,0.04222559928894043,0.2046114701319714 +The Lord of the Rings,Arwen,0.5464745759963989,0.1120837503365553,0.5634442567825317,0.3171620415186561,0.016969680786132812,0.20507829118210083 +Dune,Alma Mavis Taraza,0.4769214391708374,0.9941853303446768,0.5585253834724426,1.2047310012749877,0.08160394430160522,0.21054567093031085 +The Lord of the Rings,Peregrin Took,0.5489055514335632,0.0464784785542938,0.5671583414077759,0.259756079831601,0.018252789974212646,0.2132776012773072 +Dune,Miles Teg/XD,0.532462477684021,0.0335980786424726,0.5409138202667236,0.2495988234659447,0.008451342582702637,0.2160007448234721 +Harry Potter,Wilhelmina Grubbly-Plank,0.5558348298072815,0.1649089942071943,0.5577927827835083,0.3866024093073554,0.0019579529762268066,0.2216934151001611 +Dune,Bijaz,0.4763267338275909,0.0857516675089123,0.5222273468971252,0.3078779775239562,0.04590061306953436,0.22212631001504388 +Harry Potter,Dennis Creevey,0.5198501348495483,0.0098147292150312,0.539430558681488,0.234732379510839,0.019580423831939697,0.2249176502958078 +Harry Potter,Hokey,0.5672929883003235,0.0438565244700726,0.513213574886322,0.2738191999950243,-0.054079413414001465,0.2299626755249517 +Twilight,Rebecca Black,0.4905277788639068,1.694341108273348,0.5405735969543457,1.9415575811841224,0.0500458180904389,0.24721647291077442 +The Hitchhiker's Guide to the Galaxy,Lunkwill and Fook,0.4897733032703399,0.8108937428787039,0.4954447150230407,1.0640168651871498,0.005671411752700806,0.2531231223084459 +The Hitchhiker's Guide to the Galaxy,Number One,0.4701216220855713,0.75715075550676,0.5169594883918762,1.0127374175198296,0.04683786630630493,0.25558666201306957 +The Hunger Games,Treech,0.4671089649200439,0.1168156555795823,0.5308257937431335,0.3851447057405751,0.06371682882308966,0.2683290501609928 +Twilight,Ephraim Black,0.5024842023849487,0.0407838751448227,0.5084919929504395,0.3136021898164468,0.006007790565490723,0.2728183146716241 +Dune,Daniel,0.4645688235759735,1.1396690601962824,0.5149021744728088,1.4144662014369864,0.05033335089683533,0.274797141240704 +Harry Potter,Helga Hufflepuff,0.5329432487487793,0.4412877151956188,0.5546277761459351,0.7214789294611813,0.02168452739715576,0.2801912142655625 +Dune,Wensicia Corrino/XD,0.5176679491996765,0.3300964516554381,0.5357435941696167,0.6113429482693907,0.018075644969940186,0.2812464966139526 +Harry Potter,Galatea Merrythought,0.5031517148017883,0.0933309284355092,0.5311101078987122,0.3781398273970888,0.027958393096923828,0.28480889896157957 +Dune,Piter de Vries,0.5186235308647156,1.0917605396193313,0.5514110326766968,1.3860388338255512,0.0327875018119812,0.29427829420621987 +Dune,Mohandas Suk,0.4741275608539581,0.8548804209722826,0.5538217425346375,1.151509732466256,0.07969418168067938,0.2966293114939734 +The Lord of the Rings,Beorn,0.5492223501205444,0.0097632475732795,0.6046136021614075,0.3106082462205135,0.05539125204086304,0.30084499864723396 +Dune,Farad'n Corrino/DE,0.5454877614974976,0.1360803835870866,0.5617397427558899,0.4389136200390343,0.016251981258392334,0.3028332364519477 +Dune,Siona Atreides,0.5521973967552185,0.4251859907199635,0.5585514307022095,0.7290967952784161,0.006354033946990967,0.3039108045584526 +Harry Potter,Terry Boot,0.5193600058555603,0.0311301360820409,0.5230066180229187,0.3351101809803463,0.0036466121673583984,0.3039800448983054 +Harry Potter,Hugo Granger-Weasley,0.499299556016922,0.8219367829176688,0.5179691910743713,1.1285507249449545,0.01866963505744934,0.30661394202728565 +Twilight,Randall,0.5008547902107239,0.8013084703856456,0.5161808133125305,1.1111082258308196,0.01532602310180664,0.309799755445174 +Dune,Raquella Berto-Anirul,0.4776922166347503,0.3910360576405319,0.5412588715553284,0.705641512899378,0.06356665492057806,0.31460545525884615 +The Lord of the Rings,Thingol,0.5203168988227844,0.0013983309163774,0.563549816608429,0.3178218958311114,0.04323291778564453,0.316423564914734 +The Hitchhiker's Guide to the Galaxy,Hillman Hunter,0.4944215714931488,1.1628985389124584,0.5228585004806519,1.4862956145773258,0.028436928987503052,0.3233970756648674 +The Hitchhiker's Guide to the Galaxy,Random Dent,0.4673491418361664,0.5507473556292037,0.4972631335258484,0.8773557642039376,0.029913991689682007,0.32660840857473383 +Harry Potter,Louis Weasley,0.477510392665863,0.3763716623504393,0.4920884370803833,0.7043415549453589,0.01457804441452032,0.3279698925949196 +The Hitchhiker's Guide to the Galaxy,Golgafrinchans,0.5555280447006226,0.5722426140796691,0.5831906199455261,0.9043638544842756,0.027662575244903564,0.33212124040460644 +Twilight,Sasha,0.4810808897018432,0.4161385706492169,0.5072795152664185,0.7533934555832582,0.02619862556457525,0.3372548849340413 +Harry Potter,Dominique Weasley,0.4879093170166015,0.7255257562355238,0.4963287115097046,1.0776867481650796,0.008419394493103083,0.35216099192955574 +The Lord of the Rings,Meriadoc Brandybuck,0.5384873151779175,0.0005214794929133,0.5795376896858215,0.366997103286391,0.04105037450790405,0.3664756237934777 +Twilight,Tyler Crowley,0.5238538384437561,0.0231869740216597,0.5604785680770874,0.3948610573127334,0.0366247296333313,0.3716740832910737 +The Hitchhiker's Guide to the Galaxy,Captain,0.4701012969017029,0.8914601990871815,0.5049018263816833,1.2783063136013242,0.03480052947998047,0.38684611451414264 +Dune,Wensicia Corrino,0.5128865838050842,0.3153192730019969,0.5619364380836487,0.7216843757107477,0.04904985427856445,0.4063651027087508 +The Hitchhiker's Guide to the Galaxy,Russell,0.4498488306999206,0.9611383940426358,0.4896730780601501,1.3788220994611478,0.03982424736022949,0.41768370541851196 +Dune,Logno,0.4791071116924286,0.4769625356351073,0.5131859183311462,0.8968756717446253,0.03407880663871765,0.419913136109518 +Dune,Lichna,0.4806603491306305,0.7885907564992238,0.5356293320655823,1.2170555221038657,0.05496898293495178,0.42846476560464186 +Dune,Margot Fenring,0.5221108794212341,1.4996985744724722,0.557780385017395,1.932461421210237,0.03566950559616089,0.43276284673776466 +Dune,Scytale,0.4664556980133056,0.0463070633524614,0.5265158414840698,0.4867943859685966,0.060060143470764216,0.4404873226161352 +Dune,Helena Atreides,0.5380982160568237,0.2408712425253233,0.5386286973953247,0.6910387068011067,0.0005304813385009766,0.45016746427578336 +Harry Potter,Buckbeak,0.5682181715965271,0.0065009289029909,0.580355167388916,0.4603835704466067,0.012136995792388916,0.4538826415436158 +The Hitchhiker's Guide to the Galaxy,Hactar,0.474861741065979,0.8492869254206019,0.5661383867263794,1.309994851108918,0.09127664566040039,0.460707925688316 +The Hitchhiker's Guide to the Galaxy,God,0.4929466247558594,0.7611859686127425,0.5041103363037109,1.2400362243250995,0.011163711547851562,0.47885025571235706 +Dune,Shando Vernius,0.5261279344558716,0.2330525138630203,0.5242726802825928,0.7144245815772385,-0.0018552541732788086,0.48137206771421825 +The Hunger Games,Lucretius Flickerman,0.4902027547359466,0.0939011952811636,0.5393720269203186,0.589511450516191,0.049169272184372004,0.49561025523502744 +The Hitchhiker's Guide to the Galaxy,Reg Nullify,0.4855768084526062,0.7505794348283892,0.5154280662536621,1.2578061934906148,0.029851257801055908,0.5072267586622257 +The Hitchhiker's Guide to the Galaxy,Ameglian Major Cow,0.5611812472343445,1.0120567459191676,0.541434645652771,1.5219382238640753,-0.019746601581573486,0.5098814779449077 +The Hitchhiker's Guide to the Galaxy,Eddie the Computer,0.5186979174613953,1.389106311251118,0.5472457408905029,1.89920160603126,0.028547823429107666,0.510095294780142 +The Hitchhiker's Guide to the Galaxy,Great Green Arkleseizure,0.5384455323219299,4.76379185072136,0.544036328792572,5.275028496365349,0.00559079647064209,0.5112366456439883 +Harry Potter,Broderick Bode,0.4935923218727112,0.0105640719212743,0.552916407585144,0.523163746239573,0.05932408571243286,0.5125996743182987 +Harry Potter,Penelope Clearwater,0.5347444415092468,0.0261293168336594,0.5528557300567627,0.5431606599566028,0.01811128854751587,0.5170313431229434 +The Lord of the Rings,Boromir,0.5420252084732056,0.2208190084381805,0.5554778575897217,0.7555878355906783,0.013452649116516113,0.5347688271524978 +Dune,Feyd-Rautha Harkonnen/XD,0.5244551301002502,0.2209464299318592,0.5551422238349915,0.7598627271067623,0.03068709373474121,0.5389162971749031 +Dune,Marty,0.4810429215431213,0.6357832124722865,0.5355134606361389,1.1749122955338511,0.054470539093017634,0.5391290830615646 +Dune,Feyd-Rautha Harkonnen,0.5248181819915771,0.0242700844214606,0.5660179853439331,0.5782968959010225,0.04119980335235596,0.5540268114795619 +Twilight,Lauren Mallory,0.5087001323699951,0.1046919949277552,0.5148732662200928,0.6786735210628143,0.006173133850097656,0.5739815261350592 +The Hitchhiker's Guide to the Galaxy,Old Thrashbarg,0.50443434715271,2.304622332250105,0.5367488265037537,2.880020926472149,0.0323144793510437,0.5753985942220439 +Dune,Hwi Noree,0.5226144790649414,0.4619674838194923,0.5454983711242676,1.045962511333894,0.022883892059326172,0.5839950275144017 +Twilight,Harry Clearwater,0.5271331071853638,0.0771510347161021,0.5767209529876709,0.6637569887558147,0.04958784580230713,0.5866059540397126 +The Hunger Games,Vipsania Sickle,0.4609370231628418,1.6228474161004294,0.5277506709098816,2.210507749009341,0.0668136477470398,0.5876603329089116 +Dune,Minotauros Atreides,0.5098782181739807,0.4726024909550978,0.5512829422950745,1.0689739547136146,0.04140472412109375,0.5963714637585167 +Harry Potter,Piers Polkiss,0.5279513001441956,1.6489753087854633,0.5504365563392639,2.264232237574679,0.02248525619506836,0.6152569287892156 +Harry Potter,Victoire Weasley,0.4607256054878235,0.2253017983052284,0.4959508180618286,0.8457272489786286,0.03522521257400513,0.6204254506734002 +The Hunger Games,Festus Creed,0.4839156866073608,0.0078707127395732,0.5273590683937073,0.6311206184807805,0.04344338178634649,0.6232499057412073 +Dune,Stilgar,0.5141476392745972,0.0252189956389754,0.5601250529289246,0.6598181699076373,0.04597741365432739,0.6345991742686619 +Dune,Schwangyu,0.4844034314155578,1.2344012679927614,0.495916485786438,1.905844963351925,0.011513054370880182,0.6714436953591636 +Dune,Tyros Reffa,0.477601021528244,0.2591778923928382,0.50094074010849,0.9563012286672196,0.02333971858024597,0.6971233362743814 +The Hitchhiker's Guide to the Galaxy,Murray Bost Henson,0.4581770002841949,1.061563850759398,0.5273764133453369,1.7898160370840313,0.06919941306114202,0.7282521863246332 +Twilight,Santiago,0.4693394899368286,0.4342750567964758,0.528692901134491,1.1658053791281655,0.059353411197662354,0.7315303223316897 +Dune,Tyekanik,0.5009756684303284,1.0375448116757977,0.5598437190055847,1.7770153064061789,0.05886805057525635,0.7394704947303812 +Dune,Gaius Helen Mohiam,0.5118646025657654,0.5923455397157436,0.5539801716804504,1.345561990870139,0.04211556911468506,0.7532164511543955 +Dune,Hasimir Fenring,0.5092291235923767,0.0599460763560806,0.5197969079017639,0.8231785471587336,0.010567784309387207,0.763232470802653 +Dune,Liet-Kynes,0.555835485458374,0.5706633104627309,0.5850142240524292,1.3412782147794189,0.029178738594055176,0.770614904316688 +The Hitchhiker's Guide to the Galaxy,Googleplex Starthinker,0.5155740976333618,1.734941388037659,0.5459162592887878,2.508424445424082,0.030342161655426025,0.7734830573864229 +The Lord of the Rings,Ungoliant,0.4881405234336853,0.0009624979497275,0.5739855170249939,0.8330432824824903,0.0858449935913086,0.8320807845327628 +Dune,Nayla,0.5090541243553162,1.380255607613895,0.5547029376029968,2.216420042150687,0.045648813247680664,0.8361644345367922 +Harry Potter,Ernest Prang,0.4885108470916748,0.1394994250753776,0.5538970232009888,0.997430166829002,0.06538617610931396,0.8579307417536244 +Dune,Leto Atreides I,0.4267559349536896,0.0505358784749006,0.4691825807094574,0.917174189737924,0.04242664575576782,0.8666383112630234 +The Hitchhiker's Guide to the Galaxy,Number Two,0.4723681807518005,1.0172210753981112,0.5249651074409485,1.891842430379726,0.052596926689148005,0.8746213549816149 +The Hitchhiker's Guide to the Galaxy,Colin the Security Robot,0.5039634108543396,0.8033362636353436,0.5247041583061218,1.6877257126363137,0.020740747451782227,0.88438944900097 +Harry Potter,Eloise Midgen,0.5466702580451965,0.1671654526907209,0.5505866408348083,1.0905251875199873,0.003916382789611816,0.9233597348292664 +Dune,Farad'n Corrino/XD,0.5127309560775757,0.0753968299573286,0.5733843445777893,1.0164880209143212,0.06065338850021362,0.9410911909569926 +The Hunger Games,Dill,0.5028606057167053,0.2451743602029573,0.523024320602417,1.193962275881558,0.02016371488571167,0.9487879156786008 +Dune,Norma Cenva,0.5204500555992126,0.8675229225144631,0.5266615748405457,1.837110648516039,0.006211519241333008,0.9695877260015758 +Dune,Mapes,0.5734739303588867,1.4227359584116763,0.5431746244430542,2.4085486452782194,-0.03029930591583252,0.9858126868665431 +Dune,Farok,0.5307134389877319,1.252020462013617,0.5392535924911499,2.2402187908158164,0.008540153503417969,0.9881983288021994 +The Hitchhiker's Guide to the Galaxy,Elvis Presley,0.5011067390441895,1.609992408904595,0.5591363310813904,2.6158644739967696,0.05802959203720093,1.0058720650921746 +Dune,Glossu Rabban Harkonnen/XD,0.5163030624389648,1.9687383972543937,0.5268983840942383,2.98210681605859,0.010595321655273438,1.0133684188041963 +The Hitchhiker's Guide to the Galaxy,Barman,0.4909177124500274,0.8221204422807201,0.5557624101638794,1.8440610822504075,0.06484469771385198,1.0219406399696873 +Harry Potter,Beedle the Bard,0.4836196005344391,1.9288589947734924,0.5452402234077454,2.9525074582395265,0.061620622873306274,1.023648463466034 +Harry Potter,Regulus Black I,0.4602410495281219,2.881993727987275,0.4841390550136566,3.914690673488544,0.023898005485534723,1.032696945501269 +Harry Potter,Augustus Rookwood,0.5250228643417358,0.0302816109186054,0.5325822234153748,1.1034562149762293,0.007559359073638916,1.0731746040576238 +Dune,Ramallo,0.5192633867263794,0.6802651506135601,0.526785671710968,1.7564567113021536,0.007522284984588623,1.0761915606885935 +Dune,Norma Cevna,0.4879682660102844,0.4627305300846431,0.5340533256530762,1.5776316874180487,0.04608505964279175,1.1149011573334056 +Dune,Tylwyth Waff,0.5103193521499634,1.2471047028050286,0.5549952983856201,2.398156943086687,0.04467594623565674,1.1510522402816585 +Dune,Jehanne Butler,0.5055042505264282,0.4524515807853718,0.5455343127250671,1.6248335593294287,0.040030062198638916,1.172381978544057 +The Hitchhiker's Guide to the Galaxy,Allitnils,0.4764324724674225,0.9267979228199746,0.4918970465660095,2.2090297435287427,0.015464574098587036,1.282231820708768 +The Hitchhiker's Guide to the Galaxy,Know-Nothing-Bozo,0.4760148525238037,0.4285007755852918,0.5036264657974243,1.7323898942367415,0.027611613273620605,1.3038891186514496 +The Hitchhiker's Guide to the Galaxy,Enid Kapelsen,0.4754455387592315,0.7356555317138347,0.5252365469932556,2.0558919134539813,0.0497910082340241,1.3202363817401466 +Harry Potter,Ignatius Prewett,0.4946891069412231,1.7902052121825842,0.5079638361930847,3.1327661090134287,0.013274729251861628,1.3425608968308445 +Dune,Victor Atreides,0.506988525390625,0.4854788331214913,0.5509785413742065,1.8472275871387545,0.04399001598358154,1.3617487540172633 +Harry Potter,Dexter Fortescue,0.5058786273002625,0.1677785133968258,0.5361914038658142,1.5317022131586613,0.030312776565551758,1.3639236997618354 +Dune,Bellonda,0.5472717881202698,1.914614427769714,0.558951735496521,3.2823122391086605,0.01167994737625122,1.3676978113389466 +The Hitchhiker's Guide to the Galaxy,Great Hyperlobic Omnicognate Neutron Wrangler,0.5105443596839905,1.438933013248262,0.6168897151947021,2.9268827067667127,0.10634535551071167,1.4879496935184506 +The Lord of the Rings,Ancalagon,0.5647336840629578,0.342067576096941,0.5720415115356445,1.852353893910325,0.007307827472686768,1.510286317813384 +The Hitchhiker's Guide to the Galaxy,Emperor of the Galaxy,0.4399722814559936,2.20652684344918,0.5296637415885925,3.7563726650887888,0.08969146013259893,1.5498458216396087 +The Hitchhiker's Guide to the Galaxy,Paul Neil Milne Johnstone,0.4923142492771148,2.266127702590809,0.5523571372032166,3.8201830291524166,0.06004288792610174,1.5540553265616075 +Twilight,Kachiri,0.5340794324874878,0.5040583818015302,0.5226978659629822,2.094073836020095,-0.011381566524505615,1.5900154542185647 +The Lord of the Rings,Shadowfax,0.5648295283317566,0.3890149754448402,0.6138356924057007,2.0264992736182745,0.04900616407394409,1.6374842981734343 +The Hunger Games,Palmyra Monty,0.472921758890152,1.5904205630040913,0.5278159976005554,3.263416189954819,0.05489423871040344,1.6729956269507276 +The Lord of the Rings,Khamûl,0.5051393508911133,0.0973520065510129,0.5690168142318726,1.7721805113126634,0.06387746334075928,1.6748285047616505 +The Hitchhiker's Guide to the Galaxy,Humma Kavula,0.4854363799095154,2.2302570691344465,0.5347691178321838,3.984604519484152,0.04933273792266846,1.7543474503497056 +The Hitchhiker's Guide to the Galaxy,The Lord,0.4786936342716217,0.7330198212296604,0.5055925250053406,2.615318836845547,0.026898890733718872,1.8822990156158865 +Harry Potter,Selwyn,0.5228598713874817,0.4116321344356413,0.5343292355537415,2.394098772583023,0.011469364166259766,1.9824666381473817 +Twilight,Quil Ateara III,0.522699773311615,1.376730103374545,0.5288782119750977,3.4579578307244105,0.006178438663482666,2.081227727349866 +Harry Potter,Antioch Peverell,0.5260823965072632,0.6315700178907088,0.5471259951591492,2.7292415587545946,0.021043598651885986,2.0976715408638857 +Twilight,Mary,0.4688685238361358,0.2166028801896646,0.5341706871986389,2.348074365703849,0.06530216336250311,2.1314714855141843 +Twilight,Senna,0.5313248038291931,0.7388588395259263,0.5419725775718689,3.0810807549095856,0.010647773742675781,2.342221915383659 +The Hitchhiker's Guide to the Galaxy,Fenchurch,0.5029133558273315,0.436816740355315,0.5491816401481628,2.788598412666176,0.0462682843208313,2.3517816723108607 +The Hitchhiker's Guide to the Galaxy,Effrafax of Wug,0.4618544280529022,1.8231737390826013,0.5599676966667175,4.186575597755374,0.09811326861381531,2.3634018586727725 +Dune,Korba,0.4682264029979706,0.4640837118200044,0.5054208040237427,2.8846625583496004,0.037194401025772095,2.420578846529596 +Dune,Hedley Tuek,0.5012686848640442,0.8528892658395569,0.5494043827056885,3.3221336321817136,0.04813569784164429,2.469244366342157 +Dune,Lucilla,0.4965932369232178,0.7926542790809781,0.5618893504142761,3.4974085780434505,0.06529611349105835,2.7047542989624724 +The Hitchhiker's Guide to the Galaxy,Questular Rontok,0.4703091382980346,0.8771735307178954,0.4949434399604797,3.671392817687145,0.02463430166244507,2.7942192869692497 +The Hitchhiker's Guide to the Galaxy,Lig Lury Jr,0.4702058434486389,0.8360294708446196,0.5348403453826904,3.9133989534355775,0.06463450193405151,3.077369482590958 +The Hitchhiker's Guide to the Galaxy,Dan Streetmentioner,0.4941023290157318,0.8326234099356798,0.5334910154342651,4.090775552006466,0.039388686418533325,3.258152142070786 +Harry Potter,Abraxas Malfoy,0.5240101218223572,0.8402994775177771,0.5375826954841614,4.414291591723864,0.0135725736618042,3.573992114206087 +The Hitchhiker's Guide to the Galaxy,Guide Mark II,0.5246058702468872,2.217340103715548,0.5693833231925964,5.79343697146378,0.04477745294570923,3.5760968677482325 +The Hitchhiker's Guide to the Galaxy,Vroomfondel,0.5492758750915527,3.215696991475031,0.5684738755226135,7.075020009600733,0.01919800043106079,3.859323018125702 +The Hitchhiker's Guide to the Galaxy,Roosta,0.4857929646968841,3.014081367982975,0.5526170134544373,6.911225766327491,0.06682404875755316,3.897144398344516 +Harry Potter,Marlene McKinnon,0.4936506450176239,0.2995158948190036,0.5572279095649719,4.355073361043863,0.06357726454734802,4.05555746622486 +The Hunger Games,Felix Ravinstill,0.497509628534317,0.7569597060981684,0.5211723446846008,4.9564759788706,0.023662716150283813,4.199516272772431 +Harry Potter,Dilys Derwent,0.4813231229782104,0.9770056352192692,0.5395203232765198,5.368407745605208,0.05819720029830938,4.391402110385939 +Harry Potter,Emeric the Evil,0.4951508045196533,0.8324791370776411,0.5654062628746033,5.311197571852363,0.07025545835494995,4.478718434774722 +Harry Potter,Mosag,0.511151909828186,0.3146067008210708,0.5306013226509094,5.506598635033586,0.01944941282272339,5.191991934212515 +Harry Potter,Evan Rosier,0.4794752597808838,0.0935245799507571,0.5448762774467468,5.290107084830485,0.06540101766586304,5.196582504879728 +The Hitchhiker's Guide to the Galaxy,Deep Thought,0.5038940906524658,2.2692060489846395,0.5494114756584167,7.675943330747187,0.04551738500595093,5.406737281762547 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Jeltz,0.513843834400177,1.0560071573887866,0.5489605069160461,6.587417323695032,0.03511667251586914,5.531410166306245 +The Hitchhiker's Guide to the Galaxy,Hurling Frootmig,0.5095316171646118,1.1613256445913551,0.5354017615318298,6.945373435809096,0.025870144367218018,5.784047791217741 +Harry Potter,Dorcas Meadowes,0.5201269388198853,1.0750276045335116,0.5796972513198853,12.504529644263242,0.0595703125,11.42950203972973 diff --git a/ressources/data/normal_eval2_meta.csv b/ressources/data/normal_eval2_meta.csv new file mode 100644 index 0000000000000000000000000000000000000000..19e83f6101df65aed88520013d830cc9fa30d12a --- /dev/null +++ b/ressources/data/normal_eval2_meta.csv @@ -0,0 +1,541 @@ +Book,Character,F1,h,wF1,wh +0,Gimli,0.5107972621917725,0.13443801698858393,0.5312908291816711,0.0010502826036163104 +0,Elrond,0.48144325613975525,1.9066771373142473,0.4988417327404022,2.9819810241075775 +0,Arwen,0.5305920243263245,0.37755328562381246,0.5569050312042236,0.01984585606742649 +0,Smaug,0.4648820757865906,0.3524463914799617,0.4800652265548706,1.3515472953976442 +0,Frodo Baggins,0.4845083951950073,1.1586468251538447,0.4625139534473419,1.4225173697938494 +0,Samwise Gamgee,0.516346275806427,0.008635374302851169,0.5517829060554504,6.5870881136989915e-06 +0,Bilbo Baggins,0.48496222496032715,0.4667388614757454,0.45521271228790283,1.5087656836859384 +0,Gandalf,0.4683649241924286,1.8641340440344578,0.47944560647010803,2.943566129836775 +0,Ancalagon,0.5332438945770264,1.3377617161546485,0.6009135246276855,1.4144417320430205 +0,Shadowfax,0.5600701570510864,3.1191973573171596,0.5659462809562683,1.640608785919145 +0,Aragorn II,0.5159305930137634,0.8487244291573735,0.4953894317150116,2.043826256497426 +0,Balin,0.5085909962654114,0.11893969038926464,0.5512982606887817,0.0006193675269840093 +0,Bard,0.5050056576728821,0.026355821855447232,0.5294986367225647,3.8916732286303865e-05 +0,Beorn,0.5323838591575623,0.40355825841957293,0.5768317580223083,0.09970775452842542 +0,Boromir,0.5241677165031433,0.11814064196671167,0.5525522828102112,0.005484679592346904 +0,Celeborn,0.5215296149253845,0.016747108346838697,0.5615239143371582,2.142140399366893e-05 +0,Celebrimbor,0.5067253708839417,1.0575533301855333,0.5297908186912537,4.509701427063241 +0,Denethor II,0.5090440511703491,0.4427748040732883,0.5393776297569275,0.015071400709693204 +0,Éomer,0.5233268737792969,1.31307278010033,0.5731189846992493,0.012043907093584457 +0,Éowyn,0.5037795305252075,0.361386855873899,0.5493127107620239,0.0015152985022966877 +0,Faramir,0.48917776346206665,1.9933056139062686,0.49465763568878174,1.0009769697555702 +0,Galadriel,0.48361361026763916,1.6749693381935893,0.4992484152317047,3.2063685807969784 +0,Gollum,0.4888666868209839,9.018845864385908e-07,0.5417248010635376,2.7974571228520384e-07 +0,Gríma,0.5452985763549805,0.12507425417562654,0.5739209651947021,0.001444550575421236 +0,Halbarad,0.5402034521102905,1.5555165009375898,0.5443882346153259,0.9193734631361065 +0,Isildur,0.5210660099983215,0.017112526797695954,0.5709381103515625,0.0036278594316332944 +0,Fíli and Kíli,0.5192292332649231,0.27310838457265874,0.5307999849319458,3.5865667022029726e-06 +0,Legolas,0.44903311133384705,0.4938407484802042,0.4525555372238159,0.7749630835867346 +0,Lúthien,0.502149760723114,0.40962033556620503,0.5771726965904236,0.04542356400705872 +0,Maedhros,0.5247319340705872,0.2123965678051731,0.5603326559066772,0.0002969941491448213 +0,Melian,0.5110530853271484,0.9072737050244859,0.558221161365509,0.6104079360669264 +0,Meriadoc Brandybuck,0.5133464932441711,0.5250487917458937,0.550666332244873,0.03158295001470082 +0,Peregrin Took,0.5051109790802002,0.0387485409175478,0.5279164910316467,0.014012182356224005 +0,Radagast,0.506693422794342,0.021353734943244433,0.5546278357505798,1.0152234499330084e-06 +0,Saruman,0.45274069905281067,0.6746712656900681,0.482961505651474,3.480506052068393 +0,Sauron,0.4608953893184662,1.5314123718499901,0.4845940172672272,3.1077663702399985 +0,Shelob,0.5020247101783752,0.3466171382980677,0.5636788010597229,0.039742288595973736 +0,Théoden,0.5182898044586182,0.7738611620859397,0.5532655715942383,0.011785631773644209 +0,Thingol,0.4958104193210602,0.24362746256268125,0.5246247053146362,0.0049826164501031575 +0,Thranduil,0.5080153346061707,0.01579507538235909,0.5616160035133362,0.0010448700161254814 +0,Thrór,0.5086534023284912,0.3902141821370657,0.5392593145370483,0.01894576151077465 +0,Thorin II,0.5045325756072998,0.0007322934482175243,0.5158685445785522,6.198932369864242e-14 +0,Tom Bombadil,0.5555573105812073,0.00462060037652879,0.5867260694503784,0.00013693212326738497 +0,Treebeard,0.5185574889183044,1.2924189206223544,0.5584478378295898,0.04260455577819719 +0,Túrin,0.5115970969200134,0.004951190912082361,0.5016611218452454,5.695012396675375e-07 +0,Ungoliant,0.5175648331642151,0.5045119669209628,0.5658931136131287,0.1311805506644553 +0,Morgoth,0.49528229236602783,0.7517437502222779,0.5033573508262634,3.605734869013335 +0,Watcher in the Water,0.509591817855835,0.0042405603228484875,0.5722002983093262,0.005098600944878759 +0,Gil-galad,0.5118858814239502,0.006885749992454892,0.5715324282646179,0.0005677095052421668 +0,Círdan,0.5244083404541016,0.004101172412841658,0.5692238807678223,0.005268042048271648 +0,Khamûl,0.5237871408462524,2.43887942795052,0.5735595226287842,0.15456034586839554 +0,Thráin II,0.5144786238670349,0.207425169155333,0.5409236550331116,0.10152587198732502 +0,Glaurung,0.5107595324516296,1.0976330498120732,0.5491192936897278,0.28097354712994926 +0,Haldir,0.5345706343650818,0.9740524529530927,0.5514468550682068,0.1798993731779006 +0,Eärendil,0.5218246579170227,0.23744501395056095,0.5529740452766418,0.1858125783956537 +0,Glorfindel,0.5237315893173218,0.02478200149972964,0.5661776661872864,0.0005118026420829272 +0,Gothmog,0.4830499291419983,0.9579740012719514,0.5577483773231506,0.5803658301115063 +0,Beregond,0.4933965504169464,0.9584065938756756,0.5446121096611023,1.4934357387288448 +0,Berúthiel,0.5082423090934753,0.4980957631416123,0.48214003443717957,1.8618666625103751e-07 +0,Turgon,0.5152546167373657,0.7196076748658506,0.5317980051040649,0.015598328896658482 +0,Elendil,0.5218909978866577,0.013083401921036648,0.553233802318573,0.003957820935323402 +0,Beren,0.44145065546035767,1.6079673211409782,0.5460377931594849,0.009328295719264714 +0,Finrod,0.5122394561767578,0.17758238411961183,0.5545536875724792,0.1981583361706848 +0,Fingolfin,0.5022886395454407,0.02533580599084918,0.5144557356834412,2.3619318025066533e-06 +0,Fingon,0.50736403465271,0.23315054811117158,0.5217533707618713,0.0008768081132217099 +0,Gilraen,0.5016113519668579,2.895608857519192,0.553003191947937,1.46865577370515 +0,Morwen,0.5035339593887329,0.6349007574535617,0.5222731828689575,0.27339408889400757 +0,Idril,0.4942112863063812,1.314068414335417,0.5591335892677307,1.2186850059625787 +0,Glóin,0.5173260569572449,0.7753463717986114,0.5583321452140808,0.35802011091126157 +0,Ecthelion,0.4312361776828766,0.9034334532769908,0.4456978738307953,0.05281815463451589 +0,Forlong,0.5085343718528748,1.549760866172044,0.5502689480781555,0.8266883258751802 +0,Húrin,0.5138395428657532,0.20848051837140028,0.5366945266723633,0.04618263932211724 +0,Huor,0.5211780071258545,1.9514863175383215,0.5451857447624207,0.7122223494855264 +0,Lindir,0.5308339595794678,2.8669263177889683,0.5704033970832825,1.4879310709079154 +0,Erestor,0.5305899977684021,4.162589726390359,0.5322591662406921,1.593003584680578 +0,Elladan and Elrohir,0.5400537252426147,0.9585946716255522,0.608399510383606,0.07822826622225909 +0,Glóredhel,0.49147018790245056,0.8106219507015622,0.5282789468765259,1.5200741821498482 +0,Eöl,0.5101185441017151,0.6494136958348102,0.5270647406578064,0.2854043157767277 +0,Erendis,0.5087628960609436,0.8706285962587988,0.42865413427352905,0.0073167026745190435 +0,Fëanor,0.4521108567714691,0.48601597088876874,0.4460250437259674,0.6571302757098753 +0,Aredhel,0.48831963539123535,0.9713200343189435,0.549968421459198,0.13678508768404535 +0,Caranthir,0.5087292194366455,1.4316522621812555,0.5816361904144287,1.346527062486357 +0,Curufin,0.5269293189048767,0.6972882576829325,0.5494112968444824,0.17480176729290206 +0,Amras,0.5004374980926514,1.042931394413283,0.5468523502349854,1.3165392456723393 +0,Amrod,0.5072486996650696,0.6558058192188447,0.4968511462211609,0.4822242934610138 +0,Amlach,0.5124720931053162,0.9659121001635894,0.5379443764686584,1.7768019393816916 +0,Angrod,0.4995771050453186,0.9248858604226928,0.5527409911155701,2.049501854594676 +0,Aegnor,0.5125909447669983,1.498046685500856,0.4651370346546173,0.0296654542630147 +0,Handir,0.4844471216201782,1.0750647162331015,0.48563966155052185,0.8722875514599088 +0,Hareth,0.49066197872161865,0.6458685488562352,0.4939611554145813,2.514221027726332 +0,Hador,0.518173336982727,1.58841080246865,0.5241454839706421,1.0883444726317961 +0,Haleth,0.5136412382125854,0.8894122996936564,0.4729166328907013,0.03535011583276276 +0,Baragund,0.5189000368118286,0.4838161711203855,0.5419530272483826,1.2379986208804779 +0,Barahir,0.4928971230983734,2.00003374129367,0.5363517999649048,0.4027738909449855 +0,Baran,0.4921049177646637,0.5796325470572229,0.46089115738868713,1.4055261504592633 +0,Belemir,0.47782522439956665,0.4576622905168591,0.42291128635406494,1.2257453854580285 +0,Celegorm,0.5223082900047302,0.7356652172163988,0.560785710811615,0.7826825216451271 +0,Carcharoth,0.48646846413612366,0.6385166502613182,0.5634573101997375,0.36626985925996053 +0,Gelmir,0.5109872817993164,1.3328831640981806,0.47090843319892883,0.3053119583828561 +0,Galdor,0.5094061493873596,1.1159833070496714,0.5091733932495117,3.4446855583506504 +0,Gwindor,0.5087060928344727,0.8921264216760356,0.5551761388778687,0.42173065592396797 +0,Eilinel,0.47498664259910583,0.3264001740397163,0.43308714032173157,1.4391811008157722 +0,Finduilas,0.5043450593948364,0.632274220881976,0.5123217701911926,0.24130402060723413 +0,Rían,0.4961355924606323,0.9946956434845338,0.5180808901786804,0.8743378123412466 +0,Nienor,0.5087598562240601,0.6209307330328973,0.5361229181289673,0.25342925110983466 +0,Mablung,0.5178106427192688,0.5325523006676214,0.569983720779419,0.5836129963765792 +1,Nymphadora Tonks,0.4435421824455261,0.6859964459287748,0.46977338194847107,0.5048507440186165 +1,Dolores Umbridge,0.44084709882736206,0.45896869574809074,0.4294912815093994,3.0868992167502634 +1,Fleur Delacour,0.46302181482315063,0.45587791584923554,0.4460435211658478,0.24171342684239935 +1,Sirius Black,0.4392881393432617,0.4511392466785318,0.43665993213653564,0.6741745154140073 +1,Remus Lupin,0.44049179553985596,0.4275229034952983,0.4447333812713623,2.4146510191986827 +1,Minerva McGonagall,0.48225265741348267,0.21885526270943548,0.46760377287864685,4.567211100804414 +1,Neville Longbottom,0.4250537157058716,0.40503104644677257,0.40079912543296814,0.703794524437064 +1,Helga Hufflepuff,0.5153310298919678,0.9549677795947401,0.5492783188819885,0.11609126093426592 +1,Albus Dumbledore,0.4280836284160614,0.5300415154093028,0.4623830318450928,2.0296755559231205 +1,Cedric Diggory,0.44349366426467896,0.2648299538387257,0.48098424077033997,1.6465408930425656 +1,Cho Chang,0.4231358468532562,0.3988075322288494,0.4674471914768219,0.6284094386050539 +1,Rufus Scrimgeour,0.515264093875885,0.0010522797096094469,0.5608766674995422,3.6156858316372334e-07 +1,Arabella Figg,0.49977296590805054,0.0006881625613978888,0.5660061836242676,0.0007005743895294081 +1,Sybill Trelawney,0.45816344022750854,0.5482148829107473,0.46940577030181885,2.8798410942004162 +1,Rita Skeeter,0.4587719142436981,0.9114597085491148,0.47384923696517944,1.0104308133364373 +1,Padma Patil,0.4924223721027374,0.08119999840452988,0.5555651187896729,0.0015191952303639268 +1,Myrtle Warren,0.48045504093170166,1.0701752161855695,0.4709806740283966,2.9196646606749446 +1,Peter Pettigrew,0.439274400472641,0.5518819575752251,0.43477287888526917,2.667822673409213 +1,Bellatrix Lestrange,0.46121734380722046,0.2534420421259237,0.45441338419914246,0.962492324603031 +1,Alastor Moody,0.45167651772499084,0.5009578795219183,0.4389686584472656,0.5182164274500778 +1,Gilderoy Lockhart,0.4285164475440979,0.5575312214243104,0.451913446187973,6.319755578667511 +1,Newton Scamander,0.4526854157447815,0.5985131966469549,0.456913024187088,2.6860936758667258 +1,Garrick Ollivander,0.503818154335022,0.002396181341466263,0.5423436760902405,6.208807353955185e-07 +1,Pomona Sprout,0.45539116859436035,0.5991124690808854,0.47850966453552246,9.770096635335799 +1,Cornelius Fudge,0.4691202938556671,0.7548587542510679,0.4327090084552765,2.140909251467067 +1,Filius Flitwick,0.4815472960472107,1.630173243584934,0.49081820249557495,5.699280098700994 +1,Dobby,0.44303780794143677,0.4778912061664301,0.4382060468196869,0.8355269958401482 +1,Igor Karkaroff,0.43005916476249695,0.11855374966651813,0.42675143480300903,1.8359158127641428 +1,Viktor Krum,0.4503336548805237,0.3972958215585611,0.48301851749420166,1.094180660764281 +1,William Weasley,0.4686269164085388,0.45131348571162544,0.4364808201789856,0.6737239296386476 +1,Parvati Patil,0.48635801672935486,4.846955889740885e-05,0.5227300524711609,7.186875188866861e-10 +1,Dean Thomas,0.44226017594337463,0.3565506139410043,0.4590863287448883,1.938231684929948 +1,Katie Bell,0.49190065264701843,0.00017692032392686345,0.5337795615196228,9.19940473134516e-10 +1,Vincent Crabbe,0.49004191160202026,0.019456977760415054,0.5308857560157776,9.875276038060636e-07 +1,Seamus Finnigan,0.43651920557022095,0.2414835028043452,0.4489688575267792,0.4189462516119065 +1,Cormac McLaggen,0.5016866326332092,0.004568516479888395,0.5371431112289429,4.969169167102703e-05 +1,Tom Riddle,0.4464183449745178,0.842250817484116,0.44793701171875,1.4625807262644352 +1,Rubeus Hagrid,0.4621366262435913,0.6217401834300766,0.46903857588768005,2.956571016403709 +1,Nagini,0.4437938332557678,0.27427114169787586,0.4489191472530365,0.4947935457785631 +1,Ronald Weasley,0.46545127034187317,0.4721455504174071,0.4626748859882355,0.19015741303281533 +1,Severus Snape,0.4444811940193176,0.6127870543993669,0.4277845025062561,0.9099762295329378 +1,Bartemius Crouch Senior,0.44994276762008667,0.2890588740969484,0.44482386112213135,0.7820869080728803 +1,Gabrielle Delacour,0.48260921239852905,0.4698235452780161,0.5222122669219971,0.22258158389690838 +1,Gellert Grindelwald,0.4383646845817566,0.21742324995469517,0.44741809368133545,0.6002849490572053 +1,Phineas Nigellus Black,0.45218130946159363,0.0005390007977480256,0.4390638470649719,6.186878413479388e-05 +1,Ludovic Bagman,0.4904271066188812,0.010807523084789633,0.52522212266922,0.00014115728423393908 +1,Quirinus Quirrell,0.44450414180755615,0.21893950148772454,0.44458237290382385,6.3021629019896235 +1,Hermione Granger,0.45171305537223816,0.09333032988091433,0.4399486184120178,0.4492240611908405 +1,Salazar Slytherin,0.4957578182220459,0.020773473902814445,0.5586127042770386,0.0020541716884802234 +1,Aberforth Dumbledore,0.439961314201355,0.3804661496601506,0.4609413743019104,1.5795610558685258 +1,Horace Slughorn,0.4715592563152313,0.3495036987996052,0.44217103719711304,0.7886036662666432 +1,Walden Macnair,0.49835076928138733,0.07694563132644465,0.5421335101127625,0.00010629382129051809 +1,Ariana Dumbledore,0.5067033767700195,0.010675544598360853,0.5837023854255676,2.2980763243528593e-05 +1,Irma Pince,0.5231602191925049,0.0013375510480742622,0.5697351694107056,2.1363618379387013e-08 +1,Nicolas Flamel,0.5289767980575562,0.05471130813623329,0.5383363962173462,0.000702023916279172 +1,Amos Diggory,0.5232454538345337,0.045591212223854614,0.5543674826622009,1.5437027989862657e-05 +1,Armando Dippet,0.4968133866786957,0.004074999992376017,0.5565256476402283,1.5875638654766323e-07 +1,Lucius Malfoy,0.4317816197872162,0.5335285303747163,0.43922269344329834,0.5163010165856022 +1,Hedwig,0.4928203523159027,0.005752510871408518,0.543062150478363,0.028617516962920145 +1,Alice Longbottom,0.5431731939315796,0.7901745802159144,0.5435448884963989,0.08923437137931385 +1,Pansy Parkinson,0.4770812690258026,7.574728996758107e-06,0.5257962346076965,3.058577800430968e-06 +1,Kingsley Shacklebolt,0.5153641104698181,0.0021496749559594573,0.546042799949646,0.00032202513558434316 +1,Aurora Sinistra,0.532209038734436,0.1915202459688135,0.5783342123031616,0.00012466565199010504 +1,Septima Vector,0.5020323395729065,0.16285440558198566,0.5628880262374878,0.0005338140654824113 +1,Nicholas de Mimsy-Porpington,0.4421016573905945,0.44839751137317907,0.44529038667678833,4.597857677043716 +1,Draco Malfoy,0.45933642983436584,0.6527910367546879,0.4268490672111511,0.48572701934939094 +1,Luna Lovegood,0.46457672119140625,0.6238259022389653,0.4613429009914398,1.5649159172310567 +1,Ginevra Weasley,0.46553927659988403,0.44730148154555655,0.45598506927490234,0.34139308080476216 +1,Poppy Pomfrey,0.49354714155197144,0.006568656269556662,0.5500788688659668,2.983172235607373e-09 +1,Peeves,0.46058782935142517,1.233145913433488,0.45469802618026733,1.9797212847966739 +1,Oliver Wood,0.512707531452179,0.012256833313550096,0.547406017780304,0.00022674668628380374 +1,Godric Gryffindor,0.49263203144073486,0.16371885028054012,0.568062961101532,0.09509586287934976 +1,Crookshanks,0.5288292169570923,0.21992403822504206,0.5692062377929688,0.006444083588860741 +1,Rosmerta,0.5229362845420837,0.05011803963906756,0.5464492440223694,0.00012131785787824745 +1,Angelina Johnson,0.4544048607349396,0.4981234406919799,0.46864229440689087,0.4752837056976108 +1,Winky,0.5300799608230591,0.4985487122095663,0.5709412693977356,2.3353998210273716e-09 +1,Rose Granger-Weasley,0.5170115232467651,0.03673488789629475,0.483674019575119,9.293178665924588e-05 +1,Hugo Granger-Weasley,0.48420703411102295,1.3436759752415224,0.5218991041183472,0.9351466205920079 +1,Petunia Dursley,0.47169366478919983,0.27644970188646806,0.4066319465637207,0.8251450452212465 +1,Broderick Bode,0.49398112297058105,0.329247563996245,0.4099574387073517,6.715660929153429e-14 +1,Augustus Rookwood,0.5091837048530579,0.635698482380658,0.5456185936927795,0.0487423070392276 +1,Piers Polkiss,0.5051007866859436,0.8832067491982498,0.5188909769058228,1.1059280777187028 +1,Fawkes,0.4881545305252075,0.0012893054242995817,0.5539714694023132,0.023576306291410897 +1,Bartemius Crouch Junior,0.4792044460773468,0.3325170388966956,0.4619598388671875,0.6034569700781027 +1,Molly Weasley,0.4311411678791046,0.508030470417897,0.41392049193382263,0.36118564456291663 +1,Pius Thicknesse,0.4485996663570404,0.1960834275805505,0.512029767036438,6.7241387733858985e-06 +1,1,0.44439318776130676,0.08774943491120504,0.4571187496185303,0.47410911922067966 +1,Aragog,0.4950214922428131,0.014602460809624802,0.5787279605865479,0.009291910747123561 +1,Mosag,0.4920565187931061,0.8782917616700553,0.4586452543735504,0.1613183485781155 +1,James Potter II,0.4318004846572876,0.0360627203947301,0.42947453260421753,0.07746482564960935 +1,Arthur Weasley,0.45670226216316223,0.4251668865434073,0.41973280906677246,0.3568288856396605 +1,Buckbeak,0.4945935606956482,0.10136327047692632,0.5605059266090393,0.019062546992555177 +1,Ernest Prang,0.4916805922985077,0.9373748969752136,0.5365779995918274,0.47672090011207124 +1,Amycus Carrow,0.5033026933670044,0.7280029986174057,0.5457427501678467,0.0002259872720320896 +1,Hepzibah Smith,0.5040813088417053,0.014139892573018618,0.529179573059082,0.00169107452977919 +1,Amelia Bones,0.4853380024433136,0.0026813490019191016,0.5207808613777161,6.355642097197657e-05 +1,Anthony Goldstein,0.4943319261074066,0.1704634474134773,0.5273448824882507,0.028833739421960266 +1,Corban Yaxley,0.5104935169219971,0.007254628891591217,0.5566244125366211,6.774941150943522e-05 +1,Dilys Derwent,0.4831989109516144,0.7765530075643879,0.5175477862358093,0.5046744596562014 +1,Hokey,0.5624920129776001,1.0192781336516665,0.44033166766166687,0.0007637035054289396 +1,Penelope Clearwater,0.5008800029754639,0.14794512240935126,0.5388537645339966,0.034408135523120255 +1,Selwyn,0.45378321409225464,0.37000917021196883,0.5304065346717834,0.264806229420868 +1,Terry Boot,0.537269651889801,2.7182209576939864,0.5232139229774475,0.0006437601524779935 +1,Zacharias Smith,0.48201674222946167,0.1741637705911051,0.5226630568504333,0.003674142606466274 +1,Stanley Shunpike,0.5116391777992249,0.181094307668219,0.5294852256774902,0.005696741573304397 +1,Ernest Macmillan,0.5520151257514954,0.0005296513114701285,0.5393288135528564,1.2384361177579228e-10 +1,Eloise Midgen,0.5077885389328003,2.7310612733937654,0.47878018021583557,0.04019695546146333 +1,Griphook,0.5197423696517944,0.2121497726817984,0.5715857148170471,0.006688551829028589 +1,Alicia Spinnet,0.4855826497077942,0.02293066462942393,0.5529946684837341,1.947834401874541e-06 +1,Ignotus Peverell,0.516290009021759,0.25397141316954513,0.5310029983520508,0.006411528662225803 +1,Lee Jordan,0.46628209948539734,0.17443428352771834,0.47592130303382874,0.7629574823196934 +1,Reginald Cattermole,0.49377742409706116,0.5067418689537313,0.5048711895942688,0.04439899363616947 +1,Wilhelmina Grubbly-Plank,0.5114792585372925,0.2627456816056188,0.5711089372634888,0.13519002726235718 +1,Rowena Ravenclaw,0.4968787431716919,0.19674952909766583,0.5475223064422607,0.015548044139341004 +1,Herbert Beery,0.49589803814888,2.8443517176706856,0.4173962473869324,4.830428471126465e-05 +1,Justin Finch-Fletchley,0.5097084641456604,0.003062946876082479,0.5399928092956543,2.086270966029308e-06 +1,Elphias Doge,0.49515300989151,0.057937186284353306,0.5514315962791443,9.9745185061453e-05 +1,Hannah Abbott,0.4619835317134857,0.00027472331944994885,0.5173898339271545,5.5516929050068714e-08 +1,Marcus Flint,0.4845448136329651,0.1639240204812492,0.5477555394172668,0.05271337227701224 +1,Millicent Bulstrode,0.5103342533111572,0.631463806450353,0.5328689217567444,0.02259667796253037 +1,Marietta Edgecombe,0.5108231902122498,0.008964537626061198,0.5571213960647583,5.5660327967073295e-09 +1,Evan Rosier,0.5070687532424927,0.6047670895687738,0.5272225737571716,0.946096669336646 +1,Fat Friar,0.49053964018821716,0.06889725657833988,0.5633115768432617,0.0017602953084694779 +1,Rolanda Hooch,0.47006678581237793,0.0014731959744198376,0.5546188950538635,7.939548695201769e-09 +1,Antioch Peverell,0.5058832168579102,0.5252931342712709,0.5311525464057922,0.11465826547833487 +1,Astoria Malfoy,0.4970783293247223,0.190809508483697,0.529772162437439,0.07472962995005278 +1,Cadmus Peverell,0.5071195960044861,0.5474296398438426,0.5175254344940186,0.002919452880278532 +1,Merope Riddle,0.49469834566116333,6.519697389556579e-05,0.5378767848014832,1.287292492079564e-08 +1,Dexter Fortescue,0.4944321811199188,0.3049940554906587,0.5033755898475647,0.15965660552299948 +1,Susan Bones,0.48266303539276123,0.00025030030206157444,0.5379840731620789,1.6962886640131738e-06 +1,Silvanus Kettleburn,0.48836106061935425,0.04954424440078134,0.551296055316925,0.00048364165390258636 +1,Antonin Dolohov,0.4867320656776428,0.05079084899966955,0.5726486444473267,0.04437852133566685 +1,Frank Longbottom,0.5271263718605042,0.7464672395819767,0.5695174932479858,0.1059748523121532 +1,Michael Corner,0.4988413453102112,0.058754452996483485,0.5366568565368652,3.6123695556515667e-06 +1,Vernon Dursley,0.42006003856658936,0.37807521127231,0.40791621804237366,0.6485248124973402 +1,Marlene McKinnon,0.4997681975364685,1.0778865364223542,0.5648558735847473,6.969568768398113 +1,Dorcas Meadowes,0.5020419359207153,0.8510681106231619,0.5624010562896729,5.287947262297381 +1,Emeric the Evil,0.5236355662345886,1.2274087848206603,0.49173834919929504,0.20504452048340394 +1,Dennis Creevey,0.43204939365386963,0.00026934619134328904,0.5151597261428833,0.0031360967163570398 +1,Mykew Gregorovitch,0.5075162649154663,0.14930345023335617,0.5679985284805298,0.0237588694113758 +1,George Weasley,0.44044938683509827,0.41697020432828846,0.4440170228481293,0.7843570431009249 +1,Fred Weasley,0.44706523418426514,0.5032112406830574,0.43204227089881897,0.48276660062839105 +1,Gregory Goyle,0.5011573433876038,0.03125490999964649,0.5086613297462463,6.408402044599532e-07 +1,Galatea Merrythought,0.5011895895004272,0.5909507568635429,0.5282485485076904,0.6287319449509017 +1,Victoire Weasley,0.4720750153064728,0.4276157716772918,0.48534247279167175,0.06576483999709101 +1,Fat Lady,0.4809730350971222,0.04667547112077928,0.561942458152771,0.00040296274186763745 +1,Dominique Weasley,0.48991844058036804,0.6449057551469597,0.47528448700904846,0.5957920297400371 +1,Beedle the Bard,0.5139830708503723,2.351525735391917,0.5576179623603821,7.8120300997627075 +1,Ignatius Prewett,0.48718011379241943,0.4932023043441723,0.488484650850296,1.3301790440941101 +1,Sirius Black I,0.46859583258628845,0.7059911402560716,0.48095497488975525,0.8610087759781347 +1,Regulus Black I,0.47912079095840454,0.6593988606866316,0.4364158809185028,0.42981114080842925 +1,Louis Weasley,0.4619789123535156,0.6541484749566165,0.45581889152526855,0.25788898403288235 +1,Abraxas Malfoy,0.5116108059883118,2.722284294512817,0.528152585029602,0.4422563753049664 +1,Sirius Black II,0.4327516555786133,0.8886807851402021,0.43735450506210327,1.8498079363900768 +1,Irma Crabbe,0.4557207524776459,0.500078484182119,0.4326726794242859,0.41281717401334383 +1,Porpentina Goldstein,0.45215776562690735,0.2964207283392433,0.4645043909549713,0.7958961882745091 +1,Radolphus Lestrange,0.46985742449760437,1.1205566695908122,0.4993914067745209,1.2897678913866335 +3,Gale Hawthorne,0.42366454005241394,0.10300749056187275,0.4258776605129242,1.255525948885735 +3,Katniss Everdeen,0.4845563769340515,0.10998829378260558,0.48172080516815186,1.510473580635784 +3,Effie Trinket,0.5257339477539062,7.600320478722381e-05,0.5627817511558533,5.603280758866763e-09 +3,Coriolanus Snow,0.4579843580722809,0.9129836935607708,0.43327534198760986,1.7283589187069268 +3,Mrs. Everdeen,0.4923335909843445,0.7042889756336381,0.5165349841117859,0.03543207328886845 +3,Cinna,0.41759371757507324,0.21976451201320993,0.4101203382015228,0.86300689448745 +3,Primrose Everdeen,0.5308364033699036,0.0677685928736543,0.5819083452224731,1.9057133578728183e-09 +3,Peeta Mellark,0.4702422022819519,0.2513760184516798,0.4527166187763214,1.5649296585705363 +3,Haymitch Abernathy,0.47196638584136963,0.2746674204021431,0.4384087026119232,1.578231987325297 +3,Alma Coin,0.48868462443351746,0.468572036166586,0.5130079388618469,2.4837320395148105e-05 +3,Casca Highbottom,0.49404099583625793,0.058793688694986704,0.4224543273448944,1.39184211373001e-09 +3,Livia Cardew,0.48630741238594055,1.0567839430066268,0.43594691157341003,0.00024317957677372738 +3,Palmyra Monty,0.48756036162376404,1.3511176525859887,0.5095211863517761,6.760745934657895 +3,Persephone Price,0.4980650544166565,1.0352154585984468,0.42776963114738464,0.00012282943440178562 +3,Festus Creed,0.5137855410575867,0.4488251552008332,0.43041476607322693,1.1489411666581085e-07 +3,Vipsania Sickle,0.4687986373901367,0.6673281913400538,0.43177270889282227,0.009349649124944152 +3,Hilarius Heavensbee,0.4951103627681732,0.7161396962156683,0.5291473865509033,1.248197113966103 +3,Domitia Whimsiwick,0.5107499361038208,1.2525096842108003,0.45315176248550415,0.011877676794797221 +3,Clemensia Dovecote,0.4968879520893097,0.017061128839792182,0.523499071598053,0.00010082220307434685 +3,Felix Ravinstill,0.5016847252845764,2.291929646798982,0.44192275404930115,0.012210427503161486 +3,Lysistrata Vickers,0.5213034749031067,0.39224862090012536,0.4561924338340759,3.3421247235283436e-10 +3,Lucretius Flickerman,0.49776577949523926,0.16294159618484738,0.5035482048988342,0.013322725307153543 +3,Reaper Ash,0.495331734418869,0.29435981988400833,0.4755721688270569,4.42166229972471e-06 +3,Mizzen,0.52642822265625,0.06473412977502771,0.45696794986724854,8.724480654851951e-09 +3,Coral,0.5041736960411072,0.03641299198373558,0.5333076119422913,0.0004916603460607651 +3,Treech,0.4814959466457367,0.12059400275848751,0.5275515913963318,0.020602210904005012 +3,Dill,0.4879874885082245,0.9374200025446748,0.4474625587463379,0.000871508592169862 +3,Mr. Everdeen,0.48485204577445984,0.5731186643948403,0.551663875579834,0.2182264292785018 +3,Volumnia Gaul,0.4893183410167694,0.021773046974852356,0.46757641434669495,1.959404559271376e-11 +2,Jamis,0.49763989448547363,0.4601588857393504,0.5307971239089966,0.06207339984855977 +2,Glossu Rabban Harkonnen,0.5234180092811584,1.040041833978686,0.5540176033973694,1.0121267484968228 +2,Hwi Noree,0.5152681469917297,1.0109310615941849,0.5379900336265564,0.1518654640025657 +2,Kailea Vernius,0.5006990432739258,1.2819557902143066,0.5422921180725098,0.5114421845178385 +2,Helena Atreides,0.4995802938938141,0.6356990969259351,0.54463130235672,0.2251058415891642 +2,Piter de Vries,0.5492623448371887,0.7538928578703038,0.5279063582420349,0.18567996521736058 +2,Ghanima Atreides,0.4968699812889099,0.8369040135915626,0.5,0.01904128896529533 +2,Farad'n Corrino,0.5331212282180786,1.39141791221437,0.5365118384361267,0.8225163626763393 +2,Fafnir Corrino,0.4420830011367798,0.5381058274066916,0.5618007779121399,1.7667567655319762 +2,Dominic Vernius,0.4946116507053375,0.43897956343990446,0.5052716732025146,0.10235119719954673 +2,Faykan Butler,0.45419275760650635,0.024926538000089177,0.45998162031173706,5.552317787712694e-05 +2,Thufir Hawat,0.5405481457710266,0.892894372436974,0.5702359080314636,0.022892264909911992 +2,Kwisatz Haderach,0.5288949608802795,0.6063077049825519,0.5786898732185364,0.0036976193062390806 +2,Duncan Idaho,0.4306022822856903,0.7432827616520465,0.45693251490592957,0.9857971180461219 +2,Paul Atreides,0.475263386964798,1.0560189280223136,0.46890854835510254,0.6532529036219028 +2,Wellington Yueh,0.5484734773635864,1.4385439187818103,0.5203583240509033,0.0994703658148618 +2,Miles Teg,0.557686984539032,0.6657775249077086,0.5225208401679993,0.039195871421940344 +2,Vladimir Harkonnen,0.5316377282142639,0.10214860371075954,0.5116723775863647,0.02433002084809396 +2,Darwi Odrade,0.536483108997345,0.008337277409029247,0.551603376865387,8.973373912887733e-05 +2,Wensicia Corrino,0.5032896399497986,0.5391336026435865,0.5432509183883667,0.49047363401336763 +2,Irulan Corrino,0.5143793225288391,0.3348602584278514,0.5152375102043152,0.009471606763026766 +2,Gurney Halleck,0.5444483160972595,0.5339192887295017,0.5520815253257751,0.01894974708965885 +2,Shaddam Corrino IV,0.4909803569316864,0.4651901071166394,0.484107106924057,0.2707872922110672 +2,Leto Atreides II,0.435349702835083,0.35848396496903695,0.4671371281147003,1.162239077604367 +2,Lucilla,0.5099300146102905,1.401826511542328,0.5361635088920593,0.41528920263869196 +2,Margot Fenring,0.5196251273155212,1.287933709101413,0.587001383304596,0.42810665262307374 +2,Murbella,0.5210418105125427,0.46735401137037125,0.5690101981163025,0.023731765380587813 +2,Octa Butler,0.48807811737060547,0.6217094571902593,0.4583471715450287,0.11959544378169995 +2,Mohandas Suk,0.49800941348075867,0.777807305732695,0.45198869705200195,0.033598502310195705 +2,Pardot Kynes,0.5138195753097534,0.3631800161713162,0.54291170835495,0.11880064880699287 +2,Raquella Berto-Anirul,0.4950067400932312,0.6736190323678809,0.5390993356704712,0.2187400306732795 +2,Norma Cenva,0.4278644323348999,0.34530067188127167,0.5005387663841248,1.3120403501803808 +2,Norma Cevna,0.504818320274353,0.9409330621425289,0.528740406036377,0.6579051343177426 +2,Gaius Helen Mohiam,0.5053005814552307,0.5883202830516998,0.5277078747749329,0.486373662513295 +2,Vorian Atreides,0.4654883146286011,0.4810919510127356,0.46167615056037903,0.6263714752302175 +2,Tlaloc,0.5012189149856567,0.7486960201354296,0.4670414626598358,0.07078680570844502 +2,Hayt,0.5157616138458252,1.1372734117655994,0.5824491381645203,3.2943028197495816 +2,Rhombur Vernius,0.47085869312286377,0.17106364797786422,0.5153435468673706,0.33119513789079225 +2,Scytale,0.5065829157829285,0.9726858826492011,0.533208966255188,0.022154572232380525 +2,Serena Butler,0.5059524774551392,0.13681074269120966,0.5279148817062378,6.365008228406361e-05 +2,Victor Atreides,0.5053738355636597,0.8780493156250442,0.5219838619232178,0.6441260360836389 +2,Shando Vernius,0.4806986451148987,0.7962298181287515,0.5127638578414917,0.5847123792064839 +2,Xavier Harkonnen,0.5392778515815735,0.6381818425165202,0.5134580135345459,0.001458326007678648 +2,Zufa Cenva,0.49050623178482056,0.45877982334525585,0.5150262713432312,0.04184900948173237 +2,Schwangyu,0.5012314915657043,1.6685941357419745,0.5462884306907654,2.5507629847737583 +2,Siona Atreides,0.525655210018158,0.760034515851974,0.5492343306541443,0.11378823488694567 +2,Tylwyth Waff,0.509412407875061,1.1437715938563466,0.451562762260437,0.05898334373052907 +2,Anirul Corrino,0.477915495634079,0.5785452349450044,0.5409173369407654,2.184465197505393 +2,Sheeana Brugh,0.5043639540672302,0.5192340812650102,0.5130999088287354,0.0895398934958691 +2,Stilgar,0.497808039188385,0.5928535300523808,0.5342109203338623,0.09811989177677183 +2,Hasimir Fenring,0.5153005123138428,1.5385246976002915,0.5507274270057678,1.985205607864301 +2,Leto Atreides I,0.48654621839523315,0.4045024875718957,0.49626630544662476,0.02422745562236205 +2,Minotauros Atreides,0.49368005990982056,1.0926740097497365,0.5304136872291565,0.16838277856519127 +2,Paulus Atreides,0.5223171710968018,0.5989475974585898,0.5316929817199707,0.503055581073807 +2,Abulurd Harkonnen,0.4777737557888031,0.4430687366664146,0.5658541917800903,1.8616959975219078 +2,Alma Mavis Taraza,0.5058012008666992,1.3960892703791923,0.46921518445014954,0.0009345553339762017 +2,Jessica Atreides,0.4802019000053406,0.4161399961091878,0.4718683063983917,0.09304195185544097 +2,Chani Kynes,0.519978404045105,0.6258408328432263,0.507990837097168,0.180328439611831 +2,Feyd-Rautha Harkonnen,0.5162959694862366,1.1772004111068048,0.4807954728603363,0.3885420702506556 +2,Alia Atreides,0.4822726249694824,0.5359149302021396,0.4800700843334198,0.39775995186399943 +2,Liet Kynes,0.5239098072052002,1.0709727789405448,0.5483620166778564,0.35537517762208515 +2,Moneo Atreides,0.4783799648284912,0.4628469607843391,0.5353717803955078,0.010203245311976824 +2,Tio Holtzman,0.5274263620376587,0.515163478282085,0.5471019148826599,0.023445820625701094 +2,Tyros Reffa,0.4748443067073822,0.6859880148079427,0.5335310101509094,0.5082867544066283 +2,Harah,0.4790497124195099,0.7169978842049008,0.5105242133140564,0.0005540146539405871 +2,Elrood Corrino IX,0.45676568150520325,0.47899643679439025,0.525293231010437,3.7146401915141745 +2,Jehanne Butler,0.4977191984653473,1.160610281011882,0.5291381478309631,0.3361658627024659 +2,Ramallo,0.4951575994491577,0.9747248480575009,0.5169386267662048,0.7338078391350811 +2,Lady Jessica,0.527129590511322,1.0146471545741353,0.4561772346496582,0.07746158410619693 +2,Leto I Atreides,0.4957177937030792,0.07135384679693386,0.5478718876838684,0.0030558619291654746 +2,Glossu Rabban,0.5158686637878418,0.9112838441922432,0.5629866123199463,0.508575296527618 +2,Piter De Vries,0.5379225611686707,0.5988211129863868,0.526581346988678,0.9056059650963464 +2,Mapes,0.46134498715400696,0.4332185225362724,0.542668879032135,0.9897316516413973 +2,Liet-Kynes,0.5251116156578064,0.7487577307844114,0.544280469417572,1.1512298258502456 +2,Otheym,0.4998379051685333,0.9750208906999622,0.5489936470985413,1.6242758905300028 +2,Korba,0.5202980637550354,0.9192963856136979,0.5151761174201965,1.1408700423282307 +2,Aramsham,0.4641391634941101,0.4544422923442146,0.48457738757133484,0.8127568286147788 +2,Iakin Nefud,0.4791484773159027,0.2640108801746009,0.5199869871139526,0.9827098352469199 +2,Edric,0.507510781288147,0.7897315362747146,0.5188983678817749,0.3442989693934002 +2,Bijaz,0.5071148872375488,0.6462591931943981,0.5156342387199402,0.05048940659611583 +2,Lichna,0.4484536945819855,0.32097504172457736,0.5563443303108215,1.0913543433308168 +2,Farok,0.4914568066596985,0.2526507789809973,0.513570249080658,1.2662744929738627 +2,Tyekanik,0.48693060874938965,0.5850379611842363,0.5662058591842651,3.932007099913652 +2,Ziarenko Javid,0.48177507519721985,1.2164039946239296,0.41237857937812805,0.003792379896148076 +2,Tertius Eileen Anteac,0.5171214938163757,0.9599716945215118,0.5144374966621399,0.2580117834826692 +2,Nayla,0.47869688272476196,0.6588261872586595,0.5447108149528503,2.623758321475784 +2,Quintinius Violet Chenoeh,0.48659810423851013,0.05915107731458808,0.5501734614372253,0.00018306463335155082 +2,Marcus Claire Luyseyal,0.48818811774253845,1.7373048076086937,0.5107654929161072,2.478274282387815 +2,Bellonda,0.5110083222389221,1.4250345742292878,0.5434740781784058,1.3193854440253319 +2,Alef Burzmali,0.4665161967277527,0.982452391156567,0.5583000183105469,2.8614034158046753 +2,Hedley Tuek,0.4864819049835205,0.7164396077823254,0.5281742215156555,1.6249834470605626 +2,Marty,0.4792817533016205,0.7280740326746394,0.49935731291770935,0.15888637586410678 +2,Daniel,0.5189328193664551,1.777215148070226,0.5223586559295654,0.8866722560686856 +2,Dama,0.47212088108062744,0.6013867057595473,0.5488190054893494,1.4037338737375893 +2,Logno,0.5146032571792603,1.9106249426370374,0.5130771398544312,0.2751950568614628 +4,Bella Swan,0.48326900601387024,0.7247361055412566,0.43254128098487854,0.7365166028075251 +4,Edward Cullen,0.4666794240474701,0.5013275577784613,0.44172605872154236,0.7004989690636835 +4,Jacob Black,0.45409366488456726,0.46251454591712143,0.4554227590560913,0.9136896879693293 +4,Carlisle Cullen,0.48934441804885864,0.5470750454476965,0.4620271921157837,0.8207067943634325 +4,Esme Cullen,0.45789098739624023,0.5591127561137629,0.4658684730529785,1.4789642675409154 +4,Alice Cullen,0.45514026284217834,0.4886141848937854,0.43589478731155396,0.7026150625583587 +4,Emmett Cullen,0.46178871393203735,0.5848577373289497,0.49181410670280457,1.229882472097879 +4,Rosalie Hale,0.4466276168823242,0.18814152265382128,0.4639298915863037,0.5961943617331009 +4,Jasper Hale,0.4543110728263855,0.6303001184999871,0.46010643243789673,1.2542932210216382 +4,Renesmee Cullen,0.45336928963661194,0.2003957739847295,0.449503093957901,0.6336242809830143 +4,Aro,0.46222934126853943,0.32037646275100573,0.4565318822860718,1.161789809079368 +4,Caius,0.5130079388618469,0.0324452166180314,0.5396819114685059,1.3461209166752e-05 +4,Marcus,0.4986763596534729,0.09553676269226563,0.5225239396095276,0.0002537160997281344 +4,Jane,0.5112879276275635,0.029926092488611125,0.5439932942390442,2.910038324003551e-06 +4,Alec,0.4980205297470093,5.69776817895873e-05,0.5346221327781677,0.00019588846721213348 +4,Demetri,0.5160878300666809,0.03620021807630833,0.5621719360351562,3.9644251217159456e-05 +4,Felix,0.5224718451499939,0.06938209016410012,0.5610885620117188,0.000580389826992543 +4,Heidi,0.4885730743408203,0.3045840415013427,0.43669769167900085,5.880942816393087e-09 +4,Santiago,0.48533740639686584,0.5795768905286605,0.4533033072948456,0.0020581764638911274 +4,James,0.4843384027481079,0.00019328727710063448,0.5438632369041443,7.270975490567213e-08 +4,Victoria,0.46946388483047485,0.2857169373512564,0.44366422295570374,0.6672516060492069 +4,Laurent,0.4904041588306427,0.09040309746137612,0.526269257068634,0.0005237260678788038 +4,Riley Biers,0.49015605449676514,0.05270976324361161,0.5125524401664734,0.00016484236058231447 +4,Bree Tanner,0.48958608508110046,0.0027619723448355513,0.5328367352485657,4.932456015088068e-07 +4,Mexican coven,0.4761538505554199,0.617374634753648,0.5001615285873413,0.27962887487339805 +4,Zafrina,0.4987817406654358,0.20252330825793444,0.5411728620529175,0.0028857634549945294 +4,Senna,0.5137305855751038,0.7764955341732236,0.4481615424156189,0.0017553523032034879 +4,Kachiri,0.511444628238678,1.4315984983905041,0.4789679944515228,0.10024542529216038 +4,Peter,0.4881868064403534,0.005513947376631325,0.5223390460014343,3.571632622594117e-07 +4,Charlotte,0.475521981716156,0.2087086186847072,0.5121451616287231,0.003702660980483653 +4,Mary,0.4860509932041168,0.7267298526381508,0.4364092946052551,0.007932224446656456 +4,Randall,0.5105313062667847,0.7926058356692781,0.5362573862075806,0.6021940269499707 +4,Eleazar,0.5092800259590149,0.07703313822663524,0.5318141579627991,0.004268626934124416 +4,Carmen,0.4952872097492218,0.0745045757995176,0.4914722442626953,0.0001590148750256677 +4,Tanya,0.49481457471847534,0.027975104298779273,0.5204833745956421,8.002467585252991e-06 +4,Kate,0.5082175731658936,0.009290900796765493,0.5042892098426819,3.1359330333416675e-06 +4,Garrett,0.4824860095977783,0.1012772571840393,0.5020184516906738,0.017061872821195364 +4,Sasha,0.5193257927894592,1.3981505767285414,0.49528419971466064,0.039143050060378305 +4,Vasilii,0.4976499378681183,1.2087148512733323,0.524995744228363,0.7252319602120292 +4,Irina,0.470138281583786,0.0024579253265756343,0.5045228004455566,1.5320277844471137e-05 +4,Tia,0.4881680905818939,0.12122289337258306,0.5040939450263977,6.961811002554015e-05 +4,Amun,0.507752001285553,0.053266414358660426,0.4271788001060486,2.712021848055028e-15 +4,Benjamin,0.5235551595687866,0.2703467370796133,0.5271337032318115,1.699205690109834e-05 +4,Kebi,0.5147552490234375,0.37210882399345485,0.4482637941837311,6.781821117860223e-06 +4,Nahuel,0.48061612248420715,0.003023775940088949,0.4974486529827118,4.074022142901286e-06 +4,Huilen,0.4822165071964264,0.09705484856845034,0.49867066740989685,0.009951900370045405 +4,Sam Uley,0.4465399384498596,0.15808711108635265,0.46522754430770874,0.715707424161233 +4,Quil Ateara V,0.5131765604019165,0.5332838435645686,0.5482388138771057,0.004660270887473742 +4,Embry Call,0.47361963987350464,0.6357518729027831,0.5026254653930664,0.0012737631569219316 +4,Paul Lahote,0.4901941120624542,0.005323837735816981,0.5420800447463989,0.00032426603144372927 +4,Jared Cameron,0.48764532804489136,0.20275525682606105,0.5355255603790283,0.005256175872848222 +4,Leah Clearwater,0.5022733211517334,0.004117591469258947,0.5302123427391052,4.384355372214623e-07 +4,Seth Clearwater,0.49286770820617676,0.00034100763530345405,0.5481706857681274,1.3472232653530088e-08 +4,Collin Littlesea,0.4267337918281555,0.19592904911513845,0.42828840017318726,0.2757751569891288 +4,Brady Fuller,0.414991170167923,0.2777492253670694,0.3972945213317871,0.22229731547470863 +4,Ephraim Black,0.4526848793029785,0.5033109066451074,0.5182806849479675,0.0905480977732796 +4,Charlie Swan,0.42138567566871643,0.4498903362913304,0.4323393404483795,1.666027704785033 +4,Harry Clearwater,0.5209450721740723,2.484474152342066,0.5603581666946411,0.29540960213373585 +4,Billy Black,0.5037399530410767,0.001175325480440144,0.5305846333503723,3.265647245663343e-08 +4,Tyler Crowley,0.5106507539749146,0.3095111610422963,0.5545148253440857,0.062295437912479344 +4,Lauren Mallory,0.4392404556274414,0.4852898117353846,0.550056517124176,0.09533848961212787 +4,Mike Newton,0.5011588335037231,0.141374825432708,0.5439550280570984,0.0013103557818105703 +4,Jessica Stanley,0.45442330837249756,0.06622942713126397,0.5578256249427795,9.421336264408825e-05 +4,Angela Weber,0.5035080909729004,0.021168630805939507,0.5863727331161499,0.00019963637726144005 +4,Eric Yorkie,0.500085711479187,0.7050694621904712,0.5122127532958984,0.041648509826170396 +4,Emily Young,0.4844948351383209,0.024171520341315887,0.5346267819404602,0.007170460737384733 +4,Sue Clearwater,0.5133580565452576,0.4495958995794494,0.5527017712593079,0.007788496248674787 +4,Quil Ateara III,0.5086703896522522,1.3297878312640377,0.5293914675712585,0.6705967737576495 +4,Rachel Black,0.45956912636756897,0.2576749869769676,0.5207951068878174,0.01904188307577297 +4,Rebecca Black,0.4915410280227661,0.918700707863489,0.4832848310470581,0.2138217510688916 +4,J. Jenks,0.5021610856056213,1.1749364426276203,0.5415865182876587,0.0636886270483935 +5,Zaphod Beeblebrox,0.5275055766105652,2.5190144602293043,0.5366738438606262,1.3347223191943813 +5,Arthur Dent,0.5104024410247803,0.8366529425578266,0.5278688669204712,0.082972603286987 +5,Marvin,0.5021483302116394,0.177914968284265,0.5272244215011597,0.08662219902750602 +5,Trillian,0.5225361585617065,0.996532849187981,0.5575310587882996,0.0165348861052277 +5,Ford Prefect,0.5028705596923828,0.04878598763319378,0.5226372480392456,8.812170712380995e-05 +5,Fenchurch,0.49882397055625916,1.7435050866733504,0.5471852421760559,2.912782449467957 +5,Deep Thought,0.5161760449409485,3.2984400268379335,0.549379825592041,4.211763750328522 +5,Eddie the Computer,0.5143842101097107,0.7717861588622849,0.5626307725906372,0.6785563358824518 +5,Agrajag,0.44475430250167847,0.5815409131055337,0.5186874866485596,0.4742841304472363 +5,Alice Beeblebrox,0.49574699997901917,0.4318234513995117,0.5307592153549194,1.3733599282782643 +5,Allitnils,0.4362064599990845,0.3346937327370324,0.4490273594856262,1.3148000331605807 +5,Almighty Bob,0.4905094504356384,0.5909423247352042,0.5002472996711731,1.8500763634272333 +5,Barman,0.4852215051651001,0.892994337150235,0.53641277551651,1.711163363707738 +5,Caveman,0.44932815432548523,0.8532140394068194,0.48430880904197693,1.553444973821121 +5,Colin the Security Robot,0.49993428587913513,0.976077601788665,0.5409278273582458,1.6172071174414118 +5,Constant Mown,0.4446617364883423,0.3350513854588815,0.5357279777526855,1.584814100444835 +5,Dan Streetmentioner,0.498556911945343,2.340850178909282,0.5353698134422302,2.7769580586537597 +5,Ameglian Major Cow,0.4171024262905121,2.9120419274441147,0.5268067121505737,0.45047551339436726 +5,Eccentrica Gallumbits,0.48063889145851135,0.7287256191933535,0.5445906519889832,3.1585595168792167 +5,Effrafax of Wug,0.36155328154563904,0.5747696922517948,0.5487123727798462,1.4568019978263285 +5,Elvis Presley,0.41191357374191284,0.3797633349632493,0.4842294752597809,0.9820755274381016 +5,Emperor of the Galaxy,0.3234719932079315,0.31469537043386514,0.491729736328125,3.674797705066148 +5,Enid Kapelsen,0.32918861508369446,0.4689406271306049,0.5459449291229248,1.4302111081764555 +5,Frankie and Benjy,0.49847081303596497,2.5810864289806434,0.529952347278595,0.4140006520024565 +5,Gag Halfrunt,0.49259117245674133,0.4585229949614054,0.5219084620475769,2.089596555298776 +5,Gail Andrews,0.39950090646743774,0.2916095789617625,0.5061356425285339,2.9196618626207154 +5,Pizpot Gargravarr,0.3139541745185852,0.36225277548392054,0.5040284395217896,1.7450559279627826 +5,Garkbit,0.4613436758518219,0.31911230910253396,0.570511519908905,1.989116101173145 +5,Genghis Khan,0.42454302310943604,0.5671710824059766,0.47117817401885986,0.9350327254876517 +5,God,0.4983585476875305,2.8091519963663796,0.5157172679901123,3.0529506712113665 +5,Golgafrinchans,0.4871600866317749,0.8266789267927431,0.5505149364471436,0.5544471130203781 +5,Agda,0.5112017393112183,0.009029096827134648,0.5287888646125793,2.0108659815402974 +5,Mella,0.481859028339386,0.35364857791186266,0.5125448703765869,3.864342768834259 +5,Captain,0.42733311653137207,0.5894758492741129,0.514319658279419,1.5084252457658365 +5,Great Circling Poets of Arium,0.506938099861145,3.108880398631926,0.5965229272842407,3.48934247178035 +5,Number One,0.4428691864013672,0.37735007984326807,0.5162665843963623,1.3980420177545387 +5,Number Two,0.4727605879306793,0.5012591080546629,0.5356969833374023,1.3391366496133605 +5,Googleplex Starthinker,0.49622243642807007,0.7685041051682417,0.5458606481552124,1.4505408685686187 +5,Great Green Arkleseizure,0.4108148217201233,0.37656494065703944,0.5255516171455383,3.2461254405061775 +5,Great Hyperlobic Omnicognate Neutron Wrangler,0.35632264614105225,0.2968392444170915,0.538632333278656,2.1133419090118393 +5,Grunthos the Flatulent,0.43799063563346863,0.5884191202262163,0.5056959390640259,2.533949332902004 +5,Guide Mark II,0.46577438712120056,2.6638920729684443,0.546289324760437,1.8161691216455371 +5,Hactar,0.3989352285861969,0.7576601357314339,0.5416232943534851,0.7711947173289098 +5,Haggunenons,0.4784274697303772,0.061146314832198866,0.5442502498626709,0.7159532413067194 +5,Heimdall,0.42214062809944153,0.5328247346765147,0.5135451555252075,1.5380454113971236 +5,Hig Hurtenflurst,0.4581269919872284,1.1332647343625395,0.5268608331680298,1.5980802997919823 +5,Hillman Hunter,0.5095416307449341,1.5175507068390162,0.5432708859443665,1.765636244338519 +5,Hotblack Desiato,0.4843844473361969,0.5442587992941074,0.5540450811386108,3.018975403984865 +5,Humma Kavula,0.4809923768043518,1.4779388286769861,0.5316513776779175,5.388965569722715 +5,Hurling Frootmig,0.3751438558101654,0.6959301679234284,0.5332341194152832,4.491338073974113 +5,Judiciary Pag,0.4077497720718384,0.38792008278098716,0.5317800045013428,3.631708981719817 +5,Know-Nothing-Bozo,0.3952953815460205,0.27833154003260013,0.5313194990158081,1.1784301044494518 +5,Prostetnic Vogon Kwaltz,0.4778609573841095,2.822516176868135,0.5188731551170349,6.296859603897407 +5,Lady Cynthia Fitzmelton,0.47013455629348755,0.47453467681040995,0.5366035103797913,0.945121595575924 +5,Lajestic Vantrashell of Lob,0.49462902545928955,0.788683257973526,0.5325215458869934,1.4285529850515457 +5,Lallafa,0.38552477955818176,0.3642502465315573,0.5176847577095032,0.9539209876634651 +5,Lig Lury Jr,0.5063257217407227,4.814829618872357,0.5402927994728088,1.1890879353641042 +5,Lintilla,0.48551246523857117,1.233854575936455,0.5066788196563721,0.1356336097707527 +5,Loonquawl,0.4905512034893036,1.0880415049049648,0.5231997966766357,0.912282620068297 +5,Phouchg,0.45619919896125793,0.5018064406777262,0.5188992023468018,1.040299760549525 +5,The Lord,0.3071805536746979,0.539492840010531,0.5095160007476807,3.5966796013484585 +5,Lunkwill and Fook,0.47032201290130615,0.7222041232070177,0.50676429271698,1.3777189736983275 +5,Majikthise,0.5712370276451111,10.386016033098292,0.5231562852859497,2.245254897374209 +5,Vroomfondel,0.49203070998191833,6.379823034810391,0.5519132018089294,5.594354917271374 +5,Max Quordlepleen,0.4683612883090973,0.6472498624723172,0.49733641743659973,3.2147789399329074 +5,Murray Bost Henson,0.5009537935256958,0.8650247165365152,0.5307431817054749,2.1319046443278546 +5,Old Man on the Pole,0.4790807068347931,1.1817041078963724,0.5179263353347778,5.0785527838217 +5,Old Thrashbarg,0.47178563475608826,0.734133117188203,0.5298166275024414,2.8792323369555364 +5,Old Woman in the Cave,0.48352083563804626,0.8531443032854303,0.5800648927688599,10.905864690592555 +5,Oolon Colluphid,0.5109764337539673,3.494924471198232,0.523297131061554,2.332563684862649 +5,Paul Neil Milne Johnstone,0.3960185945034027,0.5478944495090049,0.5309251546859741,3.0383673200038266 +5,Poodoo,0.322559654712677,0.43452957437335993,0.48707062005996704,1.1780212850157155 +5,Prak,0.3869447112083435,1.1668621031031616,0.5115901231765747,0.5061764822984539 +5,Mr Prosser,0.5088934302330017,4.318724304727283,0.5321364998817444,6.693953706336869 +5,Prostetnic Vogon Jeltz,0.49882662296295166,0.8692090518030713,0.5272074341773987,5.493615467566085 +5,Questular Rontok,0.4900446832180023,1.1360314227027488,0.4767529368400574,4.434786665064095 +5,Random Dent,0.4872552454471588,0.730590806312388,0.5017336010932922,0.5736767084024997 +5,Reg Nullify,0.47189655900001526,0.732566560752424,0.5031888484954834,0.9387981627860931 +5,Rob McKenna,0.48938116431236267,0.5788952977260052,0.4645346999168396,0.18472439351238784 +5,Roosta,0.4013340473175049,0.5160362064200719,0.5600486993789673,7.561060928517275 +5,Ruler of the Universe,0.5010707974433899,1.112097138724288,0.5338650941848755,3.4558857645636705 +5,Russell,0.3510933518409729,0.14252382210750555,0.4901808202266693,1.2995699622920482 diff --git a/ressources/data/normal_eval_meta.csv b/ressources/data/normal_eval_meta.csv new file mode 100644 index 0000000000000000000000000000000000000000..b39e9749a5e2ac32007819ce0b63d3022a12ed6a --- /dev/null +++ b/ressources/data/normal_eval_meta.csv @@ -0,0 +1,541 @@ +Book,Character,F1,h,wF1,wh +0,Gimli,0.5303179025650024,0.0018958562640058354,0.5486525297164917,0.007278140322566057 +0,Elrond,0.5225498080253601,2.1405124896213987,0.5052364468574524,2.5439314310177656 +0,Arwen,0.5495935678482056,0.09176155749094073,0.5545570254325867,0.43261731214681853 +0,Smaug,0.49510568380355835,1.369934426713461,0.5086314678192139,1.0657703146783388 +0,Frodo Baggins,0.45463496446609497,1.7198854026994104,0.4846213757991791,1.250914683541555 +0,Samwise Gamgee,0.5255295634269714,0.00021279833202228525,0.5717642307281494,0.0005201358644656519 +0,Bilbo Baggins,0.4629913568496704,0.7427334673811882,0.4710036516189575,0.7643137653901765 +0,Gandalf,0.493848979473114,0.7690076168971675,0.48975974321365356,2.593182433548461 +0,Ancalagon,0.477145254611969,0.01104810389980852,0.5791114568710327,2.0878972244703298 +0,Shadowfax,0.558815598487854,0.22685585749271228,0.5979445576667786,1.6379879568324147 +0,Aragorn II,0.514411449432373,1.2754050915206687,0.49165078997612,1.2727238428741576 +0,Balin,0.5572898387908936,6.873337123824756e-05,0.5653225183486938,0.010761507796556791 +0,Bard,0.5038110613822937,0.00444677265710345,0.5618695616722107,0.006853507291056744 +0,Beorn,0.4574282765388489,7.964547045271094e-06,0.6069895625114441,0.5130365078530041 +0,Boromir,0.567672073841095,0.026939631327486366,0.542649507522583,0.031440763873515874 +0,Celeborn,0.5386183857917786,8.960520794475933e-07,0.5627967715263367,0.002457179271147332 +0,Celebrimbor,0.5008432269096375,0.30550488193474995,0.5453246831893921,4.317380873481824 +0,Denethor II,0.5466106534004211,0.1223507951938338,0.5836129784584045,0.3042194992237594 +0,Éomer,0.5421885848045349,0.01706438066626261,0.5727627873420715,0.07651650067203127 +0,Éowyn,0.5354081392288208,0.04466707846071376,0.5591710209846497,0.08089813447606473 +0,Faramir,0.49136117100715637,0.8622361224149409,0.4823136627674103,1.0867150159587093 +0,Galadriel,0.4945986270904541,1.1028929795254774,0.498959481716156,2.6947653102196303 +0,Gollum,0.5312132835388184,0.0012175108716184046,0.5351508259773254,0.00026087581220733615 +0,Gríma,0.5651068687438965,0.026308131149234124,0.5924745798110962,0.06891192018784154 +0,Halbarad,0.5482879281044006,0.03772402240858696,0.5678908228874207,1.2505198519541443 +0,Isildur,0.5536698698997498,0.00014058355552045226,0.5754685997962952,0.0019145160582926945 +0,Fíli and Kíli,0.535077691078186,0.03906636833126219,0.6048795580863953,0.15158815490377478 +0,Legolas,0.4352049231529236,0.46794684410900483,0.4515453577041626,1.3105177750316803 +0,Lúthien,0.42408517003059387,1.3768888823489491e-10,0.5941258072853088,0.14628311080819084 +0,Maedhros,0.5035333037376404,2.6845660125638523e-09,0.5534624457359314,0.0007071572139962113 +0,Melian,0.47052446007728577,0.0005430458619563076,0.5702692866325378,1.151224722893621 +0,Meriadoc Brandybuck,0.561441957950592,0.0648408954241231,0.5652663707733154,0.9112354140815887 +0,Peregrin Took,0.5437358021736145,0.05427278725195254,0.5529078841209412,0.1864921831796264 +0,Radagast,0.5174330472946167,0.0001749764985500619,0.5598633289337158,0.003216700358738188 +0,Saruman,0.4741404950618744,0.8696719536245657,0.4654025435447693,1.2235656275977627 +0,Sauron,0.47842350602149963,1.6349855311995525,0.473971426486969,3.107573119386748 +0,Shelob,0.5592805743217468,0.07584053063781951,0.5853018164634705,0.34060079450478153 +0,Théoden,0.5443832278251648,0.07420759137582812,0.5772528052330017,0.18079678755351167 +0,Thingol,0.5081369876861572,4.428451715613721e-05,0.5225947499275208,0.005517349793246728 +0,Thranduil,0.4878326654434204,1.3411993964995826e-27,0.5475040078163147,0.003206411266392512 +0,Thrór,0.4825860559940338,7.743723490880978e-06,0.5413334965705872,0.24044709661082322 +0,Thorin II,0.47796374559402466,1.9999888091541057e-19,0.5533391833305359,1.7823173898844698e-06 +0,Tom Bombadil,0.5839139819145203,3.449736913810358e-05,0.574947714805603,0.0004803173822170903 +0,Treebeard,0.5894725322723389,0.037430463655111455,0.5587906837463379,0.6738879374362026 +0,Túrin,0.49322354793548584,1.9729607394382167e-10,0.4993710517883301,2.1667083816749173e-05 +0,Ungoliant,0.5248897075653076,0.006889886168928653,0.55659019947052,0.4206666712385319 +0,Morgoth,0.45803698897361755,1.168327412862539,0.49801531434059143,1.836967770407093 +0,Watcher in the Water,0.5586118102073669,0.0005535213703505581,0.5981280207633972,0.005104543353622818 +0,Gil-galad,0.49370089173316956,2.8875881748037804e-14,0.5870011448860168,0.004151112707898806 +0,Círdan,0.4970964193344116,1.1359558026426888e-15,0.5533652901649475,0.0023556687549475264 +0,Khamûl,0.5273112654685974,0.3111839518759664,0.5779586434364319,1.5488645441375017 +0,Thráin II,0.4682380259037018,6.821370762956645e-09,0.5730043649673462,0.022696313322523375 +0,Glaurung,0.49256759881973267,0.010504363729391671,0.5601674318313599,0.5209951886978874 +0,Haldir,0.5636138319969177,0.3369018557603518,0.5684061646461487,0.9064526162103486 +0,Eärendil,0.551388680934906,0.022742724622693146,0.6047641038894653,0.4545111505499469 +0,Glorfindel,0.5649725198745728,2.2217178591704628e-06,0.5694261789321899,0.003514182136364015 +0,Gothmog,0.5325398445129395,0.18188013587276972,0.543887734413147,0.9029937752524297 +0,Beregond,0.5386419296264648,2.183722265159242,0.5324291586875916,3.6924625443719 +0,Berúthiel,0.42371782660484314,2.8041899631891774e-18,0.5517565011978149,0.097690752263447 +0,Turgon,0.47251227498054504,0.0942599245494071,0.5610125064849854,0.5115538130022425 +0,Elendil,0.5107694864273071,0.00011445544869784365,0.5504311323165894,0.018159865037368727 +0,Beren,0.4936663806438446,0.0013168984976569065,0.5609504580497742,0.2964469737914797 +0,Finrod,0.4899004101753235,1.891110828027117e-08,0.5585615634918213,0.07706352324734694 +0,Fingolfin,0.47078388929367065,3.1593558430299197e-24,0.5603159070014954,0.0006270312675563591 +0,Fingon,0.48401978611946106,0.00046293403360183726,0.5613618493080139,0.2697719276485892 +0,Gilraen,0.4580308794975281,0.004944468498240691,0.5713173747062683,3.87055853005025 +0,Morwen,0.5053345561027527,0.00025010015622384794,0.5570681691169739,1.0455979320774023 +0,Idril,0.5022085309028625,0.24011716128773278,0.5832176208496094,2.986286610186788 +0,Glóin,0.5324459671974182,0.09565166899337406,0.5635282397270203,2.9661555721979833 +0,Ecthelion,0.4401785731315613,0.0001392145475183653,0.44803524017333984,0.49961228195695695 +0,Forlong,0.5688490271568298,0.5602252154217972,0.5871270895004272,4.106717452924327 +0,Húrin,0.46524012088775635,6.992488981995174e-06,0.5215151906013489,0.006185180459347364 +0,Huor,0.46776753664016724,0.06732621508894855,0.5642777681350708,3.353537717036954 +0,Lindir,0.4819457530975342,0.5342962044084377,0.5809340476989746,6.041185807057358 +0,Erestor,0.565351665019989,3.485846912651825,0.586430549621582,4.9764824193494395 +0,Elladan and Elrohir,0.572724461555481,0.088177189742486,0.6065909266471863,0.6361087823379934 +0,Glóredhel,0.4629199206829071,0.8536328538441629,0.49852535128593445,1.6292637426017123 +0,Eöl,0.4756379723548889,0.0004635115474672892,0.5275198221206665,0.29199451623786776 +0,Erendis,0.4563486874103546,0.07722385243961652,0.5786224007606506,1.7736845457585755 +0,Fëanor,0.4401758313179016,0.6147414238801957,0.4709019958972931,0.8933878134903198 +0,Aredhel,0.4630291759967804,0.0006045999411397055,0.5278006792068481,0.5368354153736876 +0,Caranthir,0.5198797583580017,0.14574014133635002,0.5769110918045044,1.924008518023196 +0,Curufin,0.48771682381629944,1.9260558979402237e-05,0.5782928466796875,0.636370822793572 +0,Amras,0.4840487539768219,0.07831594780818153,0.576225221157074,4.422656924847655 +0,Amrod,0.4492732584476471,0.0033548290563057627,0.5318185687065125,0.5419955258409143 +0,Amlach,0.46319329738616943,1.0475817682608122,0.5794084072113037,4.618059174231231 +0,Angrod,0.4995581805706024,0.6376961769341987,0.5718408226966858,7.675932767872278 +0,Aegnor,0.4741942882537842,0.002581700694746893,0.5661616325378418,2.077555700438521 +0,Handir,0.4704637825489044,1.4118870664589966,0.5968661308288574,13.082637572002591 +0,Hareth,0.48880234360694885,1.208471555754901,0.5098549127578735,2.0283251634894808 +0,Hador,0.47143059968948364,0.004290333985831063,0.5834735631942749,2.677397512827921 +0,Haleth,0.5201858878135681,0.2793668133256367,0.5622618198394775,4.641685740897057 +0,Baragund,0.5109097361564636,0.9868341704482895,0.5133917331695557,1.245646248915543 +0,Barahir,0.5018305778503418,0.20837525189564643,0.5540673732757568,1.8961209541827748 +0,Baran,0.4734276533126831,2.0087748000837657,0.49618831276893616,2.401055689983004 +0,Belemir,0.4510476291179657,0.18053203988050995,0.5369394421577454,3.028884621598889 +0,Celegorm,0.4814887046813965,0.018810964614706677,0.5747490525245667,2.4956213743481626 +0,Carcharoth,0.5387466549873352,0.2734467447511363,0.5697872042655945,2.109973094597627 +0,Gelmir,0.46213892102241516,0.22106298007615877,0.5793829560279846,4.179069700546927 +0,Galdor,0.5158555507659912,1.2485904053333363,0.5514740943908691,2.435062548697424 +0,Gwindor,0.4787231385707855,0.0009883692054017572,0.5721768736839294,2.4641428150898292 +0,Eilinel,0.4771568775177002,0.964949530269156,0.48966920375823975,1.2176584163368669 +0,Finduilas,0.45200368762016296,0.0022644301662218405,0.5315022468566895,0.8535603185410245 +0,Rían,0.451631635427475,0.1739800001262709,0.5608115196228027,2.382336701816836 +0,Nienor,0.4857916533946991,0.060125919803259285,0.5431424379348755,1.1567590469088522 +0,Mablung,0.4288769066333771,8.810829254277746e-06,0.5587544441223145,0.2949886572847551 +1,Nymphadora Tonks,0.4425010085105896,0.4811867125932654,0.4619460105895996,0.6509497252838561 +1,Dolores Umbridge,0.42945197224617004,1.5444118006253529,0.4487933814525604,4.498057380957531 +1,Fleur Delacour,0.45403963327407837,0.44788354843643563,0.4549606740474701,0.8759612594302569 +1,Sirius Black,0.4285387396812439,0.4475858904917092,0.4315895736217499,0.5084066666657757 +1,Remus Lupin,0.4528217017650604,0.5047202210524844,0.4453299343585968,4.25963952666337 +1,Minerva McGonagall,0.37532657384872437,0.3901990986916779,0.44724151492118835,0.833021457282659 +1,Neville Longbottom,0.44247835874557495,3.249958889477173,0.4544924199581146,3.233556544168879 +1,Helga Hufflepuff,0.5581740736961365,0.7075363770838006,0.5667545199394226,0.6325972114081228 +1,Albus Dumbledore,0.4365445673465729,1.646849726307027,0.46606212854385376,3.3627657322972975 +1,Cedric Diggory,0.4603066146373749,1.953592998779285,0.47734349966049194,1.8800989140419708 +1,Cho Chang,0.4494101405143738,1.524332607130559,0.45505595207214355,1.7492911733909369 +1,Rufus Scrimgeour,0.5175845623016357,4.594655846928269e-05,0.569431483745575,0.00011339995568707924 +1,Arabella Figg,0.5579614639282227,0.011121597022581963,0.5527403950691223,0.019994300211661695 +1,Sybill Trelawney,0.47237637639045715,3.123903345780508,0.4761386513710022,2.961366799932051 +1,Rita Skeeter,0.4344606101512909,0.5426442446824509,0.4388675093650818,1.2415302305645854 +1,Padma Patil,0.5182434916496277,0.0007101262299604671,0.5555219054222107,0.004473801713360513 +1,Myrtle Warren,0.4512809216976166,4.066192632689464,0.4595744013786316,4.842941977938914 +1,Peter Pettigrew,0.4263714849948883,1.7698315018924273,0.42987990379333496,2.9141204185400382 +1,Bellatrix Lestrange,0.4379557967185974,0.9308910645023083,0.45057129859924316,0.7353979797059612 +1,Alastor Moody,0.45778852701187134,0.7827104312739529,0.4531765580177307,2.274414280204072 +1,Gilderoy Lockhart,0.43641695380210876,2.777551319897083,0.4366215765476227,3.1657195994917373 +1,Newton Scamander,0.464682012796402,0.4607415647030731,0.45841389894485474,0.9050845747461256 +1,Garrick Ollivander,0.532930850982666,0.00010177577866362249,0.566840410232544,5.247644224131636e-05 +1,Pomona Sprout,0.4468885362148285,3.3633300002109787,0.4492199420928955,4.737450432005136 +1,Cornelius Fudge,0.46478158235549927,0.940017520552656,0.4509239196777344,0.9367586104780342 +1,Filius Flitwick,0.4493355453014374,3.36218792065598,0.4472354054450989,3.477780886766946 +1,Dobby,0.45319893956184387,0.9744792504328931,0.45798707008361816,1.3303329283501248 +1,Igor Karkaroff,0.40930604934692383,0.5704136732410355,0.42897629737854004,1.6171682675288797 +1,Viktor Krum,0.49080294370651245,0.8105020259222853,0.47479119896888733,1.3773008658498516 +1,William Weasley,0.44394412636756897,0.7589835810847033,0.453458696603775,1.1929303400411908 +1,Parvati Patil,0.5387401580810547,8.606392441026713e-05,0.5289773941040039,1.990425812657324e-07 +1,Dean Thomas,0.46051159501075745,1.521156044271354,0.44844067096710205,1.828053777490866 +1,Katie Bell,0.5273134112358093,2.134555659548249e-05,0.5541184544563293,6.941469957752831e-05 +1,Vincent Crabbe,0.5198566317558289,0.0006169246388136355,0.5248391628265381,0.0007503214476635897 +1,Seamus Finnigan,0.45278045535087585,1.5254552835269635,0.4320342540740967,1.6758501032135402 +1,Cormac McLaggen,0.5400038957595825,0.008215100433180482,0.530128002166748,0.00022086646044714914 +1,Tom Riddle,0.4586656987667084,3.764603371707189,0.46474525332450867,4.146790110438455 +1,Rubeus Hagrid,0.4429548978805542,0.757989256856053,0.4778842329978943,4.257511023281331 +1,Nagini,0.41359958052635193,0.5475663139218998,0.410442590713501,0.6242335554914112 +1,Ronald Weasley,0.44660866260528564,0.5717791795437712,0.4628472924232483,0.8329823782588229 +1,Severus Snape,0.43073543906211853,1.4891996565686652,0.4365817606449127,2.645417860134607 +1,Bartemius Crouch Senior,0.46095919609069824,2.7993025941645246,0.4624888002872467,4.843919675574981 +1,Gabrielle Delacour,0.5198922157287598,9.240374791603473e-05,0.522936224937439,0.5014047977107204 +1,Gellert Grindelwald,0.4071548879146576,0.711321998168285,0.4479026198387146,0.8825099327605731 +1,Phineas Nigellus Black,0.42723262310028076,2.7866178748037788e-06,0.4604507386684418,0.00018032316359153637 +1,Ludovic Bagman,0.5430501699447632,0.001734150790713027,0.5344049334526062,0.004227243623881541 +1,Quirinus Quirrell,0.4647876024246216,6.197999937825962,0.4513610303401947,4.256786855713364 +1,Hermione Granger,0.45246046781539917,0.704830134611921,0.44010305404663086,1.4039408463334415 +1,Salazar Slytherin,0.5373809933662415,0.03488702033927176,0.5692950487136841,0.019697282842836516 +1,Aberforth Dumbledore,0.4465094804763794,0.8878197052937502,0.47251880168914795,1.7522845718208322 +1,Horace Slughorn,0.46476292610168457,3.7932150707817085,0.4678252041339874,4.518161437856791 +1,Walden Macnair,0.5117467045783997,1.2047489451247158e-05,0.5371495485305786,0.007327422354681301 +1,Ariana Dumbledore,0.5188639760017395,8.0965247623839e-10,0.5321075916290283,0.00019561825594728447 +1,Irma Pince,0.5216736793518066,4.029566537738145e-16,0.5734816789627075,4.72127559997257e-05 +1,Nicolas Flamel,0.5795202255249023,1.868579567554499e-06,0.5633584260940552,0.02848685774920913 +1,Amos Diggory,0.5196719765663147,0.00035460509840973075,0.5461400747299194,0.001872444270886754 +1,Armando Dippet,0.551811695098877,2.1802730091762353e-06,0.5678954720497131,0.001735623483430903 +1,Lucius Malfoy,0.4325801134109497,0.6023787388627473,0.4152710437774658,0.5443745786128857 +1,Hedwig,0.5569161176681519,0.006520389328859798,0.5601760745048523,0.04978959720192771 +1,Alice Longbottom,0.5214443802833557,2.3711789744590406e-11,0.5788318514823914,0.27642309862441233 +1,Pansy Parkinson,0.5118330717086792,1.7750677772365438e-05,0.5277064442634583,2.0328018267129606e-05 +1,Kingsley Shacklebolt,0.5434129238128662,1.3996009562103873e-05,0.5604909658432007,0.00015719097894292212 +1,Aurora Sinistra,0.5493923425674438,4.575075219822373e-06,0.5767828822135925,0.0038494379796005693 +1,Septima Vector,0.43766435980796814,1.8845288587265717e-08,0.5453755855560303,0.03724184578896214 +1,Nicholas de Mimsy-Porpington,0.44390130043029785,5.066341605216925,0.44866496324539185,3.394059705016283 +1,Draco Malfoy,0.44385403394699097,0.45574509118632806,0.45091286301612854,1.890818492286858 +1,Luna Lovegood,0.46110299229621887,1.6356681988599642,0.47391244769096375,1.9060559187027577 +1,Ginevra Weasley,0.4370097517967224,0.26195475010326386,0.44011276960372925,0.4853234646966717 +1,Poppy Pomfrey,0.5473053455352783,5.7536034507271794e-12,0.5645301938056946,3.1497502321319218e-06 +1,Peeves,0.44132596254348755,2.0093993245955892,0.4392738342285156,2.2806503103401905 +1,Oliver Wood,0.5217692255973816,2.299237431116857e-08,0.5709604620933533,2.8742628421028316e-05 +1,Godric Gryffindor,0.5335870385169983,0.07218693586896838,0.6060956716537476,0.41742541115881143 +1,Crookshanks,0.5731525421142578,0.008041975463329309,0.5619288086891174,0.023092071923452865 +1,Rosmerta,0.5611692667007446,0.004808990933461774,0.5528600811958313,0.00520787205974206 +1,Angelina Johnson,0.44134780764579773,0.48176915655976954,0.46099355816841125,1.61538573750937 +1,Winky,0.5464995503425598,4.597214267087058e-05,0.5603477358818054,0.0001176181450069733 +1,Rose Granger-Weasley,0.4612981677055359,1.6717813257322007e-11,0.49385079741477966,0.002333520795934221 +1,Hugo Granger-Weasley,0.5482012033462524,0.03363222661957224,0.48715612292289734,0.09785017943562745 +1,Petunia Dursley,0.42131248116493225,0.7796112827905537,0.43235060572624207,0.8727334192666802 +1,Broderick Bode,0.5348936319351196,0.0005206032918184488,0.5531675219535828,0.38682106521043347 +1,Augustus Rookwood,0.5375701785087585,0.1818283262725174,0.5363628268241882,0.2594773430935967 +1,Piers Polkiss,0.4831104576587677,0.5206655673674491,0.4402565062046051,0.06160381724160381 +1,Fawkes,0.5352731943130493,0.004980275060277477,0.5684974193572998,0.04184621414237621 +1,Bartemius Crouch Junior,0.4790416359901428,3.9225961309581856,0.48085489869117737,3.138785448592562 +1,Molly Weasley,0.4258531928062439,1.006931637473603,0.44171324372291565,1.5205089674980166 +1,Pius Thicknesse,0.5047450661659241,0.0003785633524771387,0.5550447702407837,0.0025702108153827508 +1,1,0.45031216740608215,0.5536328923594419,0.4723129868507385,0.9263211683672427 +1,Aragog,0.5313587188720703,7.815331152240772e-06,0.5461622476577759,0.07215125730281978 +1,Mosag,0.5209478139877319,0.8554017628732911,0.43287116289138794,0.30213059508233125 +1,James Potter II,0.4469856917858124,0.3051987092976389,0.45458748936653137,0.10387878389073239 +1,Arthur Weasley,0.42488688230514526,0.4389978643295181,0.4442940950393677,2.36208392954761 +1,Buckbeak,0.5568949580192566,0.0696037045558207,0.5765940546989441,0.1567409913475783 +1,Ernest Prang,0.548900842666626,2.0732609423809656,0.5068053603172302,0.5240040239717413 +1,Amycus Carrow,0.5384577512741089,0.008523144300981564,0.5470284223556519,0.0038905295842837848 +1,Hepzibah Smith,0.5609691739082336,0.0009797427720681254,0.5640297532081604,0.015184323939183082 +1,Amelia Bones,0.5153607726097107,2.3357874013152878e-05,0.5390540361404419,0.040136349683452345 +1,Anthony Goldstein,0.4705437421798706,7.131851725246233e-06,0.5429233312606812,0.6083868480040763 +1,Corban Yaxley,0.5089466571807861,6.34883607311603e-13,0.5473292469978333,0.00015252815004084406 +1,Dilys Derwent,0.45186612010002136,0.07435721796537552,0.5533308982849121,2.874254418566477 +1,Hokey,0.5817021727561951,0.07076265448179796,0.5338616371154785,0.16100695057801653 +1,Penelope Clearwater,0.5376611948013306,0.015703203144467864,0.5196546316146851,0.30624024675731476 +1,Selwyn,0.42949238419532776,0.004148160962221695,0.430673748254776,0.005607489792257706 +1,Terry Boot,0.5016686916351318,1.3608514695211e-07,0.5328243970870972,0.004405688318323371 +1,Zacharias Smith,0.5279580354690552,0.03420986984971019,0.538486659526825,0.03987487051034301 +1,Stanley Shunpike,0.5450069904327393,0.0069697550755501315,0.5373027920722961,0.0051688833761868724 +1,Ernest Macmillan,0.5565010905265808,0.00035789251302877155,0.43433448672294617,1.1702825280145455e-19 +1,Eloise Midgen,0.513272762298584,0.11258254027765241,0.5407871603965759,0.7941201720850346 +1,Griphook,0.5510381460189819,0.14518296678263054,0.54579097032547,0.1008488629812858 +1,Alicia Spinnet,0.5427551865577698,0.0001363405761430288,0.5892655849456787,0.0011085423982836683 +1,Ignotus Peverell,0.5293282270431519,0.0024470436681450123,0.5542071461677551,0.049894835566507825 +1,Lee Jordan,0.43696144223213196,0.8313975125985401,0.4533984065055847,1.7652504446066097 +1,Reginald Cattermole,0.5222092270851135,0.8745552978924823,0.5025945901870728,0.14685186584471002 +1,Wilhelmina Grubbly-Plank,0.5482054948806763,0.046089023591390284,0.5839771032333374,0.37566003612806453 +1,Rowena Ravenclaw,0.5359760522842407,0.06865955289653697,0.573421061038971,0.4260412068984685 +1,Herbert Beery,0.43231260776519775,0.021471357550109614,0.4358270466327667,0.07358243796213755 +1,Justin Finch-Fletchley,0.5083823204040527,5.515536337718215e-07,0.5567641854286194,0.0004953535160609951 +1,Elphias Doge,0.5131416916847229,0.0011731634868792163,0.5358070731163025,0.00019686852138109848 +1,Hannah Abbott,0.4692113697528839,1.7761814432280333e-20,0.49926626682281494,5.949654625532152e-06 +1,Marcus Flint,0.4707847833633423,9.189966458818742e-05,0.554602324962616,0.3285182087549822 +1,Millicent Bulstrode,0.4880232810974121,0.00038728854416620603,0.5334551334381104,0.0697731638859217 +1,Marietta Edgecombe,0.5397696495056152,1.3486482752683525e-06,0.5401628613471985,2.143600595977801e-05 +1,Evan Rosier,0.4763492941856384,0.08524887915393586,0.5510381460189819,4.197853513057502 +1,Fat Friar,0.5001595616340637,0.004926166062170269,0.5600280165672302,0.012869258972551438 +1,Rolanda Hooch,0.48695138096809387,6.53191056925866e-21,0.5390515923500061,8.221566846057004e-08 +1,Antioch Peverell,0.5457143187522888,0.3247452655676739,0.5060713887214661,0.08578294498642179 +1,Astoria Malfoy,0.505161702632904,0.0008781553040230637,0.5340600609779358,0.3197984887298726 +1,Cadmus Peverell,0.5331827998161316,0.1617363232068362,0.5127511620521545,0.24283007612691213 +1,Merope Riddle,0.5360749959945679,3.931058007897491e-07,0.5302800536155701,1.035925837468078e-05 +1,Dexter Fortescue,0.5083675384521484,0.02672858527497318,0.49927106499671936,0.19074108690719113 +1,Susan Bones,0.5229329466819763,0.0002700267654533279,0.5438013672828674,2.3579569809623674e-06 +1,Silvanus Kettleburn,0.45456430315971375,6.237655734272488e-08,0.5587272047996521,0.017171066029079543 +1,Antonin Dolohov,0.5568044781684875,0.00017311428809943535,0.5817202925682068,0.03348079697290573 +1,Frank Longbottom,0.5779850482940674,0.00040616553274287553,0.5645447969436646,0.3153786102234897 +1,Michael Corner,0.46743306517601013,1.4306645318480637e-06,0.5304694771766663,0.001905437274061067 +1,Vernon Dursley,0.4193305969238281,0.6117686237027634,0.4480687379837036,2.5333829039030915 +1,Marlene McKinnon,0.5041496157646179,0.8111850455575621,0.45006251335144043,0.12483473886513989 +1,Dorcas Meadowes,0.46392571926116943,0.1643726245459285,0.5783253908157349,2.474595182981317 +1,Emeric the Evil,0.5178278684616089,1.2622184001968104,0.5628010630607605,4.550841299645501 +1,Dennis Creevey,0.49776142835617065,5.717898920479274e-05,0.5503764748573303,0.11136043735329025 +1,Mykew Gregorovitch,0.5690000653266907,0.11857131016550881,0.5642809271812439,0.1498485329867405 +1,George Weasley,0.44311073422431946,0.5884252857003849,0.4324892461299896,0.7008562267288053 +1,Fred Weasley,0.43166789412498474,0.47100963562066334,0.44750624895095825,0.7332427461184158 +1,Gregory Goyle,0.5400614738464355,5.886176560879137e-06,0.5341871976852417,0.0024968706670244105 +1,Galatea Merrythought,0.4920767545700073,0.0032699201976819185,0.5274026393890381,0.9164211439946987 +1,Victoire Weasley,0.4587174355983734,0.023478896559807866,0.49942678213119507,0.8306536323484959 +1,Fat Lady,0.4970676898956299,0.0006078717408122774,0.5686796307563782,0.023751923435151718 +1,Dominique Weasley,0.542873203754425,0.1360867317508552,0.48697128891944885,0.6925961895519774 +1,Beedle the Bard,0.5292668342590332,4.020141019267585,0.5423824787139893,1.8524892553876358 +1,Ignatius Prewett,0.46911752223968506,0.6497960800492384,0.4978139400482178,2.7852354204178047 +1,Sirius Black I,0.4658055901527405,1.0827814871578363,0.46781203150749207,1.6251472078374127 +1,Regulus Black I,0.44861671328544617,1.2077823151106382,0.4680110812187195,4.497858006635839 +1,Louis Weasley,0.540837287902832,0.2192415943009566,0.48211774230003357,0.5860506227625341 +1,Abraxas Malfoy,0.5586199760437012,1.1152304716334613,0.5188573002815247,2.809235649753128 +1,Sirius Black II,0.421613872051239,1.1245359777324464,0.43757230043411255,2.385812775782805 +1,Irma Crabbe,0.47812893986701965,0.03487666868803237,0.4259966313838959,1.2116468203241268 +1,Porpentina Goldstein,0.4264792203903198,0.07032617444297437,0.47799986600875854,6.230131971321948 +1,Radolphus Lestrange,0.47446632385253906,0.7665334276008785,0.5084900259971619,1.0012827648862979 +3,Gale Hawthorne,0.4092412292957306,0.38520219820231394,0.42561009526252747,1.1059587461436282 +3,Katniss Everdeen,0.4497995972633362,1.4265105776332534,0.47483837604522705,2.195442424563712 +3,Effie Trinket,0.5815386772155762,3.0792937880716245e-06,0.5591163039207458,1.2126429404944133e-06 +3,Coriolanus Snow,0.4087497889995575,0.3796436125093209,0.4526492655277252,1.5742954966856622 +3,Mrs. Everdeen,0.49565452337265015,2.9906462789126636e-05,0.5162612199783325,0.00011422808928675895 +3,Cinna,0.40385836362838745,0.8810996757287762,0.40217864513397217,1.5850030403767033 +3,Primrose Everdeen,0.5412285327911377,1.2830647151305e-07,0.5635352730751038,1.0822123731785479e-07 +3,Peeta Mellark,0.44384264945983887,1.1291179617171474,0.4579137861728668,1.2622192568833872 +3,Haymitch Abernathy,0.43163391947746277,1.134473813765434,0.4425918161869049,1.229173845922611 +3,Alma Coin,0.48114219307899475,2.95861523989604e-20,0.5374076962471008,0.0030204198098382515 +3,Casca Highbottom,0.48641085624694824,0.00539279226809264,0.4324418902397156,2.4006125507516925e-06 +3,Livia Cardew,0.4411150813102722,0.0011644289971937268,0.44976624846458435,0.018320461370184046 +3,Palmyra Monty,0.4756408631801605,2.723208990680631,0.5241082310676575,3.4981564388107538 +3,Persephone Price,0.48968610167503357,0.022044170826383953,0.5048912763595581,0.5750454742309209 +3,Festus Creed,0.48046550154685974,0.0004364852600695281,0.5087020397186279,0.007702797102961257 +3,Vipsania Sickle,0.46680545806884766,0.00914089311208026,0.4577060341835022,0.2628891810579304 +3,Hilarius Heavensbee,0.5234611630439758,2.0099604890001523,0.5248605608940125,0.9069424409920499 +3,Domitia Whimsiwick,0.4541220963001251,7.349920196184377e-05,0.45936286449432373,0.07436539044729262 +3,Clemensia Dovecote,0.5008890628814697,1.6014022585481102e-05,0.4638417661190033,4.811672253580727e-08 +3,Felix Ravinstill,0.48538246750831604,0.2378235069555312,0.4536113142967224,0.3712447120353729 +3,Lysistrata Vickers,0.4519827663898468,7.61478911561517e-07,0.4958251416683197,0.0011258190365234862 +3,Lucretius Flickerman,0.5081245303153992,1.4047005526211074e-06,0.5309379696846008,0.37400776220902393 +3,Reaper Ash,0.47439125180244446,0.00042856144723453125,0.49196308851242065,0.007660071244621089 +3,Mizzen,0.42592114210128784,1.2010382943299564e-06,0.44694557785987854,1.8699396361217116e-07 +3,Coral,0.4286750257015228,4.980235540597977e-07,0.4535006880760193,4.3197941769261226e-08 +3,Treech,0.5075646638870239,0.117626392781118,0.4749631881713867,0.0002962613432383224 +3,Dill,0.4356289803981781,0.0002891011143852142,0.4885352551937103,0.09602760983610494 +3,Mr. Everdeen,0.523754358291626,0.08714885212106858,0.5184605121612549,0.13979226686194846 +3,Volumnia Gaul,0.49472540616989136,6.869168631180911e-07,0.48181095719337463,9.132064293881348e-05 +2,Jamis,0.5443645715713501,0.08811188744360916,0.5378723740577698,0.14729622920499957 +2,Glossu Rabban Harkonnen,0.5374839901924133,2.346730239086161,0.5518556237220764,3.595008864263438 +2,Hwi Noree,0.5402935743331909,0.9546559571623305,0.5494601726531982,0.328316116884358 +2,Kailea Vernius,0.4088099002838135,3.3352686262241886e-07,0.5558974742889404,0.6014721844717049 +2,Helena Atreides,0.5068652033805847,0.11190350163380693,0.5462532639503479,0.3454311405400564 +2,Piter de Vries,0.46393299102783203,0.7901284138439427,0.5120517611503601,1.5202778799386392 +2,Ghanima Atreides,0.49605461955070496,0.4661478620566122,0.507136881351471,0.6183888868445536 +2,Farad'n Corrino,0.5614867806434631,0.9435758372206554,0.5808011889457703,1.2893259880279828 +2,Fafnir Corrino,0.49481943249702454,1.3196266092732591,0.5108835101127625,1.3455776093671192 +2,Dominic Vernius,0.4647168517112732,0.001586983294263305,0.5251268744468689,0.2164528169324232 +2,Faykan Butler,0.4672413170337677,0.0012918776867090426,0.45807644724845886,0.03459192430146977 +2,Thufir Hawat,0.5250611901283264,0.05386468296074758,0.5541090965270996,0.03488485236259507 +2,Kwisatz Haderach,0.562592089176178,0.20928503842604138,0.5722053050994873,0.8231619434607415 +2,Duncan Idaho,0.4214058220386505,1.0528955818498733,0.44391417503356934,2.1972041209773283 +2,Paul Atreides,0.477653831243515,1.4512494341597177,0.4664964973926544,1.4550534154014099 +2,Wellington Yueh,0.5041899085044861,0.42575377315702645,0.5070567727088928,0.2773105966965404 +2,Miles Teg,0.5735767483711243,0.5392183891587967,0.5745278596878052,0.3328531911163241 +2,Vladimir Harkonnen,0.4916495680809021,0.0011839907151858548,0.4781716763973236,0.015072736941780063 +2,Darwi Odrade,0.5599603652954102,0.004385374813780918,0.5430006980895996,0.001411389953756776 +2,Wensicia Corrino,0.5699851512908936,1.352215822644708,0.5664901733398438,1.7340149761303842 +2,Irulan Corrino,0.5094133019447327,0.013496032750195345,0.5159376263618469,0.07794179160711645 +2,Gurney Halleck,0.5254309177398682,0.021007851028187967,0.5530193448066711,0.07635120457093703 +2,Shaddam Corrino IV,0.4789293706417084,0.11210779791742681,0.47419947385787964,0.12945228495210676 +2,Leto Atreides II,0.43324440717697144,1.0353937872588983,0.4626670479774475,1.236763637671174 +2,Lucilla,0.5374746918678284,2.789838649157089,0.5433661341667175,4.2178043356399195 +2,Margot Fenring,0.5632591843605042,0.0901246651570515,0.5906767249107361,1.5331309572850005 +2,Murbella,0.5306856632232666,0.11611535783474038,0.5490666627883911,0.311518693349403 +2,Octa Butler,0.4596191346645355,0.026051839291221703,0.5119488835334778,0.9994224406668474 +2,Mohandas Suk,0.4551697373390198,0.27207357729137027,0.5508387684822083,1.4002093038690777 +2,Pardot Kynes,0.5781580805778503,0.667386054851426,0.5367116928100586,0.43639916783868365 +2,Raquella Berto-Anirul,0.5147691369056702,0.05050924728578873,0.5281753540039062,0.2529816771656182 +2,Norma Cenva,0.49413955211639404,1.279041748836781,0.5010496973991394,0.8907502084443788 +2,Norma Cevna,0.49869275093078613,0.29399185573892656,0.5146554112434387,1.1904821789395426 +2,Gaius Helen Mohiam,0.526836097240448,1.1550383866306306,0.5425923466682434,1.538226544406715 +2,Vorian Atreides,0.4723348021507263,0.7620755642897297,0.4491121768951416,1.0658716977179965 +2,Tlaloc,0.42855411767959595,0.011831545159601529,0.5015847682952881,0.9321172489174155 +2,Hayt,0.5439981818199158,3.035260854687782,0.5676808953285217,1.8890437314339483 +2,Rhombur Vernius,0.48807913064956665,0.04032262338387167,0.5621006488800049,0.4523142109796731 +2,Scytale,0.4897126257419586,0.4730752657490815,0.5085275173187256,0.5772822226475126 +2,Serena Butler,0.512681782245636,0.003478693947487364,0.5410799384117126,0.0026481038198425105 +2,Victor Atreides,0.4980299174785614,0.2910350286240949,0.5519011616706848,0.6685790952560978 +2,Shando Vernius,0.48915979266166687,0.1598593751666299,0.5207884311676025,0.4678524818639373 +2,Xavier Harkonnen,0.5057855248451233,0.000162317814965326,0.5143126249313354,0.043210444377176686 +2,Zufa Cenva,0.46705758571624756,0.011210431960996917,0.5524097681045532,0.3717184737716069 +2,Schwangyu,0.542707085609436,2.5322962807125675,0.45930904150009155,1.3245332225874222 +2,Siona Atreides,0.5410712957382202,0.5836693720482895,0.5667243003845215,0.14155065450061385 +2,Tylwyth Waff,0.5741361379623413,5.170779834619342,0.45839226245880127,0.1531923656668821 +2,Anirul Corrino,0.5136567950248718,1.876669671550019,0.5680137276649475,2.9275031075382563 +2,Sheeana Brugh,0.5340063571929932,0.9987176212057695,0.5581178069114685,2.533198754228731 +2,Stilgar,0.5065039992332458,0.3521997169623891,0.532167375087738,0.5102105680812854 +2,Hasimir Fenring,0.547031044960022,3.7819609171032647,0.5571539402008057,1.9510502823437563 +2,Leto Atreides I,0.4644840657711029,0.15613359356622647,0.49512797594070435,0.44035739619037206 +2,Minotauros Atreides,0.48161420226097107,0.16044323979093533,0.5114316344261169,0.39850084889227566 +2,Paulus Atreides,0.5753435492515564,0.7760784009369951,0.5783288478851318,0.6385111652421047 +2,Abulurd Harkonnen,0.5403276085853577,2.0133328786031646,0.5230582356452942,2.1064208263373607 +2,Alma Mavis Taraza,0.5075234174728394,0.6880329098557795,0.4995601177215576,0.2924849668415627 +2,Jessica Atreides,0.4570485055446625,0.144439164385024,0.47339460253715515,0.5619218432663521 +2,Chani Kynes,0.4593413472175598,0.765399971568981,0.48829561471939087,0.8681908027060506 +2,Feyd-Rautha Harkonnen,0.46087339520454407,1.219083792235549,0.4707494080066681,0.8714558397648315 +2,Alia Atreides,0.4658108353614807,0.33354382715178293,0.46704867482185364,0.19408789445886362 +2,Liet Kynes,0.5218409895896912,1.2782253296381967,0.5362000465393066,0.7457589774633218 +2,Moneo Atreides,0.5322074890136719,0.12216043027038535,0.552431046962738,0.03764658907125225 +2,Tio Holtzman,0.45090925693511963,5.580479411464467e-05,0.5041067600250244,0.006506435897014626 +2,Tyros Reffa,0.42983078956604004,0.13278622337086818,0.49830710887908936,1.1056474255429347 +2,Harah,0.4979162812232971,0.07253534945532525,0.5090550184249878,0.005811578891020777 +2,Elrood Corrino IX,0.4714115262031555,1.3470757706131942,0.5571887493133545,3.313130230889499 +2,Jehanne Butler,0.43893149495124817,0.028819476431780285,0.4444078803062439,0.051261321341301264 +2,Ramallo,0.4325161278247833,0.06871613995148869,0.501629650592804,1.8724518413711042 +2,Lady Jessica,0.468407541513443,0.2028299003667993,0.46810829639434814,0.31718526941437075 +2,Leto I Atreides,0.504253625869751,0.009952028120910663,0.5509100556373596,0.11957200314127743 +2,Glossu Rabban,0.5381055474281311,2.142668830782992,0.5276147723197937,1.6565587691391979 +2,Piter De Vries,0.5243019461631775,1.1976779929079377,0.524216890335083,1.2231867428278729 +2,Mapes,0.5485497713088989,2.672092425420998,0.48810961842536926,0.6152978619282995 +2,Liet-Kynes,0.5388694405555725,0.7744858351693394,0.5246624946594238,0.6364821227227504 +2,Otheym,0.5519803762435913,1.9190665607807564,0.488323450088501,0.41751516667183514 +2,Korba,0.4905959963798523,1.9028732015359178,0.4283231496810913,0.07611581087956468 +2,Aramsham,0.40584757924079895,0.8238137072393069,0.4876619875431061,0.9168460982084708 +2,Iakin Nefud,0.5762370824813843,3.774862952073259,0.5554256439208984,1.3726203168044029 +2,Edric,0.46370890736579895,1.4745048017739721,0.49676525592803955,1.1583227412688253 +2,Bijaz,0.5214598178863525,0.27487984239498103,0.5157041549682617,0.2647359742327518 +2,Lichna,0.4485637843608856,1.328797911591771,0.44648897647857666,0.7906917182421546 +2,Farok,0.5331273078918457,2.0201251314036,0.5111566185951233,0.8885105448392211 +2,Tyekanik,0.5045052170753479,0.8605449177709994,0.5404890775680542,1.138484106188053 +2,Ziarenko Javid,0.5213062167167664,0.7372080900214711,0.41952967643737793,0.1327686030114251 +2,Tertius Eileen Anteac,0.5371912717819214,1.3095758687498087,0.4741029441356659,0.06576978119434776 +2,Nayla,0.5458073019981384,1.1268773215155374,0.5432273745536804,1.7074506944108572 +2,Quintinius Violet Chenoeh,0.5333386659622192,0.0006095256747923344,0.4813452661037445,2.004955329972975e-05 +2,Marcus Claire Luyseyal,0.5409387946128845,5.817468506746241,0.47500813007354736,1.6040966020982437 +2,Bellonda,0.5828205943107605,3.054110317840824,0.592597246170044,3.6912129527072532 +2,Alef Burzmali,0.5161446928977966,1.0354349672963867,0.5568660497665405,1.6205280729583174 +2,Hedley Tuek,0.48375484347343445,1.07362282470827,0.5231477618217468,1.5332853064468446 +2,Marty,0.4924050271511078,0.9328987492488379,0.5335819125175476,1.646799387111592 +2,Daniel,0.5007641315460205,1.631312666915827,0.5122811198234558,1.1045714636700712 +2,Dama,0.4857421815395355,1.715304963446476,0.4941137433052063,0.6593159783259328 +2,Logno,0.49544182419776917,0.8754907556427473,0.4983513653278351,0.6225424791607346 +4,Bella Swan,0.43482106924057007,0.4455320014066238,0.4403236210346222,1.0944117164519866 +4,Edward Cullen,0.4453941583633423,0.678335766560001,0.455565869808197,1.2448036249161023 +4,Jacob Black,0.4697536826133728,0.9226002690842543,0.4790249466896057,1.3640223465042558 +4,Carlisle Cullen,0.46029287576675415,0.7512274707328349,0.48388591408729553,0.6457266717530008 +4,Esme Cullen,0.469201922416687,0.837341342683267,0.4519073963165283,0.7246252844484066 +4,Alice Cullen,0.43883439898490906,0.27762205177539756,0.4547623097896576,0.6615864714911912 +4,Emmett Cullen,0.49038809537887573,0.6683083856310319,0.48034539818763733,1.7738577229534076 +4,Rosalie Hale,0.43875133991241455,0.4878305133247904,0.4652736186981201,1.1990501138523448 +4,Jasper Hale,0.45648518204689026,1.4435958440038834,0.45468655228614807,0.9914565227561849 +4,Renesmee Cullen,0.43302661180496216,0.6311994326354685,0.4501892328262329,0.6259689675029592 +4,Aro,0.4243939220905304,0.46061224121091704,0.43787676095962524,0.6814359492698534 +4,Caius,0.5134718418121338,0.004125867393607857,0.524796724319458,0.0036320872433338205 +4,Marcus,0.5064879059791565,0.00013564352237404047,0.5018938779830933,9.792731027764251e-06 +4,Jane,0.5082261562347412,0.0001358791583441206,0.5344328284263611,1.017502052202691e-05 +4,Alec,0.528445303440094,0.00116804313733483,0.515385627746582,2.8397931685995056e-05 +4,Demetri,0.5613125562667847,0.0012281161893588296,0.5580273866653442,0.004024489540010405 +4,Felix,0.5359938740730286,0.0005091215912758393,0.43852245807647705,1.5489576813631933e-10 +4,Heidi,0.44545361399650574,1.0930883456035096e-07,0.4894866943359375,0.01844956558105942 +4,Santiago,0.4405513107776642,0.011309682447928997,0.4655430316925049,0.021841682771676845 +4,James,0.4592633545398712,2.1330016673097883e-08,0.5340688228607178,0.0005231826868600952 +4,Victoria,0.439033567905426,0.6875448458491541,0.4483987092971802,0.7681029253884348 +4,Laurent,0.5089563727378845,0.0012824595639473507,0.5217602252960205,0.02861783674096133 +4,Riley Biers,0.5060179233551025,5.8316056860725515e-05,0.5028755068778992,0.0007274335295509815 +4,Bree Tanner,0.5183275938034058,2.5557105349398566e-06,0.5305123329162598,4.429474834340514e-05 +4,Mexican coven,0.5069307088851929,0.036235190696521355,0.46717697381973267,0.08806643208242962 +4,Zafrina,0.5180833339691162,0.056121174900539444,0.5461707711219788,0.17186884231675187 +4,Senna,0.5209641456604004,0.1763051382946032,0.4448743462562561,0.016242516603751367 +4,Kachiri,0.5447333455085754,0.9279802981879801,0.4272400140762329,0.04809800954766655 +4,Peter,0.5418391227722168,0.0016953537711623685,0.5076555609703064,1.2035564024001924e-05 +4,Charlotte,0.4985171854496002,0.02629600614364144,0.4373162090778351,7.300929998184094e-06 +4,Mary,0.5204862356185913,1.4050623647905562,0.5231702923774719,1.023507485669433 +4,Randall,0.4445645213127136,0.21137629749761944,0.46512487530708313,0.18699848209366737 +4,Eleazar,0.5085576176643372,0.023583436881051658,0.47188693284988403,2.4494355156982036e-05 +4,Carmen,0.5116759538650513,0.008318089735211892,0.4351828396320343,4.641500438336512e-07 +4,Tanya,0.49432075023651123,2.3001461533403244e-07,0.5129669904708862,1.0170264820004679e-06 +4,Kate,0.48860788345336914,0.000418882395198394,0.501785933971405,3.64939274318443e-05 +4,Garrett,0.4939342439174652,0.09748755652474841,0.47069159150123596,7.563791265191502e-06 +4,Sasha,0.4354710578918457,0.0038431673822077795,0.5104660987854004,1.085126858305472 +4,Vasilii,0.41973641514778137,0.0006704062509159768,0.42285558581352234,0.05885283015416893 +4,Irina,0.4988650679588318,0.00777066092583459,0.5048238039016724,0.0002198406798161469 +4,Tia,0.5152443051338196,8.281582664851085e-06,0.4440155327320099,2.1940759158160988e-07 +4,Amun,0.5048414468765259,0.03634249466666956,0.4782496392726898,0.00011413806783015471 +4,Benjamin,0.5442827343940735,0.00021993008951214533,0.4993562400341034,3.5617777723742515e-06 +4,Kebi,0.5474962592124939,0.013636178321943443,0.5137883424758911,0.06685787326882119 +4,Nahuel,0.5094461441040039,0.012278268845722654,0.4904480576515198,1.6070452396395075e-05 +4,Huilen,0.5564388036727905,0.4284589161086818,0.503710150718689,0.017689843612317367 +4,Sam Uley,0.46574684977531433,0.7360231784276465,0.46713006496429443,0.9117944123315557 +4,Quil Ateara V,0.5100683569908142,0.1399546709235932,0.561724066734314,0.04476182157961291 +4,Embry Call,0.5151413679122925,0.021446235885536503,0.5060939192771912,0.00930585974176835 +4,Paul Lahote,0.5231663584709167,0.0037034459416706335,0.45771995186805725,9.125731580496854e-11 +4,Jared Cameron,0.5240994691848755,0.018601466544971176,0.532151997089386,0.006780010158484718 +4,Leah Clearwater,0.5293238162994385,8.166267693146855e-05,0.518864095211029,6.573006431824589e-06 +4,Seth Clearwater,0.5219919085502625,2.6690509572979773e-05,0.5368380546569824,2.255735781664663e-08 +4,Collin Littlesea,0.40156927704811096,0.3932931368504643,0.43680256605148315,0.3934013293951621 +4,Brady Fuller,0.4072178900241852,0.4258262646188319,0.37133386731147766,0.12471716492845157 +4,Ephraim Black,0.49252963066101074,0.3658229524051135,0.5327481627464294,0.7108240690539922 +4,Charlie Swan,0.44749635457992554,0.6579660924865371,0.42621874809265137,1.7776992499067172 +4,Harry Clearwater,0.5476050972938538,0.04389439564074397,0.5528291463851929,0.9881387357176821 +4,Billy Black,0.5193422436714172,0.0001874504207676882,0.5135833621025085,2.3514188956747863e-06 +4,Tyler Crowley,0.5633716583251953,1.140472973049515,0.554145872592926,0.49037170026777693 +4,Lauren Mallory,0.452099472284317,0.08813459510465665,0.4402539134025574,0.010352699627859435 +4,Mike Newton,0.5422773957252502,0.022807163141619256,0.5342537760734558,0.011984005660149604 +4,Jessica Stanley,0.5055686235427856,0.00037801822421734265,0.5701385736465454,0.004160155633692188 +4,Angela Weber,0.5451338291168213,0.017936963699077213,0.5681806206703186,0.008009266249548834 +4,Eric Yorkie,0.5205509662628174,0.0642821243823755,0.5471195578575134,0.1757533347555896 +4,Emily Young,0.5085493326187134,7.213279249480357e-06,0.5158069729804993,0.03302552158717686 +4,Sue Clearwater,0.5386261343955994,0.2446133009175692,0.5701732635498047,0.07040580264026068 +4,Quil Ateara III,0.5075376033782959,1.6239529934461778,0.5255942344665527,1.253521363478485 +4,Rachel Black,0.4674018919467926,0.001908030312325637,0.4487326741218567,0.0005745818831719202 +4,Rebecca Black,0.40655308961868286,0.09442198445734402,0.4780859351158142,1.0728798273423112 +4,J. Jenks,0.5524166822433472,0.2216549059922535,0.43941813707351685,0.00015883031212545344 +5,Zaphod Beeblebrox,0.524462878704071,3.4262332847912296,0.5250093936920166,2.6664367028483587 +5,Arthur Dent,0.5273870825767517,0.4291602688773915,0.514234721660614,0.40709212137192696 +5,Marvin,0.4958357512950897,0.2549632048619335,0.5185239911079407,0.551938654927262 +5,Trillian,0.541327714920044,0.2824537261145331,0.5415677428245544,0.10505347154828759 +5,Ford Prefect,0.503355860710144,0.0006953983515379682,0.5187045335769653,0.00024207269074722943 +5,Fenchurch,0.4917847216129303,0.3875229487300913,0.529032826423645,3.2876831458105626 +5,Deep Thought,0.5529919266700745,11.519914392508579,0.5442690849304199,6.210687877411387 +5,Eddie the Computer,0.5399253964424133,2.188887974283159,0.5238444209098816,1.004459664113718 +5,Agrajag,0.5030543804168701,0.041577053111906945,0.5538953542709351,0.8253280676268905 +5,Alice Beeblebrox,0.484935998916626,2.711765617333668,0.541314423084259,1.1895178198195084 +5,Allitnils,0.4514158368110657,0.7028346729424548,0.4638689458370209,1.1777096018292839 +5,Almighty Bob,0.460065096616745,1.8494015249277382,0.5477994680404663,2.8131422225838065 +5,Barman,0.5393004417419434,4.006915173714827,0.5009679794311523,1.4300801901079685 +5,Caveman,0.47303149104118347,1.0964563631165871,0.4764082133769989,3.0170284945414987 +5,Colin the Security Robot,0.5130603909492493,2.195416666697422,0.5294987559318542,2.83372619940594 +5,Constant Mown,0.4848194122314453,2.6657217316758315,0.45281487703323364,1.8655346074264398 +5,Dan Streetmentioner,0.4536094069480896,0.3031424793759491,0.5627984404563904,3.105531301877437 +5,Ameglian Major Cow,0.4219990670681,0.03332571162170555,0.5657427310943604,4.5520837618766254 +5,Eccentrica Gallumbits,0.5684916377067566,1.600421665398035,0.5986104011535645,5.373714248134763 +5,Effrafax of Wug,0.5077013373374939,2.7731462138051746,0.5334528088569641,2.335238629716953 +5,Elvis Presley,0.5296612977981567,1.5097927475210293,0.5141420960426331,3.4541161122097406 +5,Emperor of the Galaxy,0.5510367751121521,4.235283767584108,0.5142906308174133,5.053041068047337 +5,Enid Kapelsen,0.4745515286922455,1.8897915120627367,0.48542317748069763,1.4991200642594105 +5,Frankie and Benjy,0.5203325748443604,0.4796580016301606,0.5363255739212036,1.6535834987703122 +5,Gag Halfrunt,0.48898032307624817,0.09826209766436299,0.5009781122207642,1.4467308498254026 +5,Gail Andrews,0.45354676246643066,2.1617533355470595,0.4651680290699005,1.5026311790084164 +5,Pizpot Gargravarr,0.47502923011779785,0.8398734947705285,0.49327972531318665,1.082886502347771 +5,Garkbit,0.5128700733184814,1.946174109013354,0.5239087343215942,2.7189349347234626 +5,Genghis Khan,0.5043528079986572,1.1397913126863475,0.5355144143104553,3.3542247691558065 +5,God,0.47207966446876526,0.00047432513210303917,0.5213883519172668,2.9978883732699493 +5,Golgafrinchans,0.49987417459487915,0.0022159234741147347,0.5546774864196777,0.9447810135592937 +5,Agda,0.45730555057525635,1.421807429387134,0.5298096537590027,6.014122812135902 +5,Mella,0.45204105973243713,1.4347506010220392,0.5313006639480591,8.1670382369449 +5,Captain,0.5367289185523987,2.8051123068236277,0.5163926482200623,1.8205771236546997 +5,Great Circling Poets of Arium,0.5344204902648926,4.215717009037368,0.4994305968284607,2.7808154040086315 +5,Number One,0.4791897237300873,1.594780988308329,0.5081092715263367,1.2952635584734353 +5,Number Two,0.43616983294487,0.9727470646024056,0.4991006553173065,1.892146497758362 +5,Googleplex Starthinker,0.5453110933303833,6.22332899740104,0.48882734775543213,1.7581331973296717 +5,Great Green Arkleseizure,0.528576135635376,3.3641340015274275,0.5669288635253906,6.084616931515877 +5,Great Hyperlobic Omnicognate Neutron Wrangler,0.5309005975723267,1.657872944449094,0.5062478184700012,1.0521555069322066 +5,Grunthos the Flatulent,0.5367152690887451,2.4596168074797715,0.5372061729431152,2.8103312219034002 +5,Guide Mark II,0.531345784664154,0.9675061823276139,0.5462780594825745,4.615148925284156 +5,Hactar,0.43298080563545227,0.0638868818155731,0.5714038014411926,2.182541127424045 +5,Haggunenons,0.5025545358657837,0.4367676940461874,0.5594968795776367,1.4825687364523716 +5,Heimdall,0.5224384665489197,2.6783508235738216,0.5182178020477295,2.6073897142980638 +5,Hig Hurtenflurst,0.4822753369808197,2.544482997403323,0.5229754447937012,1.666027704785033 +5,Hillman Hunter,0.4723850190639496,0.34632852795025587,0.526846706867218,1.3370309332758832 +5,Hotblack Desiato,0.5021933913230896,3.3008269824014618,0.5471504330635071,4.551225292467061 +5,Humma Kavula,0.4854157567024231,1.8566239223449013,0.5276848077774048,5.1409588951076595 +5,Hurling Frootmig,0.4553157687187195,0.5980317027887777,0.496841698884964,2.4275447729382313 +5,Judiciary Pag,0.4658540189266205,2.2053176174830873,0.5554378628730774,1.6235163327564248 +5,Know-Nothing-Bozo,0.46053677797317505,1.4569908972698322,0.48593950271606445,1.0203099039770764 +5,Prostetnic Vogon Kwaltz,0.5228808522224426,1.413300164165216,0.5617323517799377,5.506559981534626 +5,Lady Cynthia Fitzmelton,0.49885913729667664,0.12586928404825376,0.4810832440853119,0.3714832006276615 +5,Lajestic Vantrashell of Lob,0.5244877934455872,1.6782123801521862,0.4863301217556,3.5138242186876836 +5,Lallafa,0.47532039880752563,0.7379222995063882,0.5090602040290833,1.4554464099777698 +5,Lig Lury Jr,0.44911476969718933,0.16754347284360904,0.4874661862850189,3.8898089760996233 +5,Lintilla,0.4331122636795044,0.005411669416613914,0.5091831088066101,0.25626518706538576 +5,Loonquawl,0.5614513754844666,1.0392012009479468,0.5413311123847961,1.8312584658984103 +5,Phouchg,0.5244225859642029,3.808853748013472,0.49268457293510437,1.0361474155167532 +5,The Lord,0.4792201817035675,1.354531018545949,0.5172358751296997,3.7359408086054313 +5,Lunkwill and Fook,0.44593310356140137,0.9297680416501386,0.5080600380897522,1.226444792424524 +5,Majikthise,0.5912110805511475,12.419892748137844,0.5154204964637756,1.6728761877985672 +5,Vroomfondel,0.5641388893127441,6.758901834977475,0.5593463778495789,9.166721456417331 +5,Max Quordlepleen,0.4794408977031708,2.500813108490748,0.5032950639724731,3.402245075624442 +5,Murray Bost Henson,0.5320996642112732,2.2800785875024605,0.5120303630828857,2.9196774427018526 +5,Old Man on the Pole,0.4875471293926239,4.7026631692738174,0.5063191056251526,6.556842986455579 +5,Old Thrashbarg,0.5388432741165161,4.580215516699263,0.5233867764472961,2.5792795717445203 +5,Old Woman in the Cave,0.46451830863952637,1.1709525801459921,0.5418444275856018,7.01581392016772 +5,Oolon Colluphid,0.5167138576507568,0.3045699755027859,0.5419318079948425,4.214868428260779 +5,Paul Neil Milne Johnstone,0.5655339360237122,1.9738671343872252,0.46876105666160583,2.2279106651680562 +5,Poodoo,0.452880322933197,1.4072647612067786,0.4860747456550598,1.3931414530091124 +5,Prak,0.44076988101005554,0.11800491483896147,0.514369547367096,0.4189564750491458 +5,Mr Prosser,0.5069112777709961,3.1382313033558216,0.5113053321838379,4.395576469021057 +5,Prostetnic Vogon Jeltz,0.5412886142730713,3.643808150265752,0.5502378940582275,5.653932292970884 +5,Questular Rontok,0.4964897036552429,1.9219703990808992,0.4972619116306305,4.186321044159038 +5,Random Dent,0.5012661218643188,1.1383587611249018,0.47456905245780945,0.15249740194949776 +5,Reg Nullify,0.4720154106616974,1.902039103801027,0.5031870007514954,2.4571186786862946 +5,Rob McKenna,0.48692765831947327,0.3086540700572138,0.45095646381378174,0.2733458965409725 +5,Roosta,0.5273421406745911,4.546129077375875,0.526216983795166,4.499983689897789 +5,Ruler of the Universe,0.49774467945098877,4.313830727905722,0.5375468134880066,9.833476668039365 +5,Russell,0.4884125888347626,1.8988536444481339,0.4713529944419861,3.520367733124405 diff --git a/ressources/data/scores/passages_13_scores.csv b/ressources/data/scores/passages_13_scores.csv new file mode 100644 index 0000000000000000000000000000000000000000..7cb11f2eeebb31cabae3b7e70630abafbe5efa80 --- /dev/null +++ b/ressources/data/scores/passages_13_scores.csv @@ -0,0 +1,7034 @@ +Book Name,Character Name,Score +Harry Potter,Nymphadora Tonks,72.53599835579358 +Harry Potter,Nymphadora Tonks,76.01898378838628 +Harry Potter,Nymphadora Tonks,73.0882647093404 +Harry Potter,Nymphadora Tonks,73.8912845596795 +Harry Potter,Nymphadora Tonks,72.35921836920339 +Harry Potter,Nymphadora Tonks,76.58490255007841 +Harry Potter,Nymphadora Tonks,72.43182369156739 +Harry Potter,Nymphadora Tonks,73.73381940818034 +Harry Potter,Nymphadora Tonks,73.2317050020455 +Harry Potter,Nymphadora Tonks,72.45527080094881 +Harry Potter,Nymphadora Tonks,73.12827084331961 +Harry Potter,Nymphadora Tonks,72.50346394579489 +Harry Potter,Nymphadora Tonks,73.98369802958345 +Harry Potter,Dolores Umbridge,79.93617046549858 +Harry Potter,Dolores Umbridge,77.70715018011346 +Harry Potter,Dolores Umbridge,75.57527489580936 +Harry Potter,Dolores Umbridge,78.65717509174048 +Harry Potter,Dolores Umbridge,76.14538299629456 +Harry Potter,Dolores Umbridge,75.46101242884798 +Harry Potter,Dolores Umbridge,76.24252793314395 +Harry Potter,Dolores Umbridge,75.47579971591902 +Harry Potter,Dolores Umbridge,77.9805296104409 +Harry Potter,Dolores Umbridge,76.23706605385043 +Harry Potter,Dolores Umbridge,77.56237582774962 +Harry Potter,Dolores Umbridge,78.26031711252041 +Harry Potter,Dolores Umbridge,75.89109615481145 +Harry Potter,Fleur Delacour,71.97859615924264 +Harry Potter,Fleur Delacour,77.83514299303746 +Harry Potter,Fleur Delacour,74.07975741587461 +Harry Potter,Fleur Delacour,72.94614190615114 +Harry Potter,Fleur Delacour,75.22817107225886 +Harry Potter,Fleur Delacour,72.01497708141524 +Harry Potter,Fleur Delacour,72.88462279439437 +Harry Potter,Fleur Delacour,73.75283473032079 +Harry Potter,Fleur Delacour,73.18772507234208 +Harry Potter,Fleur Delacour,73.70123745576466 +Harry Potter,Fleur Delacour,72.62633020213657 +Harry Potter,Fleur Delacour,74.46436912785109 +Harry Potter,Fleur Delacour,74.92416106255965 +Harry Potter,Sirius Black,76.3451851877333 +Harry Potter,Sirius Black,75.49500012220308 +Harry Potter,Sirius Black,78.28752709364987 +Harry Potter,Sirius Black,77.24109357828345 +Harry Potter,Sirius Black,78.10089795718332 +Harry Potter,Sirius Black,75.58185603002423 +Harry Potter,Sirius Black,75.67878414879104 +Harry Potter,Sirius Black,76.91708277875327 +Harry Potter,Sirius Black,75.67793735368168 +Harry Potter,Sirius Black,76.25039546252064 +Harry Potter,Sirius Black,75.64026087829039 +Harry Potter,Sirius Black,75.723709439651 +Harry Potter,Sirius Black,76.2456541649148 +Harry Potter,Remus Lupin,77.0290604360541 +Harry Potter,Remus Lupin,75.93352602388401 +Harry Potter,Remus Lupin,76.39379977610614 +Harry Potter,Remus Lupin,77.01971374220611 +Harry Potter,Remus Lupin,77.29574397669084 +Harry Potter,Remus Lupin,77.68095270703829 +Harry Potter,Remus Lupin,77.48192309808088 +Harry Potter,Remus Lupin,76.77280802218787 +Harry Potter,Remus Lupin,76.1261989297562 +Harry Potter,Remus Lupin,77.1753418845745 +Harry Potter,Remus Lupin,75.79109268049903 +Harry Potter,Remus Lupin,78.7825006692388 +Harry Potter,Remus Lupin,75.83095143661795 +Harry Potter,Minerva McGonagall,74.38189049415044 +Harry Potter,Minerva McGonagall,75.88803221367374 +Harry Potter,Minerva McGonagall,76.5079880610963 +Harry Potter,Minerva McGonagall,75.00669738929648 +Harry Potter,Minerva McGonagall,78.0988865466691 +Harry Potter,Minerva McGonagall,75.04188743548055 +Harry Potter,Minerva McGonagall,74.51731988674835 +Harry Potter,Minerva McGonagall,75.2017937204351 +Harry Potter,Minerva McGonagall,75.95860578682428 +Harry Potter,Minerva McGonagall,74.7378951418694 +Harry Potter,Minerva McGonagall,73.86582630055068 +Harry Potter,Minerva McGonagall,74.69353970173631 +Harry Potter,Minerva McGonagall,74.9516595901192 +Harry Potter,Neville Longbottom,74.6357287530331 +Harry Potter,Neville Longbottom,74.36618604962655 +Harry Potter,Neville Longbottom,74.67162227601052 +Harry Potter,Neville Longbottom,74.30067024526313 +Harry Potter,Neville Longbottom,75.34418799091343 +Harry Potter,Neville Longbottom,73.766388406099 +Harry Potter,Neville Longbottom,73.77933021042887 +Harry Potter,Neville Longbottom,74.97518432792518 +Harry Potter,Neville Longbottom,75.52009768920904 +Harry Potter,Neville Longbottom,73.81973208739603 +Harry Potter,Neville Longbottom,74.49086580194263 +Harry Potter,Neville Longbottom,73.73735528492614 +Harry Potter,Neville Longbottom,77.2834586227656 +Harry Potter,Helga Hufflepuff,71.02999081947978 +Harry Potter,Helga Hufflepuff,71.33598844575484 +Harry Potter,Helga Hufflepuff,71.85175296897299 +Harry Potter,Helga Hufflepuff,71.19231018918036 +Harry Potter,Helga Hufflepuff,71.5301926136373 +Harry Potter,Helga Hufflepuff,73.38167384191888 +Harry Potter,Helga Hufflepuff,71.6165734130979 +Harry Potter,Helga Hufflepuff,71.74065773856375 +Harry Potter,Helga Hufflepuff,71.74201276012916 +Harry Potter,Helga Hufflepuff,71.10945969029888 +Harry Potter,Helga Hufflepuff,73.9447485624179 +Harry Potter,Helga Hufflepuff,71.12850902951054 +Harry Potter,Helga Hufflepuff,75.59370682761464 +Harry Potter,Albus Dumbledore,78.83814305777793 +Harry Potter,Albus Dumbledore,76.9092003582049 +Harry Potter,Albus Dumbledore,75.77433921226094 +Harry Potter,Albus Dumbledore,75.40217244319936 +Harry Potter,Albus Dumbledore,75.75416056183857 +Harry Potter,Albus Dumbledore,77.10400506801285 +Harry Potter,Albus Dumbledore,74.77815242613607 +Harry Potter,Albus Dumbledore,75.8309573571124 +Harry Potter,Albus Dumbledore,76.41706220921792 +Harry Potter,Albus Dumbledore,76.45744784353403 +Harry Potter,Albus Dumbledore,78.56451270833816 +Harry Potter,Albus Dumbledore,75.23446372923124 +Harry Potter,Albus Dumbledore,75.60634025854723 +Harry Potter,Cedric Diggory,75.59208824625799 +Harry Potter,Cedric Diggory,74.89199747100402 +Harry Potter,Cedric Diggory,76.85234672887273 +Harry Potter,Cedric Diggory,74.3683924924327 +Harry Potter,Cedric Diggory,77.20391045043404 +Harry Potter,Cedric Diggory,75.31897152685714 +Harry Potter,Cedric Diggory,74.17963414518717 +Harry Potter,Cedric Diggory,76.46423729556872 +Harry Potter,Cedric Diggory,73.47451305900093 +Harry Potter,Cedric Diggory,73.55787876839194 +Harry Potter,Cedric Diggory,75.23883989241808 +Harry Potter,Cedric Diggory,73.10140094688794 +Harry Potter,Cedric Diggory,74.1344580521984 +Harry Potter,Cho Chang,73.76018489781333 +Harry Potter,Cho Chang,73.5345720228483 +Harry Potter,Cho Chang,72.11239275164927 +Harry Potter,Cho Chang,72.19760515118061 +Harry Potter,Cho Chang,72.11703884302082 +Harry Potter,Cho Chang,74.61530184819965 +Harry Potter,Cho Chang,74.44699107297814 +Harry Potter,Cho Chang,72.60654251641864 +Harry Potter,Cho Chang,71.94300760596789 +Harry Potter,Cho Chang,72.10214412203499 +Harry Potter,Cho Chang,72.04324232535969 +Harry Potter,Cho Chang,72.9921435713707 +Harry Potter,Cho Chang,72.38837299152475 +Harry Potter,Rufus Scrimgeour,77.1313850299355 +Harry Potter,Rufus Scrimgeour,80.39263339661112 +Harry Potter,Rufus Scrimgeour,76.79200028220656 +Harry Potter,Rufus Scrimgeour,77.94929358919414 +Harry Potter,Rufus Scrimgeour,82.38429155882446 +Harry Potter,Rufus Scrimgeour,80.536610813137 +Harry Potter,Rufus Scrimgeour,78.02271948504817 +Harry Potter,Rufus Scrimgeour,75.75913724565555 +Harry Potter,Rufus Scrimgeour,77.01362284529168 +Harry Potter,Rufus Scrimgeour,77.54868866413743 +Harry Potter,Rufus Scrimgeour,76.60282203410522 +Harry Potter,Rufus Scrimgeour,78.28374868306382 +Harry Potter,Rufus Scrimgeour,77.14023573867746 +Harry Potter,Arabella Figg,74.9100448284986 +Harry Potter,Arabella Figg,74.67402889016466 +Harry Potter,Arabella Figg,74.67172537481339 +Harry Potter,Arabella Figg,76.89898466897274 +Harry Potter,Arabella Figg,75.12655749440191 +Harry Potter,Arabella Figg,75.14191648156068 +Harry Potter,Arabella Figg,74.50552119531612 +Harry Potter,Arabella Figg,79.99331682657319 +Harry Potter,Arabella Figg,80.26501624336777 +Harry Potter,Arabella Figg,76.39137772975191 +Harry Potter,Arabella Figg,73.64654759567377 +Harry Potter,Arabella Figg,73.78942478455672 +Harry Potter,Arabella Figg,73.81064756596793 +Harry Potter,Sybill Trelawney,78.57733146963056 +Harry Potter,Sybill Trelawney,76.52122375664554 +Harry Potter,Sybill Trelawney,77.96466055844976 +Harry Potter,Sybill Trelawney,77.32321665832487 +Harry Potter,Sybill Trelawney,78.39838071122345 +Harry Potter,Sybill Trelawney,77.14030950399244 +Harry Potter,Sybill Trelawney,78.18504088195158 +Harry Potter,Sybill Trelawney,77.34262332818372 +Harry Potter,Sybill Trelawney,77.73122674080977 +Harry Potter,Sybill Trelawney,76.8338607933346 +Harry Potter,Sybill Trelawney,76.68162024674947 +Harry Potter,Sybill Trelawney,79.09864652254144 +Harry Potter,Sybill Trelawney,81.36771961329336 +Harry Potter,Rita Skeeter,78.88082156401154 +Harry Potter,Rita Skeeter,77.76522368036092 +Harry Potter,Rita Skeeter,80.43072294446017 +Harry Potter,Rita Skeeter,80.80845229068773 +Harry Potter,Rita Skeeter,77.07094857567256 +Harry Potter,Rita Skeeter,80.97376865025231 +Harry Potter,Rita Skeeter,77.55336252256839 +Harry Potter,Rita Skeeter,79.978532977984 +Harry Potter,Rita Skeeter,79.1566684219395 +Harry Potter,Rita Skeeter,76.90906009552812 +Harry Potter,Rita Skeeter,78.93674442405066 +Harry Potter,Rita Skeeter,78.00813711131408 +Harry Potter,Rita Skeeter,78.06497447577912 +Harry Potter,Padma Patil,70.98157281527835 +Harry Potter,Padma Patil,72.04659539513645 +Harry Potter,Padma Patil,70.35772116272415 +Harry Potter,Padma Patil,74.92717745070861 +Harry Potter,Padma Patil,73.79481142104576 +Harry Potter,Padma Patil,75.54806157363885 +Harry Potter,Padma Patil,71.38317145976842 +Harry Potter,Padma Patil,71.37841228488509 +Harry Potter,Padma Patil,71.49786335694138 +Harry Potter,Padma Patil,73.46840768870202 +Harry Potter,Padma Patil,70.82020777027523 +Harry Potter,Padma Patil,71.07023571678319 +Harry Potter,Padma Patil,70.65195606922676 +Harry Potter,Myrtle Warren,68.67810271892535 +Harry Potter,Myrtle Warren,72.85327837110324 +Harry Potter,Myrtle Warren,70.73904673589279 +Harry Potter,Myrtle Warren,68.25235587785623 +Harry Potter,Myrtle Warren,68.33611294601752 +Harry Potter,Myrtle Warren,69.42356089332563 +Harry Potter,Myrtle Warren,70.71705830246154 +Harry Potter,Myrtle Warren,70.28123980170453 +Harry Potter,Myrtle Warren,70.90951704753138 +Harry Potter,Myrtle Warren,67.87744662500602 +Harry Potter,Myrtle Warren,69.66023587462846 +Harry Potter,Myrtle Warren,67.87570538532022 +Harry Potter,Myrtle Warren,67.67012452211534 +Harry Potter,Peter Pettigrew,79.03956651472183 +Harry Potter,Peter Pettigrew,81.47482043211957 +Harry Potter,Peter Pettigrew,77.34764171219135 +Harry Potter,Peter Pettigrew,77.04934299439687 +Harry Potter,Peter Pettigrew,77.04348811305076 +Harry Potter,Peter Pettigrew,78.74420547347664 +Harry Potter,Peter Pettigrew,77.54406893397119 +Harry Potter,Peter Pettigrew,77.15111507039704 +Harry Potter,Peter Pettigrew,77.02488449708244 +Harry Potter,Peter Pettigrew,77.12431534105278 +Harry Potter,Peter Pettigrew,76.87610974180939 +Harry Potter,Peter Pettigrew,78.0495054155248 +Harry Potter,Peter Pettigrew,78.24841203835054 +Harry Potter,Bellatrix Lestrange,73.97172357027708 +Harry Potter,Bellatrix Lestrange,74.04092791158455 +Harry Potter,Bellatrix Lestrange,71.58105103259702 +Harry Potter,Bellatrix Lestrange,75.68874610112228 +Harry Potter,Bellatrix Lestrange,74.21607534507176 +Harry Potter,Bellatrix Lestrange,73.22805573009185 +Harry Potter,Bellatrix Lestrange,72.14250348078923 +Harry Potter,Bellatrix Lestrange,73.77519968816053 +Harry Potter,Bellatrix Lestrange,73.12065630361667 +Harry Potter,Bellatrix Lestrange,72.65556798440367 +Harry Potter,Bellatrix Lestrange,73.28317321012734 +Harry Potter,Bellatrix Lestrange,72.55426706811697 +Harry Potter,Bellatrix Lestrange,73.12864856336273 +Harry Potter,Alastor Moody,75.36214431733708 +Harry Potter,Alastor Moody,76.0195396476998 +Harry Potter,Alastor Moody,77.96440493652244 +Harry Potter,Alastor Moody,77.56337756096542 +Harry Potter,Alastor Moody,76.9447298806153 +Harry Potter,Alastor Moody,75.34601806540209 +Harry Potter,Alastor Moody,75.45757620467946 +Harry Potter,Alastor Moody,76.29477045551143 +Harry Potter,Alastor Moody,75.62313307983818 +Harry Potter,Alastor Moody,76.36566722272859 +Harry Potter,Alastor Moody,75.5608388337674 +Harry Potter,Alastor Moody,76.1078002225439 +Harry Potter,Alastor Moody,75.55880729359978 +Harry Potter,Gilderoy Lockhart,76.90410756843697 +Harry Potter,Gilderoy Lockhart,80.04949050376838 +Harry Potter,Gilderoy Lockhart,78.62217800840189 +Harry Potter,Gilderoy Lockhart,75.81545042113972 +Harry Potter,Gilderoy Lockhart,76.8463087384718 +Harry Potter,Gilderoy Lockhart,76.45564383075522 +Harry Potter,Gilderoy Lockhart,78.4158618201247 +Harry Potter,Gilderoy Lockhart,78.03559437726851 +Harry Potter,Gilderoy Lockhart,79.98274809046946 +Harry Potter,Gilderoy Lockhart,76.03167108567548 +Harry Potter,Gilderoy Lockhart,77.82632391871755 +Harry Potter,Gilderoy Lockhart,78.23340860859054 +Harry Potter,Gilderoy Lockhart,76.85273194344117 +Harry Potter,Newton Scamander,71.16336657018785 +Harry Potter,Newton Scamander,68.84595485758199 +Harry Potter,Newton Scamander,69.66319385438344 +Harry Potter,Newton Scamander,68.86513788454388 +Harry Potter,Newton Scamander,69.0028332601918 +Harry Potter,Newton Scamander,69.50060900118577 +Harry Potter,Newton Scamander,68.88457899235756 +Harry Potter,Newton Scamander,69.25063545851869 +Harry Potter,Newton Scamander,70.53618776758523 +Harry Potter,Newton Scamander,69.83214636555594 +Harry Potter,Newton Scamander,69.08325586225776 +Harry Potter,Newton Scamander,69.00977910071818 +Harry Potter,Newton Scamander,69.47285038096874 +Harry Potter,Garrick Ollivander,76.20710748030606 +Harry Potter,Garrick Ollivander,78.73486247482622 +Harry Potter,Garrick Ollivander,75.64393689125369 +Harry Potter,Garrick Ollivander,76.54020994058057 +Harry Potter,Garrick Ollivander,78.32576894912394 +Harry Potter,Garrick Ollivander,75.95405132225737 +Harry Potter,Garrick Ollivander,75.69106613701238 +Harry Potter,Garrick Ollivander,75.78816089305175 +Harry Potter,Garrick Ollivander,76.20852900370957 +Harry Potter,Garrick Ollivander,76.09442055959845 +Harry Potter,Garrick Ollivander,76.79085478275121 +Harry Potter,Garrick Ollivander,77.46543459291897 +Harry Potter,Garrick Ollivander,76.8000314319276 +Harry Potter,Pomona Sprout,73.75416898793185 +Harry Potter,Pomona Sprout,73.6391370504731 +Harry Potter,Pomona Sprout,79.3198538736479 +Harry Potter,Pomona Sprout,76.00691837318413 +Harry Potter,Pomona Sprout,73.11496394045763 +Harry Potter,Pomona Sprout,75.43307953565275 +Harry Potter,Pomona Sprout,73.95376922838584 +Harry Potter,Pomona Sprout,74.26270788479961 +Harry Potter,Pomona Sprout,73.57480051281351 +Harry Potter,Pomona Sprout,74.90049435398795 +Harry Potter,Pomona Sprout,73.13973326580462 +Harry Potter,Pomona Sprout,73.11902614675824 +Harry Potter,Pomona Sprout,73.99454600946976 +Harry Potter,Cornelius Fudge,81.20114548006543 +Harry Potter,Cornelius Fudge,77.21429313032223 +Harry Potter,Cornelius Fudge,79.441399391328 +Harry Potter,Cornelius Fudge,77.05095941982844 +Harry Potter,Cornelius Fudge,77.05698700450448 +Harry Potter,Cornelius Fudge,77.1123904840611 +Harry Potter,Cornelius Fudge,77.74618899709431 +Harry Potter,Cornelius Fudge,78.24267662607872 +Harry Potter,Cornelius Fudge,78.28580553912387 +Harry Potter,Cornelius Fudge,77.01141867936212 +Harry Potter,Cornelius Fudge,76.79644752888693 +Harry Potter,Cornelius Fudge,78.37739434291294 +Harry Potter,Cornelius Fudge,79.67090114262719 +Harry Potter,Filius Flitwick,71.38619689882616 +Harry Potter,Filius Flitwick,74.75850710183771 +Harry Potter,Filius Flitwick,71.20582858874813 +Harry Potter,Filius Flitwick,74.45181352039477 +Harry Potter,Filius Flitwick,71.90414667915353 +Harry Potter,Filius Flitwick,71.35753429801404 +Harry Potter,Filius Flitwick,71.93755360042071 +Harry Potter,Filius Flitwick,71.62642583236355 +Harry Potter,Filius Flitwick,71.19813929230939 +Harry Potter,Filius Flitwick,71.68606841405206 +Harry Potter,Filius Flitwick,72.3306840358789 +Harry Potter,Filius Flitwick,71.50582990912658 +Harry Potter,Filius Flitwick,71.5409942799161 +Harry Potter,Dobby,76.3387477823605 +Harry Potter,Dobby,75.63812522427588 +Harry Potter,Dobby,75.472337079517 +Harry Potter,Dobby,75.63269122363735 +Harry Potter,Dobby,75.61360244107314 +Harry Potter,Dobby,76.34389987283363 +Harry Potter,Dobby,75.60402443096865 +Harry Potter,Dobby,75.59672540701857 +Harry Potter,Dobby,78.54796660764731 +Harry Potter,Dobby,75.55089159878811 +Harry Potter,Dobby,75.58603299725928 +Harry Potter,Dobby,75.50431411278005 +Harry Potter,Dobby,76.39612625999979 +Harry Potter,Igor Karkaroff,75.7959786013412 +Harry Potter,Igor Karkaroff,74.5040963109489 +Harry Potter,Igor Karkaroff,74.38216882056837 +Harry Potter,Igor Karkaroff,77.14796443417575 +Harry Potter,Igor Karkaroff,75.08042662257763 +Harry Potter,Igor Karkaroff,74.77011778132223 +Harry Potter,Igor Karkaroff,76.15000912346522 +Harry Potter,Igor Karkaroff,76.35702047044506 +Harry Potter,Igor Karkaroff,77.94267814300576 +Harry Potter,Igor Karkaroff,76.1571657848741 +Harry Potter,Igor Karkaroff,74.6064783273194 +Harry Potter,Igor Karkaroff,74.13303914494843 +Harry Potter,Igor Karkaroff,74.96524785050973 +Harry Potter,Viktor Krum,75.4097149170817 +Harry Potter,Viktor Krum,75.46037408482279 +Harry Potter,Viktor Krum,74.93890796433385 +Harry Potter,Viktor Krum,79.94385305742455 +Harry Potter,Viktor Krum,74.7487572059978 +Harry Potter,Viktor Krum,75.21098416980479 +Harry Potter,Viktor Krum,77.09806292533486 +Harry Potter,Viktor Krum,74.61611899840514 +Harry Potter,Viktor Krum,74.41557934494044 +Harry Potter,Viktor Krum,75.73698398923082 +Harry Potter,Viktor Krum,75.80551574453486 +Harry Potter,Viktor Krum,76.9487780571894 +Harry Potter,Viktor Krum,75.99645246436846 +Harry Potter,William Weasley,72.70269034068463 +Harry Potter,William Weasley,73.34122596224285 +Harry Potter,William Weasley,73.28275029069785 +Harry Potter,William Weasley,74.17881096133875 +Harry Potter,William Weasley,73.13128433887394 +Harry Potter,William Weasley,74.03742388538471 +Harry Potter,William Weasley,73.1230279094944 +Harry Potter,William Weasley,74.60806602367997 +Harry Potter,William Weasley,72.74455041673576 +Harry Potter,William Weasley,73.3789676702215 +Harry Potter,William Weasley,72.72867068310921 +Harry Potter,William Weasley,73.78859400293052 +Harry Potter,William Weasley,72.97487553359083 +Harry Potter,Parvati Patil,73.42982826184027 +Harry Potter,Parvati Patil,74.28298329423957 +Harry Potter,Parvati Patil,72.39432119846096 +Harry Potter,Parvati Patil,72.14911130364858 +Harry Potter,Parvati Patil,74.27429557754185 +Harry Potter,Parvati Patil,74.00470257368433 +Harry Potter,Parvati Patil,74.7283219647072 +Harry Potter,Parvati Patil,72.20037748137264 +Harry Potter,Parvati Patil,71.84576088436731 +Harry Potter,Parvati Patil,71.8783056322527 +Harry Potter,Parvati Patil,73.44114706009314 +Harry Potter,Parvati Patil,73.77739719474332 +Harry Potter,Parvati Patil,71.96523469855155 +Harry Potter,Dean Thomas,71.66747858194158 +Harry Potter,Dean Thomas,71.05754397650198 +Harry Potter,Dean Thomas,72.27681665034234 +Harry Potter,Dean Thomas,71.36839206031398 +Harry Potter,Dean Thomas,71.82966104381052 +Harry Potter,Dean Thomas,72.8162167392601 +Harry Potter,Dean Thomas,77.90089554676987 +Harry Potter,Dean Thomas,73.71163726520732 +Harry Potter,Dean Thomas,72.50072626099538 +Harry Potter,Dean Thomas,73.12364975924683 +Harry Potter,Dean Thomas,71.04128044368152 +Harry Potter,Dean Thomas,73.62891067796855 +Harry Potter,Dean Thomas,71.11292218216511 +Harry Potter,Katie Bell,73.11047046586883 +Harry Potter,Katie Bell,73.37732450372827 +Harry Potter,Katie Bell,73.10202965862443 +Harry Potter,Katie Bell,73.15646753342263 +Harry Potter,Katie Bell,73.24024277142513 +Harry Potter,Katie Bell,74.11679270779548 +Harry Potter,Katie Bell,77.12875436584483 +Harry Potter,Katie Bell,73.13063818203581 +Harry Potter,Katie Bell,73.25852924618066 +Harry Potter,Katie Bell,75.40008036346102 +Harry Potter,Katie Bell,73.15441907205293 +Harry Potter,Katie Bell,74.33305334321348 +Harry Potter,Katie Bell,73.5092532879323 +Harry Potter,Vincent Crabbe,72.12735105365114 +Harry Potter,Vincent Crabbe,71.24079095963735 +Harry Potter,Vincent Crabbe,73.80918055112467 +Harry Potter,Vincent Crabbe,71.34832250599482 +Harry Potter,Vincent Crabbe,71.4843244252785 +Harry Potter,Vincent Crabbe,70.76119677011135 +Harry Potter,Vincent Crabbe,71.87450305216274 +Harry Potter,Vincent Crabbe,70.68673473934633 +Harry Potter,Vincent Crabbe,72.59622630202948 +Harry Potter,Vincent Crabbe,71.12089623791442 +Harry Potter,Vincent Crabbe,73.34214073494402 +Harry Potter,Vincent Crabbe,70.91490035919517 +Harry Potter,Vincent Crabbe,70.88605361423997 +Harry Potter,Seamus Finnigan,71.36253951400006 +Harry Potter,Seamus Finnigan,72.90541848465442 +Harry Potter,Seamus Finnigan,71.26660722555788 +Harry Potter,Seamus Finnigan,70.91863868342885 +Harry Potter,Seamus Finnigan,71.26936442066524 +Harry Potter,Seamus Finnigan,70.97327469002485 +Harry Potter,Seamus Finnigan,72.27168496380251 +Harry Potter,Seamus Finnigan,71.1406215357982 +Harry Potter,Seamus Finnigan,73.42801015945369 +Harry Potter,Seamus Finnigan,72.66403007614714 +Harry Potter,Seamus Finnigan,71.17883287536206 +Harry Potter,Seamus Finnigan,71.03830850093968 +Harry Potter,Seamus Finnigan,70.93509976201882 +Harry Potter,Cormac McLaggen,76.55342281971 +Harry Potter,Cormac McLaggen,80.22651042372502 +Harry Potter,Cormac McLaggen,79.46718381350458 +Harry Potter,Cormac McLaggen,75.90943759319732 +Harry Potter,Cormac McLaggen,73.7215000104985 +Harry Potter,Cormac McLaggen,73.62707916054418 +Harry Potter,Cormac McLaggen,75.25799652523588 +Harry Potter,Cormac McLaggen,75.15894384610627 +Harry Potter,Cormac McLaggen,75.22405644371246 +Harry Potter,Cormac McLaggen,75.20471681066353 +Harry Potter,Cormac McLaggen,77.92390769020258 +Harry Potter,Cormac McLaggen,73.47463633969264 +Harry Potter,Cormac McLaggen,75.90155497942436 +Harry Potter,Tom Riddle,76.75874432496657 +Harry Potter,Tom Riddle,77.6766072598875 +Harry Potter,Tom Riddle,77.29726220272248 +Harry Potter,Tom Riddle,77.0197277317839 +Harry Potter,Tom Riddle,78.06107960149016 +Harry Potter,Tom Riddle,76.25477341224257 +Harry Potter,Tom Riddle,77.77451440627297 +Harry Potter,Tom Riddle,77.39812371830789 +Harry Potter,Tom Riddle,77.87001188631851 +Harry Potter,Tom Riddle,78.51564760354428 +Harry Potter,Tom Riddle,77.18757147994242 +Harry Potter,Tom Riddle,77.13163229429944 +Harry Potter,Tom Riddle,76.88354350536623 +Harry Potter,Rubeus Hagrid,78.3344885086941 +Harry Potter,Rubeus Hagrid,77.27763022621154 +Harry Potter,Rubeus Hagrid,77.33069629453888 +Harry Potter,Rubeus Hagrid,76.25026241241184 +Harry Potter,Rubeus Hagrid,77.210974486203 +Harry Potter,Rubeus Hagrid,76.72942696930998 +Harry Potter,Rubeus Hagrid,77.55373914479782 +Harry Potter,Rubeus Hagrid,75.9322952945665 +Harry Potter,Rubeus Hagrid,76.19647405822919 +Harry Potter,Rubeus Hagrid,75.68136663028046 +Harry Potter,Rubeus Hagrid,77.93196159923907 +Harry Potter,Rubeus Hagrid,75.6882783248659 +Harry Potter,Rubeus Hagrid,75.73799083813506 +Harry Potter,Nagini,73.72130395076081 +Harry Potter,Nagini,73.42019780501646 +Harry Potter,Nagini,76.63412245930267 +Harry Potter,Nagini,74.45946183292514 +Harry Potter,Nagini,73.37390766902041 +Harry Potter,Nagini,74.78493549350243 +Harry Potter,Nagini,74.41953475506298 +Harry Potter,Nagini,73.58885954528958 +Harry Potter,Nagini,73.30561804853295 +Harry Potter,Nagini,73.58487743089223 +Harry Potter,Nagini,73.41729876223093 +Harry Potter,Nagini,75.23728181981367 +Harry Potter,Nagini,73.32309221018977 +Harry Potter,Ronald Weasley,76.06566272189653 +Harry Potter,Ronald Weasley,73.6507208159855 +Harry Potter,Ronald Weasley,73.53010447334695 +Harry Potter,Ronald Weasley,73.67567166866338 +Harry Potter,Ronald Weasley,73.54520691230387 +Harry Potter,Ronald Weasley,73.55702826433017 +Harry Potter,Ronald Weasley,74.88343614157633 +Harry Potter,Ronald Weasley,73.82816856576717 +Harry Potter,Ronald Weasley,75.70498075872926 +Harry Potter,Ronald Weasley,74.85906287074774 +Harry Potter,Ronald Weasley,73.98838245051714 +Harry Potter,Ronald Weasley,73.80480077710585 +Harry Potter,Ronald Weasley,74.49536735023476 +Harry Potter,Severus Snape,78.61872237106674 +Harry Potter,Severus Snape,76.27641389585767 +Harry Potter,Severus Snape,79.26585523701763 +Harry Potter,Severus Snape,75.006937187353 +Harry Potter,Severus Snape,75.43306392204249 +Harry Potter,Severus Snape,75.953705540492 +Harry Potter,Severus Snape,75.07238482864916 +Harry Potter,Severus Snape,75.76601865040831 +Harry Potter,Severus Snape,75.86169936611931 +Harry Potter,Severus Snape,76.25159325388908 +Harry Potter,Severus Snape,75.1352020818245 +Harry Potter,Severus Snape,75.01240337265592 +Harry Potter,Severus Snape,75.72133684980057 +Harry Potter,Bartemius Crouch Senior,76.86369193741896 +Harry Potter,Bartemius Crouch Senior,75.85722366020403 +Harry Potter,Bartemius Crouch Senior,75.92484536826724 +Harry Potter,Bartemius Crouch Senior,78.51738544100392 +Harry Potter,Bartemius Crouch Senior,76.05653798156878 +Harry Potter,Bartemius Crouch Senior,76.78183331963066 +Harry Potter,Bartemius Crouch Senior,75.22224557393479 +Harry Potter,Bartemius Crouch Senior,75.77427784702853 +Harry Potter,Bartemius Crouch Senior,76.48184734566723 +Harry Potter,Bartemius Crouch Senior,75.23950030732465 +Harry Potter,Bartemius Crouch Senior,76.16455731552418 +Harry Potter,Bartemius Crouch Senior,75.74936744802746 +Harry Potter,Bartemius Crouch Senior,75.2785051079496 +Harry Potter,Gabrielle Delacour,71.03620738219463 +Harry Potter,Gabrielle Delacour,71.81053763018402 +Harry Potter,Gabrielle Delacour,70.29875743776596 +Harry Potter,Gabrielle Delacour,70.05759426123073 +Harry Potter,Gabrielle Delacour,73.54672362937814 +Harry Potter,Gabrielle Delacour,71.99824941969395 +Harry Potter,Gabrielle Delacour,70.9761507822247 +Harry Potter,Gabrielle Delacour,76.28212314819156 +Harry Potter,Gabrielle Delacour,71.79716851889883 +Harry Potter,Gabrielle Delacour,73.11836047038696 +Harry Potter,Gabrielle Delacour,79.66399946230929 +Harry Potter,Gabrielle Delacour,73.93793961054038 +Harry Potter,Gabrielle Delacour,70.46766726506554 +Harry Potter,Gellert Grindelwald,74.0313574926507 +Harry Potter,Gellert Grindelwald,72.4489417421651 +Harry Potter,Gellert Grindelwald,74.18395454231103 +Harry Potter,Gellert Grindelwald,74.59650965874604 +Harry Potter,Gellert Grindelwald,78.09582953848394 +Harry Potter,Gellert Grindelwald,74.86501318861605 +Harry Potter,Gellert Grindelwald,73.82102228844259 +Harry Potter,Gellert Grindelwald,72.54430148997406 +Harry Potter,Gellert Grindelwald,72.47551642391828 +Harry Potter,Gellert Grindelwald,76.75426862563616 +Harry Potter,Gellert Grindelwald,72.85453340996595 +Harry Potter,Gellert Grindelwald,73.09500932728157 +Harry Potter,Gellert Grindelwald,72.4383444193362 +Harry Potter,Phineas Nigellus Black,75.09495676526215 +Harry Potter,Phineas Nigellus Black,76.16002349603119 +Harry Potter,Phineas Nigellus Black,75.55588370107199 +Harry Potter,Phineas Nigellus Black,77.18886891261546 +Harry Potter,Phineas Nigellus Black,79.06337320772103 +Harry Potter,Phineas Nigellus Black,75.61355238748727 +Harry Potter,Phineas Nigellus Black,76.41036941825719 +Harry Potter,Phineas Nigellus Black,76.99468324930501 +Harry Potter,Phineas Nigellus Black,76.47849815893456 +Harry Potter,Phineas Nigellus Black,75.25756225059905 +Harry Potter,Phineas Nigellus Black,79.61976434255199 +Harry Potter,Phineas Nigellus Black,76.12122059648988 +Harry Potter,Phineas Nigellus Black,75.28345454919433 +Harry Potter,Ludovic Bagman,73.01235568998081 +Harry Potter,Ludovic Bagman,72.60491403335692 +Harry Potter,Ludovic Bagman,76.29169027242423 +Harry Potter,Ludovic Bagman,72.23199474855473 +Harry Potter,Ludovic Bagman,72.35427130015007 +Harry Potter,Ludovic Bagman,73.12907275781517 +Harry Potter,Ludovic Bagman,73.10478750172538 +Harry Potter,Ludovic Bagman,72.17520716320305 +Harry Potter,Ludovic Bagman,72.29579943784125 +Harry Potter,Ludovic Bagman,72.15482967911086 +Harry Potter,Ludovic Bagman,74.72196684005678 +Harry Potter,Ludovic Bagman,75.3633333449153 +Harry Potter,Ludovic Bagman,72.57221796975799 +Harry Potter,Quirinus Quirrell,76.70779345929509 +Harry Potter,Quirinus Quirrell,76.47921904656984 +Harry Potter,Quirinus Quirrell,77.5690412639493 +Harry Potter,Quirinus Quirrell,74.82749575205894 +Harry Potter,Quirinus Quirrell,76.45336696007905 +Harry Potter,Quirinus Quirrell,76.93904453508155 +Harry Potter,Quirinus Quirrell,77.97804761006897 +Harry Potter,Quirinus Quirrell,75.24333992251985 +Harry Potter,Quirinus Quirrell,77.77845457562667 +Harry Potter,Quirinus Quirrell,75.55525848900272 +Harry Potter,Quirinus Quirrell,75.00971126470043 +Harry Potter,Quirinus Quirrell,75.7544602392946 +Harry Potter,Quirinus Quirrell,74.68151001914582 +Harry Potter,Hermione Granger,76.05784500286067 +Harry Potter,Hermione Granger,73.85640139040369 +Harry Potter,Hermione Granger,74.29642028086431 +Harry Potter,Hermione Granger,76.09175738335931 +Harry Potter,Hermione Granger,74.40850314415931 +Harry Potter,Hermione Granger,74.94403962525918 +Harry Potter,Hermione Granger,73.82416857749429 +Harry Potter,Hermione Granger,74.03815283651413 +Harry Potter,Hermione Granger,74.05090481984085 +Harry Potter,Hermione Granger,73.76360429508426 +Harry Potter,Hermione Granger,74.06272158698548 +Harry Potter,Hermione Granger,74.33258937019733 +Harry Potter,Hermione Granger,75.57022644541163 +Harry Potter,Salazar Slytherin,72.21150485776138 +Harry Potter,Salazar Slytherin,77.27634949700844 +Harry Potter,Salazar Slytherin,74.60224251366361 +Harry Potter,Salazar Slytherin,74.24082892759213 +Harry Potter,Salazar Slytherin,73.75378357572035 +Harry Potter,Salazar Slytherin,75.37749041936345 +Harry Potter,Salazar Slytherin,73.60887125363182 +Harry Potter,Salazar Slytherin,75.54716508457811 +Harry Potter,Salazar Slytherin,75.732104132447 +Harry Potter,Salazar Slytherin,74.40774204541128 +Harry Potter,Salazar Slytherin,73.09024648203531 +Harry Potter,Salazar Slytherin,73.02377703201462 +Harry Potter,Salazar Slytherin,76.46303383368964 +Harry Potter,Aberforth Dumbledore,74.98655254881224 +Harry Potter,Aberforth Dumbledore,74.42577925170511 +Harry Potter,Aberforth Dumbledore,74.22182579802636 +Harry Potter,Aberforth Dumbledore,74.15848978979524 +Harry Potter,Aberforth Dumbledore,75.98921471751603 +Harry Potter,Aberforth Dumbledore,73.76020691284229 +Harry Potter,Aberforth Dumbledore,78.82496916523918 +Harry Potter,Aberforth Dumbledore,75.95431038773147 +Harry Potter,Aberforth Dumbledore,75.09424197259823 +Harry Potter,Aberforth Dumbledore,75.07563348489408 +Harry Potter,Aberforth Dumbledore,74.75650872408099 +Harry Potter,Aberforth Dumbledore,74.41979180432564 +Harry Potter,Aberforth Dumbledore,74.59382571271746 +Harry Potter,Horace Slughorn,80.47502220244554 +Harry Potter,Horace Slughorn,77.50008448932007 +Harry Potter,Horace Slughorn,77.19057823689053 +Harry Potter,Horace Slughorn,76.30475005829128 +Harry Potter,Horace Slughorn,76.68468603846776 +Harry Potter,Horace Slughorn,79.12165479518461 +Harry Potter,Horace Slughorn,77.07659806342059 +Harry Potter,Horace Slughorn,79.24962765020192 +Harry Potter,Horace Slughorn,76.34344058553208 +Harry Potter,Horace Slughorn,78.19546516884509 +Harry Potter,Horace Slughorn,76.60906780812937 +Harry Potter,Horace Slughorn,77.0343059164819 +Harry Potter,Horace Slughorn,76.07880747776153 +Harry Potter,Walden Macnair,68.2377053360517 +Harry Potter,Walden Macnair,68.38853341043595 +Harry Potter,Walden Macnair,68.16715085010397 +Harry Potter,Walden Macnair,69.29630203413848 +Harry Potter,Walden Macnair,68.97176677139498 +Harry Potter,Walden Macnair,69.26041311388848 +Harry Potter,Walden Macnair,69.8520468379545 +Harry Potter,Walden Macnair,69.08913105089832 +Harry Potter,Walden Macnair,68.19574506015985 +Harry Potter,Walden Macnair,69.96158394201849 +Harry Potter,Walden Macnair,68.44948123139139 +Harry Potter,Walden Macnair,68.88972423301608 +Harry Potter,Walden Macnair,68.18665548717607 +Harry Potter,Ariana Dumbledore,74.23853985173633 +Harry Potter,Ariana Dumbledore,74.68494777018223 +Harry Potter,Ariana Dumbledore,73.53803767979967 +Harry Potter,Ariana Dumbledore,73.63934661651669 +Harry Potter,Ariana Dumbledore,75.01055209486707 +Harry Potter,Ariana Dumbledore,74.12521285263621 +Harry Potter,Ariana Dumbledore,73.00165773241544 +Harry Potter,Ariana Dumbledore,77.08890847291788 +Harry Potter,Ariana Dumbledore,74.24400134203567 +Harry Potter,Ariana Dumbledore,74.77429065433674 +Harry Potter,Ariana Dumbledore,73.43318311088457 +Harry Potter,Ariana Dumbledore,74.53472456564208 +Harry Potter,Ariana Dumbledore,72.62294869172298 +Harry Potter,Irma Pince,74.57209380464079 +Harry Potter,Irma Pince,74.14634131690543 +Harry Potter,Irma Pince,75.80340239761189 +Harry Potter,Irma Pince,73.97022758403125 +Harry Potter,Irma Pince,74.36705194573787 +Harry Potter,Irma Pince,74.10666527664964 +Harry Potter,Irma Pince,76.05429822224676 +Harry Potter,Irma Pince,74.61388431313742 +Harry Potter,Irma Pince,74.06636626337628 +Harry Potter,Irma Pince,74.07139062270454 +Harry Potter,Irma Pince,73.77842161115862 +Harry Potter,Irma Pince,76.50421235805858 +Harry Potter,Irma Pince,75.30091956511377 +Harry Potter,Nicolas Flamel,67.85224070193088 +Harry Potter,Nicolas Flamel,73.04688773249109 +Harry Potter,Nicolas Flamel,73.65012938669793 +Harry Potter,Nicolas Flamel,73.9788012465334 +Harry Potter,Nicolas Flamel,68.36005728364478 +Harry Potter,Nicolas Flamel,68.28668114883563 +Harry Potter,Nicolas Flamel,69.2879064681895 +Harry Potter,Nicolas Flamel,73.87014565507533 +Harry Potter,Nicolas Flamel,77.2793400217941 +Harry Potter,Nicolas Flamel,73.8045964066427 +Harry Potter,Nicolas Flamel,68.45866748959875 +Harry Potter,Nicolas Flamel,73.82192504858995 +Harry Potter,Nicolas Flamel,70.5871705381265 +Harry Potter,Amos Diggory,77.00979525950594 +Harry Potter,Amos Diggory,73.85820723873167 +Harry Potter,Amos Diggory,75.48202145927826 +Harry Potter,Amos Diggory,73.13508637789137 +Harry Potter,Amos Diggory,72.66314370065268 +Harry Potter,Amos Diggory,74.10862721697607 +Harry Potter,Amos Diggory,73.24026894426838 +Harry Potter,Amos Diggory,74.90649455720948 +Harry Potter,Amos Diggory,75.19461028065611 +Harry Potter,Amos Diggory,73.08709706757818 +Harry Potter,Amos Diggory,73.18205116948617 +Harry Potter,Amos Diggory,73.98803469006778 +Harry Potter,Amos Diggory,73.09287219888853 +Harry Potter,Armando Dippet,74.13146185994732 +Harry Potter,Armando Dippet,73.02712527877516 +Harry Potter,Armando Dippet,72.6804914453795 +Harry Potter,Armando Dippet,72.61060702182213 +Harry Potter,Armando Dippet,73.86978336540353 +Harry Potter,Armando Dippet,74.50837085548305 +Harry Potter,Armando Dippet,78.04465858549332 +Harry Potter,Armando Dippet,72.50691734289683 +Harry Potter,Armando Dippet,74.41780841838036 +Harry Potter,Armando Dippet,76.37340297128075 +Harry Potter,Armando Dippet,76.02085760743196 +Harry Potter,Armando Dippet,72.5411323011914 +Harry Potter,Armando Dippet,72.60475436446582 +Harry Potter,Lucius Malfoy,75.58229378525468 +Harry Potter,Lucius Malfoy,74.84312006301185 +Harry Potter,Lucius Malfoy,74.52394977141145 +Harry Potter,Lucius Malfoy,75.30599533838651 +Harry Potter,Lucius Malfoy,76.87398859760215 +Harry Potter,Lucius Malfoy,74.19448514780413 +Harry Potter,Lucius Malfoy,75.86379808510242 +Harry Potter,Lucius Malfoy,75.94300504139927 +Harry Potter,Lucius Malfoy,74.25855447471888 +Harry Potter,Lucius Malfoy,74.60503452026032 +Harry Potter,Lucius Malfoy,75.09086935455822 +Harry Potter,Lucius Malfoy,76.07460550294229 +Harry Potter,Lucius Malfoy,74.56058641233969 +Harry Potter,Hedwig,69.52715011309981 +Harry Potter,Hedwig,68.85570421915826 +Harry Potter,Hedwig,69.14031516075215 +Harry Potter,Hedwig,69.30485931647888 +Harry Potter,Hedwig,70.60345487945382 +Harry Potter,Hedwig,68.82678593834282 +Harry Potter,Hedwig,69.55961947943436 +Harry Potter,Hedwig,69.98335300186822 +Harry Potter,Hedwig,69.13152331300057 +Harry Potter,Hedwig,72.42275726699401 +Harry Potter,Hedwig,71.48396058174681 +Harry Potter,Hedwig,69.15186907706764 +Harry Potter,Hedwig,69.24832602488215 +Harry Potter,Alice Longbottom,71.85856399025275 +Harry Potter,Alice Longbottom,72.23167684996919 +Harry Potter,Alice Longbottom,72.2212028733365 +Harry Potter,Alice Longbottom,73.56662440102275 +Harry Potter,Alice Longbottom,72.52144025459127 +Harry Potter,Alice Longbottom,75.24371585338803 +Harry Potter,Alice Longbottom,75.88204797867817 +Harry Potter,Alice Longbottom,71.35036212981503 +Harry Potter,Alice Longbottom,72.55257328827675 +Harry Potter,Alice Longbottom,71.23226739941501 +Harry Potter,Alice Longbottom,71.12677566035165 +Harry Potter,Alice Longbottom,71.67355907479198 +Harry Potter,Alice Longbottom,72.99846476720016 +Harry Potter,Pansy Parkinson,75.31352340598953 +Harry Potter,Pansy Parkinson,74.1128533167414 +Harry Potter,Pansy Parkinson,74.89056182083493 +Harry Potter,Pansy Parkinson,74.89121735758907 +Harry Potter,Pansy Parkinson,74.27761055476317 +Harry Potter,Pansy Parkinson,74.63255595985942 +Harry Potter,Pansy Parkinson,76.18251804231052 +Harry Potter,Pansy Parkinson,73.59861301826166 +Harry Potter,Pansy Parkinson,75.14057186172022 +Harry Potter,Pansy Parkinson,73.8562635202343 +Harry Potter,Pansy Parkinson,74.38295412007405 +Harry Potter,Pansy Parkinson,74.39271722740808 +Harry Potter,Pansy Parkinson,74.25126849360457 +Harry Potter,Kingsley Shacklebolt,73.21808292930439 +Harry Potter,Kingsley Shacklebolt,71.8907871791197 +Harry Potter,Kingsley Shacklebolt,72.31039497194817 +Harry Potter,Kingsley Shacklebolt,73.41499038213203 +Harry Potter,Kingsley Shacklebolt,72.81705946440161 +Harry Potter,Kingsley Shacklebolt,73.45724635877376 +Harry Potter,Kingsley Shacklebolt,72.53225175127513 +Harry Potter,Kingsley Shacklebolt,73.21971364144704 +Harry Potter,Kingsley Shacklebolt,74.26306399224632 +Harry Potter,Kingsley Shacklebolt,71.7073096862358 +Harry Potter,Kingsley Shacklebolt,72.7024616069288 +Harry Potter,Kingsley Shacklebolt,72.17659681064796 +Harry Potter,Kingsley Shacklebolt,72.54204113589378 +Harry Potter,Aurora Sinistra,65.57743999698552 +Harry Potter,Aurora Sinistra,65.86382679952958 +Harry Potter,Aurora Sinistra,66.18144667694865 +Harry Potter,Aurora Sinistra,65.54168132160692 +Harry Potter,Aurora Sinistra,66.23980260091923 +Harry Potter,Aurora Sinistra,66.28016847892741 +Harry Potter,Aurora Sinistra,65.49695964498142 +Harry Potter,Aurora Sinistra,66.18508030703978 +Harry Potter,Aurora Sinistra,66.26930601918048 +Harry Potter,Aurora Sinistra,65.45829191192931 +Harry Potter,Aurora Sinistra,65.70155389796615 +Harry Potter,Aurora Sinistra,66.47200449673659 +Harry Potter,Aurora Sinistra,65.89251129644323 +Harry Potter,Septima Vector,65.11508992157512 +Harry Potter,Septima Vector,64.59140205446793 +Harry Potter,Septima Vector,65.47185041961825 +Harry Potter,Septima Vector,65.5740420221083 +Harry Potter,Septima Vector,64.57991872371439 +Harry Potter,Septima Vector,66.11169373554618 +Harry Potter,Septima Vector,65.08485976457993 +Harry Potter,Septima Vector,64.62877987271867 +Harry Potter,Septima Vector,64.92287167057972 +Harry Potter,Septima Vector,65.70751440754603 +Harry Potter,Septima Vector,65.4228012148861 +Harry Potter,Septima Vector,64.72577022997795 +Harry Potter,Septima Vector,65.76368143891594 +Harry Potter,Nicholas de Mimsy-Porpington,77.01393563724038 +Harry Potter,Nicholas de Mimsy-Porpington,77.59603141436443 +Harry Potter,Nicholas de Mimsy-Porpington,73.26475007623536 +Harry Potter,Nicholas de Mimsy-Porpington,73.02553551757029 +Harry Potter,Nicholas de Mimsy-Porpington,75.2950026575767 +Harry Potter,Nicholas de Mimsy-Porpington,73.57984136289106 +Harry Potter,Nicholas de Mimsy-Porpington,73.36968420379466 +Harry Potter,Nicholas de Mimsy-Porpington,75.44993356222517 +Harry Potter,Nicholas de Mimsy-Porpington,79.66084522916336 +Harry Potter,Nicholas de Mimsy-Porpington,78.77360560325671 +Harry Potter,Nicholas de Mimsy-Porpington,73.29450730508562 +Harry Potter,Nicholas de Mimsy-Porpington,73.50402980884945 +Harry Potter,Nicholas de Mimsy-Porpington,73.77457738359303 +Harry Potter,Draco Malfoy,76.43254450776863 +Harry Potter,Draco Malfoy,74.17177410631648 +Harry Potter,Draco Malfoy,72.95114084539021 +Harry Potter,Draco Malfoy,74.34191912865852 +Harry Potter,Draco Malfoy,72.99793217921165 +Harry Potter,Draco Malfoy,74.49905996278513 +Harry Potter,Draco Malfoy,74.87183881203788 +Harry Potter,Draco Malfoy,76.64949500529512 +Harry Potter,Draco Malfoy,77.28361324333561 +Harry Potter,Draco Malfoy,74.40978257304323 +Harry Potter,Draco Malfoy,72.87140332913596 +Harry Potter,Draco Malfoy,73.86315400887085 +Harry Potter,Draco Malfoy,74.25525187341975 +Harry Potter,Luna Lovegood,76.59588937177342 +Harry Potter,Luna Lovegood,79.17486232995725 +Harry Potter,Luna Lovegood,75.28106929537066 +Harry Potter,Luna Lovegood,76.61707845058694 +Harry Potter,Luna Lovegood,75.31506892054094 +Harry Potter,Luna Lovegood,75.98827898547961 +Harry Potter,Luna Lovegood,76.57669327250872 +Harry Potter,Luna Lovegood,76.48949350731432 +Harry Potter,Luna Lovegood,75.31847594764407 +Harry Potter,Luna Lovegood,74.49775439078408 +Harry Potter,Luna Lovegood,76.02467219904524 +Harry Potter,Luna Lovegood,74.3716366455438 +Harry Potter,Luna Lovegood,74.16921458240591 +Harry Potter,Ginevra Weasley,73.16182549536948 +Harry Potter,Ginevra Weasley,71.95985728552988 +Harry Potter,Ginevra Weasley,72.60212511974392 +Harry Potter,Ginevra Weasley,72.65006607126521 +Harry Potter,Ginevra Weasley,75.2954166694374 +Harry Potter,Ginevra Weasley,72.0022683443674 +Harry Potter,Ginevra Weasley,72.01180583495265 +Harry Potter,Ginevra Weasley,71.7995160384644 +Harry Potter,Ginevra Weasley,75.89164480741023 +Harry Potter,Ginevra Weasley,73.13473430863581 +Harry Potter,Ginevra Weasley,71.82256288165519 +Harry Potter,Ginevra Weasley,72.28307736675606 +Harry Potter,Ginevra Weasley,72.89678490385228 +Harry Potter,Poppy Pomfrey,71.49906573148003 +Harry Potter,Poppy Pomfrey,71.80909242957516 +Harry Potter,Poppy Pomfrey,72.84971353779828 +Harry Potter,Poppy Pomfrey,71.4471030928994 +Harry Potter,Poppy Pomfrey,71.70312549334244 +Harry Potter,Poppy Pomfrey,76.92585421584397 +Harry Potter,Poppy Pomfrey,73.62757720593123 +Harry Potter,Poppy Pomfrey,71.273164894058 +Harry Potter,Poppy Pomfrey,70.77586831123155 +Harry Potter,Poppy Pomfrey,71.52324765986788 +Harry Potter,Poppy Pomfrey,71.2349948556585 +Harry Potter,Poppy Pomfrey,70.9813684088231 +Harry Potter,Poppy Pomfrey,72.31195862084991 +Harry Potter,Peeves,80.66209457422569 +Harry Potter,Peeves,80.36394536763854 +Harry Potter,Peeves,76.06879116582645 +Harry Potter,Peeves,78.24996085378466 +Harry Potter,Peeves,76.10742618098078 +Harry Potter,Peeves,76.4460131531991 +Harry Potter,Peeves,77.41936678091714 +Harry Potter,Peeves,79.15529520277593 +Harry Potter,Peeves,75.34676557554793 +Harry Potter,Peeves,78.56709605484926 +Harry Potter,Peeves,77.61183708064048 +Harry Potter,Peeves,76.83486246892653 +Harry Potter,Peeves,79.58668362569419 +Harry Potter,Oliver Wood,76.64425236175974 +Harry Potter,Oliver Wood,71.48577573458662 +Harry Potter,Oliver Wood,71.73341459073131 +Harry Potter,Oliver Wood,74.37800457780564 +Harry Potter,Oliver Wood,72.93578899633545 +Harry Potter,Oliver Wood,71.64361447563724 +Harry Potter,Oliver Wood,73.49729524847888 +Harry Potter,Oliver Wood,74.37171266086364 +Harry Potter,Oliver Wood,77.19019739714327 +Harry Potter,Oliver Wood,76.24111203212293 +Harry Potter,Oliver Wood,73.60026317005773 +Harry Potter,Oliver Wood,73.19945026518239 +Harry Potter,Oliver Wood,71.67066701235657 +Harry Potter,Godric Gryffindor,71.32154998893098 +Harry Potter,Godric Gryffindor,74.15153264112848 +Harry Potter,Godric Gryffindor,72.65879632187745 +Harry Potter,Godric Gryffindor,73.45043619998887 +Harry Potter,Godric Gryffindor,71.49724473673193 +Harry Potter,Godric Gryffindor,71.876109246676 +Harry Potter,Godric Gryffindor,73.39106183649542 +Harry Potter,Godric Gryffindor,75.21302402637555 +Harry Potter,Godric Gryffindor,74.18487608740566 +Harry Potter,Godric Gryffindor,71.69367936683425 +Harry Potter,Godric Gryffindor,72.30934454787827 +Harry Potter,Godric Gryffindor,73.9977249047 +Harry Potter,Godric Gryffindor,72.41930041196744 +Harry Potter,Crookshanks,75.907475210401 +Harry Potter,Crookshanks,78.48608542746199 +Harry Potter,Crookshanks,77.80261983673026 +Harry Potter,Crookshanks,80.45609156756733 +Harry Potter,Crookshanks,78.99940624876996 +Harry Potter,Crookshanks,75.7905154075743 +Harry Potter,Crookshanks,75.21007632872873 +Harry Potter,Crookshanks,75.28974218990359 +Harry Potter,Crookshanks,74.20376444803479 +Harry Potter,Crookshanks,75.54416413372496 +Harry Potter,Crookshanks,77.00056781339518 +Harry Potter,Crookshanks,74.13528119185656 +Harry Potter,Crookshanks,74.47063061846517 +Harry Potter,Rosmerta,66.56382994621252 +Harry Potter,Rosmerta,66.6284727370621 +Harry Potter,Rosmerta,65.83584491448079 +Harry Potter,Rosmerta,63.92143697759738 +Harry Potter,Rosmerta,64.75103203713003 +Harry Potter,Rosmerta,64.02396616369987 +Harry Potter,Rosmerta,65.22831231349589 +Harry Potter,Rosmerta,64.11981987077753 +Harry Potter,Rosmerta,64.83405380807383 +Harry Potter,Rosmerta,63.89916857317244 +Harry Potter,Rosmerta,69.40173435813001 +Harry Potter,Rosmerta,65.7730701975917 +Harry Potter,Rosmerta,63.79560305698686 +Harry Potter,Angelina Johnson,71.68860970440979 +Harry Potter,Angelina Johnson,73.7242909913067 +Harry Potter,Angelina Johnson,71.6850467528557 +Harry Potter,Angelina Johnson,70.88850880772576 +Harry Potter,Angelina Johnson,78.16403721569614 +Harry Potter,Angelina Johnson,70.53683725345554 +Harry Potter,Angelina Johnson,70.98552816253536 +Harry Potter,Angelina Johnson,71.30672536145954 +Harry Potter,Angelina Johnson,71.1641065840118 +Harry Potter,Angelina Johnson,72.17606014707552 +Harry Potter,Angelina Johnson,72.00402373184673 +Harry Potter,Angelina Johnson,71.1413115406965 +Harry Potter,Angelina Johnson,70.64618835449917 +Harry Potter,Winky,75.78984940179531 +Harry Potter,Winky,78.35029395598976 +Harry Potter,Winky,73.27322418403256 +Harry Potter,Winky,73.9731060532392 +Harry Potter,Winky,74.59316901264324 +Harry Potter,Winky,73.43748399926369 +Harry Potter,Winky,76.09318287964449 +Harry Potter,Winky,73.84189098773606 +Harry Potter,Winky,75.18216655346441 +Harry Potter,Winky,73.52185801218427 +Harry Potter,Winky,73.83819561048006 +Harry Potter,Winky,74.76113975723793 +Harry Potter,Winky,73.58066075101539 +Harry Potter,Rose Granger-Weasley,71.19226244985764 +Harry Potter,Rose Granger-Weasley,69.57357203743791 +Harry Potter,Rose Granger-Weasley,70.63725242883362 +Harry Potter,Rose Granger-Weasley,70.22304144971653 +Harry Potter,Rose Granger-Weasley,69.88127364888618 +Harry Potter,Rose Granger-Weasley,71.14229725802538 +Harry Potter,Rose Granger-Weasley,69.84383863180634 +Harry Potter,Rose Granger-Weasley,69.52112380102238 +Harry Potter,Rose Granger-Weasley,71.59117235267094 +Harry Potter,Rose Granger-Weasley,71.52573134562635 +Harry Potter,Rose Granger-Weasley,69.8613525443553 +Harry Potter,Rose Granger-Weasley,70.48001139938081 +Harry Potter,Rose Granger-Weasley,70.08457217847199 +Harry Potter,Hugo Granger-Weasley,72.95522841611918 +Harry Potter,Hugo Granger-Weasley,72.09896734918827 +Harry Potter,Hugo Granger-Weasley,71.62862446867922 +Harry Potter,Hugo Granger-Weasley,71.98176779820788 +Harry Potter,Hugo Granger-Weasley,71.93683804015988 +Harry Potter,Hugo Granger-Weasley,71.77549235685565 +Harry Potter,Hugo Granger-Weasley,72.50642611395676 +Harry Potter,Hugo Granger-Weasley,73.60293289961028 +Harry Potter,Hugo Granger-Weasley,71.9206776202149 +Harry Potter,Hugo Granger-Weasley,72.08009015202069 +Harry Potter,Hugo Granger-Weasley,72.0653194492149 +Harry Potter,Hugo Granger-Weasley,74.2010189724936 +Harry Potter,Hugo Granger-Weasley,71.61474386013616 +Harry Potter,Petunia Dursley,73.78705016869077 +Harry Potter,Petunia Dursley,74.53870960458136 +Harry Potter,Petunia Dursley,76.74786406680806 +Harry Potter,Petunia Dursley,74.84439980333345 +Harry Potter,Petunia Dursley,76.95220434432807 +Harry Potter,Petunia Dursley,75.41333060615656 +Harry Potter,Petunia Dursley,74.39009454943726 +Harry Potter,Petunia Dursley,73.83183841059777 +Harry Potter,Petunia Dursley,74.98474296806454 +Harry Potter,Petunia Dursley,74.21599527842018 +Harry Potter,Petunia Dursley,73.40154704480115 +Harry Potter,Petunia Dursley,74.32027851752807 +Harry Potter,Petunia Dursley,73.5795203833813 +Harry Potter,Broderick Bode,66.1935486811352 +Harry Potter,Broderick Bode,67.06575914872246 +Harry Potter,Broderick Bode,67.75850939509998 +Harry Potter,Broderick Bode,68.21562150815906 +Harry Potter,Broderick Bode,68.6355786543055 +Harry Potter,Broderick Bode,67.89617688736634 +Harry Potter,Broderick Bode,67.72396777861975 +Harry Potter,Broderick Bode,67.8212555178568 +Harry Potter,Broderick Bode,67.18784883231474 +Harry Potter,Broderick Bode,66.86552933898774 +Harry Potter,Broderick Bode,67.29900569549268 +Harry Potter,Broderick Bode,67.35179584230886 +Harry Potter,Broderick Bode,66.62485750635328 +Harry Potter,Augustus Rookwood,66.67795232672175 +Harry Potter,Augustus Rookwood,68.04368962186838 +Harry Potter,Augustus Rookwood,67.59455068663881 +Harry Potter,Augustus Rookwood,67.523299245353 +Harry Potter,Augustus Rookwood,69.99731533325284 +Harry Potter,Augustus Rookwood,68.9021909759297 +Harry Potter,Augustus Rookwood,70.01293747550324 +Harry Potter,Augustus Rookwood,71.84596914922857 +Harry Potter,Augustus Rookwood,68.12396692250509 +Harry Potter,Augustus Rookwood,68.72406053802243 +Harry Potter,Augustus Rookwood,67.29852655617354 +Harry Potter,Augustus Rookwood,67.29053649408279 +Harry Potter,Augustus Rookwood,68.23967409129307 +Harry Potter,Piers Polkiss,74.34135220059142 +Harry Potter,Piers Polkiss,69.08368649906015 +Harry Potter,Piers Polkiss,70.98553952470118 +Harry Potter,Piers Polkiss,68.20180360600754 +Harry Potter,Piers Polkiss,68.33858975746577 +Harry Potter,Piers Polkiss,69.43616167853376 +Harry Potter,Piers Polkiss,68.59734020223807 +Harry Potter,Piers Polkiss,68.61731177727836 +Harry Potter,Piers Polkiss,68.01410551565199 +Harry Potter,Piers Polkiss,67.49249839127795 +Harry Potter,Piers Polkiss,68.6995139480893 +Harry Potter,Piers Polkiss,67.65375908488309 +Harry Potter,Piers Polkiss,67.82958624385942 +Harry Potter,Fawkes,71.81096304613247 +Harry Potter,Fawkes,71.4436596771508 +Harry Potter,Fawkes,69.89341099495249 +Harry Potter,Fawkes,69.38358300819357 +Harry Potter,Fawkes,69.38976312579032 +Harry Potter,Fawkes,68.67081699368036 +Harry Potter,Fawkes,68.91840550425279 +Harry Potter,Fawkes,68.74168761490499 +Harry Potter,Fawkes,68.8489365661673 +Harry Potter,Fawkes,68.96508157392314 +Harry Potter,Fawkes,68.86804289544222 +Harry Potter,Fawkes,68.46973529143034 +Harry Potter,Fawkes,68.65250988973065 +Harry Potter,Bartemius Crouch Junior,75.17555495392277 +Harry Potter,Bartemius Crouch Junior,76.67453993976055 +Harry Potter,Bartemius Crouch Junior,75.73981470361342 +Harry Potter,Bartemius Crouch Junior,76.11846966754214 +Harry Potter,Bartemius Crouch Junior,75.86193740135998 +Harry Potter,Bartemius Crouch Junior,76.6153706510657 +Harry Potter,Bartemius Crouch Junior,75.4404042933845 +Harry Potter,Bartemius Crouch Junior,75.36875869456753 +Harry Potter,Bartemius Crouch Junior,75.50028484811328 +Harry Potter,Bartemius Crouch Junior,75.39271378608262 +Harry Potter,Bartemius Crouch Junior,75.58029166035718 +Harry Potter,Bartemius Crouch Junior,75.68189470729567 +Harry Potter,Bartemius Crouch Junior,75.9028447909161 +Harry Potter,Molly Weasley,74.98058931712866 +Harry Potter,Molly Weasley,75.37722863079513 +Harry Potter,Molly Weasley,73.13093027274418 +Harry Potter,Molly Weasley,75.80567760180536 +Harry Potter,Molly Weasley,73.82935396589049 +Harry Potter,Molly Weasley,73.51443440411852 +Harry Potter,Molly Weasley,73.33811686946297 +Harry Potter,Molly Weasley,73.15127862286705 +Harry Potter,Molly Weasley,76.00065845580255 +Harry Potter,Molly Weasley,74.40996534859036 +Harry Potter,Molly Weasley,76.4544389871808 +Harry Potter,Molly Weasley,73.15703470715987 +Harry Potter,Molly Weasley,74.31126365363599 +Harry Potter,Pius Thicknesse,68.85248132383397 +Harry Potter,Pius Thicknesse,69.55180860101981 +Harry Potter,Pius Thicknesse,68.81590924780431 +Harry Potter,Pius Thicknesse,68.63430677587513 +Harry Potter,Pius Thicknesse,68.44705639214123 +Harry Potter,Pius Thicknesse,68.29777972872007 +Harry Potter,Pius Thicknesse,69.72200347292994 +Harry Potter,Pius Thicknesse,68.73293068854642 +Harry Potter,Pius Thicknesse,74.59405973129519 +Harry Potter,Pius Thicknesse,68.71724314040168 +Harry Potter,Pius Thicknesse,74.62246875148125 +Harry Potter,Pius Thicknesse,73.00006052865244 +Harry Potter,Pius Thicknesse,69.01205854300487 +Harry Potter,Harry Potter,75.46997846922498 +Harry Potter,Harry Potter,76.30679228976723 +Harry Potter,Harry Potter,75.82323785527217 +Harry Potter,Harry Potter,75.88038688397228 +Harry Potter,Harry Potter,75.28259099980168 +Harry Potter,Harry Potter,78.08447308741721 +Harry Potter,Harry Potter,78.56504639581499 +Harry Potter,Harry Potter,76.11412619729138 +Harry Potter,Harry Potter,76.34533665636447 +Harry Potter,Harry Potter,75.17689834691711 +Harry Potter,Harry Potter,75.27639141694583 +Harry Potter,Harry Potter,79.50200376447734 +Harry Potter,Harry Potter,75.44251806592528 +Harry Potter,Aragog,79.11840208854589 +Harry Potter,Aragog,81.18571474947667 +Harry Potter,Aragog,78.46614452859403 +Harry Potter,Aragog,79.22600015620144 +Harry Potter,Aragog,78.11663370267186 +Harry Potter,Aragog,77.95647713265994 +Harry Potter,Aragog,79.74073161541692 +Harry Potter,Aragog,79.43483955069303 +Harry Potter,Aragog,76.8841895416416 +Harry Potter,Aragog,77.62884142441125 +Harry Potter,Aragog,76.9941667787914 +Harry Potter,Aragog,76.98614035979774 +Harry Potter,Aragog,77.82513409923884 +Harry Potter,Mosag,63.60661010027925 +Harry Potter,Mosag,65.98107151298301 +Harry Potter,Mosag,65.06216042881984 +Harry Potter,Mosag,64.2944833542926 +Harry Potter,Mosag,63.50674147739566 +Harry Potter,Mosag,64.41899767223478 +Harry Potter,Mosag,64.95403270079619 +Harry Potter,Mosag,64.30957777124348 +Harry Potter,Mosag,66.45146439944921 +Harry Potter,Mosag,64.42991927593934 +Harry Potter,Mosag,65.43543415862571 +Harry Potter,Mosag,63.426769403744856 +Harry Potter,Mosag,64.20116325686635 +Harry Potter,James Potter II,72.18815529768408 +Harry Potter,James Potter II,71.05276997533991 +Harry Potter,James Potter II,70.53089614342774 +Harry Potter,James Potter II,72.96785271168174 +Harry Potter,James Potter II,71.18146739592076 +Harry Potter,James Potter II,70.57394037550088 +Harry Potter,James Potter II,71.28141801134535 +Harry Potter,James Potter II,70.85794892709669 +Harry Potter,James Potter II,71.01161527939067 +Harry Potter,James Potter II,71.33582680149789 +Harry Potter,James Potter II,71.81580535296774 +Harry Potter,James Potter II,72.48026882536168 +Harry Potter,James Potter II,70.38230571377719 +Harry Potter,Arthur Weasley,74.42783058063227 +Harry Potter,Arthur Weasley,75.35974240830187 +Harry Potter,Arthur Weasley,74.31834432996203 +Harry Potter,Arthur Weasley,74.73972326893409 +Harry Potter,Arthur Weasley,74.4460014276905 +Harry Potter,Arthur Weasley,73.90660055766088 +Harry Potter,Arthur Weasley,73.90813281749973 +Harry Potter,Arthur Weasley,73.90036680261932 +Harry Potter,Arthur Weasley,74.14051179755023 +Harry Potter,Arthur Weasley,74.59375592705545 +Harry Potter,Arthur Weasley,74.64879128959738 +Harry Potter,Arthur Weasley,75.24657135881198 +Harry Potter,Arthur Weasley,74.49818177806824 +Harry Potter,Buckbeak,76.79509807930836 +Harry Potter,Buckbeak,80.17736308206153 +Harry Potter,Buckbeak,78.89359694346696 +Harry Potter,Buckbeak,76.15705426284211 +Harry Potter,Buckbeak,74.86026769617298 +Harry Potter,Buckbeak,74.63276183983312 +Harry Potter,Buckbeak,74.68169996260207 +Harry Potter,Buckbeak,75.89353827874368 +Harry Potter,Buckbeak,76.59409015746101 +Harry Potter,Buckbeak,75.45060703794432 +Harry Potter,Buckbeak,76.86510844189442 +Harry Potter,Buckbeak,77.75122657911011 +Harry Potter,Buckbeak,77.02241343208463 +Harry Potter,Ernest Prang,66.76799903538056 +Harry Potter,Ernest Prang,67.6847665703739 +Harry Potter,Ernest Prang,67.36756067237617 +Harry Potter,Ernest Prang,67.14744988288474 +Harry Potter,Ernest Prang,67.93200013219017 +Harry Potter,Ernest Prang,67.19977437746665 +Harry Potter,Ernest Prang,69.61238280182323 +Harry Potter,Ernest Prang,66.88822885935255 +Harry Potter,Ernest Prang,67.10423883940659 +Harry Potter,Ernest Prang,67.05571485149441 +Harry Potter,Ernest Prang,67.80775510410784 +Harry Potter,Ernest Prang,68.1196277749235 +Harry Potter,Ernest Prang,67.49515848109658 +Harry Potter,Amycus Carrow,73.76044041947395 +Harry Potter,Amycus Carrow,72.86988910083852 +Harry Potter,Amycus Carrow,80.1499786043731 +Harry Potter,Amycus Carrow,72.38898938712465 +Harry Potter,Amycus Carrow,73.41497230616841 +Harry Potter,Amycus Carrow,76.33296761177365 +Harry Potter,Amycus Carrow,73.93571749532131 +Harry Potter,Amycus Carrow,76.73563283836478 +Harry Potter,Amycus Carrow,74.56277128485199 +Harry Potter,Amycus Carrow,73.52285282508537 +Harry Potter,Amycus Carrow,73.57358136137073 +Harry Potter,Amycus Carrow,72.10805677209132 +Harry Potter,Amycus Carrow,78.05738453482309 +Harry Potter,Hepzibah Smith,67.88417134987058 +Harry Potter,Hepzibah Smith,71.15975890357483 +Harry Potter,Hepzibah Smith,72.50661965146882 +Harry Potter,Hepzibah Smith,75.20846380292616 +Harry Potter,Hepzibah Smith,68.21927351930297 +Harry Potter,Hepzibah Smith,70.08126458935384 +Harry Potter,Hepzibah Smith,70.39339388781319 +Harry Potter,Hepzibah Smith,67.67275062930834 +Harry Potter,Hepzibah Smith,68.79140045389049 +Harry Potter,Hepzibah Smith,70.9026730413488 +Harry Potter,Hepzibah Smith,69.15164603756575 +Harry Potter,Hepzibah Smith,67.73779342419446 +Harry Potter,Hepzibah Smith,67.50952722748022 +Harry Potter,Amelia Bones,76.55555550581813 +Harry Potter,Amelia Bones,69.96561648435338 +Harry Potter,Amelia Bones,71.18514786309413 +Harry Potter,Amelia Bones,71.53985013959134 +Harry Potter,Amelia Bones,69.79498674159869 +Harry Potter,Amelia Bones,69.6925669691568 +Harry Potter,Amelia Bones,70.63212633856403 +Harry Potter,Amelia Bones,71.34555719696365 +Harry Potter,Amelia Bones,74.81425502693769 +Harry Potter,Amelia Bones,81.6274649035043 +Harry Potter,Amelia Bones,70.01717222316948 +Harry Potter,Amelia Bones,69.80630966971036 +Harry Potter,Amelia Bones,70.50614053231584 +Harry Potter,Anthony Goldstein,71.32555369557586 +Harry Potter,Anthony Goldstein,72.66876767819383 +Harry Potter,Anthony Goldstein,71.44427086677175 +Harry Potter,Anthony Goldstein,71.73353168207774 +Harry Potter,Anthony Goldstein,71.2689652867771 +Harry Potter,Anthony Goldstein,72.5248471416058 +Harry Potter,Anthony Goldstein,73.59623972229836 +Harry Potter,Anthony Goldstein,71.51714970803792 +Harry Potter,Anthony Goldstein,71.7522248208532 +Harry Potter,Anthony Goldstein,71.05392044832287 +Harry Potter,Anthony Goldstein,73.00105882796458 +Harry Potter,Anthony Goldstein,71.45819871204134 +Harry Potter,Anthony Goldstein,71.47644077206822 +Harry Potter,Corban Yaxley,69.00732561724251 +Harry Potter,Corban Yaxley,68.66938194058153 +Harry Potter,Corban Yaxley,70.34645049232917 +Harry Potter,Corban Yaxley,69.63387161510265 +Harry Potter,Corban Yaxley,70.02156621208171 +Harry Potter,Corban Yaxley,68.87038008797126 +Harry Potter,Corban Yaxley,70.09735901725512 +Harry Potter,Corban Yaxley,68.71663711701957 +Harry Potter,Corban Yaxley,69.69292518561825 +Harry Potter,Corban Yaxley,68.66494016985823 +Harry Potter,Corban Yaxley,70.12187224249324 +Harry Potter,Corban Yaxley,68.88959147555674 +Harry Potter,Corban Yaxley,69.08771262823909 +Harry Potter,Dilys Derwent,66.45716517492536 +Harry Potter,Dilys Derwent,66.39883778010432 +Harry Potter,Dilys Derwent,66.73288323196637 +Harry Potter,Dilys Derwent,66.18345167267545 +Harry Potter,Dilys Derwent,65.94034268826732 +Harry Potter,Dilys Derwent,66.27544569875006 +Harry Potter,Dilys Derwent,65.9985706591305 +Harry Potter,Dilys Derwent,66.49061660748049 +Harry Potter,Dilys Derwent,66.55545987682028 +Harry Potter,Dilys Derwent,66.79864357371676 +Harry Potter,Dilys Derwent,66.03184467415957 +Harry Potter,Dilys Derwent,67.083203033531 +Harry Potter,Dilys Derwent,65.92856684839906 +Harry Potter,Hokey,66.36968231878006 +Harry Potter,Hokey,64.7895596538604 +Harry Potter,Hokey,65.38241108947751 +Harry Potter,Hokey,64.75373925315867 +Harry Potter,Hokey,65.11693884937503 +Harry Potter,Hokey,65.94076353945015 +Harry Potter,Hokey,65.96056477901809 +Harry Potter,Hokey,66.24048790692012 +Harry Potter,Hokey,65.27014035449402 +Harry Potter,Hokey,68.31080953089112 +Harry Potter,Hokey,70.32668752331668 +Harry Potter,Hokey,68.42818410743857 +Harry Potter,Hokey,65.1806669102223 +Harry Potter,Penelope Clearwater,69.18614862544275 +Harry Potter,Penelope Clearwater,69.61971799698188 +Harry Potter,Penelope Clearwater,68.82590739748198 +Harry Potter,Penelope Clearwater,69.6702874139581 +Harry Potter,Penelope Clearwater,74.21122093812771 +Harry Potter,Penelope Clearwater,69.77246638240501 +Harry Potter,Penelope Clearwater,74.20228174133365 +Harry Potter,Penelope Clearwater,68.64556732458485 +Harry Potter,Penelope Clearwater,68.7357257035001 +Harry Potter,Penelope Clearwater,68.94871108372462 +Harry Potter,Penelope Clearwater,70.48673523112913 +Harry Potter,Penelope Clearwater,68.53017831226784 +Harry Potter,Penelope Clearwater,70.48917409389192 +Harry Potter,Selwyn,66.70484162744799 +Harry Potter,Selwyn,66.58253006824881 +Harry Potter,Selwyn,66.54531142753757 +Harry Potter,Selwyn,67.11197070555052 +Harry Potter,Selwyn,67.86419526849517 +Harry Potter,Selwyn,66.9367607799667 +Harry Potter,Selwyn,66.20745804612211 +Harry Potter,Selwyn,67.30312575561203 +Harry Potter,Selwyn,67.42621329529858 +Harry Potter,Selwyn,66.8247039528021 +Harry Potter,Selwyn,66.9420089778809 +Harry Potter,Selwyn,68.4761306267227 +Harry Potter,Selwyn,66.44227202607293 +Harry Potter,Terry Boot,69.79071772700878 +Harry Potter,Terry Boot,69.85247104450252 +Harry Potter,Terry Boot,69.95994043600014 +Harry Potter,Terry Boot,69.15031856954643 +Harry Potter,Terry Boot,69.25781739319743 +Harry Potter,Terry Boot,69.19753936295045 +Harry Potter,Terry Boot,69.90645426035765 +Harry Potter,Terry Boot,69.05947170684355 +Harry Potter,Terry Boot,69.1032347496687 +Harry Potter,Terry Boot,68.9973970026577 +Harry Potter,Terry Boot,69.09701108860095 +Harry Potter,Terry Boot,69.17488465973058 +Harry Potter,Terry Boot,69.49900126924844 +Harry Potter,Zacharias Smith,72.82069350503913 +Harry Potter,Zacharias Smith,67.57357280227059 +Harry Potter,Zacharias Smith,69.1374883369477 +Harry Potter,Zacharias Smith,67.28697414807567 +Harry Potter,Zacharias Smith,67.19984322452353 +Harry Potter,Zacharias Smith,67.22154410604327 +Harry Potter,Zacharias Smith,67.78976138246374 +Harry Potter,Zacharias Smith,67.5615539698515 +Harry Potter,Zacharias Smith,67.53701700010578 +Harry Potter,Zacharias Smith,67.78784668471108 +Harry Potter,Zacharias Smith,69.36645657126398 +Harry Potter,Zacharias Smith,68.83561651068074 +Harry Potter,Zacharias Smith,67.1808153253802 +Harry Potter,Stanley Shunpike,76.09946264380535 +Harry Potter,Stanley Shunpike,75.59778355264416 +Harry Potter,Stanley Shunpike,72.70011562696752 +Harry Potter,Stanley Shunpike,72.1436474629547 +Harry Potter,Stanley Shunpike,72.51154963276592 +Harry Potter,Stanley Shunpike,73.53731533184275 +Harry Potter,Stanley Shunpike,74.0001211729815 +Harry Potter,Stanley Shunpike,74.22755480574935 +Harry Potter,Stanley Shunpike,71.4615090010404 +Harry Potter,Stanley Shunpike,80.14533168571086 +Harry Potter,Stanley Shunpike,73.57962046357649 +Harry Potter,Stanley Shunpike,73.10469979148357 +Harry Potter,Stanley Shunpike,73.2287029989862 +Harry Potter,Ernest Macmillan,66.45003626586556 +Harry Potter,Ernest Macmillan,66.22495228304794 +Harry Potter,Ernest Macmillan,67.74617348026783 +Harry Potter,Ernest Macmillan,67.75974965572495 +Harry Potter,Ernest Macmillan,67.96809864760512 +Harry Potter,Ernest Macmillan,67.5936962712041 +Harry Potter,Ernest Macmillan,70.09475363074783 +Harry Potter,Ernest Macmillan,70.014065954003 +Harry Potter,Ernest Macmillan,66.12157101493887 +Harry Potter,Ernest Macmillan,66.61729121737608 +Harry Potter,Ernest Macmillan,66.57368182867279 +Harry Potter,Ernest Macmillan,68.99085458662061 +Harry Potter,Ernest Macmillan,67.1732074494803 +Harry Potter,Eloise Midgen,68.32418024993775 +Harry Potter,Eloise Midgen,68.64924618389227 +Harry Potter,Eloise Midgen,71.19010170849789 +Harry Potter,Eloise Midgen,68.62934348334893 +Harry Potter,Eloise Midgen,68.8625881155226 +Harry Potter,Eloise Midgen,67.98489728236221 +Harry Potter,Eloise Midgen,69.48179642810295 +Harry Potter,Eloise Midgen,68.0063255931912 +Harry Potter,Eloise Midgen,67.9641433539686 +Harry Potter,Eloise Midgen,68.88558635981546 +Harry Potter,Eloise Midgen,70.0442099467402 +Harry Potter,Eloise Midgen,68.22158474921123 +Harry Potter,Eloise Midgen,68.03764684809346 +Harry Potter,Griphook,76.07609508514048 +Harry Potter,Griphook,75.18894345037403 +Harry Potter,Griphook,75.70981610733585 +Harry Potter,Griphook,75.53595341547077 +Harry Potter,Griphook,75.3673008358908 +Harry Potter,Griphook,78.79751725993914 +Harry Potter,Griphook,77.39729419278542 +Harry Potter,Griphook,76.99952440628792 +Harry Potter,Griphook,77.08770320805601 +Harry Potter,Griphook,76.22940128264786 +Harry Potter,Griphook,75.65133011750915 +Harry Potter,Griphook,75.35063560409276 +Harry Potter,Griphook,75.22640849847558 +Harry Potter,Alicia Spinnet,65.69107723171376 +Harry Potter,Alicia Spinnet,63.70186201424155 +Harry Potter,Alicia Spinnet,66.97947444918819 +Harry Potter,Alicia Spinnet,63.70723919375898 +Harry Potter,Alicia Spinnet,63.905038662129144 +Harry Potter,Alicia Spinnet,66.04260893982608 +Harry Potter,Alicia Spinnet,66.14934190915339 +Harry Potter,Alicia Spinnet,65.8632622170449 +Harry Potter,Alicia Spinnet,64.8770531060975 +Harry Potter,Alicia Spinnet,64.7171161212327 +Harry Potter,Alicia Spinnet,63.95008683260714 +Harry Potter,Alicia Spinnet,64.76296707795346 +Harry Potter,Alicia Spinnet,64.37220491530697 +Harry Potter,Ignotus Peverell,72.24077068322448 +Harry Potter,Ignotus Peverell,74.8800550509688 +Harry Potter,Ignotus Peverell,73.73468756814172 +Harry Potter,Ignotus Peverell,72.9112872991605 +Harry Potter,Ignotus Peverell,73.99545412523442 +Harry Potter,Ignotus Peverell,78.40965363804307 +Harry Potter,Ignotus Peverell,74.06042929937242 +Harry Potter,Ignotus Peverell,74.96731474025667 +Harry Potter,Ignotus Peverell,73.69369581674935 +Harry Potter,Ignotus Peverell,76.33910519015788 +Harry Potter,Ignotus Peverell,78.76076192544262 +Harry Potter,Ignotus Peverell,77.47082136504179 +Harry Potter,Ignotus Peverell,72.17835359397966 +Harry Potter,Lee Jordan,75.43402250414368 +Harry Potter,Lee Jordan,71.67849713166324 +Harry Potter,Lee Jordan,72.61819029482027 +Harry Potter,Lee Jordan,71.60768425599592 +Harry Potter,Lee Jordan,72.04303217460183 +Harry Potter,Lee Jordan,71.9496092572553 +Harry Potter,Lee Jordan,71.97177859264897 +Harry Potter,Lee Jordan,72.27232081139222 +Harry Potter,Lee Jordan,72.16436279920595 +Harry Potter,Lee Jordan,71.80677634732014 +Harry Potter,Lee Jordan,72.7685528502859 +Harry Potter,Lee Jordan,71.83660558733277 +Harry Potter,Lee Jordan,73.14684141337044 +Harry Potter,Reginald Cattermole,68.85099631240709 +Harry Potter,Reginald Cattermole,69.08118006071062 +Harry Potter,Reginald Cattermole,68.87333663343355 +Harry Potter,Reginald Cattermole,68.93878660598476 +Harry Potter,Reginald Cattermole,73.11120924144893 +Harry Potter,Reginald Cattermole,71.04784783663753 +Harry Potter,Reginald Cattermole,74.20841121039012 +Harry Potter,Reginald Cattermole,70.55310288745804 +Harry Potter,Reginald Cattermole,68.97788207137897 +Harry Potter,Reginald Cattermole,69.79573562902614 +Harry Potter,Reginald Cattermole,72.66343630236747 +Harry Potter,Reginald Cattermole,72.65870004262861 +Harry Potter,Reginald Cattermole,70.02923679397477 +Harry Potter,Wilhelmina Grubbly-Plank,71.78103394387969 +Harry Potter,Wilhelmina Grubbly-Plank,71.40838671987218 +Harry Potter,Wilhelmina Grubbly-Plank,74.8929339917049 +Harry Potter,Wilhelmina Grubbly-Plank,72.08995822689627 +Harry Potter,Wilhelmina Grubbly-Plank,73.65157474468145 +Harry Potter,Wilhelmina Grubbly-Plank,71.49116914611349 +Harry Potter,Wilhelmina Grubbly-Plank,72.8807592406049 +Harry Potter,Wilhelmina Grubbly-Plank,73.30249724681586 +Harry Potter,Wilhelmina Grubbly-Plank,71.94908041961678 +Harry Potter,Wilhelmina Grubbly-Plank,72.19293406616323 +Harry Potter,Wilhelmina Grubbly-Plank,74.49931482963254 +Harry Potter,Wilhelmina Grubbly-Plank,71.63831049524761 +Harry Potter,Wilhelmina Grubbly-Plank,71.64795659011656 +Harry Potter,Rowena Ravenclaw,70.80483760152877 +Harry Potter,Rowena Ravenclaw,70.92385091126974 +Harry Potter,Rowena Ravenclaw,70.35890592082778 +Harry Potter,Rowena Ravenclaw,72.12000021104559 +Harry Potter,Rowena Ravenclaw,72.32250178311924 +Harry Potter,Rowena Ravenclaw,75.1880204442189 +Harry Potter,Rowena Ravenclaw,77.53177285893452 +Harry Potter,Rowena Ravenclaw,70.31629555003357 +Harry Potter,Rowena Ravenclaw,71.43009895992923 +Harry Potter,Rowena Ravenclaw,72.68006911975205 +Harry Potter,Rowena Ravenclaw,74.37248391867917 +Harry Potter,Rowena Ravenclaw,71.42550436329059 +Harry Potter,Rowena Ravenclaw,71.38024008895704 +Harry Potter,Herbert Beery,65.33543674585796 +Harry Potter,Herbert Beery,63.58814257341518 +Harry Potter,Herbert Beery,65.17330881857607 +Harry Potter,Herbert Beery,64.97475392596633 +Harry Potter,Herbert Beery,64.58539394996538 +Harry Potter,Herbert Beery,63.813904269522006 +Harry Potter,Herbert Beery,63.90441191489007 +Harry Potter,Herbert Beery,64.01309769940183 +Harry Potter,Herbert Beery,63.833794680662415 +Harry Potter,Herbert Beery,63.533429537820965 +Harry Potter,Herbert Beery,64.68291174165661 +Harry Potter,Herbert Beery,64.5901781653702 +Harry Potter,Herbert Beery,63.88558171771423 +Harry Potter,Justin Finch-Fletchley,73.64722579146728 +Harry Potter,Justin Finch-Fletchley,79.61639565745224 +Harry Potter,Justin Finch-Fletchley,74.06870665758709 +Harry Potter,Justin Finch-Fletchley,76.87232110233055 +Harry Potter,Justin Finch-Fletchley,75.02424417075343 +Harry Potter,Justin Finch-Fletchley,73.79837372250351 +Harry Potter,Justin Finch-Fletchley,73.95198600326505 +Harry Potter,Justin Finch-Fletchley,77.29598172092098 +Harry Potter,Justin Finch-Fletchley,73.75520013207193 +Harry Potter,Justin Finch-Fletchley,73.91196524030515 +Harry Potter,Justin Finch-Fletchley,75.27595247683097 +Harry Potter,Justin Finch-Fletchley,73.82623971263718 +Harry Potter,Justin Finch-Fletchley,75.69364597745965 +Harry Potter,Elphias Doge,72.85178084918392 +Harry Potter,Elphias Doge,72.06279200957796 +Harry Potter,Elphias Doge,72.28421290951734 +Harry Potter,Elphias Doge,72.18635981768017 +Harry Potter,Elphias Doge,73.34774970603 +Harry Potter,Elphias Doge,71.96233996936544 +Harry Potter,Elphias Doge,77.18388878878821 +Harry Potter,Elphias Doge,77.51429420554385 +Harry Potter,Elphias Doge,76.8122102263355 +Harry Potter,Elphias Doge,73.12924810170271 +Harry Potter,Elphias Doge,73.1049861438435 +Harry Potter,Elphias Doge,72.16514563614702 +Harry Potter,Elphias Doge,75.61056013939194 +Harry Potter,Hannah Abbott,66.15262016585977 +Harry Potter,Hannah Abbott,65.81401839913616 +Harry Potter,Hannah Abbott,66.2222933807256 +Harry Potter,Hannah Abbott,67.42060811799122 +Harry Potter,Hannah Abbott,66.47164882066183 +Harry Potter,Hannah Abbott,69.61218371494122 +Harry Potter,Hannah Abbott,65.73967853509491 +Harry Potter,Hannah Abbott,66.53308616943791 +Harry Potter,Hannah Abbott,68.04095011219988 +Harry Potter,Hannah Abbott,65.99610098999847 +Harry Potter,Hannah Abbott,65.02227687693559 +Harry Potter,Hannah Abbott,66.42980618506377 +Harry Potter,Hannah Abbott,65.33825596066563 +Harry Potter,Marcus Flint,69.19508781869528 +Harry Potter,Marcus Flint,70.54120553079747 +Harry Potter,Marcus Flint,70.48581937887205 +Harry Potter,Marcus Flint,68.94490603025737 +Harry Potter,Marcus Flint,69.21269086087793 +Harry Potter,Marcus Flint,68.89134338462895 +Harry Potter,Marcus Flint,69.30836138021216 +Harry Potter,Marcus Flint,68.74394438357069 +Harry Potter,Marcus Flint,68.96323346076578 +Harry Potter,Marcus Flint,69.13921546488876 +Harry Potter,Marcus Flint,70.06978405252656 +Harry Potter,Marcus Flint,68.6374299432718 +Harry Potter,Marcus Flint,68.95525925985727 +Harry Potter,Millicent Bulstrode,67.52700648247396 +Harry Potter,Millicent Bulstrode,67.03986541509812 +Harry Potter,Millicent Bulstrode,66.37347637638248 +Harry Potter,Millicent Bulstrode,67.65589552199181 +Harry Potter,Millicent Bulstrode,66.6134672530912 +Harry Potter,Millicent Bulstrode,66.50080991085078 +Harry Potter,Millicent Bulstrode,68.04467460049769 +Harry Potter,Millicent Bulstrode,68.18424186450875 +Harry Potter,Millicent Bulstrode,67.64727379525746 +Harry Potter,Millicent Bulstrode,66.69647352934737 +Harry Potter,Millicent Bulstrode,67.79002955246757 +Harry Potter,Millicent Bulstrode,66.67634342099974 +Harry Potter,Millicent Bulstrode,67.03672379933371 +Harry Potter,Marietta Edgecombe,67.20205619572741 +Harry Potter,Marietta Edgecombe,66.34642842538841 +Harry Potter,Marietta Edgecombe,66.298839612866 +Harry Potter,Marietta Edgecombe,66.24707695737911 +Harry Potter,Marietta Edgecombe,71.42683512623071 +Harry Potter,Marietta Edgecombe,70.30899241737004 +Harry Potter,Marietta Edgecombe,67.21186570636476 +Harry Potter,Marietta Edgecombe,70.60156794471823 +Harry Potter,Marietta Edgecombe,67.02813393797493 +Harry Potter,Marietta Edgecombe,69.52620678303218 +Harry Potter,Marietta Edgecombe,66.39521663041307 +Harry Potter,Marietta Edgecombe,68.82141897776496 +Harry Potter,Marietta Edgecombe,66.3534892664463 +Harry Potter,Evan Rosier,65.29796602232658 +Harry Potter,Evan Rosier,65.88205307156937 +Harry Potter,Evan Rosier,65.47577358497782 +Harry Potter,Evan Rosier,72.26256293605444 +Harry Potter,Evan Rosier,65.6982408624997 +Harry Potter,Evan Rosier,65.01108706111806 +Harry Potter,Evan Rosier,65.785640296112 +Harry Potter,Evan Rosier,65.78834751376533 +Harry Potter,Evan Rosier,65.12769654408169 +Harry Potter,Evan Rosier,66.31177565992084 +Harry Potter,Evan Rosier,66.6997592529045 +Harry Potter,Evan Rosier,66.6204611934099 +Harry Potter,Evan Rosier,66.08283345144598 +Harry Potter,Fat Friar,72.61308161824404 +Harry Potter,Fat Friar,66.65139743916167 +Harry Potter,Fat Friar,66.74776285234068 +Harry Potter,Fat Friar,67.10201363630387 +Harry Potter,Fat Friar,67.54502555540101 +Harry Potter,Fat Friar,66.53058563978728 +Harry Potter,Fat Friar,67.24726499827071 +Harry Potter,Fat Friar,67.02539165557957 +Harry Potter,Fat Friar,67.18420339224808 +Harry Potter,Fat Friar,66.83808564321683 +Harry Potter,Fat Friar,68.77313115993874 +Harry Potter,Fat Friar,68.84201361680073 +Harry Potter,Fat Friar,67.7712932628609 +Harry Potter,Rolanda Hooch,72.13520673347918 +Harry Potter,Rolanda Hooch,70.34298241282629 +Harry Potter,Rolanda Hooch,70.58424939398714 +Harry Potter,Rolanda Hooch,73.4289968290961 +Harry Potter,Rolanda Hooch,69.32937091756615 +Harry Potter,Rolanda Hooch,68.03851864647602 +Harry Potter,Rolanda Hooch,69.56366502521354 +Harry Potter,Rolanda Hooch,67.8494735383808 +Harry Potter,Rolanda Hooch,68.76505111182357 +Harry Potter,Rolanda Hooch,68.01854768478739 +Harry Potter,Rolanda Hooch,67.73716618734964 +Harry Potter,Rolanda Hooch,68.4368805739759 +Harry Potter,Rolanda Hooch,67.81260779860166 +Harry Potter,Antioch Peverell,71.4308776070311 +Harry Potter,Antioch Peverell,71.28722521259164 +Harry Potter,Antioch Peverell,70.63722642534971 +Harry Potter,Antioch Peverell,72.74771517154011 +Harry Potter,Antioch Peverell,71.6713324986517 +Harry Potter,Antioch Peverell,72.79336170569884 +Harry Potter,Antioch Peverell,75.72768018650147 +Harry Potter,Antioch Peverell,73.36453506329732 +Harry Potter,Antioch Peverell,74.67288267479361 +Harry Potter,Antioch Peverell,71.50335219390429 +Harry Potter,Antioch Peverell,72.10013800110639 +Harry Potter,Antioch Peverell,73.92632306819274 +Harry Potter,Antioch Peverell,71.53524826244764 +Harry Potter,Astoria Malfoy,69.38529160891022 +Harry Potter,Astoria Malfoy,69.64915429454854 +Harry Potter,Astoria Malfoy,70.75724254933913 +Harry Potter,Astoria Malfoy,70.14192165792727 +Harry Potter,Astoria Malfoy,71.10127462062951 +Harry Potter,Astoria Malfoy,70.05476328172051 +Harry Potter,Astoria Malfoy,69.46750923026444 +Harry Potter,Astoria Malfoy,69.54335002016957 +Harry Potter,Astoria Malfoy,70.0970798186829 +Harry Potter,Astoria Malfoy,70.98245567298683 +Harry Potter,Astoria Malfoy,69.35260847273419 +Harry Potter,Astoria Malfoy,70.20157055478508 +Harry Potter,Astoria Malfoy,69.59110332617368 +Harry Potter,Cadmus Peverell,71.53823635698784 +Harry Potter,Cadmus Peverell,71.55799937659224 +Harry Potter,Cadmus Peverell,71.5586761524299 +Harry Potter,Cadmus Peverell,73.60580353869204 +Harry Potter,Cadmus Peverell,72.27342106614374 +Harry Potter,Cadmus Peverell,74.29623503092732 +Harry Potter,Cadmus Peverell,77.22907868007637 +Harry Potter,Cadmus Peverell,74.26669078565675 +Harry Potter,Cadmus Peverell,75.01816152233425 +Harry Potter,Cadmus Peverell,71.53506354925658 +Harry Potter,Cadmus Peverell,73.57743660795761 +Harry Potter,Cadmus Peverell,76.09933860541366 +Harry Potter,Cadmus Peverell,73.86483367244617 +Harry Potter,Merope Riddle,74.62114521502716 +Harry Potter,Merope Riddle,78.94591929228949 +Harry Potter,Merope Riddle,75.95493601749476 +Harry Potter,Merope Riddle,76.34718933450134 +Harry Potter,Merope Riddle,76.86214611665947 +Harry Potter,Merope Riddle,79.4012592692302 +Harry Potter,Merope Riddle,80.03147856449631 +Harry Potter,Merope Riddle,77.26842444767028 +Harry Potter,Merope Riddle,74.5232364450398 +Harry Potter,Merope Riddle,75.12390384240084 +Harry Potter,Merope Riddle,74.43123938577577 +Harry Potter,Merope Riddle,78.70416796329432 +Harry Potter,Merope Riddle,76.38079449651441 +Harry Potter,Dexter Fortescue,67.63867235222271 +Harry Potter,Dexter Fortescue,67.56199883089083 +Harry Potter,Dexter Fortescue,67.59196050207481 +Harry Potter,Dexter Fortescue,68.9138113295216 +Harry Potter,Dexter Fortescue,68.01221518754883 +Harry Potter,Dexter Fortescue,69.41186315003951 +Harry Potter,Dexter Fortescue,68.0882342812348 +Harry Potter,Dexter Fortescue,67.66299680095977 +Harry Potter,Dexter Fortescue,68.26644088706114 +Harry Potter,Dexter Fortescue,68.41685422571774 +Harry Potter,Dexter Fortescue,68.04051719478966 +Harry Potter,Dexter Fortescue,67.53165099810086 +Harry Potter,Dexter Fortescue,67.85674037698966 +Harry Potter,Susan Bones,73.43239898210255 +Harry Potter,Susan Bones,71.71544481127643 +Harry Potter,Susan Bones,74.44731933706954 +Harry Potter,Susan Bones,71.72955083654364 +Harry Potter,Susan Bones,72.01628761213392 +Harry Potter,Susan Bones,72.75943205795573 +Harry Potter,Susan Bones,71.71624349940396 +Harry Potter,Susan Bones,72.65550761175128 +Harry Potter,Susan Bones,72.16147459898924 +Harry Potter,Susan Bones,74.59544312384398 +Harry Potter,Susan Bones,74.72389957699781 +Harry Potter,Susan Bones,71.79021961270922 +Harry Potter,Susan Bones,73.22820713476152 +Harry Potter,Silvanus Kettleburn,69.54997320793696 +Harry Potter,Silvanus Kettleburn,72.13599958321643 +Harry Potter,Silvanus Kettleburn,69.71190424560861 +Harry Potter,Silvanus Kettleburn,70.03237505514895 +Harry Potter,Silvanus Kettleburn,69.35277368873487 +Harry Potter,Silvanus Kettleburn,69.47613597997872 +Harry Potter,Silvanus Kettleburn,69.80460298916789 +Harry Potter,Silvanus Kettleburn,69.71309859701122 +Harry Potter,Silvanus Kettleburn,71.45817704954327 +Harry Potter,Silvanus Kettleburn,69.36714101814204 +Harry Potter,Silvanus Kettleburn,69.5747074648197 +Harry Potter,Silvanus Kettleburn,69.71448586040752 +Harry Potter,Silvanus Kettleburn,70.34150098165166 +Harry Potter,Antonin Dolohov,71.43204815419094 +Harry Potter,Antonin Dolohov,71.44108328653098 +Harry Potter,Antonin Dolohov,80.7242638671179 +Harry Potter,Antonin Dolohov,77.16522490060095 +Harry Potter,Antonin Dolohov,75.57129103157003 +Harry Potter,Antonin Dolohov,77.24334082199259 +Harry Potter,Antonin Dolohov,72.8057479565185 +Harry Potter,Antonin Dolohov,74.87594263244625 +Harry Potter,Antonin Dolohov,73.4953592913931 +Harry Potter,Antonin Dolohov,71.67104567438068 +Harry Potter,Antonin Dolohov,74.75241807649932 +Harry Potter,Antonin Dolohov,71.85925024531548 +Harry Potter,Antonin Dolohov,73.3322775577928 +Harry Potter,Frank Longbottom,72.15941624910785 +Harry Potter,Frank Longbottom,73.6567179756211 +Harry Potter,Frank Longbottom,71.96466979275836 +Harry Potter,Frank Longbottom,70.92176479793491 +Harry Potter,Frank Longbottom,72.08847315403392 +Harry Potter,Frank Longbottom,72.2193504845115 +Harry Potter,Frank Longbottom,71.27578435967638 +Harry Potter,Frank Longbottom,72.50370058206208 +Harry Potter,Frank Longbottom,72.01716359975075 +Harry Potter,Frank Longbottom,73.28767003875791 +Harry Potter,Frank Longbottom,71.46704594094362 +Harry Potter,Frank Longbottom,72.48203097076248 +Harry Potter,Frank Longbottom,71.4225350251354 +Harry Potter,Michael Corner,65.45370916738452 +Harry Potter,Michael Corner,67.35799984348631 +Harry Potter,Michael Corner,73.86578191315024 +Harry Potter,Michael Corner,68.4268792668474 +Harry Potter,Michael Corner,67.48758504232487 +Harry Potter,Michael Corner,64.97171809016228 +Harry Potter,Michael Corner,72.92498176821289 +Harry Potter,Michael Corner,69.21626928346612 +Harry Potter,Michael Corner,64.66676991150881 +Harry Potter,Michael Corner,65.28868508340716 +Harry Potter,Michael Corner,65.2111192819199 +Harry Potter,Michael Corner,64.63308882589449 +Harry Potter,Michael Corner,64.8959161327488 +Harry Potter,Vernon Dursley,75.81589646184013 +Harry Potter,Vernon Dursley,75.75426756898324 +Harry Potter,Vernon Dursley,75.95939074975537 +Harry Potter,Vernon Dursley,75.7650791815561 +Harry Potter,Vernon Dursley,76.14667264893963 +Harry Potter,Vernon Dursley,75.52763627137064 +Harry Potter,Vernon Dursley,77.23774069010429 +Harry Potter,Vernon Dursley,76.92432151239916 +Harry Potter,Vernon Dursley,75.6172372647395 +Harry Potter,Vernon Dursley,76.1413644637729 +Harry Potter,Vernon Dursley,75.7702672244293 +Harry Potter,Vernon Dursley,75.5234053394093 +Harry Potter,Vernon Dursley,76.11361391384513 +Harry Potter,Marlene McKinnon,66.17175744222116 +Harry Potter,Marlene McKinnon,66.28415299378965 +Harry Potter,Marlene McKinnon,66.72650284788794 +Harry Potter,Marlene McKinnon,67.04455910601352 +Harry Potter,Marlene McKinnon,65.72045665185914 +Harry Potter,Marlene McKinnon,65.68869982540895 +Harry Potter,Marlene McKinnon,66.57964354046587 +Harry Potter,Marlene McKinnon,66.86105386755223 +Harry Potter,Marlene McKinnon,66.08543811160929 +Harry Potter,Marlene McKinnon,65.53803723914567 +Harry Potter,Marlene McKinnon,65.61321403746231 +Harry Potter,Marlene McKinnon,66.015347109478 +Harry Potter,Marlene McKinnon,67.30554677913618 +Harry Potter,Dorcas Meadowes,65.2940651983319 +Harry Potter,Dorcas Meadowes,65.94605538386492 +Harry Potter,Dorcas Meadowes,65.21429822658334 +Harry Potter,Dorcas Meadowes,65.47617807282556 +Harry Potter,Dorcas Meadowes,66.68753394284552 +Harry Potter,Dorcas Meadowes,65.3403291131202 +Harry Potter,Dorcas Meadowes,66.32094161116872 +Harry Potter,Dorcas Meadowes,65.48346862598574 +Harry Potter,Dorcas Meadowes,66.07655545735707 +Harry Potter,Dorcas Meadowes,65.29564558863423 +Harry Potter,Dorcas Meadowes,65.27540951795002 +Harry Potter,Dorcas Meadowes,66.771264458375 +Harry Potter,Dorcas Meadowes,65.76478504392178 +Harry Potter,Emeric the Evil,67.8331621261405 +Harry Potter,Emeric the Evil,67.44568996594968 +Harry Potter,Emeric the Evil,67.94250554456607 +Harry Potter,Emeric the Evil,68.02669905448704 +Harry Potter,Emeric the Evil,67.09861731980205 +Harry Potter,Emeric the Evil,68.10479091396535 +Harry Potter,Emeric the Evil,68.01369514102777 +Harry Potter,Emeric the Evil,68.73901757717239 +Harry Potter,Emeric the Evil,67.4022118794976 +Harry Potter,Emeric the Evil,67.08107519168924 +Harry Potter,Emeric the Evil,67.1245395872129 +Harry Potter,Emeric the Evil,68.38526097339258 +Harry Potter,Emeric the Evil,67.99218171544798 +Harry Potter,Dennis Creevey,74.29408385697126 +Harry Potter,Dennis Creevey,73.81780206751706 +Harry Potter,Dennis Creevey,74.35797284546774 +Harry Potter,Dennis Creevey,75.58416971328643 +Harry Potter,Dennis Creevey,77.30166756295301 +Harry Potter,Dennis Creevey,72.40296263865787 +Harry Potter,Dennis Creevey,73.52541816044548 +Harry Potter,Dennis Creevey,72.33129288647592 +Harry Potter,Dennis Creevey,72.58802977157184 +Harry Potter,Dennis Creevey,72.55989293519431 +Harry Potter,Dennis Creevey,73.16214836952462 +Harry Potter,Dennis Creevey,72.61845604735454 +Harry Potter,Dennis Creevey,72.49988008860069 +Harry Potter,Mykew Gregorovitch,71.39477234119028 +Harry Potter,Mykew Gregorovitch,71.48639552642142 +Harry Potter,Mykew Gregorovitch,71.67642115035032 +Harry Potter,Mykew Gregorovitch,71.57588389542666 +Harry Potter,Mykew Gregorovitch,72.34320243353753 +Harry Potter,Mykew Gregorovitch,76.21601406536654 +Harry Potter,Mykew Gregorovitch,71.71819482679722 +Harry Potter,Mykew Gregorovitch,73.62650958757753 +Harry Potter,Mykew Gregorovitch,72.02973844930514 +Harry Potter,Mykew Gregorovitch,72.82534609854889 +Harry Potter,Mykew Gregorovitch,74.24548191467004 +Harry Potter,Mykew Gregorovitch,76.45542675992908 +Harry Potter,Mykew Gregorovitch,72.92832779711071 +Harry Potter,George Weasley,74.055340174585 +Harry Potter,George Weasley,73.42486916916167 +Harry Potter,George Weasley,72.91066232308002 +Harry Potter,George Weasley,75.52300085537827 +Harry Potter,George Weasley,74.27343050643181 +Harry Potter,George Weasley,74.56599403203147 +Harry Potter,George Weasley,72.63896752700076 +Harry Potter,George Weasley,73.45906837232603 +Harry Potter,George Weasley,73.03005284990199 +Harry Potter,George Weasley,73.7453790240427 +Harry Potter,George Weasley,73.57126650882853 +Harry Potter,George Weasley,76.20438255909269 +Harry Potter,George Weasley,76.10220255233881 +Harry Potter,Fred Weasley,75.54179771710105 +Harry Potter,Fred Weasley,74.19905243094591 +Harry Potter,Fred Weasley,73.62504169372929 +Harry Potter,Fred Weasley,74.86969721764028 +Harry Potter,Fred Weasley,74.76322400960521 +Harry Potter,Fred Weasley,74.16092423080968 +Harry Potter,Fred Weasley,73.6295574562564 +Harry Potter,Fred Weasley,74.03129463930846 +Harry Potter,Fred Weasley,74.45078560685765 +Harry Potter,Fred Weasley,73.71981673194409 +Harry Potter,Fred Weasley,73.76527114446601 +Harry Potter,Fred Weasley,74.20986738961366 +Harry Potter,Fred Weasley,74.10591419987227 +Harry Potter,Gregory Goyle,73.04527895094486 +Harry Potter,Gregory Goyle,72.62769616092483 +Harry Potter,Gregory Goyle,72.59166626325572 +Harry Potter,Gregory Goyle,73.10848507997724 +Harry Potter,Gregory Goyle,73.93231471576819 +Harry Potter,Gregory Goyle,76.32908506772112 +Harry Potter,Gregory Goyle,75.18056631032573 +Harry Potter,Gregory Goyle,72.47960883176155 +Harry Potter,Gregory Goyle,72.41277115069272 +Harry Potter,Gregory Goyle,73.88725326786162 +Harry Potter,Gregory Goyle,73.98660112006911 +Harry Potter,Gregory Goyle,72.91028425721363 +Harry Potter,Gregory Goyle,72.32723499688315 +Harry Potter,Galatea Merrythought,68.15983567359282 +Harry Potter,Galatea Merrythought,67.84681491874709 +Harry Potter,Galatea Merrythought,68.4151011100519 +Harry Potter,Galatea Merrythought,70.52241345959794 +Harry Potter,Galatea Merrythought,68.85278751927052 +Harry Potter,Galatea Merrythought,68.40158783200032 +Harry Potter,Galatea Merrythought,68.71136863504947 +Harry Potter,Galatea Merrythought,67.8588970800373 +Harry Potter,Galatea Merrythought,70.56186844150768 +Harry Potter,Galatea Merrythought,67.79172690675956 +Harry Potter,Galatea Merrythought,67.82042774250968 +Harry Potter,Galatea Merrythought,67.95427747960609 +Harry Potter,Galatea Merrythought,67.9909716105641 +Harry Potter,Victoire Weasley,71.04900069306277 +Harry Potter,Victoire Weasley,70.36103474654631 +Harry Potter,Victoire Weasley,70.32449010733228 +Harry Potter,Victoire Weasley,72.07429370078029 +Harry Potter,Victoire Weasley,71.68488575500841 +Harry Potter,Victoire Weasley,70.7804536879926 +Harry Potter,Victoire Weasley,70.19341174183018 +Harry Potter,Victoire Weasley,70.19205111537387 +Harry Potter,Victoire Weasley,70.32409492863438 +Harry Potter,Victoire Weasley,71.85520911652648 +Harry Potter,Victoire Weasley,70.17618092237143 +Harry Potter,Victoire Weasley,70.35633914089462 +Harry Potter,Victoire Weasley,71.30879795295866 +Harry Potter,Fat Lady,69.30550683809086 +Harry Potter,Fat Lady,69.02545574644702 +Harry Potter,Fat Lady,68.45848131346925 +Harry Potter,Fat Lady,70.09698197368276 +Harry Potter,Fat Lady,70.32251018087767 +Harry Potter,Fat Lady,71.40236679645923 +Harry Potter,Fat Lady,68.67995018350365 +Harry Potter,Fat Lady,70.07308491655057 +Harry Potter,Fat Lady,70.69768056628493 +Harry Potter,Fat Lady,68.51895114554574 +Harry Potter,Fat Lady,68.71880427448343 +Harry Potter,Fat Lady,67.99632061824607 +Harry Potter,Fat Lady,68.34266617190985 +Harry Potter,Dominique Weasley,71.27308394309668 +Harry Potter,Dominique Weasley,72.45991917712348 +Harry Potter,Dominique Weasley,71.53274807995327 +Harry Potter,Dominique Weasley,71.14165771227502 +Harry Potter,Dominique Weasley,74.35499610977503 +Harry Potter,Dominique Weasley,73.15567671800048 +Harry Potter,Dominique Weasley,71.73468873432157 +Harry Potter,Dominique Weasley,72.3674259820174 +Harry Potter,Dominique Weasley,71.75822683644816 +Harry Potter,Dominique Weasley,72.57315165274412 +Harry Potter,Dominique Weasley,73.90495507552012 +Harry Potter,Dominique Weasley,71.05206949389846 +Harry Potter,Dominique Weasley,71.46951528910871 +Harry Potter,Beedle the Bard,72.18034600820441 +Harry Potter,Beedle the Bard,72.65327478847267 +Harry Potter,Beedle the Bard,72.33052805027972 +Harry Potter,Beedle the Bard,74.04204728859413 +Harry Potter,Beedle the Bard,71.67539157193006 +Harry Potter,Beedle the Bard,72.94710304636595 +Harry Potter,Beedle the Bard,75.3068103356683 +Harry Potter,Beedle the Bard,77.96334345984356 +Harry Potter,Beedle the Bard,71.95701872339991 +Harry Potter,Beedle the Bard,72.86665345364653 +Harry Potter,Beedle the Bard,72.01209935307531 +Harry Potter,Beedle the Bard,75.03244494703631 +Harry Potter,Beedle the Bard,75.23942504099725 +Harry Potter,Ignatius Prewett,66.56023443065516 +Harry Potter,Ignatius Prewett,67.06973802991865 +Harry Potter,Ignatius Prewett,69.85759263530808 +Harry Potter,Ignatius Prewett,67.18260357943196 +Harry Potter,Ignatius Prewett,66.50663741739751 +Harry Potter,Ignatius Prewett,66.5825868203448 +Harry Potter,Ignatius Prewett,66.79127989716439 +Harry Potter,Ignatius Prewett,66.53588578475042 +Harry Potter,Ignatius Prewett,66.53973852912 +Harry Potter,Ignatius Prewett,67.32233516178246 +Harry Potter,Ignatius Prewett,66.78371069091492 +Harry Potter,Ignatius Prewett,68.1226685161832 +Harry Potter,Ignatius Prewett,67.62660376664203 +Harry Potter,Sirius Black I,76.64028512823235 +Harry Potter,Sirius Black I,78.02274795787035 +Harry Potter,Sirius Black I,77.63010267873162 +Harry Potter,Sirius Black I,78.14566514890831 +Harry Potter,Sirius Black I,76.5317909770277 +Harry Potter,Sirius Black I,76.0574843799586 +Harry Potter,Sirius Black I,76.0092697515887 +Harry Potter,Sirius Black I,76.70798644975415 +Harry Potter,Sirius Black I,76.39006824130541 +Harry Potter,Sirius Black I,76.95227895287546 +Harry Potter,Sirius Black I,75.93623266308876 +Harry Potter,Sirius Black I,76.14688861012428 +Harry Potter,Sirius Black I,76.7494078009209 +Harry Potter,Regulus Black I,76.62983554771067 +Harry Potter,Regulus Black I,76.11204661523458 +Harry Potter,Regulus Black I,75.77786037831393 +Harry Potter,Regulus Black I,74.61323295543238 +Harry Potter,Regulus Black I,76.04408913654792 +Harry Potter,Regulus Black I,75.25640120740545 +Harry Potter,Regulus Black I,76.91500092233457 +Harry Potter,Regulus Black I,75.23661367003382 +Harry Potter,Regulus Black I,74.60425755877158 +Harry Potter,Regulus Black I,73.0575655893061 +Harry Potter,Regulus Black I,76.1298064179813 +Harry Potter,Regulus Black I,73.1138780590692 +Harry Potter,Regulus Black I,73.8588110887915 +Harry Potter,Louis Weasley,72.13265863599344 +Harry Potter,Louis Weasley,71.12525555291941 +Harry Potter,Louis Weasley,71.41106063097342 +Harry Potter,Louis Weasley,71.12464842081111 +Harry Potter,Louis Weasley,71.20044936398673 +Harry Potter,Louis Weasley,71.19257888998733 +Harry Potter,Louis Weasley,71.67262195358816 +Harry Potter,Louis Weasley,71.3542274512823 +Harry Potter,Louis Weasley,71.17948254641118 +Harry Potter,Louis Weasley,71.76976320165551 +Harry Potter,Louis Weasley,71.0808627422883 +Harry Potter,Louis Weasley,71.77085688042118 +Harry Potter,Louis Weasley,71.10830552004532 +Harry Potter,Abraxas Malfoy,71.09277693610298 +Harry Potter,Abraxas Malfoy,71.54329262036742 +Harry Potter,Abraxas Malfoy,70.75542921896222 +Harry Potter,Abraxas Malfoy,70.67749787504619 +Harry Potter,Abraxas Malfoy,70.69052010098885 +Harry Potter,Abraxas Malfoy,70.89745696609391 +Harry Potter,Abraxas Malfoy,70.78839434627194 +Harry Potter,Abraxas Malfoy,71.78132477856546 +Harry Potter,Abraxas Malfoy,72.60532092258816 +Harry Potter,Abraxas Malfoy,71.00786184363955 +Harry Potter,Abraxas Malfoy,70.82840349480362 +Harry Potter,Abraxas Malfoy,70.80039789804036 +Harry Potter,Abraxas Malfoy,71.6196079059124 +Harry Potter,Sirius Black II,75.12420411551298 +Harry Potter,Sirius Black II,74.45779745368178 +Harry Potter,Sirius Black II,75.2246873994938 +Harry Potter,Sirius Black II,76.09609396627066 +Harry Potter,Sirius Black II,75.54311621158286 +Harry Potter,Sirius Black II,74.4908351310819 +Harry Potter,Sirius Black II,74.11864083632076 +Harry Potter,Sirius Black II,74.73687947960272 +Harry Potter,Sirius Black II,74.74630852838825 +Harry Potter,Sirius Black II,74.8055844908149 +Harry Potter,Sirius Black II,75.06843259193901 +Harry Potter,Sirius Black II,74.93059886285019 +Harry Potter,Sirius Black II,74.28090858873911 +Harry Potter,Irma Crabbe,65.12779475204242 +Harry Potter,Irma Crabbe,64.99717111654196 +Harry Potter,Irma Crabbe,65.05338660474104 +Harry Potter,Irma Crabbe,65.53858283168552 +Harry Potter,Irma Crabbe,64.992057882284 +Harry Potter,Irma Crabbe,65.03146870850271 +Harry Potter,Irma Crabbe,65.70930174283282 +Harry Potter,Irma Crabbe,66.06224644616132 +Harry Potter,Irma Crabbe,65.09232319090181 +Harry Potter,Irma Crabbe,66.00252327159187 +Harry Potter,Irma Crabbe,66.12950781684488 +Harry Potter,Irma Crabbe,64.92277719231299 +Harry Potter,Irma Crabbe,65.5155215277456 +Harry Potter,Porpentina Goldstein,69.04477134784874 +Harry Potter,Porpentina Goldstein,68.29389959029615 +Harry Potter,Porpentina Goldstein,68.32097163794111 +Harry Potter,Porpentina Goldstein,68.75084052776182 +Harry Potter,Porpentina Goldstein,69.57809969062333 +Harry Potter,Porpentina Goldstein,69.6404426470702 +Harry Potter,Porpentina Goldstein,68.31342078745072 +Harry Potter,Porpentina Goldstein,68.88765336152586 +Harry Potter,Porpentina Goldstein,68.5953953585725 +Harry Potter,Porpentina Goldstein,69.75805791750527 +Harry Potter,Porpentina Goldstein,69.03925690426927 +Harry Potter,Porpentina Goldstein,68.46003298944224 +Harry Potter,Porpentina Goldstein,69.11585215509783 +Harry Potter,Radolphus Lestrange,71.89175396679578 +Harry Potter,Radolphus Lestrange,72.19108558033696 +Harry Potter,Radolphus Lestrange,72.462022433731 +Harry Potter,Radolphus Lestrange,74.48085433393648 +Harry Potter,Radolphus Lestrange,73.15819177542097 +Harry Potter,Radolphus Lestrange,72.24366638922612 +Harry Potter,Radolphus Lestrange,72.05903712719252 +Harry Potter,Radolphus Lestrange,71.88744420195489 +Harry Potter,Radolphus Lestrange,72.81305097947484 +Harry Potter,Radolphus Lestrange,71.91590506999076 +Harry Potter,Radolphus Lestrange,72.26257013850561 +Harry Potter,Radolphus Lestrange,73.0070201747891 +Harry Potter,Radolphus Lestrange,73.55394694835806 +The Lord of the Rings,Gimli,75.18163779564149 +The Lord of the Rings,Gimli,74.48062086391538 +The Lord of the Rings,Gimli,74.12071325368164 +The Lord of the Rings,Gimli,74.46470761434094 +The Lord of the Rings,Gimli,74.77345995948517 +The Lord of the Rings,Gimli,74.41483829365458 +The Lord of the Rings,Gimli,74.85644346925108 +The Lord of the Rings,Gimli,75.06280647866257 +The Lord of the Rings,Gimli,74.60407755683816 +The Lord of the Rings,Gimli,74.55535842012767 +The Lord of the Rings,Gimli,75.56249622224759 +The Lord of the Rings,Gimli,74.20869849069801 +The Lord of the Rings,Gimli,74.2417866829683 +The Lord of the Rings,Elrond,76.52047919352475 +The Lord of the Rings,Elrond,76.3757338643308 +The Lord of the Rings,Elrond,76.54542195673508 +The Lord of the Rings,Elrond,78.91427878919889 +The Lord of the Rings,Elrond,77.750475324321 +The Lord of the Rings,Elrond,77.66979098737508 +The Lord of the Rings,Elrond,79.23365384756012 +The Lord of the Rings,Elrond,77.87130392858059 +The Lord of the Rings,Elrond,78.68125149501985 +The Lord of the Rings,Elrond,76.52002425465854 +The Lord of the Rings,Elrond,76.66838631468742 +The Lord of the Rings,Elrond,76.32582994576522 +The Lord of the Rings,Elrond,75.4436845394504 +The Lord of the Rings,Arwen,74.63080917005307 +The Lord of the Rings,Arwen,79.37373431675972 +The Lord of the Rings,Arwen,74.62065111160028 +The Lord of the Rings,Arwen,74.59656667086507 +The Lord of the Rings,Arwen,74.30312555827106 +The Lord of the Rings,Arwen,74.39692768896361 +The Lord of the Rings,Arwen,74.24274067026997 +The Lord of the Rings,Arwen,73.56674921185497 +The Lord of the Rings,Arwen,73.86866212950198 +The Lord of the Rings,Arwen,74.84204087512333 +The Lord of the Rings,Arwen,75.65995548015336 +The Lord of the Rings,Arwen,74.12777881598541 +The Lord of the Rings,Arwen,73.6115264366268 +The Lord of the Rings,Smaug,69.6412234043285 +The Lord of the Rings,Smaug,69.04468407790363 +The Lord of the Rings,Smaug,72.45643187396787 +The Lord of the Rings,Smaug,69.4700649561308 +The Lord of the Rings,Smaug,70.09168298101257 +The Lord of the Rings,Smaug,69.61429157742259 +The Lord of the Rings,Smaug,69.3864789213131 +The Lord of the Rings,Smaug,69.20442455778864 +The Lord of the Rings,Smaug,70.73588281896804 +The Lord of the Rings,Smaug,70.08687000986119 +The Lord of the Rings,Smaug,69.36885778444457 +The Lord of the Rings,Smaug,69.99367926306641 +The Lord of the Rings,Smaug,70.67165597201594 +The Lord of the Rings,Frodo Baggins,74.38514787625714 +The Lord of the Rings,Frodo Baggins,74.26312557570147 +The Lord of the Rings,Frodo Baggins,75.96848193844737 +The Lord of the Rings,Frodo Baggins,75.84097088083276 +The Lord of the Rings,Frodo Baggins,75.7644484078584 +The Lord of the Rings,Frodo Baggins,74.59901014889022 +The Lord of the Rings,Frodo Baggins,74.32351772354413 +The Lord of the Rings,Frodo Baggins,75.15822921193518 +The Lord of the Rings,Frodo Baggins,75.59494430950838 +The Lord of the Rings,Frodo Baggins,75.63472490989095 +The Lord of the Rings,Frodo Baggins,74.48884790215028 +The Lord of the Rings,Frodo Baggins,75.10070254465043 +The Lord of the Rings,Frodo Baggins,74.57616445685609 +The Lord of the Rings,Samwise Gamgee,76.0273985142615 +The Lord of the Rings,Samwise Gamgee,75.07803118949501 +The Lord of the Rings,Samwise Gamgee,75.24432599675576 +The Lord of the Rings,Samwise Gamgee,76.80584609627948 +The Lord of the Rings,Samwise Gamgee,75.63525373092904 +The Lord of the Rings,Samwise Gamgee,76.85405405675031 +The Lord of the Rings,Samwise Gamgee,76.70232255841962 +The Lord of the Rings,Samwise Gamgee,75.24092625491562 +The Lord of the Rings,Samwise Gamgee,75.43793900392318 +The Lord of the Rings,Samwise Gamgee,75.13300402734116 +The Lord of the Rings,Samwise Gamgee,74.9127588341404 +The Lord of the Rings,Samwise Gamgee,75.62422301824635 +The Lord of the Rings,Samwise Gamgee,75.23367824861477 +The Lord of the Rings,Bilbo Baggins,75.81328993988303 +The Lord of the Rings,Bilbo Baggins,77.75315944835508 +The Lord of the Rings,Bilbo Baggins,75.71313480707451 +The Lord of the Rings,Bilbo Baggins,76.46186797867493 +The Lord of the Rings,Bilbo Baggins,76.4133772691809 +The Lord of the Rings,Bilbo Baggins,76.69026863293098 +The Lord of the Rings,Bilbo Baggins,76.51339096124448 +The Lord of the Rings,Bilbo Baggins,75.88387724824277 +The Lord of the Rings,Bilbo Baggins,75.82954841995942 +The Lord of the Rings,Bilbo Baggins,75.50766640085736 +The Lord of the Rings,Bilbo Baggins,76.77683293521126 +The Lord of the Rings,Bilbo Baggins,75.54181339290139 +The Lord of the Rings,Bilbo Baggins,76.22364859073072 +The Lord of the Rings,Gandalf,75.6004014606234 +The Lord of the Rings,Gandalf,77.63750914350003 +The Lord of the Rings,Gandalf,75.50486580663318 +The Lord of the Rings,Gandalf,75.44508973267295 +The Lord of the Rings,Gandalf,77.61279247187288 +The Lord of the Rings,Gandalf,76.73758037445394 +The Lord of the Rings,Gandalf,75.50754733329791 +The Lord of the Rings,Gandalf,77.8904223089036 +The Lord of the Rings,Gandalf,75.2923315259272 +The Lord of the Rings,Gandalf,76.80835545961612 +The Lord of the Rings,Gandalf,77.12707386086959 +The Lord of the Rings,Gandalf,75.66997170798348 +The Lord of the Rings,Gandalf,76.94907108124144 +The Lord of the Rings,Ancalagon,69.97432646432733 +The Lord of the Rings,Ancalagon,72.08685492079181 +The Lord of the Rings,Ancalagon,69.30026238102451 +The Lord of the Rings,Ancalagon,69.62619742491938 +The Lord of the Rings,Ancalagon,69.82656910577788 +The Lord of the Rings,Ancalagon,69.04488229582097 +The Lord of the Rings,Ancalagon,69.2175714592735 +The Lord of the Rings,Ancalagon,72.66847227351127 +The Lord of the Rings,Ancalagon,70.90934344614361 +The Lord of the Rings,Ancalagon,69.5483347413434 +The Lord of the Rings,Ancalagon,70.69867827134301 +The Lord of the Rings,Ancalagon,69.5412364558145 +The Lord of the Rings,Ancalagon,69.0507178182901 +The Lord of the Rings,Shadowfax,85.11863369498435 +The Lord of the Rings,Shadowfax,81.52875164572173 +The Lord of the Rings,Shadowfax,84.05413778192464 +The Lord of the Rings,Shadowfax,81.60721792943683 +The Lord of the Rings,Shadowfax,78.31758711118954 +The Lord of the Rings,Shadowfax,78.00720391186483 +The Lord of the Rings,Shadowfax,78.49829771986239 +The Lord of the Rings,Shadowfax,78.23860730243426 +The Lord of the Rings,Shadowfax,77.03165615358823 +The Lord of the Rings,Shadowfax,78.43377154850758 +The Lord of the Rings,Shadowfax,82.0009355216061 +The Lord of the Rings,Shadowfax,79.22546663134784 +The Lord of the Rings,Shadowfax,76.8199084172662 +The Lord of the Rings,Aragorn II,75.29001058650704 +The Lord of the Rings,Aragorn II,74.94890236366469 +The Lord of the Rings,Aragorn II,74.56930285515962 +The Lord of the Rings,Aragorn II,75.26721998995983 +The Lord of the Rings,Aragorn II,76.604060466339 +The Lord of the Rings,Aragorn II,75.25126389207776 +The Lord of the Rings,Aragorn II,74.61272495624807 +The Lord of the Rings,Aragorn II,74.90131315809398 +The Lord of the Rings,Aragorn II,76.19956400747367 +The Lord of the Rings,Aragorn II,74.71624641128626 +The Lord of the Rings,Aragorn II,74.57376700065537 +The Lord of the Rings,Aragorn II,75.24293015166222 +The Lord of the Rings,Aragorn II,75.6519529213059 +The Lord of the Rings,Balin,70.82421400609937 +The Lord of the Rings,Balin,70.96090949228814 +The Lord of the Rings,Balin,72.50757414732027 +The Lord of the Rings,Balin,71.32751001877692 +The Lord of the Rings,Balin,74.62107262044115 +The Lord of the Rings,Balin,71.49870103577355 +The Lord of the Rings,Balin,70.95284480354519 +The Lord of the Rings,Balin,75.77508298997819 +The Lord of the Rings,Balin,72.65100732106815 +The Lord of the Rings,Balin,72.8445127474914 +The Lord of the Rings,Balin,72.03754434859627 +The Lord of the Rings,Balin,73.72306752463285 +The Lord of the Rings,Balin,71.87695760223414 +The Lord of the Rings,Bard,70.25897334047735 +The Lord of the Rings,Bard,69.50990356664673 +The Lord of the Rings,Bard,68.63545748544472 +The Lord of the Rings,Bard,69.17476246497777 +The Lord of the Rings,Bard,70.25153195747089 +The Lord of the Rings,Bard,70.48163429918115 +The Lord of the Rings,Bard,72.43411069524983 +The Lord of the Rings,Bard,68.37712630721393 +The Lord of the Rings,Bard,68.43528950495978 +The Lord of the Rings,Bard,69.74377933781099 +The Lord of the Rings,Bard,68.42436357485605 +The Lord of the Rings,Bard,70.07771673377839 +The Lord of the Rings,Bard,68.59191362073793 +The Lord of the Rings,Beorn,70.15300107262607 +The Lord of the Rings,Beorn,75.63593557152302 +The Lord of the Rings,Beorn,71.01605645465746 +The Lord of the Rings,Beorn,70.0813772028192 +The Lord of the Rings,Beorn,70.72457207331038 +The Lord of the Rings,Beorn,70.44342026139255 +The Lord of the Rings,Beorn,70.0955914109512 +The Lord of the Rings,Beorn,70.45990681218713 +The Lord of the Rings,Beorn,70.88561757262316 +The Lord of the Rings,Beorn,70.07882728080457 +The Lord of the Rings,Beorn,70.31052096364613 +The Lord of the Rings,Beorn,70.8094164642377 +The Lord of the Rings,Beorn,70.09071431433665 +The Lord of the Rings,Boromir,77.25062960101467 +The Lord of the Rings,Boromir,77.07846422651374 +The Lord of the Rings,Boromir,78.76557279190389 +The Lord of the Rings,Boromir,77.05261257596223 +The Lord of the Rings,Boromir,78.57729660143427 +The Lord of the Rings,Boromir,77.49318349341556 +The Lord of the Rings,Boromir,77.06991829920523 +The Lord of the Rings,Boromir,76.53978881353109 +The Lord of the Rings,Boromir,78.11268049165952 +The Lord of the Rings,Boromir,76.9109375361748 +The Lord of the Rings,Boromir,76.91986432756349 +The Lord of the Rings,Boromir,76.7951974747592 +The Lord of the Rings,Boromir,76.68699021230593 +The Lord of the Rings,Celeborn,76.52999863261657 +The Lord of the Rings,Celeborn,75.35542253936825 +The Lord of the Rings,Celeborn,76.20400442853747 +The Lord of the Rings,Celeborn,75.15215574209343 +The Lord of the Rings,Celeborn,75.00743765622198 +The Lord of the Rings,Celeborn,75.24711305020715 +The Lord of the Rings,Celeborn,75.59620189574468 +The Lord of the Rings,Celeborn,75.10280197696619 +The Lord of the Rings,Celeborn,77.39812313202111 +The Lord of the Rings,Celeborn,79.05495676296866 +The Lord of the Rings,Celeborn,75.02022980960872 +The Lord of the Rings,Celeborn,75.24311070610847 +The Lord of the Rings,Celeborn,76.3183316918334 +The Lord of the Rings,Celebrimbor,74.23835772117839 +The Lord of the Rings,Celebrimbor,73.80526886497532 +The Lord of the Rings,Celebrimbor,73.1813092588954 +The Lord of the Rings,Celebrimbor,76.0318838300043 +The Lord of the Rings,Celebrimbor,74.35468001369843 +The Lord of the Rings,Celebrimbor,74.63345943721048 +The Lord of the Rings,Celebrimbor,73.50758961375166 +The Lord of the Rings,Celebrimbor,73.49540042504007 +The Lord of the Rings,Celebrimbor,73.29466218445391 +The Lord of the Rings,Celebrimbor,73.45033981893607 +The Lord of the Rings,Celebrimbor,73.89587927391837 +The Lord of the Rings,Celebrimbor,73.60101295454679 +The Lord of the Rings,Celebrimbor,73.5049833222691 +The Lord of the Rings,Denethor II,77.74047581282987 +The Lord of the Rings,Denethor II,78.33689237621307 +The Lord of the Rings,Denethor II,76.38830278754233 +The Lord of the Rings,Denethor II,75.58055587491951 +The Lord of the Rings,Denethor II,76.62219645652742 +The Lord of the Rings,Denethor II,77.5443675600134 +The Lord of the Rings,Denethor II,75.90273497180972 +The Lord of the Rings,Denethor II,75.84646460335081 +The Lord of the Rings,Denethor II,76.43047358000406 +The Lord of the Rings,Denethor II,75.90577869669288 +The Lord of the Rings,Denethor II,78.61824190616622 +The Lord of the Rings,Denethor II,77.4117007951783 +The Lord of the Rings,Denethor II,76.77207241597802 +The Lord of the Rings,Éomer,77.16750750831977 +The Lord of the Rings,Éomer,74.67792503187466 +The Lord of the Rings,Éomer,73.97879786398964 +The Lord of the Rings,Éomer,74.40467930132677 +The Lord of the Rings,Éomer,74.89737565738457 +The Lord of the Rings,Éomer,74.54592651085838 +The Lord of the Rings,Éomer,75.52910139544845 +The Lord of the Rings,Éomer,73.4702898750479 +The Lord of the Rings,Éomer,74.84253621116899 +The Lord of the Rings,Éomer,73.45105117571256 +The Lord of the Rings,Éomer,73.4792309679496 +The Lord of the Rings,Éomer,73.61670642366155 +The Lord of the Rings,Éomer,74.25202988824495 +The Lord of the Rings,Éowyn,76.56296154521901 +The Lord of the Rings,Éowyn,76.09396661099738 +The Lord of the Rings,Éowyn,77.26252576423305 +The Lord of the Rings,Éowyn,77.64394168436162 +The Lord of the Rings,Éowyn,77.91177484592568 +The Lord of the Rings,Éowyn,76.60048782675554 +The Lord of the Rings,Éowyn,76.18959264073979 +The Lord of the Rings,Éowyn,78.74350208358443 +The Lord of the Rings,Éowyn,78.93061711180196 +The Lord of the Rings,Éowyn,76.73056895940563 +The Lord of the Rings,Éowyn,77.29382935911646 +The Lord of the Rings,Éowyn,78.06351767131696 +The Lord of the Rings,Éowyn,77.06857104794382 +The Lord of the Rings,Faramir,77.4530041269129 +The Lord of the Rings,Faramir,76.57452513249682 +The Lord of the Rings,Faramir,76.85463861585792 +The Lord of the Rings,Faramir,77.08923358621036 +The Lord of the Rings,Faramir,76.94979412552775 +The Lord of the Rings,Faramir,76.78353522713994 +The Lord of the Rings,Faramir,78.72873576256488 +The Lord of the Rings,Faramir,78.56608257688555 +The Lord of the Rings,Faramir,78.02957997987554 +The Lord of the Rings,Faramir,76.4666303777449 +The Lord of the Rings,Faramir,76.52664015487846 +The Lord of the Rings,Faramir,76.41069099862295 +The Lord of the Rings,Faramir,78.28613261035832 +The Lord of the Rings,Galadriel,78.81026713904579 +The Lord of the Rings,Galadriel,79.35426358444066 +The Lord of the Rings,Galadriel,78.38029869249569 +The Lord of the Rings,Galadriel,78.78594986464446 +The Lord of the Rings,Galadriel,78.03979236888475 +The Lord of the Rings,Galadriel,78.57705389921466 +The Lord of the Rings,Galadriel,77.87839021138046 +The Lord of the Rings,Galadriel,81.26097289078076 +The Lord of the Rings,Galadriel,77.97153526249755 +The Lord of the Rings,Galadriel,78.01089588317971 +The Lord of the Rings,Galadriel,77.99902442520191 +The Lord of the Rings,Galadriel,78.06407338590144 +The Lord of the Rings,Galadriel,78.45688388464221 +The Lord of the Rings,Gollum,82.5471701093411 +The Lord of the Rings,Gollum,77.52596053637623 +The Lord of the Rings,Gollum,77.44225284500055 +The Lord of the Rings,Gollum,78.32727064535264 +The Lord of the Rings,Gollum,77.56308840405163 +The Lord of the Rings,Gollum,77.43297013019142 +The Lord of the Rings,Gollum,77.88051135284736 +The Lord of the Rings,Gollum,77.25217804544529 +The Lord of the Rings,Gollum,77.53725269404642 +The Lord of the Rings,Gollum,79.03515302385976 +The Lord of the Rings,Gollum,77.44166630499976 +The Lord of the Rings,Gollum,77.25425905835127 +The Lord of the Rings,Gollum,77.45119351232167 +The Lord of the Rings,GrÃma,72.89032539068879 +The Lord of the Rings,GrÃma,72.75667474575096 +The Lord of the Rings,GrÃma,73.42849994469424 +The Lord of the Rings,GrÃma,74.25091245985638 +The Lord of the Rings,GrÃma,75.19975877128971 +The Lord of the Rings,GrÃma,72.85562119765096 +The Lord of the Rings,GrÃma,74.4891903237204 +The Lord of the Rings,GrÃma,75.77065399634465 +The Lord of the Rings,GrÃma,76.76443701405226 +The Lord of the Rings,GrÃma,75.64113431402828 +The Lord of the Rings,GrÃma,72.47410947050362 +The Lord of the Rings,GrÃma,77.99593197269576 +The Lord of the Rings,GrÃma,75.81140797735294 +The Lord of the Rings,Halbarad,73.98935315662278 +The Lord of the Rings,Halbarad,74.20698692764529 +The Lord of the Rings,Halbarad,74.15176449528161 +The Lord of the Rings,Halbarad,78.55406700422893 +The Lord of the Rings,Halbarad,77.32218513323153 +The Lord of the Rings,Halbarad,74.86402896643875 +The Lord of the Rings,Halbarad,75.974766182992 +The Lord of the Rings,Halbarad,75.12458299441596 +The Lord of the Rings,Halbarad,76.68767819259894 +The Lord of the Rings,Halbarad,74.22695965196131 +The Lord of the Rings,Halbarad,74.36056889469823 +The Lord of the Rings,Halbarad,74.51982762358284 +The Lord of the Rings,Halbarad,73.64399323720076 +The Lord of the Rings,Isildur,77.55582890939195 +The Lord of the Rings,Isildur,75.17425089005003 +The Lord of the Rings,Isildur,78.25205564906422 +The Lord of the Rings,Isildur,79.34715279558024 +The Lord of the Rings,Isildur,77.62336427187121 +The Lord of the Rings,Isildur,76.13998465643904 +The Lord of the Rings,Isildur,75.69801930319203 +The Lord of the Rings,Isildur,74.93983135957652 +The Lord of the Rings,Isildur,75.08786852535296 +The Lord of the Rings,Isildur,75.62276200715391 +The Lord of the Rings,Isildur,75.31862036158702 +The Lord of the Rings,Isildur,75.70155393575781 +The Lord of the Rings,Isildur,77.01385717858474 +The Lord of the Rings,FÃli and KÃli,63.97955199687401 +The Lord of the Rings,FÃli and KÃli,63.88850313887309 +The Lord of the Rings,FÃli and KÃli,64.92440476309174 +The Lord of the Rings,FÃli and KÃli,64.10100656319672 +The Lord of the Rings,FÃli and KÃli,64.90901208286328 +The Lord of the Rings,FÃli and KÃli,64.0489477848659 +The Lord of the Rings,FÃli and KÃli,64.07664052308183 +The Lord of the Rings,FÃli and KÃli,64.07182020705142 +The Lord of the Rings,FÃli and KÃli,64.09405264261461 +The Lord of the Rings,FÃli and KÃli,64.1486823863201 +The Lord of the Rings,FÃli and KÃli,64.0218908535157 +The Lord of the Rings,FÃli and KÃli,64.28939254674569 +The Lord of the Rings,FÃli and KÃli,65.11802452849665 +The Lord of the Rings,Legolas,73.50609743993627 +The Lord of the Rings,Legolas,73.0511704557739 +The Lord of the Rings,Legolas,75.10003686440858 +The Lord of the Rings,Legolas,74.10195180385365 +The Lord of the Rings,Legolas,73.69358407356481 +The Lord of the Rings,Legolas,74.68142717045664 +The Lord of the Rings,Legolas,73.15167738937619 +The Lord of the Rings,Legolas,73.04832231834556 +The Lord of the Rings,Legolas,74.92309563510474 +The Lord of the Rings,Legolas,74.5460563616474 +The Lord of the Rings,Legolas,73.2039505566048 +The Lord of the Rings,Legolas,73.38843215303824 +The Lord of the Rings,Legolas,73.02516941084104 +The Lord of the Rings,Lúthien,73.72353603347455 +The Lord of the Rings,Lúthien,73.87052634060467 +The Lord of the Rings,Lúthien,72.88745619173802 +The Lord of the Rings,Lúthien,76.35104838646527 +The Lord of the Rings,Lúthien,75.09229455729613 +The Lord of the Rings,Lúthien,76.26898788165394 +The Lord of the Rings,Lúthien,75.62806565297872 +The Lord of the Rings,Lúthien,72.95599349383622 +The Lord of the Rings,Lúthien,73.1525144947265 +The Lord of the Rings,Lúthien,73.65808866761492 +The Lord of the Rings,Lúthien,72.0199477434724 +The Lord of the Rings,Lúthien,73.47079565694342 +The Lord of the Rings,Lúthien,72.3519209287782 +The Lord of the Rings,Maedhros,71.2938986493494 +The Lord of the Rings,Maedhros,71.50109922279579 +The Lord of the Rings,Maedhros,71.88293346782045 +The Lord of the Rings,Maedhros,71.42071575916515 +The Lord of the Rings,Maedhros,71.69018399440704 +The Lord of the Rings,Maedhros,71.1606732274701 +The Lord of the Rings,Maedhros,70.99778788916251 +The Lord of the Rings,Maedhros,71.8330212348998 +The Lord of the Rings,Maedhros,70.89633115957912 +The Lord of the Rings,Maedhros,71.3287637060375 +The Lord of the Rings,Maedhros,71.03309502261774 +The Lord of the Rings,Maedhros,71.26955624830885 +The Lord of the Rings,Maedhros,71.55973977871474 +The Lord of the Rings,Melian,72.74320143977022 +The Lord of the Rings,Melian,74.46068566108562 +The Lord of the Rings,Melian,74.33821629204336 +The Lord of the Rings,Melian,73.11002873576491 +The Lord of the Rings,Melian,75.31561161407014 +The Lord of the Rings,Melian,73.55034497956375 +The Lord of the Rings,Melian,72.80318722680667 +The Lord of the Rings,Melian,73.03448696402516 +The Lord of the Rings,Melian,73.21480210510727 +The Lord of the Rings,Melian,73.0152254879431 +The Lord of the Rings,Melian,73.62741429847904 +The Lord of the Rings,Melian,75.30410014852346 +The Lord of the Rings,Melian,73.5687948283816 +The Lord of the Rings,Meriadoc Brandybuck,72.81784303513706 +The Lord of the Rings,Meriadoc Brandybuck,74.26909351567286 +The Lord of the Rings,Meriadoc Brandybuck,75.53448621214467 +The Lord of the Rings,Meriadoc Brandybuck,73.41852664528487 +The Lord of the Rings,Meriadoc Brandybuck,72.98152542201981 +The Lord of the Rings,Meriadoc Brandybuck,72.96561438457123 +The Lord of the Rings,Meriadoc Brandybuck,73.11004905272337 +The Lord of the Rings,Meriadoc Brandybuck,73.05765366998422 +The Lord of the Rings,Meriadoc Brandybuck,73.86695576806429 +The Lord of the Rings,Meriadoc Brandybuck,75.7053122118235 +The Lord of the Rings,Meriadoc Brandybuck,72.91755418296098 +The Lord of the Rings,Meriadoc Brandybuck,73.28178122191326 +The Lord of the Rings,Meriadoc Brandybuck,74.16791778701541 +The Lord of the Rings,Peregrin Took,74.62850326593748 +The Lord of the Rings,Peregrin Took,72.42261068597577 +The Lord of the Rings,Peregrin Took,72.19518395413768 +The Lord of the Rings,Peregrin Took,72.7128617874111 +The Lord of the Rings,Peregrin Took,72.91167686664267 +The Lord of the Rings,Peregrin Took,72.41606867751625 +The Lord of the Rings,Peregrin Took,74.72657412270391 +The Lord of the Rings,Peregrin Took,73.23223730183508 +The Lord of the Rings,Peregrin Took,72.17004276732214 +The Lord of the Rings,Peregrin Took,72.14504801446306 +The Lord of the Rings,Peregrin Took,72.12691279720725 +The Lord of the Rings,Peregrin Took,72.7511400074055 +The Lord of the Rings,Peregrin Took,72.3037546617988 +The Lord of the Rings,Radagast,69.18149151122091 +The Lord of the Rings,Radagast,75.249073591004 +The Lord of the Rings,Radagast,78.14284660115564 +The Lord of the Rings,Radagast,70.87931448319344 +The Lord of the Rings,Radagast,71.56961119395862 +The Lord of the Rings,Radagast,68.92949078435635 +The Lord of the Rings,Radagast,75.01741288758858 +The Lord of the Rings,Radagast,72.54225156460348 +The Lord of the Rings,Radagast,69.58742939378646 +The Lord of the Rings,Radagast,69.83607010903515 +The Lord of the Rings,Radagast,69.31780836494787 +The Lord of the Rings,Radagast,68.41534070018976 +The Lord of the Rings,Radagast,69.06119683557624 +The Lord of the Rings,Saruman,77.14914545560693 +The Lord of the Rings,Saruman,80.3802345183419 +The Lord of the Rings,Saruman,76.75427302820391 +The Lord of the Rings,Saruman,77.15243887662666 +The Lord of the Rings,Saruman,77.42186113145796 +The Lord of the Rings,Saruman,76.33942636537344 +The Lord of the Rings,Saruman,77.08459496304171 +The Lord of the Rings,Saruman,78.63277415407667 +The Lord of the Rings,Saruman,77.39593154000674 +The Lord of the Rings,Saruman,76.14703817586178 +The Lord of the Rings,Saruman,76.3374308039691 +The Lord of the Rings,Saruman,77.35766928126374 +The Lord of the Rings,Saruman,76.6870337145353 +The Lord of the Rings,Sauron,73.86759714403178 +The Lord of the Rings,Sauron,74.07681157798137 +The Lord of the Rings,Sauron,75.45994178710794 +The Lord of the Rings,Sauron,73.90165008848054 +The Lord of the Rings,Sauron,73.99775572849185 +The Lord of the Rings,Sauron,74.32498804638784 +The Lord of the Rings,Sauron,74.13949616998502 +The Lord of the Rings,Sauron,74.3571689346812 +The Lord of the Rings,Sauron,74.44354438845637 +The Lord of the Rings,Sauron,74.01536472969615 +The Lord of the Rings,Sauron,74.19904946091387 +The Lord of the Rings,Sauron,75.31852283184405 +The Lord of the Rings,Sauron,74.72941168390885 +The Lord of the Rings,Shelob,75.90342076947103 +The Lord of the Rings,Shelob,79.95842074152225 +The Lord of the Rings,Shelob,81.92638009878686 +The Lord of the Rings,Shelob,78.3931169330085 +The Lord of the Rings,Shelob,75.34377553624722 +The Lord of the Rings,Shelob,79.26211849751687 +The Lord of the Rings,Shelob,79.86751361018423 +The Lord of the Rings,Shelob,76.03556827560004 +The Lord of the Rings,Shelob,76.22775141205142 +The Lord of the Rings,Shelob,75.51078828649867 +The Lord of the Rings,Shelob,77.5631437714518 +The Lord of the Rings,Shelob,75.62805644044037 +The Lord of the Rings,Shelob,76.16250194973676 +The Lord of the Rings,Théoden,74.08767993977608 +The Lord of the Rings,Théoden,74.09580114288546 +The Lord of the Rings,Théoden,75.55621548592067 +The Lord of the Rings,Théoden,74.23198602685747 +The Lord of the Rings,Théoden,74.83052469327379 +The Lord of the Rings,Théoden,74.61456532533992 +The Lord of the Rings,Théoden,74.68840924451516 +The Lord of the Rings,Théoden,77.89402656973743 +The Lord of the Rings,Théoden,76.43395639028564 +The Lord of the Rings,Théoden,74.87251248514751 +The Lord of the Rings,Théoden,74.6924220036037 +The Lord of the Rings,Théoden,74.10952118473156 +The Lord of the Rings,Théoden,74.85606139547671 +The Lord of the Rings,Thingol,73.445525159051 +The Lord of the Rings,Thingol,72.76747068338004 +The Lord of the Rings,Thingol,72.44430608571119 +The Lord of the Rings,Thingol,71.85341288093805 +The Lord of the Rings,Thingol,72.26140756494478 +The Lord of the Rings,Thingol,72.69139856881326 +The Lord of the Rings,Thingol,72.64187527547047 +The Lord of the Rings,Thingol,71.55415303828813 +The Lord of the Rings,Thingol,71.08835284907305 +The Lord of the Rings,Thingol,72.30158199516742 +The Lord of the Rings,Thingol,71.0822971241725 +The Lord of the Rings,Thingol,71.44281763369939 +The Lord of the Rings,Thingol,72.59359053199262 +The Lord of the Rings,Thranduil,73.76099275543585 +The Lord of the Rings,Thranduil,72.06515846469723 +The Lord of the Rings,Thranduil,74.29543982117298 +The Lord of the Rings,Thranduil,74.43306777653649 +The Lord of the Rings,Thranduil,72.7543249449502 +The Lord of the Rings,Thranduil,72.04969962752408 +The Lord of the Rings,Thranduil,72.2467644484492 +The Lord of the Rings,Thranduil,73.60309950462882 +The Lord of the Rings,Thranduil,73.78450126903445 +The Lord of the Rings,Thranduil,72.72525097195854 +The Lord of the Rings,Thranduil,72.15638613022686 +The Lord of the Rings,Thranduil,71.53862787521608 +The Lord of the Rings,Thranduil,71.89215849350335 +The Lord of the Rings,Thrór,68.05106146745028 +The Lord of the Rings,Thrór,67.4073377774224 +The Lord of the Rings,Thrór,67.79136025505949 +The Lord of the Rings,Thrór,67.2682310234489 +The Lord of the Rings,Thrór,69.37468396579257 +The Lord of the Rings,Thrór,68.80835571145852 +The Lord of the Rings,Thrór,67.31536837964656 +The Lord of the Rings,Thrór,67.53256345041979 +The Lord of the Rings,Thrór,67.43843186300697 +The Lord of the Rings,Thrór,67.89690389345428 +The Lord of the Rings,Thrór,67.71439979944238 +The Lord of the Rings,Thrór,67.29211865007308 +The Lord of the Rings,Thrór,68.52777629086039 +The Lord of the Rings,Thorin II,71.553376683355 +The Lord of the Rings,Thorin II,70.9299980708606 +The Lord of the Rings,Thorin II,71.08503155171645 +The Lord of the Rings,Thorin II,69.9029159183599 +The Lord of the Rings,Thorin II,71.7716164390795 +The Lord of the Rings,Thorin II,70.00780388360727 +The Lord of the Rings,Thorin II,70.73431820671144 +The Lord of the Rings,Thorin II,70.1721734010415 +The Lord of the Rings,Thorin II,71.7933556763503 +The Lord of the Rings,Thorin II,70.0567984763334 +The Lord of the Rings,Thorin II,70.75606011179204 +The Lord of the Rings,Thorin II,71.05296326895618 +The Lord of the Rings,Thorin II,71.66958426520621 +The Lord of the Rings,Tom Bombadil,76.52554214408833 +The Lord of the Rings,Tom Bombadil,78.81695352786929 +The Lord of the Rings,Tom Bombadil,75.83139794328456 +The Lord of the Rings,Tom Bombadil,81.86513735819881 +The Lord of the Rings,Tom Bombadil,80.53675494301483 +The Lord of the Rings,Tom Bombadil,75.74178116708099 +The Lord of the Rings,Tom Bombadil,76.04826919220712 +The Lord of the Rings,Tom Bombadil,75.84627362280717 +The Lord of the Rings,Tom Bombadil,78.63002959525306 +The Lord of the Rings,Tom Bombadil,78.7474706054311 +The Lord of the Rings,Tom Bombadil,81.75553812990593 +The Lord of the Rings,Tom Bombadil,78.01386787875067 +The Lord of the Rings,Tom Bombadil,76.32938082049101 +The Lord of the Rings,Treebeard,77.91791741242865 +The Lord of the Rings,Treebeard,76.90564787952191 +The Lord of the Rings,Treebeard,77.2666610140728 +The Lord of the Rings,Treebeard,77.00428997146699 +The Lord of the Rings,Treebeard,77.60235768679587 +The Lord of the Rings,Treebeard,77.31650482101877 +The Lord of the Rings,Treebeard,77.02815739234107 +The Lord of the Rings,Treebeard,77.04428644204823 +The Lord of the Rings,Treebeard,79.96802154679222 +The Lord of the Rings,Treebeard,76.92267640920912 +The Lord of the Rings,Treebeard,78.68916995785995 +The Lord of the Rings,Treebeard,76.88003881679668 +The Lord of the Rings,Treebeard,77.1017549072627 +The Lord of the Rings,Túrin,67.33426274511307 +The Lord of the Rings,Túrin,69.14119711733662 +The Lord of the Rings,Túrin,67.77606147144125 +The Lord of the Rings,Túrin,69.20156247097036 +The Lord of the Rings,Túrin,67.49221794956517 +The Lord of the Rings,Túrin,68.77370866197839 +The Lord of the Rings,Túrin,68.63736915680609 +The Lord of the Rings,Túrin,67.44213393692213 +The Lord of the Rings,Túrin,67.91765893781164 +The Lord of the Rings,Túrin,67.21453847711953 +The Lord of the Rings,Túrin,70.79565304362151 +The Lord of the Rings,Túrin,67.90530980966314 +The Lord of the Rings,Túrin,67.27852302133287 +The Lord of the Rings,Ungoliant,71.09740235943634 +The Lord of the Rings,Ungoliant,71.9874547266207 +The Lord of the Rings,Ungoliant,70.73926681043535 +The Lord of the Rings,Ungoliant,73.80187449224064 +The Lord of the Rings,Ungoliant,72.42370386201489 +The Lord of the Rings,Ungoliant,73.11044996094871 +The Lord of the Rings,Ungoliant,78.02272665897493 +The Lord of the Rings,Ungoliant,71.29886472663938 +The Lord of the Rings,Ungoliant,70.66081027674876 +The Lord of the Rings,Ungoliant,72.37776518126105 +The Lord of the Rings,Ungoliant,73.37952741751523 +The Lord of the Rings,Ungoliant,71.60945305122655 +The Lord of the Rings,Ungoliant,72.97185089654073 +The Lord of the Rings,Morgoth,70.09664545475336 +The Lord of the Rings,Morgoth,69.95794630225598 +The Lord of the Rings,Morgoth,69.9391209004478 +The Lord of the Rings,Morgoth,70.52104733086585 +The Lord of the Rings,Morgoth,73.77255658980854 +The Lord of the Rings,Morgoth,70.17354009770199 +The Lord of the Rings,Morgoth,70.09333010410934 +The Lord of the Rings,Morgoth,70.70592973260702 +The Lord of the Rings,Morgoth,69.96635304109256 +The Lord of the Rings,Morgoth,70.41604314803406 +The Lord of the Rings,Morgoth,72.78357595482242 +The Lord of the Rings,Morgoth,71.719408957777 +The Lord of the Rings,Morgoth,70.08771190055883 +The Lord of the Rings,Watcher in the Water,74.4442214765309 +The Lord of the Rings,Watcher in the Water,74.33442478917851 +The Lord of the Rings,Watcher in the Water,73.21832078602607 +The Lord of the Rings,Watcher in the Water,73.43037035992165 +The Lord of the Rings,Watcher in the Water,74.96867739815487 +The Lord of the Rings,Watcher in the Water,74.94117296876045 +The Lord of the Rings,Watcher in the Water,73.84938333631892 +The Lord of the Rings,Watcher in the Water,74.45287932271086 +The Lord of the Rings,Watcher in the Water,73.36081129422426 +The Lord of the Rings,Watcher in the Water,74.06334228968059 +The Lord of the Rings,Watcher in the Water,73.50146810437421 +The Lord of the Rings,Watcher in the Water,73.24282736215434 +The Lord of the Rings,Watcher in the Water,73.58871463358184 +The Lord of the Rings,Gil-galad,78.91591972105748 +The Lord of the Rings,Gil-galad,77.50675209553407 +The Lord of the Rings,Gil-galad,75.5131795890713 +The Lord of the Rings,Gil-galad,74.38692380497285 +The Lord of the Rings,Gil-galad,78.50712273972266 +The Lord of the Rings,Gil-galad,75.58770640456788 +The Lord of the Rings,Gil-galad,74.80776167493094 +The Lord of the Rings,Gil-galad,74.88095707748109 +The Lord of the Rings,Gil-galad,75.19881764151889 +The Lord of the Rings,Gil-galad,74.4618797870392 +The Lord of the Rings,Gil-galad,74.97235365590006 +The Lord of the Rings,Gil-galad,74.45236907805838 +The Lord of the Rings,Gil-galad,76.18687830706958 +The Lord of the Rings,CÃrdan,68.8036939718372 +The Lord of the Rings,CÃrdan,68.58204827853322 +The Lord of the Rings,CÃrdan,68.40026817760983 +The Lord of the Rings,CÃrdan,70.74788987980818 +The Lord of the Rings,CÃrdan,71.17023514638426 +The Lord of the Rings,CÃrdan,69.45671415102676 +The Lord of the Rings,CÃrdan,69.00378305850265 +The Lord of the Rings,CÃrdan,69.28619828527509 +The Lord of the Rings,CÃrdan,69.16760730752256 +The Lord of the Rings,CÃrdan,69.14176228005648 +The Lord of the Rings,CÃrdan,69.37856225951523 +The Lord of the Rings,CÃrdan,68.74129751782574 +The Lord of the Rings,CÃrdan,72.7272910718458 +The Lord of the Rings,Khamûl,64.18687743160595 +The Lord of the Rings,Khamûl,65.76310845521988 +The Lord of the Rings,Khamûl,64.12302679753763 +The Lord of the Rings,Khamûl,64.23969462070835 +The Lord of the Rings,Khamûl,65.59739229455208 +The Lord of the Rings,Khamûl,64.51493932974735 +The Lord of the Rings,Khamûl,64.85796272404892 +The Lord of the Rings,Khamûl,65.38904887994377 +The Lord of the Rings,Khamûl,64.43820937537285 +The Lord of the Rings,Khamûl,63.91283067436627 +The Lord of the Rings,Khamûl,64.00663767815834 +The Lord of the Rings,Khamûl,65.00119567260838 +The Lord of the Rings,Khamûl,64.35853690348675 +The Lord of the Rings,Thráin II,68.69457928343165 +The Lord of the Rings,Thráin II,68.62427704255519 +The Lord of the Rings,Thráin II,68.96846191709372 +The Lord of the Rings,Thráin II,68.83330677339988 +The Lord of the Rings,Thráin II,69.63528932253405 +The Lord of the Rings,Thráin II,70.0424289599475 +The Lord of the Rings,Thráin II,68.51996670692156 +The Lord of the Rings,Thráin II,70.1712421973779 +The Lord of the Rings,Thráin II,68.77438734719264 +The Lord of the Rings,Thráin II,70.32342144354247 +The Lord of the Rings,Thráin II,68.87518511210551 +The Lord of the Rings,Thráin II,69.30117314196606 +The Lord of the Rings,Thráin II,70.06845421012167 +The Lord of the Rings,Glaurung,69.73959566822369 +The Lord of the Rings,Glaurung,71.15382849368046 +The Lord of the Rings,Glaurung,71.31962406234521 +The Lord of the Rings,Glaurung,71.98949022906554 +The Lord of the Rings,Glaurung,70.16474231529503 +The Lord of the Rings,Glaurung,70.91958749127467 +The Lord of the Rings,Glaurung,72.11162859014021 +The Lord of the Rings,Glaurung,70.49138387207171 +The Lord of the Rings,Glaurung,69.84618147796967 +The Lord of the Rings,Glaurung,72.02237026914987 +The Lord of the Rings,Glaurung,70.06741140841628 +The Lord of the Rings,Glaurung,69.91270863134616 +The Lord of the Rings,Glaurung,69.86349611090164 +The Lord of the Rings,Haldir,76.69604493732194 +The Lord of the Rings,Haldir,75.78833590969114 +The Lord of the Rings,Haldir,74.04175025813315 +The Lord of the Rings,Haldir,75.46922256922944 +The Lord of the Rings,Haldir,76.27198502726222 +The Lord of the Rings,Haldir,74.33459636893086 +The Lord of the Rings,Haldir,74.63532636377693 +The Lord of the Rings,Haldir,75.74559500562917 +The Lord of the Rings,Haldir,74.46720901905304 +The Lord of the Rings,Haldir,75.0849155189927 +The Lord of the Rings,Haldir,75.02664615910255 +The Lord of the Rings,Haldir,75.2281770831811 +The Lord of the Rings,Haldir,74.44252100111163 +The Lord of the Rings,Eärendil,73.16728107090196 +The Lord of the Rings,Eärendil,75.16281915477143 +The Lord of the Rings,Eärendil,73.94140715699066 +The Lord of the Rings,Eärendil,75.91549586891888 +The Lord of the Rings,Eärendil,74.34319273175495 +The Lord of the Rings,Eärendil,76.45983249977675 +The Lord of the Rings,Eärendil,73.81100857005441 +The Lord of the Rings,Eärendil,75.68878177925504 +The Lord of the Rings,Eärendil,74.86386204251852 +The Lord of the Rings,Eärendil,75.79224837513644 +The Lord of the Rings,Eärendil,75.5245858333083 +The Lord of the Rings,Eärendil,73.71490975752447 +The Lord of the Rings,Eärendil,72.86381987507214 +The Lord of the Rings,Glorfindel,78.76556220991992 +The Lord of the Rings,Glorfindel,77.73169062280249 +The Lord of the Rings,Glorfindel,74.64388479676046 +The Lord of the Rings,Glorfindel,75.77371172452898 +The Lord of the Rings,Glorfindel,75.20004562271504 +The Lord of the Rings,Glorfindel,74.6162589115479 +The Lord of the Rings,Glorfindel,76.73660440503247 +The Lord of the Rings,Glorfindel,75.4974198291588 +The Lord of the Rings,Glorfindel,75.21141125875972 +The Lord of the Rings,Glorfindel,74.11789343025312 +The Lord of the Rings,Glorfindel,75.7973925514673 +The Lord of the Rings,Glorfindel,74.10256886538534 +The Lord of the Rings,Glorfindel,76.15609638458652 +The Lord of the Rings,Gothmog,73.88409640924807 +The Lord of the Rings,Gothmog,75.38247868515677 +The Lord of the Rings,Gothmog,73.63255892644224 +The Lord of the Rings,Gothmog,73.52844565918096 +The Lord of the Rings,Gothmog,74.41391566815841 +The Lord of the Rings,Gothmog,74.13121645948331 +The Lord of the Rings,Gothmog,74.76787944293017 +The Lord of the Rings,Gothmog,73.82957706324176 +The Lord of the Rings,Gothmog,73.55044598360233 +The Lord of the Rings,Gothmog,73.79558217613723 +The Lord of the Rings,Gothmog,73.50245136962137 +The Lord of the Rings,Gothmog,76.34081135478638 +The Lord of the Rings,Gothmog,73.40198590241852 +The Lord of the Rings,Beregond,78.36268981479215 +The Lord of the Rings,Beregond,76.03057439671561 +The Lord of the Rings,Beregond,76.25080960744123 +The Lord of the Rings,Beregond,76.60300543649265 +The Lord of the Rings,Beregond,76.6437807410682 +The Lord of the Rings,Beregond,78.03246035197284 +The Lord of the Rings,Beregond,76.41160011153507 +The Lord of the Rings,Beregond,75.63538666895003 +The Lord of the Rings,Beregond,75.80840137668694 +The Lord of the Rings,Beregond,76.82786177829081 +The Lord of the Rings,Beregond,75.47905634845569 +The Lord of the Rings,Beregond,75.05492836206594 +The Lord of the Rings,Beregond,76.61070546216501 +The Lord of the Rings,Berúthiel,67.31752281519427 +The Lord of the Rings,Berúthiel,70.29719485034175 +The Lord of the Rings,Berúthiel,70.48224237487156 +The Lord of the Rings,Berúthiel,70.49604161794261 +The Lord of the Rings,Berúthiel,67.46625950082573 +The Lord of the Rings,Berúthiel,68.61740220132619 +The Lord of the Rings,Berúthiel,68.08350329163396 +The Lord of the Rings,Berúthiel,67.27849852087087 +The Lord of the Rings,Berúthiel,68.57967395036711 +The Lord of the Rings,Berúthiel,69.18268191920438 +The Lord of the Rings,Berúthiel,67.73824476132825 +The Lord of the Rings,Berúthiel,67.78565657895648 +The Lord of the Rings,Berúthiel,70.13826552789479 +The Lord of the Rings,Turgon,71.77211889882977 +The Lord of the Rings,Turgon,72.19816501123587 +The Lord of the Rings,Turgon,71.92482910317715 +The Lord of the Rings,Turgon,73.33210232610608 +The Lord of the Rings,Turgon,72.35508058262441 +The Lord of the Rings,Turgon,71.82781848393248 +The Lord of the Rings,Turgon,72.17707291560262 +The Lord of the Rings,Turgon,71.88660637114361 +The Lord of the Rings,Turgon,72.5645689660302 +The Lord of the Rings,Turgon,71.91721635215163 +The Lord of the Rings,Turgon,71.89784108186717 +The Lord of the Rings,Turgon,72.96998707238377 +The Lord of the Rings,Turgon,71.84784223290102 +The Lord of the Rings,Elendil,73.67699200041923 +The Lord of the Rings,Elendil,74.16886057438539 +The Lord of the Rings,Elendil,74.33954873257733 +The Lord of the Rings,Elendil,75.10626255512334 +The Lord of the Rings,Elendil,77.60406210838435 +The Lord of the Rings,Elendil,74.89125149160375 +The Lord of the Rings,Elendil,73.93944111679662 +The Lord of the Rings,Elendil,74.82073042501275 +The Lord of the Rings,Elendil,73.93536711449619 +The Lord of the Rings,Elendil,74.15548558960748 +The Lord of the Rings,Elendil,74.26823645822694 +The Lord of the Rings,Elendil,74.31128984360477 +The Lord of the Rings,Elendil,73.80904542280419 +The Lord of the Rings,Beren,74.48387716568759 +The Lord of the Rings,Beren,73.22041294169587 +The Lord of the Rings,Beren,74.86376223150191 +The Lord of the Rings,Beren,77.28928557531533 +The Lord of the Rings,Beren,75.73719887679209 +The Lord of the Rings,Beren,76.66326476846672 +The Lord of the Rings,Beren,72.10936226641435 +The Lord of the Rings,Beren,72.18290252031828 +The Lord of the Rings,Beren,71.3863599073174 +The Lord of the Rings,Beren,72.8508884356303 +The Lord of the Rings,Beren,71.32753988913791 +The Lord of the Rings,Beren,70.57406345445062 +The Lord of the Rings,Beren,71.72500420121098 +The Lord of the Rings,Finrod,72.02460266634597 +The Lord of the Rings,Finrod,72.60863292043479 +The Lord of the Rings,Finrod,71.6956050131219 +The Lord of the Rings,Finrod,73.3580384757201 +The Lord of the Rings,Finrod,71.05774897510359 +The Lord of the Rings,Finrod,72.342233484883 +The Lord of the Rings,Finrod,72.20900893855426 +The Lord of the Rings,Finrod,71.97500021525957 +The Lord of the Rings,Finrod,72.8125956868076 +The Lord of the Rings,Finrod,71.08333497359212 +The Lord of the Rings,Finrod,72.32907959153465 +The Lord of the Rings,Finrod,71.46829304625855 +The Lord of the Rings,Finrod,71.10198925825895 +The Lord of the Rings,Fingolfin,71.31696888428762 +The Lord of the Rings,Fingolfin,71.20671098060437 +The Lord of the Rings,Fingolfin,71.85945391706466 +The Lord of the Rings,Fingolfin,71.48212386993377 +The Lord of the Rings,Fingolfin,72.72174687266842 +The Lord of the Rings,Fingolfin,71.39893973931343 +The Lord of the Rings,Fingolfin,73.34067701694596 +The Lord of the Rings,Fingolfin,71.25456118168927 +The Lord of the Rings,Fingolfin,71.09903244487305 +The Lord of the Rings,Fingolfin,71.07177824898572 +The Lord of the Rings,Fingolfin,72.60732290142293 +The Lord of the Rings,Fingolfin,71.07840873288058 +The Lord of the Rings,Fingolfin,71.50932355229567 +The Lord of the Rings,Fingon,70.36538471075565 +The Lord of the Rings,Fingon,71.3919509452274 +The Lord of the Rings,Fingon,70.80782981524419 +The Lord of the Rings,Fingon,71.33953944872431 +The Lord of the Rings,Fingon,71.49260484596054 +The Lord of the Rings,Fingon,70.35879913952124 +The Lord of the Rings,Fingon,70.8833408410103 +The Lord of the Rings,Fingon,70.36876064143568 +The Lord of the Rings,Fingon,70.51998765736295 +The Lord of the Rings,Fingon,71.16425389041983 +The Lord of the Rings,Fingon,70.46788663975941 +The Lord of the Rings,Fingon,71.67392247489872 +The Lord of the Rings,Fingon,70.60060818519582 +The Lord of the Rings,Gilraen,72.57046818771241 +The Lord of the Rings,Gilraen,71.93261342727236 +The Lord of the Rings,Gilraen,71.11788550355826 +The Lord of the Rings,Gilraen,73.33694177657003 +The Lord of the Rings,Gilraen,73.8105324482561 +The Lord of the Rings,Gilraen,74.16740652401094 +The Lord of the Rings,Gilraen,71.47306804471789 +The Lord of the Rings,Gilraen,71.72009233404752 +The Lord of the Rings,Gilraen,70.26022239856204 +The Lord of the Rings,Gilraen,70.28441481239457 +The Lord of the Rings,Gilraen,71.76651978881607 +The Lord of the Rings,Gilraen,70.36247005685347 +The Lord of the Rings,Gilraen,72.10791034392581 +The Lord of the Rings,Morwen,71.33105844169911 +The Lord of the Rings,Morwen,71.30690228905446 +The Lord of the Rings,Morwen,73.44521036807102 +The Lord of the Rings,Morwen,70.71442182935449 +The Lord of the Rings,Morwen,70.51034597540617 +The Lord of the Rings,Morwen,70.31815095803206 +The Lord of the Rings,Morwen,70.57833112112355 +The Lord of the Rings,Morwen,70.9405888668937 +The Lord of the Rings,Morwen,71.03224927020449 +The Lord of the Rings,Morwen,70.45197719238477 +The Lord of the Rings,Morwen,70.48281568420607 +The Lord of the Rings,Morwen,70.44463297450856 +The Lord of the Rings,Morwen,73.22367545703973 +The Lord of the Rings,Idril,69.01561255168849 +The Lord of the Rings,Idril,69.8096446191688 +The Lord of the Rings,Idril,70.83407658322562 +The Lord of the Rings,Idril,72.15554473523986 +The Lord of the Rings,Idril,68.92477674216089 +The Lord of the Rings,Idril,69.39118331308666 +The Lord of the Rings,Idril,70.00545113771476 +The Lord of the Rings,Idril,69.95280317726211 +The Lord of the Rings,Idril,69.64988364326838 +The Lord of the Rings,Idril,69.18950831031562 +The Lord of the Rings,Idril,72.9335936447469 +The Lord of the Rings,Idril,68.84558487411796 +The Lord of the Rings,Idril,69.58542828061307 +The Lord of the Rings,Glóin,70.53820411710427 +The Lord of the Rings,Glóin,70.62743411456161 +The Lord of the Rings,Glóin,73.66304951298272 +The Lord of the Rings,Glóin,70.71112263573617 +The Lord of the Rings,Glóin,70.79944752798865 +The Lord of the Rings,Glóin,70.67978089166479 +The Lord of the Rings,Glóin,71.56857674718475 +The Lord of the Rings,Glóin,71.70485519381799 +The Lord of the Rings,Glóin,70.13448326521879 +The Lord of the Rings,Glóin,70.02728172190652 +The Lord of the Rings,Glóin,70.50355151995291 +The Lord of the Rings,Glóin,70.74716897660497 +The Lord of the Rings,Glóin,70.39456345666272 +The Lord of the Rings,Ecthelion,75.63539475983997 +The Lord of the Rings,Ecthelion,73.58894276940194 +The Lord of the Rings,Ecthelion,73.95408655337903 +The Lord of the Rings,Ecthelion,74.01024483555204 +The Lord of the Rings,Ecthelion,73.7571067109534 +The Lord of the Rings,Ecthelion,74.08851811798218 +The Lord of the Rings,Ecthelion,73.77606315373677 +The Lord of the Rings,Ecthelion,73.81754162041216 +The Lord of the Rings,Ecthelion,73.4749636578253 +The Lord of the Rings,Ecthelion,73.6964553487501 +The Lord of the Rings,Ecthelion,73.65994620370574 +The Lord of the Rings,Ecthelion,73.67409768155359 +The Lord of the Rings,Ecthelion,75.45716689314453 +The Lord of the Rings,Forlong,71.15562829672287 +The Lord of the Rings,Forlong,71.19128383232655 +The Lord of the Rings,Forlong,72.58980554701951 +The Lord of the Rings,Forlong,71.31522229694718 +The Lord of the Rings,Forlong,71.53055111917502 +The Lord of the Rings,Forlong,71.11045559334175 +The Lord of the Rings,Forlong,71.62939409279225 +The Lord of the Rings,Forlong,71.39575709236496 +The Lord of the Rings,Forlong,77.2210905011144 +The Lord of the Rings,Forlong,74.1373189472506 +The Lord of the Rings,Forlong,71.50211844431706 +The Lord of the Rings,Forlong,71.29586551101713 +The Lord of the Rings,Forlong,73.44325691751898 +The Lord of the Rings,Húrin,69.11777251215196 +The Lord of the Rings,Húrin,69.88448195410676 +The Lord of the Rings,Húrin,68.83335711280468 +The Lord of the Rings,Húrin,68.98312857247065 +The Lord of the Rings,Húrin,70.09129159176739 +The Lord of the Rings,Húrin,68.8227393981437 +The Lord of the Rings,Húrin,69.2826340920727 +The Lord of the Rings,Húrin,69.24220746078282 +The Lord of the Rings,Húrin,70.20621152437874 +The Lord of the Rings,Húrin,70.1833047886954 +The Lord of the Rings,Húrin,69.24940113096825 +The Lord of the Rings,Húrin,68.84258237748952 +The Lord of the Rings,Húrin,69.62785133369842 +The Lord of the Rings,Huor,71.28889288947744 +The Lord of the Rings,Huor,71.91226007886344 +The Lord of the Rings,Huor,71.43550400490854 +The Lord of the Rings,Huor,71.58782902667498 +The Lord of the Rings,Huor,71.61632784985079 +The Lord of the Rings,Huor,72.46337133148218 +The Lord of the Rings,Huor,71.68146538520881 +The Lord of the Rings,Huor,71.31215802727078 +The Lord of the Rings,Huor,72.56807873078661 +The Lord of the Rings,Huor,72.04600758242876 +The Lord of the Rings,Huor,71.70287756330491 +The Lord of the Rings,Huor,71.59743397338686 +The Lord of the Rings,Huor,72.56076100283661 +The Lord of the Rings,Lindir,71.84512246628655 +The Lord of the Rings,Lindir,72.36812407317765 +The Lord of the Rings,Lindir,72.36540782945572 +The Lord of the Rings,Lindir,72.45029226559372 +The Lord of the Rings,Lindir,72.15114284725918 +The Lord of the Rings,Lindir,73.35721368612408 +The Lord of the Rings,Lindir,71.93505571584535 +The Lord of the Rings,Lindir,72.78038492251615 +The Lord of the Rings,Lindir,71.86550313206334 +The Lord of the Rings,Lindir,72.42471327962868 +The Lord of the Rings,Lindir,72.20200365827137 +The Lord of the Rings,Lindir,71.77114739247924 +The Lord of the Rings,Lindir,73.10442233905906 +The Lord of the Rings,Erestor,74.50010683544009 +The Lord of the Rings,Erestor,73.23963091795585 +The Lord of the Rings,Erestor,74.90299036306449 +The Lord of the Rings,Erestor,73.90764375997358 +The Lord of the Rings,Erestor,76.36754382444695 +The Lord of the Rings,Erestor,73.5563695760797 +The Lord of the Rings,Erestor,75.71252104996202 +The Lord of the Rings,Erestor,73.4185061956355 +The Lord of the Rings,Erestor,73.24434289373686 +The Lord of the Rings,Erestor,73.16955437065964 +The Lord of the Rings,Erestor,75.31432315762113 +The Lord of the Rings,Erestor,75.08973059053903 +The Lord of the Rings,Erestor,73.22786424826708 +The Lord of the Rings,Elladan and Elrohir,73.83410153095207 +The Lord of the Rings,Elladan and Elrohir,74.264496279162 +The Lord of the Rings,Elladan and Elrohir,76.68965721830246 +The Lord of the Rings,Elladan and Elrohir,73.78430751254722 +The Lord of the Rings,Elladan and Elrohir,73.80525449614656 +The Lord of the Rings,Elladan and Elrohir,74.22020393227018 +The Lord of the Rings,Elladan and Elrohir,74.8150111264966 +The Lord of the Rings,Elladan and Elrohir,75.3010652870694 +The Lord of the Rings,Elladan and Elrohir,79.5774569026739 +The Lord of the Rings,Elladan and Elrohir,74.05912538113152 +The Lord of the Rings,Elladan and Elrohir,73.41178237214052 +The Lord of the Rings,Elladan and Elrohir,75.72708918191746 +The Lord of the Rings,Elladan and Elrohir,73.88136384186892 +The Lord of the Rings,Glóredhel,71.80792721436457 +The Lord of the Rings,Glóredhel,72.55693531068545 +The Lord of the Rings,Glóredhel,71.78799899321095 +The Lord of the Rings,Glóredhel,73.55207874852725 +The Lord of the Rings,Glóredhel,75.57075132222735 +The Lord of the Rings,Glóredhel,72.12081811262422 +The Lord of the Rings,Glóredhel,72.67093874734249 +The Lord of the Rings,Glóredhel,72.73577025712672 +The Lord of the Rings,Glóredhel,73.57544872885128 +The Lord of the Rings,Glóredhel,72.33574459785339 +The Lord of the Rings,Glóredhel,72.07943132042048 +The Lord of the Rings,Glóredhel,73.35926829777074 +The Lord of the Rings,Glóredhel,72.86759461233203 +The Lord of the Rings,Eöl,70.36241726316138 +The Lord of the Rings,Eöl,70.39644930874267 +The Lord of the Rings,Eöl,71.7282595814133 +The Lord of the Rings,Eöl,70.59118047157178 +The Lord of the Rings,Eöl,71.76774297645059 +The Lord of the Rings,Eöl,70.84290390072105 +The Lord of the Rings,Eöl,71.91988043231603 +The Lord of the Rings,Eöl,70.4868438002915 +The Lord of the Rings,Eöl,72.57827811941783 +The Lord of the Rings,Eöl,70.40149719400898 +The Lord of the Rings,Eöl,70.61134269553226 +The Lord of the Rings,Eöl,70.3590164786092 +The Lord of the Rings,Eöl,70.67196642155199 +The Lord of the Rings,Erendis,74.22306013966697 +The Lord of the Rings,Erendis,74.70657990688186 +The Lord of the Rings,Erendis,73.48870148938553 +The Lord of the Rings,Erendis,73.27383234370596 +The Lord of the Rings,Erendis,73.39867997653043 +The Lord of the Rings,Erendis,73.36134015551733 +The Lord of the Rings,Erendis,72.99114091836411 +The Lord of the Rings,Erendis,73.35684247958639 +The Lord of the Rings,Erendis,74.57642849687045 +The Lord of the Rings,Erendis,73.86278028886323 +The Lord of the Rings,Erendis,73.23384379808215 +The Lord of the Rings,Erendis,73.13744326961273 +The Lord of the Rings,Erendis,73.41964654927136 +The Lord of the Rings,Fëanor,71.21397257266436 +The Lord of the Rings,Fëanor,71.23648631698572 +The Lord of the Rings,Fëanor,70.4634790250436 +The Lord of the Rings,Fëanor,71.3961349823447 +The Lord of the Rings,Fëanor,72.33294250452575 +The Lord of the Rings,Fëanor,72.7535617960772 +The Lord of the Rings,Fëanor,72.03997402150557 +The Lord of the Rings,Fëanor,73.49851623280102 +The Lord of the Rings,Fëanor,70.81270381424889 +The Lord of the Rings,Fëanor,72.20237253701485 +The Lord of the Rings,Fëanor,70.50509157534506 +The Lord of the Rings,Fëanor,70.8744882905163 +The Lord of the Rings,Fëanor,70.85278621086526 +The Lord of the Rings,Aredhel,72.48162327066878 +The Lord of the Rings,Aredhel,73.15571738443877 +The Lord of the Rings,Aredhel,72.89402355587684 +The Lord of the Rings,Aredhel,76.12385971116177 +The Lord of the Rings,Aredhel,72.59156558843564 +The Lord of the Rings,Aredhel,72.13165621177625 +The Lord of the Rings,Aredhel,73.71213056487689 +The Lord of the Rings,Aredhel,73.11591292992502 +The Lord of the Rings,Aredhel,72.53488072228004 +The Lord of the Rings,Aredhel,72.77636151684545 +The Lord of the Rings,Aredhel,72.0683287838753 +The Lord of the Rings,Aredhel,73.53310339957645 +The Lord of the Rings,Aredhel,72.9487633011721 +The Lord of the Rings,Caranthir,68.5809713467059 +The Lord of the Rings,Caranthir,68.58032412004913 +The Lord of the Rings,Caranthir,70.34924474918292 +The Lord of the Rings,Caranthir,68.8015306306968 +The Lord of the Rings,Caranthir,68.75674981417156 +The Lord of the Rings,Caranthir,69.79587283330243 +The Lord of the Rings,Caranthir,70.10285917128438 +The Lord of the Rings,Caranthir,68.7545856302294 +The Lord of the Rings,Caranthir,68.67129932847158 +The Lord of the Rings,Caranthir,68.66734325373722 +The Lord of the Rings,Caranthir,68.51238233079268 +The Lord of the Rings,Caranthir,68.59195448021538 +The Lord of the Rings,Caranthir,70.68896807622639 +The Lord of the Rings,Curufin,66.87781741243872 +The Lord of the Rings,Curufin,67.06812985622214 +The Lord of the Rings,Curufin,67.43602821330062 +The Lord of the Rings,Curufin,67.58893154119065 +The Lord of the Rings,Curufin,67.04468152881883 +The Lord of the Rings,Curufin,66.96204298136963 +The Lord of the Rings,Curufin,68.19207267548406 +The Lord of the Rings,Curufin,67.3304758748391 +The Lord of the Rings,Curufin,67.27140909353587 +The Lord of the Rings,Curufin,67.6887551130993 +The Lord of the Rings,Curufin,68.41806745489953 +The Lord of the Rings,Curufin,66.88541990492875 +The Lord of the Rings,Curufin,68.32313738913629 +The Lord of the Rings,Amras,67.80684541141527 +The Lord of the Rings,Amras,67.94844393037539 +The Lord of the Rings,Amras,69.11245094099269 +The Lord of the Rings,Amras,69.89335189098067 +The Lord of the Rings,Amras,67.6784650939687 +The Lord of the Rings,Amras,67.84913879987535 +The Lord of the Rings,Amras,67.96592471718348 +The Lord of the Rings,Amras,69.87484117339802 +The Lord of the Rings,Amras,67.70134050468567 +The Lord of the Rings,Amras,67.68447535560794 +The Lord of the Rings,Amras,67.79658850269591 +The Lord of the Rings,Amras,68.70940676690424 +The Lord of the Rings,Amras,69.41268360278086 +The Lord of the Rings,Amrod,69.01171850748675 +The Lord of the Rings,Amrod,69.10606344544276 +The Lord of the Rings,Amrod,69.31753736490917 +The Lord of the Rings,Amrod,69.41400046714993 +The Lord of the Rings,Amrod,69.49162172826983 +The Lord of the Rings,Amrod,70.14712473468107 +The Lord of the Rings,Amrod,68.91056136419984 +The Lord of the Rings,Amrod,69.0630319456543 +The Lord of the Rings,Amrod,69.14736046458594 +The Lord of the Rings,Amrod,70.0196979331739 +The Lord of the Rings,Amrod,69.54703270935832 +The Lord of the Rings,Amrod,69.17850313875167 +The Lord of the Rings,Amrod,69.91517011511345 +The Lord of the Rings,Amlach,65.69818544226003 +The Lord of the Rings,Amlach,65.71816470561154 +The Lord of the Rings,Amlach,66.50218929252127 +The Lord of the Rings,Amlach,66.65719858565205 +The Lord of the Rings,Amlach,66.13233270484908 +The Lord of the Rings,Amlach,66.05947042114711 +The Lord of the Rings,Amlach,65.75155335665343 +The Lord of the Rings,Amlach,65.67339022963637 +The Lord of the Rings,Amlach,65.63928817994582 +The Lord of the Rings,Amlach,65.93829767980425 +The Lord of the Rings,Amlach,65.74616621123076 +The Lord of the Rings,Amlach,65.92750008845898 +The Lord of the Rings,Amlach,67.05931904382554 +The Lord of the Rings,Angrod,69.57882817737614 +The Lord of the Rings,Angrod,70.04215417520534 +The Lord of the Rings,Angrod,69.69808385985672 +The Lord of the Rings,Angrod,70.94182134483017 +The Lord of the Rings,Angrod,69.61655666704776 +The Lord of the Rings,Angrod,69.63601361032502 +The Lord of the Rings,Angrod,69.71516487934659 +The Lord of the Rings,Angrod,70.11581066928497 +The Lord of the Rings,Angrod,69.91023618106662 +The Lord of the Rings,Angrod,69.52071456865264 +The Lord of the Rings,Angrod,70.11593614029475 +The Lord of the Rings,Angrod,70.09610519358843 +The Lord of the Rings,Angrod,70.66023810056369 +The Lord of the Rings,Aegnor,70.92375497014962 +The Lord of the Rings,Aegnor,71.6827697037713 +The Lord of the Rings,Aegnor,71.81707933442209 +The Lord of the Rings,Aegnor,71.64523441680618 +The Lord of the Rings,Aegnor,70.91341235362376 +The Lord of the Rings,Aegnor,70.70827136113054 +The Lord of the Rings,Aegnor,73.66961388888997 +The Lord of the Rings,Aegnor,70.88763104789048 +The Lord of the Rings,Aegnor,71.03766485605634 +The Lord of the Rings,Aegnor,70.77084311105021 +The Lord of the Rings,Aegnor,71.85455439347605 +The Lord of the Rings,Aegnor,71.86188364563884 +The Lord of the Rings,Aegnor,72.1269674449982 +The Lord of the Rings,Handir,68.5671262198294 +The Lord of the Rings,Handir,69.04642939805905 +The Lord of the Rings,Handir,68.07833508858313 +The Lord of the Rings,Handir,69.4542248951191 +The Lord of the Rings,Handir,68.17205452591303 +The Lord of the Rings,Handir,68.21283645937315 +The Lord of the Rings,Handir,68.64307327275479 +The Lord of the Rings,Handir,68.03705391821256 +The Lord of the Rings,Handir,68.09623306526406 +The Lord of the Rings,Handir,68.5775817703248 +The Lord of the Rings,Handir,68.37310800483338 +The Lord of the Rings,Handir,71.88257323504185 +The Lord of the Rings,Handir,68.01292942568861 +The Lord of the Rings,Hareth,66.55363566856973 +The Lord of the Rings,Hareth,66.54538255186081 +The Lord of the Rings,Hareth,67.32180658516292 +The Lord of the Rings,Hareth,66.52559242163494 +The Lord of the Rings,Hareth,66.49572807529395 +The Lord of the Rings,Hareth,66.2795722587387 +The Lord of the Rings,Hareth,66.61347855750334 +The Lord of the Rings,Hareth,66.30449154635254 +The Lord of the Rings,Hareth,67.29463101393986 +The Lord of the Rings,Hareth,66.55818580254265 +The Lord of the Rings,Hareth,66.31745079116652 +The Lord of the Rings,Hareth,67.26594058071706 +The Lord of the Rings,Hareth,70.78685464493542 +The Lord of the Rings,Hador,70.10942831808148 +The Lord of the Rings,Hador,70.40999849734041 +The Lord of the Rings,Hador,69.78062105643308 +The Lord of the Rings,Hador,69.54107664778168 +The Lord of the Rings,Hador,69.5147952641827 +The Lord of the Rings,Hador,71.02168077426852 +The Lord of the Rings,Hador,70.02000980943338 +The Lord of the Rings,Hador,69.45356046538255 +The Lord of the Rings,Hador,69.70731298806497 +The Lord of the Rings,Hador,70.37827463275184 +The Lord of the Rings,Hador,70.4145220258142 +The Lord of the Rings,Hador,69.52455721979425 +The Lord of the Rings,Hador,72.10155050720752 +The Lord of the Rings,Haleth,71.09446878989428 +The Lord of the Rings,Haleth,71.4769264552528 +The Lord of the Rings,Haleth,70.88204200145698 +The Lord of the Rings,Haleth,72.57864608801971 +The Lord of the Rings,Haleth,71.23468916633891 +The Lord of the Rings,Haleth,70.69561490366647 +The Lord of the Rings,Haleth,70.77291633785788 +The Lord of the Rings,Haleth,71.23146929038364 +The Lord of the Rings,Haleth,71.12692841175804 +The Lord of the Rings,Haleth,72.69381054538863 +The Lord of the Rings,Haleth,71.49288465341931 +The Lord of the Rings,Haleth,70.76337590751281 +The Lord of the Rings,Haleth,74.63912461034936 +The Lord of the Rings,Baragund,68.70253870639984 +The Lord of the Rings,Baragund,71.5016770961146 +The Lord of the Rings,Baragund,67.26898970390451 +The Lord of the Rings,Baragund,66.75901736162173 +The Lord of the Rings,Baragund,67.7939257385729 +The Lord of the Rings,Baragund,67.2473810253729 +The Lord of the Rings,Baragund,66.64311540723273 +The Lord of the Rings,Baragund,67.4053686688007 +The Lord of the Rings,Baragund,67.91412461174275 +The Lord of the Rings,Baragund,67.33630396717759 +The Lord of the Rings,Baragund,67.64464850481932 +The Lord of the Rings,Baragund,66.83907181597365 +The Lord of the Rings,Baragund,68.01280818396116 +The Lord of the Rings,Barahir,69.57337816395788 +The Lord of the Rings,Barahir,72.23240522737004 +The Lord of the Rings,Barahir,71.31947518448753 +The Lord of the Rings,Barahir,70.74798955188794 +The Lord of the Rings,Barahir,69.79850921823605 +The Lord of the Rings,Barahir,70.145626200017 +The Lord of the Rings,Barahir,69.07980970888823 +The Lord of the Rings,Barahir,69.5532977797732 +The Lord of the Rings,Barahir,69.28649107934318 +The Lord of the Rings,Barahir,70.07710206679373 +The Lord of the Rings,Barahir,69.28302876904631 +The Lord of the Rings,Barahir,69.87440371636565 +The Lord of the Rings,Barahir,69.26987474975842 +The Lord of the Rings,Baran,62.9946120776277 +The Lord of the Rings,Baran,65.03376147912134 +The Lord of the Rings,Baran,67.35441661833325 +The Lord of the Rings,Baran,65.04560566130866 +The Lord of the Rings,Baran,63.45834892321628 +The Lord of the Rings,Baran,64.56054810348894 +The Lord of the Rings,Baran,63.180090042160145 +The Lord of the Rings,Baran,63.12772856082712 +The Lord of the Rings,Baran,63.3429591911526 +The Lord of the Rings,Baran,63.148875459609535 +The Lord of the Rings,Baran,64.5175767980833 +The Lord of the Rings,Baran,63.66697508573181 +The Lord of the Rings,Baran,63.22606609987579 +The Lord of the Rings,Belemir,69.58161655819505 +The Lord of the Rings,Belemir,69.22032019906997 +The Lord of the Rings,Belemir,70.4922515650482 +The Lord of the Rings,Belemir,69.30031836400853 +The Lord of the Rings,Belemir,69.25814765676876 +The Lord of the Rings,Belemir,71.39988544931549 +The Lord of the Rings,Belemir,69.83498695361575 +The Lord of the Rings,Belemir,70.44485494396243 +The Lord of the Rings,Belemir,69.83595295558828 +The Lord of the Rings,Belemir,69.96120281219434 +The Lord of the Rings,Belemir,69.31691991604342 +The Lord of the Rings,Belemir,69.95518058930085 +The Lord of the Rings,Belemir,71.56339877330406 +The Lord of the Rings,Celegorm,72.08452529943159 +The Lord of the Rings,Celegorm,71.16251867309965 +The Lord of the Rings,Celegorm,71.02088585114177 +The Lord of the Rings,Celegorm,71.44097974463963 +The Lord of the Rings,Celegorm,71.13808895513274 +The Lord of the Rings,Celegorm,71.31977814536687 +The Lord of the Rings,Celegorm,72.96382069301488 +The Lord of the Rings,Celegorm,71.06982979168689 +The Lord of the Rings,Celegorm,70.83279061544549 +The Lord of the Rings,Celegorm,71.03098206624973 +The Lord of the Rings,Celegorm,70.64045884249498 +The Lord of the Rings,Celegorm,70.61275985420538 +The Lord of the Rings,Celegorm,70.62363873877008 +The Lord of the Rings,Carcharoth,71.0207380674338 +The Lord of the Rings,Carcharoth,72.21974413732012 +The Lord of the Rings,Carcharoth,71.08625906565986 +The Lord of the Rings,Carcharoth,73.28344704492416 +The Lord of the Rings,Carcharoth,71.12057362665409 +The Lord of the Rings,Carcharoth,71.09548864221357 +The Lord of the Rings,Carcharoth,71.13584432803816 +The Lord of the Rings,Carcharoth,70.80885905943605 +The Lord of the Rings,Carcharoth,72.0276201416462 +The Lord of the Rings,Carcharoth,71.1556514725426 +The Lord of the Rings,Carcharoth,71.45136094953463 +The Lord of the Rings,Carcharoth,70.91639726761194 +The Lord of the Rings,Carcharoth,72.01394182765628 +The Lord of the Rings,Gelmir,70.41196838482462 +The Lord of the Rings,Gelmir,68.98125967980151 +The Lord of the Rings,Gelmir,68.83203901240444 +The Lord of the Rings,Gelmir,68.83224012433895 +The Lord of the Rings,Gelmir,68.8081516728817 +The Lord of the Rings,Gelmir,70.2837193148183 +The Lord of the Rings,Gelmir,69.96615774406774 +The Lord of the Rings,Gelmir,69.7483704972068 +The Lord of the Rings,Gelmir,68.98088404849118 +The Lord of the Rings,Gelmir,69.0031776935447 +The Lord of the Rings,Gelmir,69.00369999559388 +The Lord of the Rings,Gelmir,69.33439140835033 +The Lord of the Rings,Gelmir,68.77446112804483 +The Lord of the Rings,Galdor,74.56235141753231 +The Lord of the Rings,Galdor,77.06149609769454 +The Lord of the Rings,Galdor,73.85633421409779 +The Lord of the Rings,Galdor,75.31866737387135 +The Lord of the Rings,Galdor,73.63852593222386 +The Lord of the Rings,Galdor,73.52532004727723 +The Lord of the Rings,Galdor,73.67460406025276 +The Lord of the Rings,Galdor,74.2800392099833 +The Lord of the Rings,Galdor,75.09388820932239 +The Lord of the Rings,Galdor,74.22102608290582 +The Lord of the Rings,Galdor,73.63114252169024 +The Lord of the Rings,Galdor,73.58006456880108 +The Lord of the Rings,Galdor,73.6253975410134 +The Lord of the Rings,Gwindor,74.82924468115995 +The Lord of the Rings,Gwindor,74.79288519199203 +The Lord of the Rings,Gwindor,75.26819275854993 +The Lord of the Rings,Gwindor,76.80058382748574 +The Lord of the Rings,Gwindor,75.14537218804664 +The Lord of the Rings,Gwindor,75.39936166946981 +The Lord of the Rings,Gwindor,75.09097479539474 +The Lord of the Rings,Gwindor,75.67426955821084 +The Lord of the Rings,Gwindor,74.8458361819103 +The Lord of the Rings,Gwindor,76.69328216250469 +The Lord of the Rings,Gwindor,74.80713979446591 +The Lord of the Rings,Gwindor,74.73762236689667 +The Lord of the Rings,Gwindor,75.47593238523454 +The Lord of the Rings,Eilinel,69.2131643924247 +The Lord of the Rings,Eilinel,72.14743214576932 +The Lord of the Rings,Eilinel,71.45124216580518 +The Lord of the Rings,Eilinel,73.00205405630388 +The Lord of the Rings,Eilinel,69.28771558026753 +The Lord of the Rings,Eilinel,71.78603173979693 +The Lord of the Rings,Eilinel,71.96190666222093 +The Lord of the Rings,Eilinel,69.72429981079163 +The Lord of the Rings,Eilinel,69.49012844180903 +The Lord of the Rings,Eilinel,70.1588439453706 +The Lord of the Rings,Eilinel,69.30728559734452 +The Lord of the Rings,Eilinel,72.06294126543511 +The Lord of the Rings,Eilinel,69.57969919463889 +The Lord of the Rings,Finduilas,70.3985406546388 +The Lord of the Rings,Finduilas,70.04865134102936 +The Lord of the Rings,Finduilas,72.8630011130993 +The Lord of the Rings,Finduilas,70.97932700287059 +The Lord of the Rings,Finduilas,70.28179560652184 +The Lord of the Rings,Finduilas,70.55203267743458 +The Lord of the Rings,Finduilas,70.70256482640305 +The Lord of the Rings,Finduilas,69.94671795266477 +The Lord of the Rings,Finduilas,69.78485055795946 +The Lord of the Rings,Finduilas,70.15363655805052 +The Lord of the Rings,Finduilas,72.19411184449297 +The Lord of the Rings,Finduilas,71.20230478792465 +The Lord of the Rings,Finduilas,69.72636426411091 +The Lord of the Rings,RÃan,66.68489010608751 +The Lord of the Rings,RÃan,66.69336267682398 +The Lord of the Rings,RÃan,66.92288062175079 +The Lord of the Rings,RÃan,66.70271490789077 +The Lord of the Rings,RÃan,67.2851103359103 +The Lord of the Rings,RÃan,68.88294054897897 +The Lord of the Rings,RÃan,69.70663935677732 +The Lord of the Rings,RÃan,66.70327415578512 +The Lord of the Rings,RÃan,66.64295211110274 +The Lord of the Rings,RÃan,66.6301368159093 +The Lord of the Rings,RÃan,67.42774335969288 +The Lord of the Rings,RÃan,67.24668640903289 +The Lord of the Rings,RÃan,68.25979302283154 +The Lord of the Rings,Nienor,72.6381366997612 +The Lord of the Rings,Nienor,72.86713153466127 +The Lord of the Rings,Nienor,72.84868168257407 +The Lord of the Rings,Nienor,72.71014759712322 +The Lord of the Rings,Nienor,75.34542526839199 +The Lord of the Rings,Nienor,73.97310652415118 +The Lord of the Rings,Nienor,73.80652258022431 +The Lord of the Rings,Nienor,73.37469846005126 +The Lord of the Rings,Nienor,73.0687208698378 +The Lord of the Rings,Nienor,73.58426245420905 +The Lord of the Rings,Nienor,72.39025651557928 +The Lord of the Rings,Nienor,72.16056812329296 +The Lord of the Rings,Nienor,74.1022726659489 +The Lord of the Rings,Mablung,72.02039142408148 +The Lord of the Rings,Mablung,72.21427114955372 +The Lord of the Rings,Mablung,72.02811833929388 +The Lord of the Rings,Mablung,74.47723124845726 +The Lord of the Rings,Mablung,72.23172178908756 +The Lord of the Rings,Mablung,72.5907119065025 +The Lord of the Rings,Mablung,72.93905546873344 +The Lord of the Rings,Mablung,72.6504769322582 +The Lord of the Rings,Mablung,71.9935828401426 +The Lord of the Rings,Mablung,72.23926446428833 +The Lord of the Rings,Mablung,73.16000151697483 +The Lord of the Rings,Mablung,72.47646058816099 +The Lord of the Rings,Mablung,74.39096642492702 +The Hunger Games,Gale Hawthorne,73.41158467531716 +The Hunger Games,Gale Hawthorne,73.25634306088831 +The Hunger Games,Gale Hawthorne,73.92019082862873 +The Hunger Games,Gale Hawthorne,73.74319843437085 +The Hunger Games,Gale Hawthorne,73.42080472405753 +The Hunger Games,Gale Hawthorne,73.94221121436189 +The Hunger Games,Gale Hawthorne,73.9176182258835 +The Hunger Games,Gale Hawthorne,74.70269735781642 +The Hunger Games,Gale Hawthorne,74.83709818694432 +The Hunger Games,Gale Hawthorne,74.7322681764427 +The Hunger Games,Gale Hawthorne,72.94910746008605 +The Hunger Games,Gale Hawthorne,74.83869934229577 +The Hunger Games,Gale Hawthorne,73.75161002904463 +The Hunger Games,Katniss Everdeen,73.08532897931748 +The Hunger Games,Katniss Everdeen,73.0374187481717 +The Hunger Games,Katniss Everdeen,76.8816783539751 +The Hunger Games,Katniss Everdeen,74.35878257326122 +The Hunger Games,Katniss Everdeen,72.99191324150247 +The Hunger Games,Katniss Everdeen,73.36256141974071 +The Hunger Games,Katniss Everdeen,72.49954769081212 +The Hunger Games,Katniss Everdeen,73.23459284408256 +The Hunger Games,Katniss Everdeen,73.79252991741666 +The Hunger Games,Katniss Everdeen,73.30251653326762 +The Hunger Games,Katniss Everdeen,72.49257412069407 +The Hunger Games,Katniss Everdeen,73.1928127796727 +The Hunger Games,Katniss Everdeen,72.66063529516923 +The Hunger Games,Effie Trinket,72.9112451755823 +The Hunger Games,Effie Trinket,73.50218609403078 +The Hunger Games,Effie Trinket,73.48031399522003 +The Hunger Games,Effie Trinket,73.8400996684612 +The Hunger Games,Effie Trinket,73.1324700948062 +The Hunger Games,Effie Trinket,74.41623935963706 +The Hunger Games,Effie Trinket,74.20043226222273 +The Hunger Games,Effie Trinket,76.31304712072318 +The Hunger Games,Effie Trinket,75.2587661868716 +The Hunger Games,Effie Trinket,75.21439317002991 +The Hunger Games,Effie Trinket,73.27059547684685 +The Hunger Games,Effie Trinket,72.84518001857798 +The Hunger Games,Effie Trinket,73.46180021257368 +The Hunger Games,Coriolanus Snow,67.04990157563914 +The Hunger Games,Coriolanus Snow,67.28720857498635 +The Hunger Games,Coriolanus Snow,67.07167357096235 +The Hunger Games,Coriolanus Snow,66.90988367904124 +The Hunger Games,Coriolanus Snow,67.68962283077946 +The Hunger Games,Coriolanus Snow,67.58059741922905 +The Hunger Games,Coriolanus Snow,67.63307468237124 +The Hunger Games,Coriolanus Snow,67.24638095730442 +The Hunger Games,Coriolanus Snow,66.88834391105432 +The Hunger Games,Coriolanus Snow,67.11865552230928 +The Hunger Games,Coriolanus Snow,67.67543779205393 +The Hunger Games,Coriolanus Snow,67.72724493835672 +The Hunger Games,Coriolanus Snow,67.4395515903255 +The Hunger Games,Mrs. Everdeen,67.50896197863308 +The Hunger Games,Mrs. Everdeen,67.44548102023677 +The Hunger Games,Mrs. Everdeen,70.28855082628674 +The Hunger Games,Mrs. Everdeen,67.77563930326924 +The Hunger Games,Mrs. Everdeen,67.7403492482901 +The Hunger Games,Mrs. Everdeen,67.43648940981629 +The Hunger Games,Mrs. Everdeen,68.62916302146314 +The Hunger Games,Mrs. Everdeen,70.61083841113988 +The Hunger Games,Mrs. Everdeen,67.48019797084623 +The Hunger Games,Mrs. Everdeen,68.04375327437005 +The Hunger Games,Mrs. Everdeen,68.48155124387381 +The Hunger Games,Mrs. Everdeen,67.63381298750973 +The Hunger Games,Mrs. Everdeen,68.67364857436418 +The Hunger Games,Cinna,72.55689266170451 +The Hunger Games,Cinna,74.79147368069563 +The Hunger Games,Cinna,74.91747395891885 +The Hunger Games,Cinna,74.57123701531218 +The Hunger Games,Cinna,72.8295779863959 +The Hunger Games,Cinna,71.07500303193595 +The Hunger Games,Cinna,71.31040632524609 +The Hunger Games,Cinna,71.72007402755159 +The Hunger Games,Cinna,71.94310567398075 +The Hunger Games,Cinna,72.1403755092568 +The Hunger Games,Cinna,73.04796904983559 +The Hunger Games,Cinna,72.77966974008628 +The Hunger Games,Cinna,71.32750249309005 +The Hunger Games,Primrose Everdeen,73.97687459290637 +The Hunger Games,Primrose Everdeen,72.74898860246715 +The Hunger Games,Primrose Everdeen,72.95828196710352 +The Hunger Games,Primrose Everdeen,74.73994935630316 +The Hunger Games,Primrose Everdeen,75.20982095229759 +The Hunger Games,Primrose Everdeen,72.49593265009837 +The Hunger Games,Primrose Everdeen,72.5091108392567 +The Hunger Games,Primrose Everdeen,73.05218050282937 +The Hunger Games,Primrose Everdeen,75.33931548693096 +The Hunger Games,Primrose Everdeen,72.53111118322997 +The Hunger Games,Primrose Everdeen,78.60528259504274 +The Hunger Games,Primrose Everdeen,72.76614330268279 +The Hunger Games,Primrose Everdeen,72.72579730474249 +The Hunger Games,Peeta Mellark,78.0500396160736 +The Hunger Games,Peeta Mellark,79.61918296164531 +The Hunger Games,Peeta Mellark,75.20915205917737 +The Hunger Games,Peeta Mellark,75.66094179786964 +The Hunger Games,Peeta Mellark,75.35539277807605 +The Hunger Games,Peeta Mellark,78.61888614145288 +The Hunger Games,Peeta Mellark,77.30531615920461 +The Hunger Games,Peeta Mellark,76.09198514526032 +The Hunger Games,Peeta Mellark,76.3352657675864 +The Hunger Games,Peeta Mellark,75.51862288124912 +The Hunger Games,Peeta Mellark,75.74584357384815 +The Hunger Games,Peeta Mellark,77.6694270839247 +The Hunger Games,Peeta Mellark,75.85888470968004 +The Hunger Games,Haymitch Abernathy,72.55218880873122 +The Hunger Games,Haymitch Abernathy,75.96912420755574 +The Hunger Games,Haymitch Abernathy,73.37600872276649 +The Hunger Games,Haymitch Abernathy,73.83439694402585 +The Hunger Games,Haymitch Abernathy,74.30002525121135 +The Hunger Games,Haymitch Abernathy,72.05605510426997 +The Hunger Games,Haymitch Abernathy,72.21819871725607 +The Hunger Games,Haymitch Abernathy,72.85527629815454 +The Hunger Games,Haymitch Abernathy,71.963531597552 +The Hunger Games,Haymitch Abernathy,73.82931852866513 +The Hunger Games,Haymitch Abernathy,72.45145662533672 +The Hunger Games,Haymitch Abernathy,73.26479902873541 +The Hunger Games,Haymitch Abernathy,76.37193775159027 +The Hunger Games,Alma Coin,65.52665281997334 +The Hunger Games,Alma Coin,65.4744992607315 +The Hunger Games,Alma Coin,65.5178915456362 +The Hunger Games,Alma Coin,65.60670917402105 +The Hunger Games,Alma Coin,65.95439021740057 +The Hunger Games,Alma Coin,66.48134889888244 +The Hunger Games,Alma Coin,66.03523948562146 +The Hunger Games,Alma Coin,65.52433437225017 +The Hunger Games,Alma Coin,66.08773918878768 +The Hunger Games,Alma Coin,66.0657361488288 +The Hunger Games,Alma Coin,66.65645122947264 +The Hunger Games,Alma Coin,66.59701523334985 +The Hunger Games,Alma Coin,66.19169644200637 +The Hunger Games,Casca Highbottom,65.71390975338001 +The Hunger Games,Casca Highbottom,65.61747856718539 +The Hunger Games,Casca Highbottom,67.70259983019066 +The Hunger Games,Casca Highbottom,65.66162711908142 +The Hunger Games,Casca Highbottom,66.49975040057059 +The Hunger Games,Casca Highbottom,66.01978157659548 +The Hunger Games,Casca Highbottom,65.75999207673514 +The Hunger Games,Casca Highbottom,66.63542215100365 +The Hunger Games,Casca Highbottom,65.65838169868415 +The Hunger Games,Casca Highbottom,66.77560678239531 +The Hunger Games,Casca Highbottom,65.84646425857024 +The Hunger Games,Casca Highbottom,67.11208694314983 +The Hunger Games,Casca Highbottom,65.93229197644301 +The Hunger Games,Livia Cardew,63.38393087137827 +The Hunger Games,Livia Cardew,64.10932854107728 +The Hunger Games,Livia Cardew,62.5825482036179 +The Hunger Games,Livia Cardew,62.03325710234823 +The Hunger Games,Livia Cardew,63.361801414621866 +The Hunger Games,Livia Cardew,61.729951110831514 +The Hunger Games,Livia Cardew,61.98286371850268 +The Hunger Games,Livia Cardew,63.46646243787569 +The Hunger Games,Livia Cardew,61.97961957712763 +The Hunger Games,Livia Cardew,62.59762465617095 +The Hunger Games,Livia Cardew,61.94336343505056 +The Hunger Games,Livia Cardew,61.878984301141706 +The Hunger Games,Livia Cardew,64.47431676958928 +The Hunger Games,Palmyra Monty,62.948925192869496 +The Hunger Games,Palmyra Monty,63.47219875194775 +The Hunger Games,Palmyra Monty,65.61093870671004 +The Hunger Games,Palmyra Monty,63.113249231489924 +The Hunger Games,Palmyra Monty,63.708753485276326 +The Hunger Games,Palmyra Monty,63.392342272454094 +The Hunger Games,Palmyra Monty,63.75546520892538 +The Hunger Games,Palmyra Monty,62.81077075624763 +The Hunger Games,Palmyra Monty,62.85691491878982 +The Hunger Games,Palmyra Monty,63.47500297849565 +The Hunger Games,Palmyra Monty,63.171569710787715 +The Hunger Games,Palmyra Monty,63.949249304282965 +The Hunger Games,Palmyra Monty,63.585284449230926 +The Hunger Games,Persephone Price,66.56131910674632 +The Hunger Games,Persephone Price,67.0737073872508 +The Hunger Games,Persephone Price,69.44681398606187 +The Hunger Games,Persephone Price,66.77855068527764 +The Hunger Games,Persephone Price,67.62205426469922 +The Hunger Games,Persephone Price,68.2552668766432 +The Hunger Games,Persephone Price,66.84823651678357 +The Hunger Games,Persephone Price,66.67897485562673 +The Hunger Games,Persephone Price,66.59528951907451 +The Hunger Games,Persephone Price,68.436727809732 +The Hunger Games,Persephone Price,66.63750032844345 +The Hunger Games,Persephone Price,67.37368417534285 +The Hunger Games,Persephone Price,66.50293702467724 +The Hunger Games,Festus Creed,65.17165524499879 +The Hunger Games,Festus Creed,64.57294103277069 +The Hunger Games,Festus Creed,65.38782494374156 +The Hunger Games,Festus Creed,64.91662408713827 +The Hunger Games,Festus Creed,64.58787107929467 +The Hunger Games,Festus Creed,65.50766120293353 +The Hunger Games,Festus Creed,64.79181141680121 +The Hunger Games,Festus Creed,65.28592497702004 +The Hunger Games,Festus Creed,65.21801901398801 +The Hunger Games,Festus Creed,64.99018573099814 +The Hunger Games,Festus Creed,64.689496183348 +The Hunger Games,Festus Creed,64.52789518505914 +The Hunger Games,Festus Creed,64.77075852700852 +The Hunger Games,Vipsania Sickle,65.45782414311373 +The Hunger Games,Vipsania Sickle,66.37364857512834 +The Hunger Games,Vipsania Sickle,65.2550526666279 +The Hunger Games,Vipsania Sickle,65.30200107152926 +The Hunger Games,Vipsania Sickle,66.12396245913617 +The Hunger Games,Vipsania Sickle,65.99603382575694 +The Hunger Games,Vipsania Sickle,65.58459464229645 +The Hunger Games,Vipsania Sickle,65.31468330162834 +The Hunger Games,Vipsania Sickle,66.27888793724375 +The Hunger Games,Vipsania Sickle,66.48325972343112 +The Hunger Games,Vipsania Sickle,65.4045548921253 +The Hunger Games,Vipsania Sickle,66.06952512210817 +The Hunger Games,Vipsania Sickle,66.78313029133828 +The Hunger Games,Hilarius Heavensbee,67.68065075246554 +The Hunger Games,Hilarius Heavensbee,68.47558254695974 +The Hunger Games,Hilarius Heavensbee,70.04462312413929 +The Hunger Games,Hilarius Heavensbee,67.82402269168571 +The Hunger Games,Hilarius Heavensbee,68.37181713053134 +The Hunger Games,Hilarius Heavensbee,67.71066458533022 +The Hunger Games,Hilarius Heavensbee,68.25370212802284 +The Hunger Games,Hilarius Heavensbee,67.9969548411717 +The Hunger Games,Hilarius Heavensbee,67.0484838177789 +The Hunger Games,Hilarius Heavensbee,67.31556238073372 +The Hunger Games,Hilarius Heavensbee,68.50196758623596 +The Hunger Games,Hilarius Heavensbee,67.12621308323962 +The Hunger Games,Hilarius Heavensbee,67.28452426133829 +The Hunger Games,Domitia Whimsiwick,65.18453099701847 +The Hunger Games,Domitia Whimsiwick,67.5985815706074 +The Hunger Games,Domitia Whimsiwick,65.15512625400603 +The Hunger Games,Domitia Whimsiwick,65.9046463068063 +The Hunger Games,Domitia Whimsiwick,65.1921297644063 +The Hunger Games,Domitia Whimsiwick,64.7605939432623 +The Hunger Games,Domitia Whimsiwick,65.28149572688652 +The Hunger Games,Domitia Whimsiwick,64.76988165055413 +The Hunger Games,Domitia Whimsiwick,65.9022256282911 +The Hunger Games,Domitia Whimsiwick,64.6658743900556 +The Hunger Games,Domitia Whimsiwick,65.71744515979051 +The Hunger Games,Domitia Whimsiwick,64.8798482523871 +The Hunger Games,Domitia Whimsiwick,66.80419483920454 +The Hunger Games,Clemensia Dovecote,65.1556239984658 +The Hunger Games,Clemensia Dovecote,64.62090084747557 +The Hunger Games,Clemensia Dovecote,66.79177122839633 +The Hunger Games,Clemensia Dovecote,63.9288798400592 +The Hunger Games,Clemensia Dovecote,65.29022907731886 +The Hunger Games,Clemensia Dovecote,64.30654790539768 +The Hunger Games,Clemensia Dovecote,65.2116421638073 +The Hunger Games,Clemensia Dovecote,63.730961566273656 +The Hunger Games,Clemensia Dovecote,63.921754183100454 +The Hunger Games,Clemensia Dovecote,64.58465154913122 +The Hunger Games,Clemensia Dovecote,65.35983770625289 +The Hunger Games,Clemensia Dovecote,65.04299671974422 +The Hunger Games,Clemensia Dovecote,64.46788167585629 +The Hunger Games,Felix Ravinstill,66.39242536408354 +The Hunger Games,Felix Ravinstill,66.01896669002389 +The Hunger Games,Felix Ravinstill,65.24161483566697 +The Hunger Games,Felix Ravinstill,65.26162007161032 +The Hunger Games,Felix Ravinstill,65.25233086622528 +The Hunger Games,Felix Ravinstill,65.30960458392876 +The Hunger Games,Felix Ravinstill,64.99305539017047 +The Hunger Games,Felix Ravinstill,65.24908169873979 +The Hunger Games,Felix Ravinstill,66.74465063620427 +The Hunger Games,Felix Ravinstill,65.32555634250535 +The Hunger Games,Felix Ravinstill,66.05452583742907 +The Hunger Games,Felix Ravinstill,64.98132344380977 +The Hunger Games,Felix Ravinstill,66.31178329958318 +The Hunger Games,Lysistrata Vickers,63.140660175644335 +The Hunger Games,Lysistrata Vickers,65.64809968205806 +The Hunger Games,Lysistrata Vickers,63.90993218334228 +The Hunger Games,Lysistrata Vickers,63.58859460542578 +The Hunger Games,Lysistrata Vickers,63.71616928744985 +The Hunger Games,Lysistrata Vickers,64.38466034433844 +The Hunger Games,Lysistrata Vickers,64.56687823666002 +The Hunger Games,Lysistrata Vickers,64.0330807606138 +The Hunger Games,Lysistrata Vickers,63.22880663160424 +The Hunger Games,Lysistrata Vickers,63.25200734007973 +The Hunger Games,Lysistrata Vickers,63.279708433625636 +The Hunger Games,Lysistrata Vickers,63.69786877308922 +The Hunger Games,Lysistrata Vickers,63.48073171788021 +The Hunger Games,Lucretius Flickerman,69.19864631067884 +The Hunger Games,Lucretius Flickerman,70.07685106446692 +The Hunger Games,Lucretius Flickerman,69.8307816505307 +The Hunger Games,Lucretius Flickerman,69.50356623549115 +The Hunger Games,Lucretius Flickerman,69.78086411922729 +The Hunger Games,Lucretius Flickerman,73.99422049593323 +The Hunger Games,Lucretius Flickerman,71.524871140537 +The Hunger Games,Lucretius Flickerman,70.32307195743401 +The Hunger Games,Lucretius Flickerman,70.73536189906207 +The Hunger Games,Lucretius Flickerman,69.8180755137788 +The Hunger Games,Lucretius Flickerman,70.03775535282695 +The Hunger Games,Lucretius Flickerman,69.36983611338341 +The Hunger Games,Lucretius Flickerman,70.49515717567093 +The Hunger Games,Reaper Ash,64.56158371425076 +The Hunger Games,Reaper Ash,65.4244199131893 +The Hunger Games,Reaper Ash,64.37327995753141 +The Hunger Games,Reaper Ash,65.00392145578803 +The Hunger Games,Reaper Ash,65.8495928566402 +The Hunger Games,Reaper Ash,65.59850907652884 +The Hunger Games,Reaper Ash,65.79804883607466 +The Hunger Games,Reaper Ash,64.93623811883728 +The Hunger Games,Reaper Ash,64.6982475881517 +The Hunger Games,Reaper Ash,65.07166678169853 +The Hunger Games,Reaper Ash,65.02812158385055 +The Hunger Games,Reaper Ash,65.81681108197832 +The Hunger Games,Reaper Ash,64.61621541598454 +The Hunger Games,Mizzen,63.4125600169411 +The Hunger Games,Mizzen,63.390930307234385 +The Hunger Games,Mizzen,62.72777448007816 +The Hunger Games,Mizzen,64.05317090148489 +The Hunger Games,Mizzen,63.45935724142899 +The Hunger Games,Mizzen,63.69449147265721 +The Hunger Games,Mizzen,63.40069852260009 +The Hunger Games,Mizzen,62.59925733052752 +The Hunger Games,Mizzen,62.590456191770706 +The Hunger Games,Mizzen,63.14017446510306 +The Hunger Games,Mizzen,63.83160856487127 +The Hunger Games,Mizzen,63.70175567144872 +The Hunger Games,Mizzen,63.02456814270438 +The Hunger Games,Coral,65.72496788338877 +The Hunger Games,Coral,66.12288755485241 +The Hunger Games,Coral,64.73905912756099 +The Hunger Games,Coral,64.64597634102421 +The Hunger Games,Coral,64.50926335433516 +The Hunger Games,Coral,64.34482244936508 +The Hunger Games,Coral,65.40398378040074 +The Hunger Games,Coral,64.7838133506107 +The Hunger Games,Coral,65.11720182713265 +The Hunger Games,Coral,64.34024020819407 +The Hunger Games,Coral,65.47268294762029 +The Hunger Games,Coral,65.10131868105093 +The Hunger Games,Coral,64.87889871980148 +The Hunger Games,Treech,65.17166323430902 +The Hunger Games,Treech,65.11195461707429 +The Hunger Games,Treech,64.75291016943666 +The Hunger Games,Treech,65.30302027001413 +The Hunger Games,Treech,69.10389036656017 +The Hunger Games,Treech,66.05366775383868 +The Hunger Games,Treech,68.31906957663739 +The Hunger Games,Treech,64.77495541484048 +The Hunger Games,Treech,64.93624117339824 +The Hunger Games,Treech,66.94638652938023 +The Hunger Games,Treech,65.55612476703178 +The Hunger Games,Treech,65.38838340321348 +The Hunger Games,Treech,65.8719172205483 +The Hunger Games,Dill,65.06590914541167 +The Hunger Games,Dill,65.19027666430956 +The Hunger Games,Dill,66.59363583039362 +The Hunger Games,Dill,65.957280976724 +The Hunger Games,Dill,65.10488365328698 +The Hunger Games,Dill,67.88603141165937 +The Hunger Games,Dill,67.41089559725492 +The Hunger Games,Dill,66.21517553691002 +The Hunger Games,Dill,67.51470418660529 +The Hunger Games,Dill,65.7533869218475 +The Hunger Games,Dill,65.17487097695391 +The Hunger Games,Dill,66.13398497907153 +The Hunger Games,Dill,67.04326739695989 +The Hunger Games,Mr. Everdeen,70.5991364814143 +The Hunger Games,Mr. Everdeen,69.62946398581084 +The Hunger Games,Mr. Everdeen,70.21291613742507 +The Hunger Games,Mr. Everdeen,69.45039570243065 +The Hunger Games,Mr. Everdeen,69.60456572564395 +The Hunger Games,Mr. Everdeen,72.11893015317075 +The Hunger Games,Mr. Everdeen,69.95628670488033 +The Hunger Games,Mr. Everdeen,69.72351847550995 +The Hunger Games,Mr. Everdeen,69.33678784132454 +The Hunger Games,Mr. Everdeen,71.18451546388656 +The Hunger Games,Mr. Everdeen,70.68223366144395 +The Hunger Games,Mr. Everdeen,69.88919190205552 +The Hunger Games,Mr. Everdeen,69.64077749121329 +The Hunger Games,Volumnia Gaul,62.89754179582747 +The Hunger Games,Volumnia Gaul,65.01312283781758 +The Hunger Games,Volumnia Gaul,63.526894204948306 +The Hunger Games,Volumnia Gaul,62.77586636480568 +The Hunger Games,Volumnia Gaul,63.14453302164743 +The Hunger Games,Volumnia Gaul,63.909653361011856 +The Hunger Games,Volumnia Gaul,62.5638831409874 +The Hunger Games,Volumnia Gaul,62.65709052024072 +The Hunger Games,Volumnia Gaul,62.645477681719974 +The Hunger Games,Volumnia Gaul,62.48286630724114 +The Hunger Games,Volumnia Gaul,65.3284453488231 +The Hunger Games,Volumnia Gaul,63.23752689694439 +The Hunger Games,Volumnia Gaul,62.69118758666479 +Dune,Jamis,67.63120241529053 +Dune,Jamis,67.88167472390698 +Dune,Jamis,68.25531766088861 +Dune,Jamis,68.38822633775328 +Dune,Jamis,67.85713212362525 +Dune,Jamis,67.69025817031378 +Dune,Jamis,67.58171510168536 +Dune,Jamis,67.70695368500874 +Dune,Jamis,67.50566798845745 +Dune,Jamis,67.86601651312549 +Dune,Jamis,72.4175200708547 +Dune,Jamis,68.32274654822243 +Dune,Jamis,67.67714622076059 +Dune,Glossu Rabban Harkonnen,73.83785671015625 +Dune,Glossu Rabban Harkonnen,74.38689945754818 +Dune,Glossu Rabban Harkonnen,73.96837679795871 +Dune,Glossu Rabban Harkonnen,74.82425512175713 +Dune,Glossu Rabban Harkonnen,74.82566381758672 +Dune,Glossu Rabban Harkonnen,80.29665908713457 +Dune,Glossu Rabban Harkonnen,74.73381796898342 +Dune,Glossu Rabban Harkonnen,75.02264780620422 +Dune,Glossu Rabban Harkonnen,73.59761995033011 +Dune,Glossu Rabban Harkonnen,74.74429024174805 +Dune,Glossu Rabban Harkonnen,75.74777980537777 +Dune,Glossu Rabban Harkonnen,75.60687542620002 +Dune,Glossu Rabban Harkonnen,74.38805541086163 +Dune,Hwi Noree,72.6525932918139 +Dune,Hwi Noree,72.04915964101151 +Dune,Hwi Noree,70.5976114488277 +Dune,Hwi Noree,70.47248521976609 +Dune,Hwi Noree,69.97800920177733 +Dune,Hwi Noree,73.24285989533202 +Dune,Hwi Noree,73.86274875478492 +Dune,Hwi Noree,70.0039429731212 +Dune,Hwi Noree,70.50926245884432 +Dune,Hwi Noree,69.71688771000973 +Dune,Hwi Noree,70.08169318360477 +Dune,Hwi Noree,70.21319875049404 +Dune,Hwi Noree,70.76905503437465 +Dune,Kailea Vernius,66.46258024934846 +Dune,Kailea Vernius,67.53549345718457 +Dune,Kailea Vernius,66.74072442801398 +Dune,Kailea Vernius,66.83930344402526 +Dune,Kailea Vernius,66.70778815629336 +Dune,Kailea Vernius,66.57538615882262 +Dune,Kailea Vernius,67.29632258250746 +Dune,Kailea Vernius,67.83410846543234 +Dune,Kailea Vernius,67.69439482144665 +Dune,Kailea Vernius,66.68746158185516 +Dune,Kailea Vernius,66.91474073900875 +Dune,Kailea Vernius,67.19055619533026 +Dune,Kailea Vernius,67.32388721174975 +Dune,Helena Atreides,72.80712077828332 +Dune,Helena Atreides,73.1447945497144 +Dune,Helena Atreides,74.08798132574776 +Dune,Helena Atreides,72.45259555604925 +Dune,Helena Atreides,72.87923923385247 +Dune,Helena Atreides,72.36352265832166 +Dune,Helena Atreides,73.34436232959324 +Dune,Helena Atreides,73.7785640151768 +Dune,Helena Atreides,72.61497388380374 +Dune,Helena Atreides,72.59396642179448 +Dune,Helena Atreides,72.69837640401671 +Dune,Helena Atreides,72.35513602652293 +Dune,Helena Atreides,72.76635521580832 +Dune,Piter de Vries,68.68331475191943 +Dune,Piter de Vries,69.96782181891896 +Dune,Piter de Vries,68.21193168251779 +Dune,Piter de Vries,71.7005884913358 +Dune,Piter de Vries,75.14783323204655 +Dune,Piter de Vries,68.57594093631513 +Dune,Piter de Vries,68.24075819566919 +Dune,Piter de Vries,72.37877506045007 +Dune,Piter de Vries,68.85903131309817 +Dune,Piter de Vries,69.5381328035101 +Dune,Piter de Vries,69.11541486625099 +Dune,Piter de Vries,68.54700570848522 +Dune,Piter de Vries,68.79462517351169 +Dune,Ghanima Atreides,76.23059420143814 +Dune,Ghanima Atreides,77.39159130364028 +Dune,Ghanima Atreides,77.88130177838019 +Dune,Ghanima Atreides,77.50900153447262 +Dune,Ghanima Atreides,76.6238881494945 +Dune,Ghanima Atreides,76.32260735188002 +Dune,Ghanima Atreides,76.301089020024 +Dune,Ghanima Atreides,76.22566782876486 +Dune,Ghanima Atreides,76.50211633114829 +Dune,Ghanima Atreides,76.44413989740137 +Dune,Ghanima Atreides,77.43842145248159 +Dune,Ghanima Atreides,76.45967822447204 +Dune,Ghanima Atreides,76.4753899315906 +Dune,Farad'n Corrino,77.7471644160025 +Dune,Farad'n Corrino,77.54115273535668 +Dune,Farad'n Corrino,78.15363481211614 +Dune,Farad'n Corrino,79.29426624240178 +Dune,Farad'n Corrino,79.27119357339471 +Dune,Farad'n Corrino,77.87251069546407 +Dune,Farad'n Corrino,80.1985027934392 +Dune,Farad'n Corrino,77.5239219000026 +Dune,Farad'n Corrino,78.97554368789119 +Dune,Farad'n Corrino,77.52815859524618 +Dune,Farad'n Corrino,78.68686104312441 +Dune,Farad'n Corrino,78.79072139087712 +Dune,Farad'n Corrino,78.08370736920273 +Dune,Fafnir Corrino,75.98672635211831 +Dune,Fafnir Corrino,75.52226709602935 +Dune,Fafnir Corrino,76.02506925057 +Dune,Fafnir Corrino,75.3950079087322 +Dune,Fafnir Corrino,75.15440399019543 +Dune,Fafnir Corrino,75.19031414995166 +Dune,Fafnir Corrino,76.25554290280984 +Dune,Fafnir Corrino,76.20535572737914 +Dune,Fafnir Corrino,75.25124554144188 +Dune,Fafnir Corrino,75.31906168934329 +Dune,Fafnir Corrino,75.02974294847299 +Dune,Fafnir Corrino,75.48962422792957 +Dune,Fafnir Corrino,74.91000951575975 +Dune,Dominic Vernius,66.71941006513595 +Dune,Dominic Vernius,66.7110262139546 +Dune,Dominic Vernius,67.88465924915242 +Dune,Dominic Vernius,66.9739771988346 +Dune,Dominic Vernius,67.87644459540036 +Dune,Dominic Vernius,66.82069176170775 +Dune,Dominic Vernius,66.91194364928104 +Dune,Dominic Vernius,66.91289057586494 +Dune,Dominic Vernius,66.9755089667554 +Dune,Dominic Vernius,66.87081255346006 +Dune,Dominic Vernius,66.73282774402529 +Dune,Dominic Vernius,66.82484652504806 +Dune,Dominic Vernius,66.70494499010088 +Dune,Faykan Butler,67.2429814226489 +Dune,Faykan Butler,67.29487692880677 +Dune,Faykan Butler,67.39139994342513 +Dune,Faykan Butler,67.40324979316823 +Dune,Faykan Butler,68.16410814039679 +Dune,Faykan Butler,68.02959294973796 +Dune,Faykan Butler,67.88838373200494 +Dune,Faykan Butler,67.29317758858258 +Dune,Faykan Butler,67.68871139862497 +Dune,Faykan Butler,67.28482502641872 +Dune,Faykan Butler,67.72515690295799 +Dune,Faykan Butler,67.91766476771375 +Dune,Faykan Butler,67.93313489790869 +Dune,Thufir Hawat,79.18298142907729 +Dune,Thufir Hawat,80.17659367752692 +Dune,Thufir Hawat,79.06538157027498 +Dune,Thufir Hawat,78.9854369204608 +Dune,Thufir Hawat,79.49886367506815 +Dune,Thufir Hawat,79.53032318362021 +Dune,Thufir Hawat,78.98089911328857 +Dune,Thufir Hawat,80.89352062872118 +Dune,Thufir Hawat,79.77760525005864 +Dune,Thufir Hawat,79.19272211033311 +Dune,Thufir Hawat,79.25747115950149 +Dune,Thufir Hawat,79.6752163028371 +Dune,Thufir Hawat,79.61158561562621 +Dune,Kwisatz Haderach,78.1392846376173 +Dune,Kwisatz Haderach,79.01817310027576 +Dune,Kwisatz Haderach,79.14683213777529 +Dune,Kwisatz Haderach,78.8369884680517 +Dune,Kwisatz Haderach,80.09039680731863 +Dune,Kwisatz Haderach,79.59398479996345 +Dune,Kwisatz Haderach,81.47188350510892 +Dune,Kwisatz Haderach,79.11192659578921 +Dune,Kwisatz Haderach,80.05596258920701 +Dune,Kwisatz Haderach,80.24811314951387 +Dune,Kwisatz Haderach,80.67029011404514 +Dune,Kwisatz Haderach,78.59884229603855 +Dune,Kwisatz Haderach,78.17047422165308 +Dune,Duncan Idaho,78.15067915248143 +Dune,Duncan Idaho,81.4527381394195 +Dune,Duncan Idaho,78.66709961929337 +Dune,Duncan Idaho,78.3679429112473 +Dune,Duncan Idaho,78.55866575676745 +Dune,Duncan Idaho,78.09843359538607 +Dune,Duncan Idaho,78.36784986126058 +Dune,Duncan Idaho,80.13336420637198 +Dune,Duncan Idaho,79.35938388202537 +Dune,Duncan Idaho,78.69919426882925 +Dune,Duncan Idaho,79.97898481215233 +Dune,Duncan Idaho,78.51816807833859 +Dune,Duncan Idaho,78.81263106468556 +Dune,Paul Atreides,78.61947835928734 +Dune,Paul Atreides,78.44757707273119 +Dune,Paul Atreides,78.22462486973069 +Dune,Paul Atreides,77.58528578237464 +Dune,Paul Atreides,78.11388446757192 +Dune,Paul Atreides,79.25875148414097 +Dune,Paul Atreides,77.72433337361223 +Dune,Paul Atreides,77.69275231488321 +Dune,Paul Atreides,78.55390086161296 +Dune,Paul Atreides,78.80037804239582 +Dune,Paul Atreides,78.30438617022978 +Dune,Paul Atreides,78.47963217770777 +Dune,Paul Atreides,79.30403993517866 +Dune,Wellington Yueh,73.44824412323072 +Dune,Wellington Yueh,76.0639091252801 +Dune,Wellington Yueh,76.96224142434922 +Dune,Wellington Yueh,77.02922292198029 +Dune,Wellington Yueh,75.315859522097 +Dune,Wellington Yueh,74.26207314204477 +Dune,Wellington Yueh,75.45212534429612 +Dune,Wellington Yueh,76.51102838407078 +Dune,Wellington Yueh,75.94549094775257 +Dune,Wellington Yueh,74.82552456954338 +Dune,Wellington Yueh,73.91145636389783 +Dune,Wellington Yueh,74.39894969436543 +Dune,Wellington Yueh,73.94543043483847 +Dune,Miles Teg,75.31971093748142 +Dune,Miles Teg,76.65169449154236 +Dune,Miles Teg,75.34107215732097 +Dune,Miles Teg,75.61768806724453 +Dune,Miles Teg,75.49868829348245 +Dune,Miles Teg,77.11412911429215 +Dune,Miles Teg,75.44457180868133 +Dune,Miles Teg,75.91279102427644 +Dune,Miles Teg,75.88110534988809 +Dune,Miles Teg,75.78064278081034 +Dune,Miles Teg,75.47594193207992 +Dune,Miles Teg,75.89490251918009 +Dune,Miles Teg,75.21553298143321 +Dune,Vladimir Harkonnen,79.6316271344167 +Dune,Vladimir Harkonnen,75.32976200079287 +Dune,Vladimir Harkonnen,76.23628489775221 +Dune,Vladimir Harkonnen,77.20865235917562 +Dune,Vladimir Harkonnen,75.27743483496856 +Dune,Vladimir Harkonnen,75.0373529442119 +Dune,Vladimir Harkonnen,74.5683180266787 +Dune,Vladimir Harkonnen,76.13042111774875 +Dune,Vladimir Harkonnen,76.15410345291083 +Dune,Vladimir Harkonnen,74.78569966429546 +Dune,Vladimir Harkonnen,75.24373450104636 +Dune,Vladimir Harkonnen,74.33335697959087 +Dune,Vladimir Harkonnen,74.58335595906036 +Dune,Darwi Odrade,77.15714782932329 +Dune,Darwi Odrade,78.8871531526043 +Dune,Darwi Odrade,78.01595524691591 +Dune,Darwi Odrade,77.11790130910907 +Dune,Darwi Odrade,78.09540339827048 +Dune,Darwi Odrade,77.57019772073949 +Dune,Darwi Odrade,77.1921478190806 +Dune,Darwi Odrade,77.48162572013212 +Dune,Darwi Odrade,78.96590883955965 +Dune,Darwi Odrade,77.13260538686275 +Dune,Darwi Odrade,77.75801870159182 +Dune,Darwi Odrade,77.82199844107593 +Dune,Darwi Odrade,77.63966215762473 +Dune,Wensicia Corrino,77.09201825446358 +Dune,Wensicia Corrino,75.6110315511236 +Dune,Wensicia Corrino,74.28987513045459 +Dune,Wensicia Corrino,74.12997818773671 +Dune,Wensicia Corrino,77.03398561417478 +Dune,Wensicia Corrino,74.16530865097278 +Dune,Wensicia Corrino,77.05124135441153 +Dune,Wensicia Corrino,75.02634547558115 +Dune,Wensicia Corrino,77.00441761347707 +Dune,Wensicia Corrino,74.05470246794783 +Dune,Wensicia Corrino,75.15807620090669 +Dune,Wensicia Corrino,74.01518501217001 +Dune,Wensicia Corrino,73.96205497062446 +Dune,Irulan Corrino,77.54151957309574 +Dune,Irulan Corrino,77.67797445726134 +Dune,Irulan Corrino,77.28542171452237 +Dune,Irulan Corrino,77.0808984536794 +Dune,Irulan Corrino,77.22316860631723 +Dune,Irulan Corrino,78.06675113454634 +Dune,Irulan Corrino,76.68974199941036 +Dune,Irulan Corrino,77.63370986259265 +Dune,Irulan Corrino,78.32855419436808 +Dune,Irulan Corrino,76.87349839094576 +Dune,Irulan Corrino,77.17391325112747 +Dune,Irulan Corrino,80.01198001674953 +Dune,Irulan Corrino,77.30876789785266 +Dune,Gurney Halleck,81.95688313585508 +Dune,Gurney Halleck,81.0081381574242 +Dune,Gurney Halleck,78.65942348203102 +Dune,Gurney Halleck,79.35147556881661 +Dune,Gurney Halleck,80.09971319144258 +Dune,Gurney Halleck,78.40045956248902 +Dune,Gurney Halleck,78.20826483875751 +Dune,Gurney Halleck,77.5822150521014 +Dune,Gurney Halleck,77.7135620382675 +Dune,Gurney Halleck,80.45390216706478 +Dune,Gurney Halleck,79.60729921430703 +Dune,Gurney Halleck,78.84062192001264 +Dune,Gurney Halleck,78.54165543101745 +Dune,Shaddam Corrino IV,74.28421509748581 +Dune,Shaddam Corrino IV,75.44313717635107 +Dune,Shaddam Corrino IV,75.98410630299878 +Dune,Shaddam Corrino IV,75.05158356856171 +Dune,Shaddam Corrino IV,75.17421437367346 +Dune,Shaddam Corrino IV,75.78771468480664 +Dune,Shaddam Corrino IV,74.06731829459653 +Dune,Shaddam Corrino IV,77.86666940859192 +Dune,Shaddam Corrino IV,75.66139224349052 +Dune,Shaddam Corrino IV,74.72140070578025 +Dune,Shaddam Corrino IV,75.81496959220159 +Dune,Shaddam Corrino IV,75.38645539709053 +Dune,Shaddam Corrino IV,75.57617422138199 +Dune,Leto Atreides II,77.90211178309781 +Dune,Leto Atreides II,76.90086242032837 +Dune,Leto Atreides II,77.95043991896377 +Dune,Leto Atreides II,77.3970417859009 +Dune,Leto Atreides II,76.73079117149425 +Dune,Leto Atreides II,76.99052215783495 +Dune,Leto Atreides II,76.85063627412188 +Dune,Leto Atreides II,76.99164678032257 +Dune,Leto Atreides II,77.12492194319604 +Dune,Leto Atreides II,77.08007694752102 +Dune,Leto Atreides II,77.59903556394272 +Dune,Leto Atreides II,77.63484077835288 +Dune,Leto Atreides II,77.88947366816397 +Dune,Lucilla,69.80694626226021 +Dune,Lucilla,69.91535390638141 +Dune,Lucilla,70.24481868909079 +Dune,Lucilla,70.48254309902423 +Dune,Lucilla,70.03603322047346 +Dune,Lucilla,69.80405504909346 +Dune,Lucilla,70.59494544563321 +Dune,Lucilla,71.81629692124419 +Dune,Lucilla,72.40035389137095 +Dune,Lucilla,70.93642978648693 +Dune,Lucilla,70.79562252692544 +Dune,Lucilla,71.07254864465541 +Dune,Lucilla,70.11221534938996 +Dune,Margot Fenring,72.95425906657407 +Dune,Margot Fenring,72.99465304211198 +Dune,Margot Fenring,73.74076013545353 +Dune,Margot Fenring,72.66990045394297 +Dune,Margot Fenring,76.11360555903066 +Dune,Margot Fenring,74.68279524163012 +Dune,Margot Fenring,72.81309529220592 +Dune,Margot Fenring,74.77626021957573 +Dune,Margot Fenring,72.89741164189834 +Dune,Margot Fenring,72.86884140232166 +Dune,Margot Fenring,75.21536219737628 +Dune,Margot Fenring,72.87456733252877 +Dune,Margot Fenring,72.72448121011682 +Dune,Murbella,78.80926828123926 +Dune,Murbella,77.83163984264112 +Dune,Murbella,78.5919010673362 +Dune,Murbella,79.35428629647672 +Dune,Murbella,79.20516757273475 +Dune,Murbella,77.8181121454316 +Dune,Murbella,78.31308142878981 +Dune,Murbella,77.94340841851543 +Dune,Murbella,77.85881928616426 +Dune,Murbella,78.99924951394361 +Dune,Murbella,77.96744862727468 +Dune,Murbella,78.19515754798717 +Dune,Murbella,79.19982332519322 +Dune,Octa Butler,66.32765959447676 +Dune,Octa Butler,66.41318699115814 +Dune,Octa Butler,66.63574792533504 +Dune,Octa Butler,66.75411455150882 +Dune,Octa Butler,66.58103922414 +Dune,Octa Butler,66.96788782098876 +Dune,Octa Butler,67.19672109758714 +Dune,Octa Butler,66.55614553809957 +Dune,Octa Butler,66.3659288882181 +Dune,Octa Butler,66.47563437814225 +Dune,Octa Butler,67.03163705751287 +Dune,Octa Butler,66.91174063731964 +Dune,Octa Butler,66.65103499799118 +Dune,Mohandas Suk,68.18788126521554 +Dune,Mohandas Suk,67.04355683959052 +Dune,Mohandas Suk,66.36784630403181 +Dune,Mohandas Suk,66.59400320451425 +Dune,Mohandas Suk,68.41099652366225 +Dune,Mohandas Suk,67.75319198771483 +Dune,Mohandas Suk,66.82098362945057 +Dune,Mohandas Suk,66.97264668114667 +Dune,Mohandas Suk,67.14052005330196 +Dune,Mohandas Suk,66.77613704630862 +Dune,Mohandas Suk,66.43788846083127 +Dune,Mohandas Suk,66.55948794540582 +Dune,Mohandas Suk,66.67386834626156 +Dune,Pardot Kynes,75.24638903413796 +Dune,Pardot Kynes,78.21090897294438 +Dune,Pardot Kynes,77.45979911150864 +Dune,Pardot Kynes,75.7151963280941 +Dune,Pardot Kynes,75.48798936028052 +Dune,Pardot Kynes,75.35408754098842 +Dune,Pardot Kynes,76.42370178179667 +Dune,Pardot Kynes,75.1278662637218 +Dune,Pardot Kynes,75.37132816607263 +Dune,Pardot Kynes,81.117583102393 +Dune,Pardot Kynes,79.61669284158236 +Dune,Pardot Kynes,77.29737351436712 +Dune,Pardot Kynes,76.64405764466291 +Dune,Raquella Berto-Anirul,68.70085448224798 +Dune,Raquella Berto-Anirul,69.15326820720526 +Dune,Raquella Berto-Anirul,69.4783364710802 +Dune,Raquella Berto-Anirul,68.79000051550585 +Dune,Raquella Berto-Anirul,69.45647864384544 +Dune,Raquella Berto-Anirul,69.8620247934477 +Dune,Raquella Berto-Anirul,68.647601258653 +Dune,Raquella Berto-Anirul,70.07443411852302 +Dune,Raquella Berto-Anirul,70.03440889804793 +Dune,Raquella Berto-Anirul,68.64607970050551 +Dune,Raquella Berto-Anirul,69.05572994327773 +Dune,Raquella Berto-Anirul,69.29942227694495 +Dune,Raquella Berto-Anirul,69.09394815045691 +Dune,Norma Cenva,66.56322410694365 +Dune,Norma Cenva,65.12787842037646 +Dune,Norma Cenva,65.72310809024816 +Dune,Norma Cenva,66.12847089271422 +Dune,Norma Cenva,65.22309899916206 +Dune,Norma Cenva,66.7409098876057 +Dune,Norma Cenva,68.74650200922254 +Dune,Norma Cenva,65.48910440547746 +Dune,Norma Cenva,65.15459527429026 +Dune,Norma Cenva,65.22545274759042 +Dune,Norma Cenva,65.17375911020422 +Dune,Norma Cenva,66.6366682128309 +Dune,Norma Cenva,65.30596406185094 +Dune,Norma Cevna,65.62701353697231 +Dune,Norma Cevna,65.01560350960584 +Dune,Norma Cevna,64.94964484676211 +Dune,Norma Cevna,65.6356551176073 +Dune,Norma Cevna,66.63296854530806 +Dune,Norma Cevna,65.79434819313107 +Dune,Norma Cevna,65.18224595327148 +Dune,Norma Cevna,66.18042397854241 +Dune,Norma Cevna,66.48020674001714 +Dune,Norma Cevna,65.13429230983047 +Dune,Norma Cevna,64.93607659170256 +Dune,Norma Cevna,65.81414370548035 +Dune,Norma Cevna,65.11466156802717 +Dune,Gaius Helen Mohiam,79.66128464182466 +Dune,Gaius Helen Mohiam,77.17243855176167 +Dune,Gaius Helen Mohiam,77.55385826183013 +Dune,Gaius Helen Mohiam,78.22022307382507 +Dune,Gaius Helen Mohiam,81.02731128941025 +Dune,Gaius Helen Mohiam,77.22307269434073 +Dune,Gaius Helen Mohiam,77.71407985039939 +Dune,Gaius Helen Mohiam,79.78908232430277 +Dune,Gaius Helen Mohiam,78.14336712578248 +Dune,Gaius Helen Mohiam,77.74121259738689 +Dune,Gaius Helen Mohiam,78.52527844581206 +Dune,Gaius Helen Mohiam,78.03775032247854 +Dune,Gaius Helen Mohiam,77.06659589923571 +Dune,Vorian Atreides,73.74627626298087 +Dune,Vorian Atreides,74.10268373483888 +Dune,Vorian Atreides,73.89368632671007 +Dune,Vorian Atreides,73.8439567443371 +Dune,Vorian Atreides,73.89723523842586 +Dune,Vorian Atreides,75.08785346628002 +Dune,Vorian Atreides,73.79607842556281 +Dune,Vorian Atreides,73.93845084004514 +Dune,Vorian Atreides,74.31525697659981 +Dune,Vorian Atreides,73.76471676931943 +Dune,Vorian Atreides,74.31520523764712 +Dune,Vorian Atreides,73.88261666124718 +Dune,Vorian Atreides,74.01667384391357 +Dune,Tlaloc,66.44540339391517 +Dune,Tlaloc,67.07388097819243 +Dune,Tlaloc,66.38372882239356 +Dune,Tlaloc,67.48039744812264 +Dune,Tlaloc,66.623450475284 +Dune,Tlaloc,66.43619534122807 +Dune,Tlaloc,67.41214505623256 +Dune,Tlaloc,66.3109690813796 +Dune,Tlaloc,67.57952843350652 +Dune,Tlaloc,66.87084013995647 +Dune,Tlaloc,66.3845848455123 +Dune,Tlaloc,66.39075400154455 +Dune,Tlaloc,66.3404483843558 +Dune,Hayt,72.91852466456255 +Dune,Hayt,71.1877001765662 +Dune,Hayt,71.08456899315723 +Dune,Hayt,71.22024013375918 +Dune,Hayt,72.17122258153944 +Dune,Hayt,70.81856335575213 +Dune,Hayt,73.08157057288818 +Dune,Hayt,70.68616126869077 +Dune,Hayt,70.18288767802835 +Dune,Hayt,70.90833648812263 +Dune,Hayt,69.84183896513846 +Dune,Hayt,70.19459131992535 +Dune,Hayt,71.37433275338701 +Dune,Rhombur Vernius,66.72176725259834 +Dune,Rhombur Vernius,67.31761633481584 +Dune,Rhombur Vernius,66.74662012682073 +Dune,Rhombur Vernius,66.8231101186462 +Dune,Rhombur Vernius,67.48689532252476 +Dune,Rhombur Vernius,66.8671651893156 +Dune,Rhombur Vernius,66.73800322797798 +Dune,Rhombur Vernius,68.20104130326771 +Dune,Rhombur Vernius,66.71266403678136 +Dune,Rhombur Vernius,66.82373189894943 +Dune,Rhombur Vernius,67.61212756449841 +Dune,Rhombur Vernius,66.72261123919795 +Dune,Rhombur Vernius,66.69012770028877 +Dune,Scytale,75.17388563139707 +Dune,Scytale,73.56467865423689 +Dune,Scytale,74.32159736988808 +Dune,Scytale,72.63583603095628 +Dune,Scytale,72.9634972701222 +Dune,Scytale,73.52838735398011 +Dune,Scytale,72.94876821327489 +Dune,Scytale,71.91172136317849 +Dune,Scytale,71.8346856062048 +Dune,Scytale,73.32737180282999 +Dune,Scytale,73.85994446981235 +Dune,Scytale,72.25935000761187 +Dune,Scytale,72.38604014074602 +Dune,Serena Butler,65.29080422429503 +Dune,Serena Butler,64.97849238706341 +Dune,Serena Butler,64.94929417152548 +Dune,Serena Butler,65.1982269262298 +Dune,Serena Butler,65.55129871081408 +Dune,Serena Butler,65.12597733645026 +Dune,Serena Butler,65.1548707470473 +Dune,Serena Butler,64.80597160113346 +Dune,Serena Butler,66.10924286148717 +Dune,Serena Butler,64.82683351118254 +Dune,Serena Butler,65.38439362070244 +Dune,Serena Butler,64.91070159145652 +Dune,Serena Butler,65.26255949076814 +Dune,Victor Atreides,74.22915045488693 +Dune,Victor Atreides,74.2424392242897 +Dune,Victor Atreides,74.9093263103917 +Dune,Victor Atreides,74.3597005056465 +Dune,Victor Atreides,74.77205455409963 +Dune,Victor Atreides,74.41015827632597 +Dune,Victor Atreides,74.39838851497844 +Dune,Victor Atreides,74.04106904987201 +Dune,Victor Atreides,74.87634951993473 +Dune,Victor Atreides,74.02019324930518 +Dune,Victor Atreides,74.50337008473169 +Dune,Victor Atreides,74.28119626828556 +Dune,Victor Atreides,74.20394586381089 +Dune,Shando Vernius,69.22385740937536 +Dune,Shando Vernius,69.05901907634157 +Dune,Shando Vernius,69.39141932928749 +Dune,Shando Vernius,68.17400793674227 +Dune,Shando Vernius,68.39351330205984 +Dune,Shando Vernius,69.11850866729684 +Dune,Shando Vernius,68.22446366142697 +Dune,Shando Vernius,68.0839947862083 +Dune,Shando Vernius,68.36779184929637 +Dune,Shando Vernius,69.21720357204617 +Dune,Shando Vernius,68.03620142449277 +Dune,Shando Vernius,68.7061869014189 +Dune,Shando Vernius,68.13408202867113 +Dune,Xavier Harkonnen,75.15685075298157 +Dune,Xavier Harkonnen,73.61064556529502 +Dune,Xavier Harkonnen,74.33991572996474 +Dune,Xavier Harkonnen,75.1546815676816 +Dune,Xavier Harkonnen,74.20786864738625 +Dune,Xavier Harkonnen,73.82197054914819 +Dune,Xavier Harkonnen,74.29391861077838 +Dune,Xavier Harkonnen,75.20951963996552 +Dune,Xavier Harkonnen,74.39467915567448 +Dune,Xavier Harkonnen,73.60933152563543 +Dune,Xavier Harkonnen,74.04272839866873 +Dune,Xavier Harkonnen,74.45247938536097 +Dune,Xavier Harkonnen,74.48906664626081 +Dune,Zufa Cenva,68.84368111412839 +Dune,Zufa Cenva,67.43940848587087 +Dune,Zufa Cenva,66.27510610398998 +Dune,Zufa Cenva,67.06922069438112 +Dune,Zufa Cenva,66.78769283165512 +Dune,Zufa Cenva,66.42222886302888 +Dune,Zufa Cenva,66.75485322222178 +Dune,Zufa Cenva,67.36041007979856 +Dune,Zufa Cenva,66.38758436652516 +Dune,Zufa Cenva,66.96840233303053 +Dune,Zufa Cenva,65.977381470661 +Dune,Zufa Cenva,66.17780724606035 +Dune,Zufa Cenva,66.11263088676793 +Dune,Schwangyu,68.461040081304 +Dune,Schwangyu,68.35223884567525 +Dune,Schwangyu,69.39240499867196 +Dune,Schwangyu,72.638275691088 +Dune,Schwangyu,68.53108999292891 +Dune,Schwangyu,68.86556112068986 +Dune,Schwangyu,70.21964961205475 +Dune,Schwangyu,67.86872247868581 +Dune,Schwangyu,68.7246720152433 +Dune,Schwangyu,69.6718195723101 +Dune,Schwangyu,68.57244393379054 +Dune,Schwangyu,68.47253562719577 +Dune,Schwangyu,69.12757616965028 +Dune,Siona Atreides,77.08443065290666 +Dune,Siona Atreides,77.83195264612786 +Dune,Siona Atreides,78.09921380061184 +Dune,Siona Atreides,75.97214501959321 +Dune,Siona Atreides,76.53093810071962 +Dune,Siona Atreides,75.74193671868488 +Dune,Siona Atreides,76.26564016177875 +Dune,Siona Atreides,75.90260279680824 +Dune,Siona Atreides,75.88201497689793 +Dune,Siona Atreides,77.12348754061898 +Dune,Siona Atreides,75.74673178048546 +Dune,Siona Atreides,80.29246871703552 +Dune,Siona Atreides,76.31797657787787 +Dune,Tylwyth Waff,67.44431645146064 +Dune,Tylwyth Waff,67.78622207294622 +Dune,Tylwyth Waff,68.38591451553778 +Dune,Tylwyth Waff,69.31246413183553 +Dune,Tylwyth Waff,67.72469986452258 +Dune,Tylwyth Waff,66.88993436508653 +Dune,Tylwyth Waff,68.2003298210708 +Dune,Tylwyth Waff,72.68894223754508 +Dune,Tylwyth Waff,67.03801547877433 +Dune,Tylwyth Waff,67.04966357752336 +Dune,Tylwyth Waff,66.8590348367458 +Dune,Tylwyth Waff,67.75361751635448 +Dune,Tylwyth Waff,68.14484373691546 +Dune,Anirul Corrino,74.08799583994683 +Dune,Anirul Corrino,73.65764911399373 +Dune,Anirul Corrino,73.49765000406823 +Dune,Anirul Corrino,73.77185633529696 +Dune,Anirul Corrino,73.90336014461428 +Dune,Anirul Corrino,74.44707247700214 +Dune,Anirul Corrino,73.60796716556372 +Dune,Anirul Corrino,74.26044075696764 +Dune,Anirul Corrino,73.74762654002305 +Dune,Anirul Corrino,73.57234996941219 +Dune,Anirul Corrino,73.93879837351902 +Dune,Anirul Corrino,74.4546187976056 +Dune,Anirul Corrino,74.65559120737271 +Dune,Sheeana Brugh,72.31787637458405 +Dune,Sheeana Brugh,72.14182509913783 +Dune,Sheeana Brugh,72.80240924269808 +Dune,Sheeana Brugh,72.35374846476665 +Dune,Sheeana Brugh,72.5225912968582 +Dune,Sheeana Brugh,72.80965468351813 +Dune,Sheeana Brugh,72.60040169721124 +Dune,Sheeana Brugh,72.25178078171452 +Dune,Sheeana Brugh,72.4196541132675 +Dune,Sheeana Brugh,72.20129179890641 +Dune,Sheeana Brugh,72.73977744232187 +Dune,Sheeana Brugh,72.90802296446756 +Dune,Sheeana Brugh,73.3860458257045 +Dune,Stilgar,78.61179528054993 +Dune,Stilgar,79.07344079831675 +Dune,Stilgar,80.08027446578166 +Dune,Stilgar,78.91240019948087 +Dune,Stilgar,78.90554820819158 +Dune,Stilgar,79.56630948929076 +Dune,Stilgar,78.81957112023954 +Dune,Stilgar,81.0951466469514 +Dune,Stilgar,78.30443896316999 +Dune,Stilgar,78.4148293691457 +Dune,Stilgar,79.54738806966664 +Dune,Stilgar,78.35868762743064 +Dune,Stilgar,79.33215305213596 +Dune,Hasimir Fenring,78.18199267665129 +Dune,Hasimir Fenring,75.91653755678746 +Dune,Hasimir Fenring,78.28300171655634 +Dune,Hasimir Fenring,75.5995550526794 +Dune,Hasimir Fenring,76.33122435164627 +Dune,Hasimir Fenring,77.00855450020995 +Dune,Hasimir Fenring,76.50319436240184 +Dune,Hasimir Fenring,78.82541771077358 +Dune,Hasimir Fenring,76.6100433932044 +Dune,Hasimir Fenring,78.67757213672817 +Dune,Hasimir Fenring,78.19442719712542 +Dune,Hasimir Fenring,77.4208456769391 +Dune,Hasimir Fenring,77.82038774368536 +Dune,Leto Atreides I,77.2559157049715 +Dune,Leto Atreides I,77.1114565079231 +Dune,Leto Atreides I,78.32654695731962 +Dune,Leto Atreides I,78.33137795954165 +Dune,Leto Atreides I,78.1553524835622 +Dune,Leto Atreides I,77.09580676290499 +Dune,Leto Atreides I,77.26714994962298 +Dune,Leto Atreides I,76.96700874015016 +Dune,Leto Atreides I,77.55474935815221 +Dune,Leto Atreides I,77.05060594083018 +Dune,Leto Atreides I,77.6229357652019 +Dune,Leto Atreides I,77.13780975959217 +Dune,Leto Atreides I,77.66783390223596 +Dune,Minotauros Atreides,69.94332416623479 +Dune,Minotauros Atreides,69.96548198652629 +Dune,Minotauros Atreides,70.42083496653748 +Dune,Minotauros Atreides,69.99399522488338 +Dune,Minotauros Atreides,70.03673241741456 +Dune,Minotauros Atreides,70.20437782072375 +Dune,Minotauros Atreides,71.2338475423714 +Dune,Minotauros Atreides,70.69164043457376 +Dune,Minotauros Atreides,70.54800372574614 +Dune,Minotauros Atreides,71.92938963318268 +Dune,Minotauros Atreides,70.49973679201317 +Dune,Minotauros Atreides,70.60017252939159 +Dune,Minotauros Atreides,70.05144532188507 +Dune,Paulus Atreides,76.81227683534932 +Dune,Paulus Atreides,75.95080294669748 +Dune,Paulus Atreides,76.14939860796316 +Dune,Paulus Atreides,76.40972145756442 +Dune,Paulus Atreides,76.64293980153198 +Dune,Paulus Atreides,77.37728930793205 +Dune,Paulus Atreides,75.90288452040001 +Dune,Paulus Atreides,76.57368642411666 +Dune,Paulus Atreides,76.59210984138058 +Dune,Paulus Atreides,77.01374487609841 +Dune,Paulus Atreides,76.0589988717017 +Dune,Paulus Atreides,77.20224963839549 +Dune,Paulus Atreides,77.8910346763386 +Dune,Abulurd Harkonnen,76.00136674144203 +Dune,Abulurd Harkonnen,74.90027424855435 +Dune,Abulurd Harkonnen,73.4098419368159 +Dune,Abulurd Harkonnen,74.92121308359063 +Dune,Abulurd Harkonnen,74.51187546308404 +Dune,Abulurd Harkonnen,73.8707573050496 +Dune,Abulurd Harkonnen,75.46354458422661 +Dune,Abulurd Harkonnen,74.97791121711444 +Dune,Abulurd Harkonnen,73.68197377429732 +Dune,Abulurd Harkonnen,74.02244261263763 +Dune,Abulurd Harkonnen,73.67652177575684 +Dune,Abulurd Harkonnen,73.71439669249384 +Dune,Abulurd Harkonnen,73.49407306609805 +Dune,Alma Mavis Taraza,71.85261627844548 +Dune,Alma Mavis Taraza,72.46823380581279 +Dune,Alma Mavis Taraza,71.98196466532508 +Dune,Alma Mavis Taraza,71.17647854928872 +Dune,Alma Mavis Taraza,73.28282345283259 +Dune,Alma Mavis Taraza,71.50564321172905 +Dune,Alma Mavis Taraza,72.140994957952 +Dune,Alma Mavis Taraza,73.35714383046025 +Dune,Alma Mavis Taraza,71.72400772608563 +Dune,Alma Mavis Taraza,73.60888404422742 +Dune,Alma Mavis Taraza,71.56982029044894 +Dune,Alma Mavis Taraza,72.17379256220175 +Dune,Alma Mavis Taraza,70.89430832287417 +Dune,Jessica Atreides,77.11667741676152 +Dune,Jessica Atreides,76.9690745640488 +Dune,Jessica Atreides,77.15236532184335 +Dune,Jessica Atreides,76.20828503354515 +Dune,Jessica Atreides,76.18223694430512 +Dune,Jessica Atreides,76.18236278687216 +Dune,Jessica Atreides,77.36263834434077 +Dune,Jessica Atreides,75.84036081982278 +Dune,Jessica Atreides,75.97889857727137 +Dune,Jessica Atreides,77.52563007091591 +Dune,Jessica Atreides,76.44762594646951 +Dune,Jessica Atreides,76.16476395950359 +Dune,Jessica Atreides,76.54991463818857 +Dune,Chani Kynes,78.73106394077718 +Dune,Chani Kynes,79.4695567692739 +Dune,Chani Kynes,77.3345241865537 +Dune,Chani Kynes,77.01869114864417 +Dune,Chani Kynes,76.96922151238326 +Dune,Chani Kynes,77.30604166096448 +Dune,Chani Kynes,77.34193586554173 +Dune,Chani Kynes,77.32584510536141 +Dune,Chani Kynes,77.32487036839628 +Dune,Chani Kynes,76.9043117001094 +Dune,Chani Kynes,76.99864199333759 +Dune,Chani Kynes,77.45016856596013 +Dune,Chani Kynes,77.27964952964267 +Dune,Feyd-Rautha Harkonnen,78.33099883881495 +Dune,Feyd-Rautha Harkonnen,81.06951927287125 +Dune,Feyd-Rautha Harkonnen,80.29769925062195 +Dune,Feyd-Rautha Harkonnen,77.97737478008474 +Dune,Feyd-Rautha Harkonnen,78.57195121929531 +Dune,Feyd-Rautha Harkonnen,79.63856491441955 +Dune,Feyd-Rautha Harkonnen,78.50703984858852 +Dune,Feyd-Rautha Harkonnen,77.82854140767542 +Dune,Feyd-Rautha Harkonnen,77.9633823223985 +Dune,Feyd-Rautha Harkonnen,78.3685693375462 +Dune,Feyd-Rautha Harkonnen,77.81575772935835 +Dune,Feyd-Rautha Harkonnen,78.84617094729234 +Dune,Feyd-Rautha Harkonnen,78.30005859801629 +Dune,Alia Atreides,75.36904947746463 +Dune,Alia Atreides,75.79987643213587 +Dune,Alia Atreides,78.06744384008968 +Dune,Alia Atreides,76.81595810249968 +Dune,Alia Atreides,78.80228183809137 +Dune,Alia Atreides,76.6475782414638 +Dune,Alia Atreides,75.8630011585155 +Dune,Alia Atreides,75.72096237996858 +Dune,Alia Atreides,75.50593984058504 +Dune,Alia Atreides,75.69793686070894 +Dune,Alia Atreides,76.2969914207405 +Dune,Alia Atreides,76.48706962029527 +Dune,Alia Atreides,75.68949289452253 +Dune,Liet Kynes,78.22905537840677 +Dune,Liet Kynes,77.10936709460606 +Dune,Liet Kynes,76.29054808843681 +Dune,Liet Kynes,76.44369895761099 +Dune,Liet Kynes,75.52281441014517 +Dune,Liet Kynes,78.13542142463399 +Dune,Liet Kynes,79.04242833111503 +Dune,Liet Kynes,76.04450483850749 +Dune,Liet Kynes,79.03823540345786 +Dune,Liet Kynes,77.65466202792966 +Dune,Liet Kynes,75.92277579192343 +Dune,Liet Kynes,75.52490424149438 +Dune,Liet Kynes,75.9806122272942 +Dune,Moneo Atreides,76.81901929814231 +Dune,Moneo Atreides,79.95778419747323 +Dune,Moneo Atreides,76.76169026307018 +Dune,Moneo Atreides,76.66802351003975 +Dune,Moneo Atreides,81.27183411008542 +Dune,Moneo Atreides,77.90089248641982 +Dune,Moneo Atreides,77.55847653787966 +Dune,Moneo Atreides,76.79198351092654 +Dune,Moneo Atreides,78.322770871435 +Dune,Moneo Atreides,78.94268530212254 +Dune,Moneo Atreides,76.65843775672505 +Dune,Moneo Atreides,76.62113380183096 +Dune,Moneo Atreides,77.01440764638294 +Dune,Tio Holtzman,68.9263492890055 +Dune,Tio Holtzman,68.5761008219458 +Dune,Tio Holtzman,68.17812496698289 +Dune,Tio Holtzman,68.91768593826669 +Dune,Tio Holtzman,69.14439176547253 +Dune,Tio Holtzman,68.11811612176352 +Dune,Tio Holtzman,68.35601945526321 +Dune,Tio Holtzman,68.45642019515624 +Dune,Tio Holtzman,69.4038612037019 +Dune,Tio Holtzman,69.44065615020996 +Dune,Tio Holtzman,68.5878596818605 +Dune,Tio Holtzman,68.47692715224069 +Dune,Tio Holtzman,68.42922755582644 +Dune,Tyros Reffa,67.99208086850395 +Dune,Tyros Reffa,68.85891274529172 +Dune,Tyros Reffa,68.36316318849975 +Dune,Tyros Reffa,68.49495128866533 +Dune,Tyros Reffa,68.37565152520366 +Dune,Tyros Reffa,68.38608058919968 +Dune,Tyros Reffa,67.99834641158057 +Dune,Tyros Reffa,68.00489867142686 +Dune,Tyros Reffa,67.88977970529564 +Dune,Tyros Reffa,68.07604864589688 +Dune,Tyros Reffa,67.97135407600345 +Dune,Tyros Reffa,68.74935805870027 +Dune,Tyros Reffa,68.04273023441858 +Dune,Harah,70.39107573178654 +Dune,Harah,70.27077908275093 +Dune,Harah,70.31770158593095 +Dune,Harah,74.34036597668711 +Dune,Harah,69.8597277805734 +Dune,Harah,71.54493233637427 +Dune,Harah,70.77488013226217 +Dune,Harah,69.97915496143546 +Dune,Harah,70.16875508715921 +Dune,Harah,72.26720614854868 +Dune,Harah,70.46304145882468 +Dune,Harah,70.36636573042304 +Dune,Harah,70.28635493789132 +Dune,Elrood Corrino IX,71.33840550868231 +Dune,Elrood Corrino IX,72.05620366133154 +Dune,Elrood Corrino IX,71.19593647427959 +Dune,Elrood Corrino IX,71.25754432074504 +Dune,Elrood Corrino IX,71.4877860133324 +Dune,Elrood Corrino IX,71.91359395998268 +Dune,Elrood Corrino IX,71.76904060941469 +Dune,Elrood Corrino IX,71.36327506370037 +Dune,Elrood Corrino IX,71.7593132783366 +Dune,Elrood Corrino IX,72.23917014208475 +Dune,Elrood Corrino IX,71.62389508936926 +Dune,Elrood Corrino IX,71.15051380838835 +Dune,Elrood Corrino IX,71.30220438177851 +Dune,Jehanne Butler,64.78045726469236 +Dune,Jehanne Butler,65.28756450675218 +Dune,Jehanne Butler,64.90659792543784 +Dune,Jehanne Butler,66.43577188379602 +Dune,Jehanne Butler,64.96425150735689 +Dune,Jehanne Butler,64.81277476950463 +Dune,Jehanne Butler,65.09022725096564 +Dune,Jehanne Butler,65.10777207993458 +Dune,Jehanne Butler,65.05095119993699 +Dune,Jehanne Butler,65.38186167120243 +Dune,Jehanne Butler,64.71548956662275 +Dune,Jehanne Butler,65.00776449071691 +Dune,Jehanne Butler,64.75084071509009 +Dune,Ramallo,65.08695275629952 +Dune,Ramallo,64.73992078116412 +Dune,Ramallo,64.70732089296752 +Dune,Ramallo,64.86620050344509 +Dune,Ramallo,64.43794944721185 +Dune,Ramallo,64.52006374855411 +Dune,Ramallo,64.39779937090397 +Dune,Ramallo,65.08634296950737 +Dune,Ramallo,65.38779551040689 +Dune,Ramallo,65.8111175594065 +Dune,Ramallo,64.73105745584913 +Dune,Ramallo,64.50205267378455 +Dune,Ramallo,65.76609129299045 +Dune,Lady Jessica,75.97334460763685 +Dune,Lady Jessica,75.60304738056023 +Dune,Lady Jessica,76.96522074709364 +Dune,Lady Jessica,75.33184699853327 +Dune,Lady Jessica,75.58957642739536 +Dune,Lady Jessica,75.62296105169271 +Dune,Lady Jessica,76.90325676195813 +Dune,Lady Jessica,75.68146436202973 +Dune,Lady Jessica,76.08903841184006 +Dune,Lady Jessica,76.4465571112328 +Dune,Lady Jessica,75.40447643083937 +Dune,Lady Jessica,76.60738819298972 +Dune,Lady Jessica,75.31279665413356 +Dune,Leto I Atreides,77.82850557484011 +Dune,Leto I Atreides,78.78040373593949 +Dune,Leto I Atreides,78.12331143718298 +Dune,Leto I Atreides,77.4222324929401 +Dune,Leto I Atreides,77.68897119843197 +Dune,Leto I Atreides,77.5348742941105 +Dune,Leto I Atreides,77.66813431576632 +Dune,Leto I Atreides,77.49616587243467 +Dune,Leto I Atreides,77.79207408582388 +Dune,Leto I Atreides,77.42206686151593 +Dune,Leto I Atreides,77.6861974489905 +Dune,Leto I Atreides,78.08677888229957 +Dune,Leto I Atreides,77.82424686039393 +Dune,Glossu Rabban,72.40220177586416 +Dune,Glossu Rabban,72.14771184292523 +Dune,Glossu Rabban,77.21488679585006 +Dune,Glossu Rabban,73.00020011270963 +Dune,Glossu Rabban,73.15206035921612 +Dune,Glossu Rabban,74.72643058818399 +Dune,Glossu Rabban,72.32657191713285 +Dune,Glossu Rabban,72.01353419290922 +Dune,Glossu Rabban,73.64353410662673 +Dune,Glossu Rabban,74.28954165236951 +Dune,Glossu Rabban,72.26019410344514 +Dune,Glossu Rabban,72.34245072119579 +Dune,Glossu Rabban,72.54133987669901 +Dune,Piter De Vries,68.75624299652165 +Dune,Piter De Vries,69.91646856147378 +Dune,Piter De Vries,72.06479972427388 +Dune,Piter De Vries,75.12975702174602 +Dune,Piter De Vries,68.68362322206322 +Dune,Piter De Vries,68.41489166323723 +Dune,Piter De Vries,72.85726922316962 +Dune,Piter De Vries,69.24478857652123 +Dune,Piter De Vries,69.71255563943443 +Dune,Piter De Vries,69.07346184471574 +Dune,Piter De Vries,68.4824623939042 +Dune,Piter De Vries,68.90053999584681 +Dune,Piter De Vries,69.14573556721378 +Dune,Mapes,68.01039463252566 +Dune,Mapes,69.01064314694926 +Dune,Mapes,68.11600137786925 +Dune,Mapes,67.91588069590449 +Dune,Mapes,71.13828635301287 +Dune,Mapes,70.35045629583158 +Dune,Mapes,67.73825785033529 +Dune,Mapes,69.00461184830866 +Dune,Mapes,69.47186804033976 +Dune,Mapes,68.22345485960342 +Dune,Mapes,67.62298652192753 +Dune,Mapes,68.23438034300176 +Dune,Mapes,68.98466529852327 +Dune,Liet-Kynes,78.81902011642234 +Dune,Liet-Kynes,77.9094143327242 +Dune,Liet-Kynes,76.7762429034408 +Dune,Liet-Kynes,76.87038165189175 +Dune,Liet-Kynes,75.9756071888843 +Dune,Liet-Kynes,78.47851090952521 +Dune,Liet-Kynes,79.87051801503337 +Dune,Liet-Kynes,77.02651953613179 +Dune,Liet-Kynes,79.24622015249352 +Dune,Liet-Kynes,77.06410061974917 +Dune,Liet-Kynes,76.11844676879275 +Dune,Liet-Kynes,76.13543473181312 +Dune,Liet-Kynes,76.4819674421162 +Dune,Otheym,70.67583227224036 +Dune,Otheym,69.51654757934148 +Dune,Otheym,69.60773517970604 +Dune,Otheym,72.60457752331939 +Dune,Otheym,71.01792180177004 +Dune,Otheym,70.33871263992904 +Dune,Otheym,69.50014579340791 +Dune,Otheym,70.27291874352335 +Dune,Otheym,70.67894020459507 +Dune,Otheym,71.88832201238655 +Dune,Otheym,70.45284103708164 +Dune,Otheym,69.69001880722561 +Dune,Otheym,69.54045202906315 +Dune,Korba,69.53624536573747 +Dune,Korba,67.0099515106005 +Dune,Korba,68.38064435197367 +Dune,Korba,67.52554885974673 +Dune,Korba,66.83539731939595 +Dune,Korba,67.14995659465404 +Dune,Korba,67.89866704319924 +Dune,Korba,71.19153414117412 +Dune,Korba,68.27096803240774 +Dune,Korba,69.04233006823843 +Dune,Korba,67.09841892964225 +Dune,Korba,69.28113960511652 +Dune,Korba,66.43078257479657 +Dune,Aramsham,64.64168862782108 +Dune,Aramsham,64.57871796219258 +Dune,Aramsham,66.29054264484448 +Dune,Aramsham,64.24654896581137 +Dune,Aramsham,65.53027077174231 +Dune,Aramsham,64.40675683354416 +Dune,Aramsham,64.76993604363814 +Dune,Aramsham,64.3486792133972 +Dune,Aramsham,64.25827546566569 +Dune,Aramsham,64.34764411064229 +Dune,Aramsham,64.54771101848453 +Dune,Aramsham,66.2244204769237 +Dune,Aramsham,64.86435102506638 +Dune,Iakin Nefud,66.72868244038105 +Dune,Iakin Nefud,66.55072775019674 +Dune,Iakin Nefud,66.43388959827712 +Dune,Iakin Nefud,70.86429856950211 +Dune,Iakin Nefud,67.39472595467451 +Dune,Iakin Nefud,68.44323584924075 +Dune,Iakin Nefud,66.72786518330378 +Dune,Iakin Nefud,68.83939990187386 +Dune,Iakin Nefud,68.75161845262075 +Dune,Iakin Nefud,67.03909077520717 +Dune,Iakin Nefud,67.06434327520276 +Dune,Iakin Nefud,66.25001151819222 +Dune,Iakin Nefud,67.24098575715698 +Dune,Edric,66.47558817298076 +Dune,Edric,68.23184792773537 +Dune,Edric,67.17027777198238 +Dune,Edric,69.2501778095736 +Dune,Edric,66.22704956159676 +Dune,Edric,67.83119179668535 +Dune,Edric,68.46419689607471 +Dune,Edric,66.96839211307349 +Dune,Edric,68.25488694907584 +Dune,Edric,69.2413291502742 +Dune,Edric,66.33359142633849 +Dune,Edric,70.54851553130047 +Dune,Edric,66.73853072976826 +Dune,Bijaz,66.14401437867605 +Dune,Bijaz,68.00929605757213 +Dune,Bijaz,66.73968918300415 +Dune,Bijaz,68.06124512223887 +Dune,Bijaz,70.43369026494997 +Dune,Bijaz,68.03851629106853 +Dune,Bijaz,69.84780190190597 +Dune,Bijaz,66.434846756644 +Dune,Bijaz,67.44273889336688 +Dune,Bijaz,69.01883482439635 +Dune,Bijaz,68.67213804111441 +Dune,Bijaz,68.43253508609173 +Dune,Bijaz,66.51469908220237 +Dune,Lichna,65.23252941208334 +Dune,Lichna,65.60423686030454 +Dune,Lichna,65.03108109820187 +Dune,Lichna,65.95293997705868 +Dune,Lichna,64.45146877659043 +Dune,Lichna,66.33150108072724 +Dune,Lichna,64.46603738053092 +Dune,Lichna,64.70621421759105 +Dune,Lichna,64.56332778963852 +Dune,Lichna,64.60459778558601 +Dune,Lichna,64.38215117246274 +Dune,Lichna,65.45629321405502 +Dune,Lichna,64.75812633221524 +Dune,Farok,69.894315559385 +Dune,Farok,70.26455762762157 +Dune,Farok,69.03561817358866 +Dune,Farok,69.80241373207475 +Dune,Farok,70.16665347312895 +Dune,Farok,69.63969135752937 +Dune,Farok,71.46155135635972 +Dune,Farok,69.10198279422879 +Dune,Farok,68.91749052443772 +Dune,Farok,70.28336776107858 +Dune,Farok,69.27307580448884 +Dune,Farok,69.01020107005371 +Dune,Farok,69.49850637914788 +Dune,Leto Atreides II/DE,78.8174346089616 +Dune,Leto Atreides II/DE,78.13944904419158 +Dune,Leto Atreides II/DE,78.9506619172344 +Dune,Leto Atreides II/DE,78.5430459683111 +Dune,Leto Atreides II/DE,77.92052729545051 +Dune,Leto Atreides II/DE,77.7780701485001 +Dune,Leto Atreides II/DE,78.31016931045535 +Dune,Leto Atreides II/DE,78.13273122776633 +Dune,Leto Atreides II/DE,78.06991738465918 +Dune,Leto Atreides II/DE,78.56214743911791 +Dune,Leto Atreides II/DE,78.1048467991922 +Dune,Leto Atreides II/DE,78.21686279843276 +Dune,Leto Atreides II/DE,79.05001722914882 +Dune,Tyekanik,67.00542357660404 +Dune,Tyekanik,66.18176327098837 +Dune,Tyekanik,69.94190329389127 +Dune,Tyekanik,66.98449675568222 +Dune,Tyekanik,67.55766238707096 +Dune,Tyekanik,65.94904428577102 +Dune,Tyekanik,67.52123340086004 +Dune,Tyekanik,67.32910960240474 +Dune,Tyekanik,68.07632916805477 +Dune,Tyekanik,65.96369983920526 +Dune,Tyekanik,66.89467515595426 +Dune,Tyekanik,67.32763174984412 +Dune,Tyekanik,65.96422818256119 +Dune,Ziarenko Javid,67.97387927223889 +Dune,Ziarenko Javid,72.82068312985062 +Dune,Ziarenko Javid,67.89918096776026 +Dune,Ziarenko Javid,68.58244214086248 +Dune,Ziarenko Javid,68.03469438184781 +Dune,Ziarenko Javid,68.32770345617065 +Dune,Ziarenko Javid,69.61981295639126 +Dune,Ziarenko Javid,71.42187987416891 +Dune,Ziarenko Javid,72.96007364218028 +Dune,Ziarenko Javid,67.88000777927985 +Dune,Ziarenko Javid,68.11101577877126 +Dune,Ziarenko Javid,67.84631205169593 +Dune,Ziarenko Javid,68.3162012800253 +Dune,Tertius Eileen Anteac,71.15534718219594 +Dune,Tertius Eileen Anteac,69.46496392687267 +Dune,Tertius Eileen Anteac,68.96246014002938 +Dune,Tertius Eileen Anteac,68.87265516623667 +Dune,Tertius Eileen Anteac,68.81170897073125 +Dune,Tertius Eileen Anteac,70.24387213867607 +Dune,Tertius Eileen Anteac,69.2059996366399 +Dune,Tertius Eileen Anteac,68.79340522502359 +Dune,Tertius Eileen Anteac,69.04619715979183 +Dune,Tertius Eileen Anteac,69.47998569997452 +Dune,Tertius Eileen Anteac,68.63052018921665 +Dune,Tertius Eileen Anteac,70.57082431473074 +Dune,Tertius Eileen Anteac,68.55143458368661 +Dune,Nayla,68.67141427396895 +Dune,Nayla,69.61752104212242 +Dune,Nayla,72.31798291531891 +Dune,Nayla,69.60780304984154 +Dune,Nayla,70.18183803507013 +Dune,Nayla,69.08564400789278 +Dune,Nayla,68.9249823686335 +Dune,Nayla,71.19859376450395 +Dune,Nayla,71.79199924403453 +Dune,Nayla,69.2556908124703 +Dune,Nayla,68.97482957579125 +Dune,Nayla,70.76351169634202 +Dune,Nayla,70.12919170141646 +Dune,Quintinius Violet Chenoeh,69.6073358849283 +Dune,Quintinius Violet Chenoeh,69.11121159617471 +Dune,Quintinius Violet Chenoeh,69.29058114892682 +Dune,Quintinius Violet Chenoeh,69.63029923097194 +Dune,Quintinius Violet Chenoeh,69.6014950603037 +Dune,Quintinius Violet Chenoeh,69.60999366707141 +Dune,Quintinius Violet Chenoeh,69.89302533598996 +Dune,Quintinius Violet Chenoeh,70.45479642678386 +Dune,Quintinius Violet Chenoeh,69.45070814112539 +Dune,Quintinius Violet Chenoeh,69.1760451460265 +Dune,Quintinius Violet Chenoeh,69.65547094051706 +Dune,Quintinius Violet Chenoeh,70.30042445576153 +Dune,Quintinius Violet Chenoeh,70.31833778478736 +Dune,Marcus Claire Luyseyal,67.728824685172 +Dune,Marcus Claire Luyseyal,67.88904673314754 +Dune,Marcus Claire Luyseyal,67.45147367122084 +Dune,Marcus Claire Luyseyal,68.16047490229059 +Dune,Marcus Claire Luyseyal,67.52208788099708 +Dune,Marcus Claire Luyseyal,67.93838755433994 +Dune,Marcus Claire Luyseyal,68.59645940088208 +Dune,Marcus Claire Luyseyal,67.5604755268863 +Dune,Marcus Claire Luyseyal,71.9445042529857 +Dune,Marcus Claire Luyseyal,69.14973913406844 +Dune,Marcus Claire Luyseyal,68.35481936112787 +Dune,Marcus Claire Luyseyal,67.95093972285204 +Dune,Marcus Claire Luyseyal,67.56922803940523 +Dune,Bellonda,70.09894022072069 +Dune,Bellonda,69.54146890593402 +Dune,Bellonda,69.13960180018199 +Dune,Bellonda,70.85306929597303 +Dune,Bellonda,71.58536210091955 +Dune,Bellonda,69.44350280141724 +Dune,Bellonda,69.52709208625626 +Dune,Bellonda,70.01714571979547 +Dune,Bellonda,69.38019534182925 +Dune,Bellonda,69.14252002146263 +Dune,Bellonda,69.42849449254568 +Dune,Bellonda,69.27764875696141 +Dune,Bellonda,71.79562670459451 +Dune,Alef Burzmali,66.00807568311757 +Dune,Alef Burzmali,66.57311426218968 +Dune,Alef Burzmali,66.33764915526635 +Dune,Alef Burzmali,70.24426632195282 +Dune,Alef Burzmali,66.06585784953887 +Dune,Alef Burzmali,66.46158599355597 +Dune,Alef Burzmali,67.80661771718829 +Dune,Alef Burzmali,67.58752040228045 +Dune,Alef Burzmali,67.54652910697114 +Dune,Alef Burzmali,67.23893106083003 +Dune,Alef Burzmali,66.20514814237221 +Dune,Alef Burzmali,66.83909629857826 +Dune,Alef Burzmali,67.75629299840837 +Dune,Hedley Tuek,68.55903759249796 +Dune,Hedley Tuek,68.78824528604287 +Dune,Hedley Tuek,68.83616205777936 +Dune,Hedley Tuek,71.78997647876665 +Dune,Hedley Tuek,69.86470527777801 +Dune,Hedley Tuek,68.42822358004646 +Dune,Hedley Tuek,68.50788202770535 +Dune,Hedley Tuek,69.09463197999312 +Dune,Hedley Tuek,69.15832328389212 +Dune,Hedley Tuek,70.66259798250522 +Dune,Hedley Tuek,68.88684548472237 +Dune,Hedley Tuek,68.45608887314405 +Dune,Hedley Tuek,68.70198711329391 +Dune,Marty,67.7243804259367 +Dune,Marty,65.12544930425315 +Dune,Marty,64.86896222835384 +Dune,Marty,64.83170971728084 +Dune,Marty,64.45954236295964 +Dune,Marty,65.21575300891223 +Dune,Marty,64.78812082292957 +Dune,Marty,64.81079283168567 +Dune,Marty,64.47444979985283 +Dune,Marty,65.55968630932266 +Dune,Marty,64.37542481836267 +Dune,Marty,64.37294769738749 +Dune,Marty,64.82600997193371 +Dune,Daniel,66.63416326993898 +Dune,Daniel,66.301691018909 +Dune,Daniel,66.32335509007328 +Dune,Daniel,67.01071015498744 +Dune,Daniel,66.46158388625881 +Dune,Daniel,66.42880779973919 +Dune,Daniel,66.2248227793373 +Dune,Daniel,66.86764569506487 +Dune,Daniel,66.77784136418548 +Dune,Daniel,66.2022163319457 +Dune,Daniel,66.22537630078646 +Dune,Daniel,67.01113504122966 +Dune,Daniel,66.34838850576796 +Dune,Dama,67.71784278098865 +Dune,Dama,71.54784652719785 +Dune,Dama,68.57934645200194 +Dune,Dama,67.9139087918616 +Dune,Dama,69.85106788898834 +Dune,Dama,70.3479975397692 +Dune,Dama,68.47134044453367 +Dune,Dama,70.67717534479814 +Dune,Dama,69.381969390456 +Dune,Dama,69.30780595650401 +Dune,Dama,69.70743490944558 +Dune,Dama,67.76989102754327 +Dune,Dama,69.33604966703828 +Dune,Logno,68.64573462116329 +Dune,Logno,70.91469109369942 +Dune,Logno,69.69464819072351 +Dune,Logno,71.23071848984839 +Dune,Logno,70.39999399217895 +Dune,Logno,68.85736038687118 +Dune,Logno,71.31335043651046 +Dune,Logno,69.7483202178394 +Dune,Logno,70.02010595286207 +Dune,Logno,70.94646753090646 +Dune,Logno,69.03695311678666 +Dune,Logno,69.67138904741515 +Dune,Logno,69.21576960184407 +Twilight,Bella Swan,72.94377511881888 +Twilight,Bella Swan,73.73676947871435 +Twilight,Bella Swan,73.36095187778291 +Twilight,Bella Swan,73.09238073179036 +Twilight,Bella Swan,73.12147870946345 +Twilight,Bella Swan,73.98244986912445 +Twilight,Bella Swan,71.96227544461705 +Twilight,Bella Swan,73.0694595182682 +Twilight,Bella Swan,74.46211655387121 +Twilight,Bella Swan,72.5814385999027 +Twilight,Bella Swan,73.13810209919863 +Twilight,Bella Swan,72.8791021414599 +Twilight,Bella Swan,72.45425965054338 +Twilight,Edward Cullen,73.9095738338404 +Twilight,Edward Cullen,73.86548063420838 +Twilight,Edward Cullen,74.51697923229283 +Twilight,Edward Cullen,73.69638434636087 +Twilight,Edward Cullen,75.91269141407714 +Twilight,Edward Cullen,75.03887478174627 +Twilight,Edward Cullen,75.00351355271076 +Twilight,Edward Cullen,74.93838158369904 +Twilight,Edward Cullen,74.18422084420872 +Twilight,Edward Cullen,73.93831104749948 +Twilight,Edward Cullen,74.1283829378873 +Twilight,Edward Cullen,74.9627247749199 +Twilight,Edward Cullen,74.12655895548022 +Twilight,Jacob Black,79.19630276255612 +Twilight,Jacob Black,77.74679246656244 +Twilight,Jacob Black,77.66260546620713 +Twilight,Jacob Black,78.5319622734713 +Twilight,Jacob Black,75.95694037599439 +Twilight,Jacob Black,75.2082495541215 +Twilight,Jacob Black,76.04895168897393 +Twilight,Jacob Black,75.7533008091653 +Twilight,Jacob Black,76.33351605873871 +Twilight,Jacob Black,75.95902939411312 +Twilight,Jacob Black,75.31283841180702 +Twilight,Jacob Black,76.5824747871457 +Twilight,Jacob Black,76.8768438171524 +Twilight,Carlisle Cullen,74.37804468895526 +Twilight,Carlisle Cullen,75.86861732581717 +Twilight,Carlisle Cullen,74.66126108858734 +Twilight,Carlisle Cullen,74.21831031432231 +Twilight,Carlisle Cullen,73.84257632093745 +Twilight,Carlisle Cullen,74.21999978200743 +Twilight,Carlisle Cullen,75.25373203777856 +Twilight,Carlisle Cullen,74.36770791220457 +Twilight,Carlisle Cullen,74.57524651140464 +Twilight,Carlisle Cullen,74.23874044374284 +Twilight,Carlisle Cullen,74.271501905308 +Twilight,Carlisle Cullen,73.98350503431574 +Twilight,Carlisle Cullen,74.1459008561918 +Twilight,Esme Cullen,73.32193019698285 +Twilight,Esme Cullen,76.97616693182101 +Twilight,Esme Cullen,74.25042899945052 +Twilight,Esme Cullen,73.96329978763424 +Twilight,Esme Cullen,74.32391157905059 +Twilight,Esme Cullen,73.84870561440782 +Twilight,Esme Cullen,73.28866412704936 +Twilight,Esme Cullen,73.1632832011609 +Twilight,Esme Cullen,73.72781115632823 +Twilight,Esme Cullen,73.30764334691416 +Twilight,Esme Cullen,74.43094597287455 +Twilight,Esme Cullen,73.89158547616562 +Twilight,Esme Cullen,73.76080662695333 +Twilight,Alice Cullen,75.40002041152505 +Twilight,Alice Cullen,77.34738672967319 +Twilight,Alice Cullen,75.90238739591598 +Twilight,Alice Cullen,75.84871630484642 +Twilight,Alice Cullen,75.60792218015308 +Twilight,Alice Cullen,76.06098888254434 +Twilight,Alice Cullen,75.68343226892152 +Twilight,Alice Cullen,75.14365411777769 +Twilight,Alice Cullen,75.69185244662758 +Twilight,Alice Cullen,75.5342067905365 +Twilight,Alice Cullen,76.1237977544289 +Twilight,Alice Cullen,76.08967046389162 +Twilight,Alice Cullen,75.5198602882491 +Twilight,Emmett Cullen,74.37657626126942 +Twilight,Emmett Cullen,73.04953486457447 +Twilight,Emmett Cullen,72.29037188822673 +Twilight,Emmett Cullen,72.35529970401852 +Twilight,Emmett Cullen,72.4809967976633 +Twilight,Emmett Cullen,72.37764176877542 +Twilight,Emmett Cullen,72.93754394969824 +Twilight,Emmett Cullen,74.25444022481099 +Twilight,Emmett Cullen,73.4396793600975 +Twilight,Emmett Cullen,74.8752305644193 +Twilight,Emmett Cullen,73.15163251581752 +Twilight,Emmett Cullen,72.1935999015265 +Twilight,Emmett Cullen,72.57440453805998 +Twilight,Rosalie Hale,73.92565617039071 +Twilight,Rosalie Hale,75.963270307111 +Twilight,Rosalie Hale,73.99777618671706 +Twilight,Rosalie Hale,74.81186764682538 +Twilight,Rosalie Hale,75.06792281896135 +Twilight,Rosalie Hale,77.82238825370518 +Twilight,Rosalie Hale,74.96019139344973 +Twilight,Rosalie Hale,75.93233274615856 +Twilight,Rosalie Hale,74.18673480367629 +Twilight,Rosalie Hale,74.52265474649174 +Twilight,Rosalie Hale,75.59932472905409 +Twilight,Rosalie Hale,74.97832276975646 +Twilight,Rosalie Hale,74.86562778992526 +Twilight,Jasper Hale,74.89958145745746 +Twilight,Jasper Hale,76.99753726083155 +Twilight,Jasper Hale,75.86790728176742 +Twilight,Jasper Hale,74.49383289688495 +Twilight,Jasper Hale,76.91539276369969 +Twilight,Jasper Hale,74.59662662353938 +Twilight,Jasper Hale,74.34988599705389 +Twilight,Jasper Hale,74.39907964895099 +Twilight,Jasper Hale,74.37587983636165 +Twilight,Jasper Hale,74.69242228503181 +Twilight,Jasper Hale,75.2446770441438 +Twilight,Jasper Hale,74.78343472598416 +Twilight,Jasper Hale,74.32645167224064 +Twilight,Renesmee Cullen,79.15209937628038 +Twilight,Renesmee Cullen,76.86797803869474 +Twilight,Renesmee Cullen,78.8148489629287 +Twilight,Renesmee Cullen,77.3317503313978 +Twilight,Renesmee Cullen,76.1362356698384 +Twilight,Renesmee Cullen,76.31354724779155 +Twilight,Renesmee Cullen,76.71896656820657 +Twilight,Renesmee Cullen,76.17214043925529 +Twilight,Renesmee Cullen,77.13031404233675 +Twilight,Renesmee Cullen,76.10336843750677 +Twilight,Renesmee Cullen,75.60666031928346 +Twilight,Renesmee Cullen,75.63403619322736 +Twilight,Renesmee Cullen,76.62215590525467 +Twilight,Aro,72.39025294061726 +Twilight,Aro,72.33519914144522 +Twilight,Aro,73.33853247809348 +Twilight,Aro,72.07171572995685 +Twilight,Aro,71.96818765165463 +Twilight,Aro,72.85362117077004 +Twilight,Aro,72.17955189563861 +Twilight,Aro,71.92083212196721 +Twilight,Aro,72.73590823948545 +Twilight,Aro,72.30921099125315 +Twilight,Aro,72.51397088195776 +Twilight,Aro,72.14965426441327 +Twilight,Aro,72.43304547608619 +Twilight,Caius,66.96526128210196 +Twilight,Caius,67.29443138532895 +Twilight,Caius,66.7935997838938 +Twilight,Caius,66.2745282785525 +Twilight,Caius,67.18658444450126 +Twilight,Caius,67.27476024572444 +Twilight,Caius,70.2586456617713 +Twilight,Caius,67.55096500657508 +Twilight,Caius,66.76497379622938 +Twilight,Caius,70.30196715231884 +Twilight,Caius,66.24049742070109 +Twilight,Caius,69.33348683269087 +Twilight,Caius,67.83337161256202 +Twilight,Marcus,66.4749671034305 +Twilight,Marcus,66.48210654623122 +Twilight,Marcus,67.21555419157627 +Twilight,Marcus,66.42473549215512 +Twilight,Marcus,69.547862920058 +Twilight,Marcus,69.82914149908844 +Twilight,Marcus,66.83543190963739 +Twilight,Marcus,66.79487757241691 +Twilight,Marcus,68.75374929655447 +Twilight,Marcus,68.18694976188998 +Twilight,Marcus,66.96599668674659 +Twilight,Marcus,66.86309710228797 +Twilight,Marcus,70.11135778703736 +Twilight,Jane,66.03899650422453 +Twilight,Jane,66.88971485553841 +Twilight,Jane,67.91689541436163 +Twilight,Jane,67.54829814341635 +Twilight,Jane,68.49777938378807 +Twilight,Jane,66.78516917429245 +Twilight,Jane,66.83878277146832 +Twilight,Jane,67.50533907893094 +Twilight,Jane,66.37908208010786 +Twilight,Jane,67.81700687646823 +Twilight,Jane,66.99773881757255 +Twilight,Jane,66.42841983876339 +Twilight,Jane,66.3814000713586 +Twilight,Alec,67.45527493366544 +Twilight,Alec,68.20116766673259 +Twilight,Alec,67.26460992171388 +Twilight,Alec,70.1567387078899 +Twilight,Alec,68.58520861789255 +Twilight,Alec,67.18324951785992 +Twilight,Alec,67.27833976562056 +Twilight,Alec,68.36050728048262 +Twilight,Alec,67.85526689900071 +Twilight,Alec,71.08470666992264 +Twilight,Alec,70.40775750570212 +Twilight,Alec,67.12076354975748 +Twilight,Alec,69.86081812686005 +Twilight,Demetri,66.61668285963077 +Twilight,Demetri,67.76282771835854 +Twilight,Demetri,69.645976110043 +Twilight,Demetri,67.0227418392098 +Twilight,Demetri,67.23002643657794 +Twilight,Demetri,67.95871950687054 +Twilight,Demetri,66.77908873204802 +Twilight,Demetri,66.0806232839665 +Twilight,Demetri,69.96965353570815 +Twilight,Demetri,70.39782395497683 +Twilight,Demetri,66.14077997202789 +Twilight,Demetri,66.93155934563742 +Twilight,Demetri,66.08344528764168 +Twilight,Felix,67.85820714141938 +Twilight,Felix,68.8087914565339 +Twilight,Felix,70.9167641521781 +Twilight,Felix,69.57834032955276 +Twilight,Felix,69.36273905239912 +Twilight,Felix,69.57219036129288 +Twilight,Felix,68.574568211336 +Twilight,Felix,69.71485978289657 +Twilight,Felix,67.85084957378776 +Twilight,Felix,68.20887616595444 +Twilight,Felix,68.95712781276131 +Twilight,Felix,68.25333946110894 +Twilight,Felix,67.86968074479739 +Twilight,Heidi,65.12967425985117 +Twilight,Heidi,65.94560341899837 +Twilight,Heidi,64.69109094904152 +Twilight,Heidi,65.21579626122993 +Twilight,Heidi,68.76798733437577 +Twilight,Heidi,66.78159634175535 +Twilight,Heidi,64.69822886527987 +Twilight,Heidi,66.13960917079316 +Twilight,Heidi,64.71314222214504 +Twilight,Heidi,64.73358955806582 +Twilight,Heidi,66.68632716436925 +Twilight,Heidi,65.93821648938435 +Twilight,Heidi,65.32566183513178 +Twilight,Santiago,65.28605807891621 +Twilight,Santiago,62.93601173649343 +Twilight,Santiago,63.999558729428706 +Twilight,Santiago,63.12871318092645 +Twilight,Santiago,63.0849170391181 +Twilight,Santiago,63.12694454361696 +Twilight,Santiago,63.33176202716879 +Twilight,Santiago,63.50310003468424 +Twilight,Santiago,63.166165937840624 +Twilight,Santiago,63.00573919421928 +Twilight,Santiago,64.09152534195839 +Twilight,Santiago,62.91024055739324 +Twilight,Santiago,64.62649081811216 +Twilight,James,66.52691166135666 +Twilight,James,68.4760227668108 +Twilight,James,67.94737289773855 +Twilight,James,72.83772474157071 +Twilight,James,69.87954454147682 +Twilight,James,66.7648146814891 +Twilight,James,68.86466178804353 +Twilight,James,66.85996638709686 +Twilight,James,66.58704895826436 +Twilight,James,66.25953282399269 +Twilight,James,67.66560140633389 +Twilight,James,66.98053248768895 +Twilight,James,66.27350831637571 +Twilight,Victoria,66.04134661511107 +Twilight,Victoria,67.35311712225008 +Twilight,Victoria,67.80711364915707 +Twilight,Victoria,65.97330201166497 +Twilight,Victoria,66.66270878863442 +Twilight,Victoria,66.7191780246817 +Twilight,Victoria,70.26541411447556 +Twilight,Victoria,65.92352628439629 +Twilight,Victoria,69.5449193772702 +Twilight,Victoria,66.46507854551639 +Twilight,Victoria,65.73365064316809 +Twilight,Victoria,69.05625605301397 +Twilight,Victoria,68.43547435196425 +Twilight,Laurent,68.51169638979016 +Twilight,Laurent,70.53251310071693 +Twilight,Laurent,69.1251471784999 +Twilight,Laurent,76.40566187441543 +Twilight,Laurent,71.81181870387353 +Twilight,Laurent,68.686122007177 +Twilight,Laurent,71.45145878547116 +Twilight,Laurent,68.39358265305906 +Twilight,Laurent,69.12270514871881 +Twilight,Laurent,68.83207037053938 +Twilight,Laurent,69.7457459208394 +Twilight,Laurent,68.62083281155323 +Twilight,Laurent,69.149531800863 +Twilight,Riley Biers,67.94381383241041 +Twilight,Riley Biers,67.78069761998921 +Twilight,Riley Biers,70.28841554100089 +Twilight,Riley Biers,69.76430083036735 +Twilight,Riley Biers,70.61785446521627 +Twilight,Riley Biers,68.7515165489278 +Twilight,Riley Biers,69.77578630015275 +Twilight,Riley Biers,67.94076732253468 +Twilight,Riley Biers,71.44891703127037 +Twilight,Riley Biers,67.49000381738965 +Twilight,Riley Biers,68.28152869982927 +Twilight,Riley Biers,69.86542323134033 +Twilight,Riley Biers,68.00422347210637 +Twilight,Bree Tanner,72.05059520965446 +Twilight,Bree Tanner,72.26244683841534 +Twilight,Bree Tanner,75.16891488934296 +Twilight,Bree Tanner,73.56121977649164 +Twilight,Bree Tanner,73.91681668971867 +Twilight,Bree Tanner,72.17056919967403 +Twilight,Bree Tanner,71.13985355933087 +Twilight,Bree Tanner,71.26732007051353 +Twilight,Bree Tanner,71.52921651582791 +Twilight,Bree Tanner,71.37539085059241 +Twilight,Bree Tanner,70.8176167801043 +Twilight,Bree Tanner,71.89860333691223 +Twilight,Bree Tanner,71.24913588971484 +Twilight,Mexican coven,68.98394202068988 +Twilight,Mexican coven,70.82990778245605 +Twilight,Mexican coven,71.20848223450776 +Twilight,Mexican coven,70.71379503439766 +Twilight,Mexican coven,70.29969502904588 +Twilight,Mexican coven,70.07560285377016 +Twilight,Mexican coven,70.78146066015164 +Twilight,Mexican coven,67.84543947092459 +Twilight,Mexican coven,67.56753981694862 +Twilight,Mexican coven,68.99247448155849 +Twilight,Mexican coven,67.5257359945143 +Twilight,Mexican coven,67.74101399647327 +Twilight,Mexican coven,68.42153583547609 +Twilight,Zafrina,65.36517882176244 +Twilight,Zafrina,68.92509425659247 +Twilight,Zafrina,69.40493300726597 +Twilight,Zafrina,68.08829610568917 +Twilight,Zafrina,62.74476295418715 +Twilight,Zafrina,62.08896700255146 +Twilight,Zafrina,64.60760543747787 +Twilight,Zafrina,62.58501845533411 +Twilight,Zafrina,65.30399998271712 +Twilight,Zafrina,64.48287055105682 +Twilight,Zafrina,61.841706057624926 +Twilight,Zafrina,64.66851121201175 +Twilight,Zafrina,65.0062668113827 +Twilight,Senna,61.60364788926391 +Twilight,Senna,61.309410122743536 +Twilight,Senna,61.25265280274179 +Twilight,Senna,61.275879896317456 +Twilight,Senna,62.03882498066526 +Twilight,Senna,61.35807337805541 +Twilight,Senna,61.366552985373204 +Twilight,Senna,62.73317502226765 +Twilight,Senna,61.197214276561965 +Twilight,Senna,63.07260959764002 +Twilight,Senna,65.36560868842702 +Twilight,Senna,62.202395559721644 +Twilight,Senna,61.78300505875796 +Twilight,Kachiri,65.4546489171968 +Twilight,Kachiri,64.33039934533295 +Twilight,Kachiri,64.6659709414769 +Twilight,Kachiri,66.3286144884981 +Twilight,Kachiri,64.30227963950631 +Twilight,Kachiri,66.47118554522194 +Twilight,Kachiri,64.11058515110916 +Twilight,Kachiri,64.11014124827581 +Twilight,Kachiri,64.1721962079204 +Twilight,Kachiri,64.42602575772017 +Twilight,Kachiri,64.34240486553074 +Twilight,Kachiri,69.25767689708408 +Twilight,Kachiri,65.15962405854688 +Twilight,Peter,65.82489629672422 +Twilight,Peter,66.18775573865689 +Twilight,Peter,67.32953019092207 +Twilight,Peter,65.9795169143379 +Twilight,Peter,66.41322975728947 +Twilight,Peter,67.8604496132819 +Twilight,Peter,66.36339286892978 +Twilight,Peter,65.88077277562944 +Twilight,Peter,65.74540545703087 +Twilight,Peter,66.29722613626792 +Twilight,Peter,69.6874175970439 +Twilight,Peter,75.22476527524621 +Twilight,Peter,70.40665582484706 +Twilight,Charlotte,66.50709381353936 +Twilight,Charlotte,66.73489219750948 +Twilight,Charlotte,65.96528389243619 +Twilight,Charlotte,66.04055948513418 +Twilight,Charlotte,67.21416653687935 +Twilight,Charlotte,66.04136213654922 +Twilight,Charlotte,66.55629886156704 +Twilight,Charlotte,65.80554329790063 +Twilight,Charlotte,66.30892976040484 +Twilight,Charlotte,65.97994326315944 +Twilight,Charlotte,67.05629297346017 +Twilight,Charlotte,65.76668550461346 +Twilight,Charlotte,68.83298475868541 +Twilight,Mary,65.79745346286326 +Twilight,Mary,66.06372080425635 +Twilight,Mary,65.96788149444404 +Twilight,Mary,66.59303655359298 +Twilight,Mary,65.7281844813404 +Twilight,Mary,68.1031081369359 +Twilight,Mary,65.32940668869536 +Twilight,Mary,65.32763223602117 +Twilight,Mary,65.59459346607173 +Twilight,Mary,65.67402617080714 +Twilight,Mary,67.01557505449816 +Twilight,Mary,65.4788659523624 +Twilight,Mary,67.2424568032433 +Twilight,Randall,65.36082439966297 +Twilight,Randall,65.5122931837193 +Twilight,Randall,64.99921268376701 +Twilight,Randall,65.28338290784232 +Twilight,Randall,66.53168462862257 +Twilight,Randall,64.92735431542137 +Twilight,Randall,65.071649748734 +Twilight,Randall,65.12207538828457 +Twilight,Randall,65.22728790310533 +Twilight,Randall,65.36527113038626 +Twilight,Randall,66.18971652707285 +Twilight,Randall,65.29079812672049 +Twilight,Randall,65.7183075171235 +Twilight,Eleazar,65.10746340868124 +Twilight,Eleazar,63.9914304828604 +Twilight,Eleazar,64.15122488659604 +Twilight,Eleazar,67.74656398084295 +Twilight,Eleazar,68.9283805366369 +Twilight,Eleazar,73.33223692528888 +Twilight,Eleazar,66.32076655172422 +Twilight,Eleazar,72.99149551014615 +Twilight,Eleazar,65.14678716457425 +Twilight,Eleazar,64.21231163758841 +Twilight,Eleazar,63.99246062531847 +Twilight,Eleazar,67.47947095218218 +Twilight,Eleazar,64.43805919897265 +Twilight,Carmen,64.11809126312595 +Twilight,Carmen,62.74932853158731 +Twilight,Carmen,63.57453251417786 +Twilight,Carmen,62.68263844533318 +Twilight,Carmen,65.57049145166462 +Twilight,Carmen,64.19147114727252 +Twilight,Carmen,62.76793009667978 +Twilight,Carmen,62.91253801617969 +Twilight,Carmen,66.02348506716714 +Twilight,Carmen,66.80964335974704 +Twilight,Carmen,66.58327812497686 +Twilight,Carmen,66.30510798497158 +Twilight,Carmen,66.14482105996427 +Twilight,Tanya,65.5292812472704 +Twilight,Tanya,69.15467880788131 +Twilight,Tanya,68.75901917516202 +Twilight,Tanya,69.67930091704542 +Twilight,Tanya,65.36750297615572 +Twilight,Tanya,65.74610193416757 +Twilight,Tanya,65.09561778099769 +Twilight,Tanya,65.64301815034514 +Twilight,Tanya,65.94454958819185 +Twilight,Tanya,68.96501564616992 +Twilight,Tanya,66.73272709508129 +Twilight,Tanya,65.42944945278232 +Twilight,Tanya,66.24049478916146 +Twilight,Kate,64.92382626953925 +Twilight,Kate,67.08472865014544 +Twilight,Kate,64.85998108649117 +Twilight,Kate,65.90751449028616 +Twilight,Kate,66.27664823962185 +Twilight,Kate,66.359773835865 +Twilight,Kate,65.26075578558057 +Twilight,Kate,69.12004684581832 +Twilight,Kate,67.28105974530288 +Twilight,Kate,65.92326578758349 +Twilight,Kate,65.22219967606665 +Twilight,Kate,65.3573870707912 +Twilight,Kate,65.95458623939926 +Twilight,Garrett,67.14916631182979 +Twilight,Garrett,67.05321560646799 +Twilight,Garrett,66.86953910026683 +Twilight,Garrett,67.48881156071734 +Twilight,Garrett,67.58194039460862 +Twilight,Garrett,69.45622906724174 +Twilight,Garrett,70.01922761378407 +Twilight,Garrett,70.5443835982414 +Twilight,Garrett,68.03849933206578 +Twilight,Garrett,66.96195493377127 +Twilight,Garrett,67.35469405848472 +Twilight,Garrett,70.34986375388034 +Twilight,Garrett,69.02529428504727 +Twilight,Sasha,64.39689859219482 +Twilight,Sasha,64.28372737841315 +Twilight,Sasha,64.77118027604007 +Twilight,Sasha,65.65777936070313 +Twilight,Sasha,64.2371068340716 +Twilight,Sasha,64.78019766948974 +Twilight,Sasha,64.56228546442712 +Twilight,Sasha,64.99010875781919 +Twilight,Sasha,64.98741790810932 +Twilight,Sasha,64.98603426890325 +Twilight,Sasha,65.41942800742248 +Twilight,Sasha,64.16243846105478 +Twilight,Sasha,64.29144483755555 +Twilight,Vasilii,62.45794306875412 +Twilight,Vasilii,63.24912087999712 +Twilight,Vasilii,64.40213511532228 +Twilight,Vasilii,62.4136269705731 +Twilight,Vasilii,62.284122219500006 +Twilight,Vasilii,62.84532251399566 +Twilight,Vasilii,64.70611713451493 +Twilight,Vasilii,63.20047529667924 +Twilight,Vasilii,65.30897874887481 +Twilight,Vasilii,62.33453508653264 +Twilight,Vasilii,62.653363890571114 +Twilight,Vasilii,62.42003233784297 +Twilight,Vasilii,63.51248741777907 +Twilight,Irina,70.2715304296828 +Twilight,Irina,66.70309167690438 +Twilight,Irina,67.99950382573705 +Twilight,Irina,66.55402185382542 +Twilight,Irina,67.18491782034582 +Twilight,Irina,69.17113852344406 +Twilight,Irina,66.21590920591093 +Twilight,Irina,69.22069194325621 +Twilight,Irina,66.97403543761956 +Twilight,Irina,69.36758497170095 +Twilight,Irina,69.21800664839414 +Twilight,Irina,67.7462796548154 +Twilight,Irina,67.45526464649105 +Twilight,Tia,64.74258414627081 +Twilight,Tia,64.71846330790557 +Twilight,Tia,64.63033563496083 +Twilight,Tia,64.93412024154811 +Twilight,Tia,65.26169678155473 +Twilight,Tia,64.7500385460287 +Twilight,Tia,65.52680767357197 +Twilight,Tia,65.88606382514514 +Twilight,Tia,64.80735748897366 +Twilight,Tia,65.13395901619685 +Twilight,Tia,64.75119740688143 +Twilight,Tia,64.91190114368972 +Twilight,Tia,64.7957771767914 +Twilight,Amun,65.14492437563925 +Twilight,Amun,68.07216638313307 +Twilight,Amun,73.6312147315794 +Twilight,Amun,69.05546682115336 +Twilight,Amun,64.91556002310574 +Twilight,Amun,64.30065500278424 +Twilight,Amun,65.13525881851022 +Twilight,Amun,64.69184291814281 +Twilight,Amun,71.1556645001453 +Twilight,Amun,64.64364114763418 +Twilight,Amun,65.209966014609 +Twilight,Amun,67.0027383257982 +Twilight,Amun,65.32000231388126 +Twilight,Benjamin,66.39341078551871 +Twilight,Benjamin,64.8496288251595 +Twilight,Benjamin,65.22258026983363 +Twilight,Benjamin,65.41643850509347 +Twilight,Benjamin,65.73586001865945 +Twilight,Benjamin,66.19746574134673 +Twilight,Benjamin,65.3105470258056 +Twilight,Benjamin,65.9961001842691 +Twilight,Benjamin,68.77346427691529 +Twilight,Benjamin,72.02396727253402 +Twilight,Benjamin,72.43716307301068 +Twilight,Benjamin,65.69914940916959 +Twilight,Benjamin,67.04500052477667 +Twilight,Kebi,63.0128865882728 +Twilight,Kebi,63.020470410933946 +Twilight,Kebi,62.76210660559814 +Twilight,Kebi,63.94682541145505 +Twilight,Kebi,62.68031527206935 +Twilight,Kebi,62.17553197702097 +Twilight,Kebi,62.158015330230164 +Twilight,Kebi,62.43642011498915 +Twilight,Kebi,62.91574440772519 +Twilight,Kebi,65.40884846395518 +Twilight,Kebi,62.14010535596367 +Twilight,Kebi,62.83219251260468 +Twilight,Kebi,62.26368747113483 +Twilight,Nahuel,68.77165171476389 +Twilight,Nahuel,68.26108624135742 +Twilight,Nahuel,67.54514470044897 +Twilight,Nahuel,67.879279954631 +Twilight,Nahuel,69.78533755809467 +Twilight,Nahuel,72.9784553583182 +Twilight,Nahuel,72.6051354148631 +Twilight,Nahuel,69.59348044854411 +Twilight,Nahuel,70.40333471489465 +Twilight,Nahuel,67.96966844305243 +Twilight,Nahuel,71.89125242648997 +Twilight,Nahuel,69.0422252062578 +Twilight,Nahuel,75.48196287387754 +Twilight,Huilen,62.6656321892663 +Twilight,Huilen,61.357327417197325 +Twilight,Huilen,61.3668150838246 +Twilight,Huilen,61.69286110668419 +Twilight,Huilen,62.57373507195961 +Twilight,Huilen,61.56976834457185 +Twilight,Huilen,61.52329026007166 +Twilight,Huilen,61.55624670322857 +Twilight,Huilen,63.02251564309631 +Twilight,Huilen,61.825248360713104 +Twilight,Huilen,61.765787265299466 +Twilight,Huilen,62.14348344501751 +Twilight,Huilen,63.32753140247767 +Twilight,Sam Uley,80.9800503182997 +Twilight,Sam Uley,79.97095019114896 +Twilight,Sam Uley,79.92208788017095 +Twilight,Sam Uley,77.7064438781477 +Twilight,Sam Uley,79.49781401641481 +Twilight,Sam Uley,78.21578779718557 +Twilight,Sam Uley,79.5785334007026 +Twilight,Sam Uley,78.01798814658554 +Twilight,Sam Uley,82.16041068856431 +Twilight,Sam Uley,78.18361564284582 +Twilight,Sam Uley,79.08147561981494 +Twilight,Sam Uley,79.15333998485552 +Twilight,Sam Uley,78.27609504900249 +Twilight,Quil Ateara V,74.11836157978259 +Twilight,Quil Ateara V,73.64953278455347 +Twilight,Quil Ateara V,73.34297361222237 +Twilight,Quil Ateara V,74.24815779107739 +Twilight,Quil Ateara V,76.36699433657041 +Twilight,Quil Ateara V,72.6238235098593 +Twilight,Quil Ateara V,73.48268460487586 +Twilight,Quil Ateara V,73.62984051444107 +Twilight,Quil Ateara V,74.66727694607516 +Twilight,Quil Ateara V,75.5644701199818 +Twilight,Quil Ateara V,73.44746577158728 +Twilight,Quil Ateara V,74.28048429391451 +Twilight,Quil Ateara V,74.79169667630553 +Twilight,Embry Call,70.60753013386822 +Twilight,Embry Call,70.7185935013247 +Twilight,Embry Call,69.72795326767147 +Twilight,Embry Call,70.48510475922927 +Twilight,Embry Call,70.2438326936686 +Twilight,Embry Call,69.88278179454876 +Twilight,Embry Call,70.28976057959304 +Twilight,Embry Call,74.21742342103103 +Twilight,Embry Call,69.96048814648181 +Twilight,Embry Call,69.86636040843244 +Twilight,Embry Call,70.85047937454966 +Twilight,Embry Call,71.21952324900363 +Twilight,Embry Call,70.0422470646249 +Twilight,Paul Lahote,65.05117869058307 +Twilight,Paul Lahote,65.30158040640309 +Twilight,Paul Lahote,64.64844226563562 +Twilight,Paul Lahote,65.06174873637435 +Twilight,Paul Lahote,67.81665274768014 +Twilight,Paul Lahote,65.70011583249261 +Twilight,Paul Lahote,64.75180612309511 +Twilight,Paul Lahote,64.89607823097134 +Twilight,Paul Lahote,64.69309523423004 +Twilight,Paul Lahote,64.46913497704256 +Twilight,Paul Lahote,64.52137589617799 +Twilight,Paul Lahote,64.47121406633198 +Twilight,Paul Lahote,65.01670295446968 +Twilight,Jared Cameron,67.54402607089295 +Twilight,Jared Cameron,67.95603444764859 +Twilight,Jared Cameron,67.15324002878515 +Twilight,Jared Cameron,67.29943464609696 +Twilight,Jared Cameron,67.23604025236054 +Twilight,Jared Cameron,69.10868691739375 +Twilight,Jared Cameron,68.7888082655275 +Twilight,Jared Cameron,69.74251673868537 +Twilight,Jared Cameron,67.1385927742404 +Twilight,Jared Cameron,67.223095568265 +Twilight,Jared Cameron,67.16954432867522 +Twilight,Jared Cameron,67.98635578300704 +Twilight,Jared Cameron,67.48483274594744 +Twilight,Leah Clearwater,75.38562831512206 +Twilight,Leah Clearwater,73.00930078466253 +Twilight,Leah Clearwater,76.85003404047116 +Twilight,Leah Clearwater,75.09987520908598 +Twilight,Leah Clearwater,74.05292283648556 +Twilight,Leah Clearwater,74.82557948102071 +Twilight,Leah Clearwater,78.27556041202757 +Twilight,Leah Clearwater,79.62011803991015 +Twilight,Leah Clearwater,73.01102715737969 +Twilight,Leah Clearwater,73.17321203909877 +Twilight,Leah Clearwater,74.1434167097689 +Twilight,Leah Clearwater,73.72287977377717 +Twilight,Leah Clearwater,73.23676488159319 +Twilight,Seth Clearwater,77.61069776048868 +Twilight,Seth Clearwater,76.83464364016555 +Twilight,Seth Clearwater,79.26867029835837 +Twilight,Seth Clearwater,77.59085456708296 +Twilight,Seth Clearwater,76.27516299503291 +Twilight,Seth Clearwater,76.76711849339988 +Twilight,Seth Clearwater,76.37902856086977 +Twilight,Seth Clearwater,77.50266080630799 +Twilight,Seth Clearwater,76.45757934074518 +Twilight,Seth Clearwater,78.1479033039369 +Twilight,Seth Clearwater,78.38189198889759 +Twilight,Seth Clearwater,76.9417764792474 +Twilight,Seth Clearwater,76.77421273547901 +Twilight,Collin Littlesea,68.25992203981392 +Twilight,Collin Littlesea,67.91940382178493 +Twilight,Collin Littlesea,67.4848079871832 +Twilight,Collin Littlesea,66.85243167559113 +Twilight,Collin Littlesea,66.49452973812186 +Twilight,Collin Littlesea,67.14860543058975 +Twilight,Collin Littlesea,67.19883008905441 +Twilight,Collin Littlesea,66.66337404463049 +Twilight,Collin Littlesea,66.54329352241007 +Twilight,Collin Littlesea,66.60968557362395 +Twilight,Collin Littlesea,66.96340110437178 +Twilight,Collin Littlesea,67.48894134897476 +Twilight,Collin Littlesea,67.14117858253516 +Twilight,Brady Fuller,67.40088386641818 +Twilight,Brady Fuller,66.55373199584285 +Twilight,Brady Fuller,66.63377741202862 +Twilight,Brady Fuller,67.48575942918616 +Twilight,Brady Fuller,66.68322270187038 +Twilight,Brady Fuller,67.48129407538435 +Twilight,Brady Fuller,67.09900543184814 +Twilight,Brady Fuller,67.62582254610959 +Twilight,Brady Fuller,66.36853295161494 +Twilight,Brady Fuller,66.62704724534485 +Twilight,Brady Fuller,67.55608065542275 +Twilight,Brady Fuller,67.03636248394595 +Twilight,Brady Fuller,66.48408535440265 +Twilight,Ephraim Black,69.31179238668562 +Twilight,Ephraim Black,74.33103256022851 +Twilight,Ephraim Black,73.40087676173957 +Twilight,Ephraim Black,69.0210885475471 +Twilight,Ephraim Black,69.48180572216746 +Twilight,Ephraim Black,68.9809189410879 +Twilight,Ephraim Black,70.83632480832374 +Twilight,Ephraim Black,68.67554606214246 +Twilight,Ephraim Black,68.53965777438475 +Twilight,Ephraim Black,69.86015735700082 +Twilight,Ephraim Black,68.54308438540035 +Twilight,Ephraim Black,70.04498539123702 +Twilight,Ephraim Black,68.6607802504579 +Twilight,Charlie Swan,77.26027076749051 +Twilight,Charlie Swan,75.5708665346177 +Twilight,Charlie Swan,73.733080105665 +Twilight,Charlie Swan,74.36743782548743 +Twilight,Charlie Swan,74.61650005437843 +Twilight,Charlie Swan,74.0224187663422 +Twilight,Charlie Swan,73.9016794322845 +Twilight,Charlie Swan,73.1759846429217 +Twilight,Charlie Swan,75.6283097217508 +Twilight,Charlie Swan,73.79494501230575 +Twilight,Charlie Swan,73.47950700511619 +Twilight,Charlie Swan,74.35045570219198 +Twilight,Charlie Swan,73.32320088300668 +Twilight,Harry Clearwater,69.52041515643666 +Twilight,Harry Clearwater,71.57445041597957 +Twilight,Harry Clearwater,72.88546371397004 +Twilight,Harry Clearwater,76.81699073204472 +Twilight,Harry Clearwater,70.38818115734563 +Twilight,Harry Clearwater,70.41312672398027 +Twilight,Harry Clearwater,68.84230868411832 +Twilight,Harry Clearwater,72.0515820152293 +Twilight,Harry Clearwater,70.19224707270332 +Twilight,Harry Clearwater,71.67117147672504 +Twilight,Harry Clearwater,70.16813796028573 +Twilight,Harry Clearwater,69.90849265867848 +Twilight,Harry Clearwater,68.7946392240203 +Twilight,Billy Black,72.54618269516901 +Twilight,Billy Black,73.72153587235165 +Twilight,Billy Black,78.9463494030636 +Twilight,Billy Black,73.45925347964078 +Twilight,Billy Black,73.62313963678974 +Twilight,Billy Black,72.3709157241654 +Twilight,Billy Black,74.64074709633003 +Twilight,Billy Black,73.22303633255434 +Twilight,Billy Black,74.93426515727762 +Twilight,Billy Black,74.16013504862467 +Twilight,Billy Black,73.42331824401985 +Twilight,Billy Black,75.35484219808357 +Twilight,Billy Black,80.17498530825881 +Twilight,Tyler Crowley,68.21634850326369 +Twilight,Tyler Crowley,69.44994074370531 +Twilight,Tyler Crowley,75.09973581799578 +Twilight,Tyler Crowley,72.85710798582598 +Twilight,Tyler Crowley,70.84499194333858 +Twilight,Tyler Crowley,67.79138065204305 +Twilight,Tyler Crowley,69.18183017411162 +Twilight,Tyler Crowley,69.58363085666387 +Twilight,Tyler Crowley,72.11158416739491 +Twilight,Tyler Crowley,69.06032227192367 +Twilight,Tyler Crowley,70.53860042372557 +Twilight,Tyler Crowley,68.72548068216219 +Twilight,Tyler Crowley,72.69856425694505 +Twilight,Lauren Mallory,66.16970416392854 +Twilight,Lauren Mallory,66.09419978018816 +Twilight,Lauren Mallory,66.28383334008544 +Twilight,Lauren Mallory,66.7488572684207 +Twilight,Lauren Mallory,66.36348408447752 +Twilight,Lauren Mallory,69.25653555450067 +Twilight,Lauren Mallory,70.28069952425056 +Twilight,Lauren Mallory,67.30065879384209 +Twilight,Lauren Mallory,67.2580421804268 +Twilight,Lauren Mallory,68.50261150559317 +Twilight,Lauren Mallory,66.43993475517864 +Twilight,Lauren Mallory,66.43972609526456 +Twilight,Lauren Mallory,66.35599246209526 +Twilight,Mike Newton,71.27406515078918 +Twilight,Mike Newton,70.01361434280152 +Twilight,Mike Newton,71.73695064586728 +Twilight,Mike Newton,70.73789809233934 +Twilight,Mike Newton,70.0805560052747 +Twilight,Mike Newton,69.68804683574187 +Twilight,Mike Newton,70.44029824585353 +Twilight,Mike Newton,73.84813163782205 +Twilight,Mike Newton,69.99302380480205 +Twilight,Mike Newton,74.0033463308259 +Twilight,Mike Newton,71.95010014046149 +Twilight,Mike Newton,72.93665901659978 +Twilight,Mike Newton,70.76713630677001 +Twilight,Jessica Stanley,68.23520901949394 +Twilight,Jessica Stanley,68.44569524965792 +Twilight,Jessica Stanley,69.00753223231253 +Twilight,Jessica Stanley,70.52217486837374 +Twilight,Jessica Stanley,69.48167978480623 +Twilight,Jessica Stanley,70.01826181781287 +Twilight,Jessica Stanley,68.89251614209387 +Twilight,Jessica Stanley,68.77014985435056 +Twilight,Jessica Stanley,68.78697685872827 +Twilight,Jessica Stanley,68.70391625008358 +Twilight,Jessica Stanley,68.50256241680165 +Twilight,Jessica Stanley,68.28076464162895 +Twilight,Jessica Stanley,68.41986209409963 +Twilight,Angela Weber,69.06053592944014 +Twilight,Angela Weber,68.893391192233 +Twilight,Angela Weber,68.3743351681879 +Twilight,Angela Weber,68.02314875042839 +Twilight,Angela Weber,67.92235086504735 +Twilight,Angela Weber,68.61154635057042 +Twilight,Angela Weber,68.43522950039564 +Twilight,Angela Weber,69.85873000685817 +Twilight,Angela Weber,69.73580149608887 +Twilight,Angela Weber,69.24821260729061 +Twilight,Angela Weber,69.13400017332393 +Twilight,Angela Weber,68.04945753286108 +Twilight,Angela Weber,68.59857795225 +Twilight,Eric Yorkie,65.98098402022053 +Twilight,Eric Yorkie,65.31643059197152 +Twilight,Eric Yorkie,65.71328081336483 +Twilight,Eric Yorkie,65.39814288397167 +Twilight,Eric Yorkie,65.29926443313025 +Twilight,Eric Yorkie,65.20224643065754 +Twilight,Eric Yorkie,67.08556695160848 +Twilight,Eric Yorkie,69.5230117994753 +Twilight,Eric Yorkie,69.60033634974901 +Twilight,Eric Yorkie,64.91808056174814 +Twilight,Eric Yorkie,65.48808298302674 +Twilight,Eric Yorkie,64.97370093017527 +Twilight,Eric Yorkie,65.40380920742577 +Twilight,Emily Young,67.67611219947243 +Twilight,Emily Young,69.86596325798354 +Twilight,Emily Young,67.03984752646217 +Twilight,Emily Young,67.8384513735255 +Twilight,Emily Young,67.44442339691425 +Twilight,Emily Young,67.38629268688126 +Twilight,Emily Young,68.61936911840455 +Twilight,Emily Young,67.59371202481367 +Twilight,Emily Young,72.52699124712106 +Twilight,Emily Young,67.34638876747894 +Twilight,Emily Young,67.61759930730189 +Twilight,Emily Young,67.8744155737746 +Twilight,Emily Young,67.79157804169886 +Twilight,Sue Clearwater,70.27688510577069 +Twilight,Sue Clearwater,68.21901408668474 +Twilight,Sue Clearwater,72.83226151610944 +Twilight,Sue Clearwater,69.5728156124595 +Twilight,Sue Clearwater,70.6969835973828 +Twilight,Sue Clearwater,67.58067592137297 +Twilight,Sue Clearwater,71.79256056742027 +Twilight,Sue Clearwater,67.98484096458319 +Twilight,Sue Clearwater,68.98491879683182 +Twilight,Sue Clearwater,70.0722169338642 +Twilight,Sue Clearwater,69.92681053401778 +Twilight,Sue Clearwater,72.10361150624189 +Twilight,Sue Clearwater,67.66498806460214 +Twilight,Quil Ateara III,72.33969714748169 +Twilight,Quil Ateara III,72.35190718156493 +Twilight,Quil Ateara III,72.16099763715994 +Twilight,Quil Ateara III,73.4050838557511 +Twilight,Quil Ateara III,74.43138445007489 +Twilight,Quil Ateara III,71.68142388918271 +Twilight,Quil Ateara III,72.17853622114355 +Twilight,Quil Ateara III,72.53503672375071 +Twilight,Quil Ateara III,74.23200000884262 +Twilight,Quil Ateara III,74.3778965208432 +Twilight,Quil Ateara III,72.36838623021993 +Twilight,Quil Ateara III,73.35452721363876 +Twilight,Quil Ateara III,73.1741106944522 +Twilight,Rachel Black,68.7699352844109 +Twilight,Rachel Black,68.1730952161751 +Twilight,Rachel Black,66.85475836804375 +Twilight,Rachel Black,68.78488619067038 +Twilight,Rachel Black,66.89074521800501 +Twilight,Rachel Black,67.17641619540868 +Twilight,Rachel Black,66.75399599635318 +Twilight,Rachel Black,66.77302346052159 +Twilight,Rachel Black,67.28509773869992 +Twilight,Rachel Black,67.26999108869565 +Twilight,Rachel Black,67.3898996553564 +Twilight,Rachel Black,67.21758129721816 +Twilight,Rachel Black,67.60700000549383 +Twilight,Rebecca Black,68.37411936932409 +Twilight,Rebecca Black,68.10781203550435 +Twilight,Rebecca Black,67.4233161503905 +Twilight,Rebecca Black,68.95754560775448 +Twilight,Rebecca Black,66.78684976238519 +Twilight,Rebecca Black,66.42765916621481 +Twilight,Rebecca Black,66.45734456369547 +Twilight,Rebecca Black,66.12706014672376 +Twilight,Rebecca Black,66.34452954099858 +Twilight,Rebecca Black,67.83588751094254 +Twilight,Rebecca Black,66.69498347826766 +Twilight,Rebecca Black,67.37716053814214 +Twilight,Rebecca Black,66.33671939283983 +Twilight,J. Jenks,68.42343054110601 +Twilight,J. Jenks,67.53965822231811 +Twilight,J. Jenks,70.29129334089515 +Twilight,J. Jenks,70.5712879254003 +Twilight,J. Jenks,70.12803998813683 +Twilight,J. Jenks,73.00519664376301 +Twilight,J. Jenks,71.53822122372652 +Twilight,J. Jenks,69.88044568990178 +Twilight,J. Jenks,70.025576785335 +Twilight,J. Jenks,68.00232110442981 +Twilight,J. Jenks,69.89702223675344 +Twilight,J. Jenks,68.85524516077336 +Twilight,J. Jenks,68.10707091782335 +The Hitchhiker's Guide to the Galaxy,Zaphod Beeblebrox,81.19185434633118 +The Hitchhiker's Guide to the Galaxy,Zaphod Beeblebrox,81.73746729834461 +The Hitchhiker's Guide to the Galaxy,Zaphod Beeblebrox,77.63983825655333 +The Hitchhiker's Guide to the Galaxy,Zaphod Beeblebrox,77.61752196107699 +The Hitchhiker's Guide to the Galaxy,Zaphod Beeblebrox,76.33957138766092 +The Hitchhiker's Guide to the Galaxy,Zaphod Beeblebrox,77.11925444315325 +The Hitchhiker's Guide to the Galaxy,Zaphod Beeblebrox,79.74658573514584 +The Hitchhiker's Guide to the Galaxy,Zaphod Beeblebrox,76.92877193644006 +The Hitchhiker's Guide to the Galaxy,Zaphod Beeblebrox,77.51979969254806 +The Hitchhiker's Guide to the Galaxy,Zaphod Beeblebrox,77.13980442345446 +The Hitchhiker's Guide to the Galaxy,Zaphod Beeblebrox,78.23459605551515 +The Hitchhiker's Guide to the Galaxy,Zaphod Beeblebrox,77.42659226364997 +The Hitchhiker's Guide to the Galaxy,Zaphod Beeblebrox,77.56881251129619 +The Hitchhiker's Guide to the Galaxy,Arthur Dent,77.76507645155026 +The Hitchhiker's Guide to the Galaxy,Arthur Dent,78.15417542123741 +The Hitchhiker's Guide to the Galaxy,Arthur Dent,76.59141322688605 +The Hitchhiker's Guide to the Galaxy,Arthur Dent,74.41003235804516 +The Hitchhiker's Guide to the Galaxy,Arthur Dent,77.20298263718132 +The Hitchhiker's Guide to the Galaxy,Arthur Dent,74.72258270863009 +The Hitchhiker's Guide to the Galaxy,Arthur Dent,75.11853789703332 +The Hitchhiker's Guide to the Galaxy,Arthur Dent,75.12296993065453 +The Hitchhiker's Guide to the Galaxy,Arthur Dent,74.55496625677924 +The Hitchhiker's Guide to the Galaxy,Arthur Dent,76.26224668639173 +The Hitchhiker's Guide to the Galaxy,Arthur Dent,75.28072267853508 +The Hitchhiker's Guide to the Galaxy,Arthur Dent,77.82456295038682 +The Hitchhiker's Guide to the Galaxy,Arthur Dent,78.31353672161706 +The Hitchhiker's Guide to the Galaxy,Marvin,73.24382550935044 +The Hitchhiker's Guide to the Galaxy,Marvin,75.26535029675985 +The Hitchhiker's Guide to the Galaxy,Marvin,70.20317989479751 +The Hitchhiker's Guide to the Galaxy,Marvin,70.95217880749438 +The Hitchhiker's Guide to the Galaxy,Marvin,71.57651597734622 +The Hitchhiker's Guide to the Galaxy,Marvin,70.86551115693005 +The Hitchhiker's Guide to the Galaxy,Marvin,70.0509512348861 +The Hitchhiker's Guide to the Galaxy,Marvin,72.03870384176034 +The Hitchhiker's Guide to the Galaxy,Marvin,70.41695618717253 +The Hitchhiker's Guide to the Galaxy,Marvin,72.88927029556518 +The Hitchhiker's Guide to the Galaxy,Marvin,70.85282348506074 +The Hitchhiker's Guide to the Galaxy,Marvin,73.23865800697176 +The Hitchhiker's Guide to the Galaxy,Marvin,74.78433408391875 +The Hitchhiker's Guide to the Galaxy,Trillian,70.55134569142714 +The Hitchhiker's Guide to the Galaxy,Trillian,79.8187739136765 +The Hitchhiker's Guide to the Galaxy,Trillian,71.00251581855312 +The Hitchhiker's Guide to the Galaxy,Trillian,74.63400969901008 +The Hitchhiker's Guide to the Galaxy,Trillian,72.6561470810066 +The Hitchhiker's Guide to the Galaxy,Trillian,70.4814989298747 +The Hitchhiker's Guide to the Galaxy,Trillian,72.30608202169134 +The Hitchhiker's Guide to the Galaxy,Trillian,70.44955480269027 +The Hitchhiker's Guide to the Galaxy,Trillian,75.1571826790521 +The Hitchhiker's Guide to the Galaxy,Trillian,71.58926029044173 +The Hitchhiker's Guide to the Galaxy,Trillian,71.87719561073645 +The Hitchhiker's Guide to the Galaxy,Trillian,71.41603714002832 +The Hitchhiker's Guide to the Galaxy,Trillian,70.5118343794494 +The Hitchhiker's Guide to the Galaxy,Ford Prefect,81.59562634507044 +The Hitchhiker's Guide to the Galaxy,Ford Prefect,81.09999903597813 +The Hitchhiker's Guide to the Galaxy,Ford Prefect,76.6532218588707 +The Hitchhiker's Guide to the Galaxy,Ford Prefect,78.39628355176414 +The Hitchhiker's Guide to the Galaxy,Ford Prefect,76.88669541210463 +The Hitchhiker's Guide to the Galaxy,Ford Prefect,80.7788108015055 +The Hitchhiker's Guide to the Galaxy,Ford Prefect,79.83552989249031 +The Hitchhiker's Guide to the Galaxy,Ford Prefect,76.8998580337067 +The Hitchhiker's Guide to the Galaxy,Ford Prefect,76.8990686613582 +The Hitchhiker's Guide to the Galaxy,Ford Prefect,77.81992541922656 +The Hitchhiker's Guide to the Galaxy,Ford Prefect,76.7398496656375 +The Hitchhiker's Guide to the Galaxy,Ford Prefect,78.3629856443751 +The Hitchhiker's Guide to the Galaxy,Ford Prefect,78.90241304573173 +The Hitchhiker's Guide to the Galaxy,Fenchurch,65.76053694178738 +The Hitchhiker's Guide to the Galaxy,Fenchurch,66.37212669731744 +The Hitchhiker's Guide to the Galaxy,Fenchurch,65.87370181515065 +The Hitchhiker's Guide to the Galaxy,Fenchurch,67.31913043009591 +The Hitchhiker's Guide to the Galaxy,Fenchurch,66.25571797524647 +The Hitchhiker's Guide to the Galaxy,Fenchurch,65.58057519565345 +The Hitchhiker's Guide to the Galaxy,Fenchurch,68.17822044112619 +The Hitchhiker's Guide to the Galaxy,Fenchurch,65.99344765928107 +The Hitchhiker's Guide to the Galaxy,Fenchurch,66.09928665161989 +The Hitchhiker's Guide to the Galaxy,Fenchurch,65.96876491482891 +The Hitchhiker's Guide to the Galaxy,Fenchurch,65.60077547880461 +The Hitchhiker's Guide to the Galaxy,Fenchurch,66.36862774427462 +The Hitchhiker's Guide to the Galaxy,Fenchurch,66.23269300118692 +The Hitchhiker's Guide to the Galaxy,Deep Thought,74.42224923621559 +The Hitchhiker's Guide to the Galaxy,Deep Thought,73.97217745992619 +The Hitchhiker's Guide to the Galaxy,Deep Thought,74.32359332484968 +The Hitchhiker's Guide to the Galaxy,Deep Thought,74.85913576262833 +The Hitchhiker's Guide to the Galaxy,Deep Thought,73.60753099686565 +The Hitchhiker's Guide to the Galaxy,Deep Thought,76.22773724858973 +The Hitchhiker's Guide to the Galaxy,Deep Thought,73.94136951146264 +The Hitchhiker's Guide to the Galaxy,Deep Thought,75.48582587896485 +The Hitchhiker's Guide to the Galaxy,Deep Thought,74.14714909038966 +The Hitchhiker's Guide to the Galaxy,Deep Thought,74.71104362056138 +The Hitchhiker's Guide to the Galaxy,Deep Thought,74.76113705756839 +The Hitchhiker's Guide to the Galaxy,Deep Thought,74.89176671733078 +The Hitchhiker's Guide to the Galaxy,Deep Thought,73.66437114885788 +The Hitchhiker's Guide to the Galaxy,Eddie the Computer,69.64047228457443 +The Hitchhiker's Guide to the Galaxy,Eddie the Computer,68.85743197691532 +The Hitchhiker's Guide to the Galaxy,Eddie the Computer,71.57655942821376 +The Hitchhiker's Guide to the Galaxy,Eddie the Computer,74.23315175833095 +The Hitchhiker's Guide to the Galaxy,Eddie the Computer,72.28820816064774 +The Hitchhiker's Guide to the Galaxy,Eddie the Computer,72.1058245546844 +The Hitchhiker's Guide to the Galaxy,Eddie the Computer,71.03918889565443 +The Hitchhiker's Guide to the Galaxy,Eddie the Computer,69.70952139223643 +The Hitchhiker's Guide to the Galaxy,Eddie the Computer,68.84103360969503 +The Hitchhiker's Guide to the Galaxy,Eddie the Computer,69.570021588552 +The Hitchhiker's Guide to the Galaxy,Eddie the Computer,68.82730669818054 +The Hitchhiker's Guide to the Galaxy,Eddie the Computer,69.91377261093464 +The Hitchhiker's Guide to the Galaxy,Eddie the Computer,69.72688041283024 +The Hitchhiker's Guide to the Galaxy,Agrajag,68.57046777315927 +The Hitchhiker's Guide to the Galaxy,Agrajag,69.31759476057637 +The Hitchhiker's Guide to the Galaxy,Agrajag,68.42811159341814 +The Hitchhiker's Guide to the Galaxy,Agrajag,69.27780325723506 +The Hitchhiker's Guide to the Galaxy,Agrajag,68.90051497473799 +The Hitchhiker's Guide to the Galaxy,Agrajag,71.17188418240512 +The Hitchhiker's Guide to the Galaxy,Agrajag,68.73096683858739 +The Hitchhiker's Guide to the Galaxy,Agrajag,69.05664500127212 +The Hitchhiker's Guide to the Galaxy,Agrajag,70.49778992762764 +The Hitchhiker's Guide to the Galaxy,Agrajag,68.39339535083144 +The Hitchhiker's Guide to the Galaxy,Agrajag,68.34584158006989 +The Hitchhiker's Guide to the Galaxy,Agrajag,68.77746266569588 +The Hitchhiker's Guide to the Galaxy,Agrajag,68.7196703267358 +The Hitchhiker's Guide to the Galaxy,Alice Beeblebrox,71.5683659658616 +The Hitchhiker's Guide to the Galaxy,Alice Beeblebrox,70.92436326234572 +The Hitchhiker's Guide to the Galaxy,Alice Beeblebrox,70.60424146601079 +The Hitchhiker's Guide to the Galaxy,Alice Beeblebrox,71.28854302087906 +The Hitchhiker's Guide to the Galaxy,Alice Beeblebrox,70.46538850989555 +The Hitchhiker's Guide to the Galaxy,Alice Beeblebrox,69.86041913539516 +The Hitchhiker's Guide to the Galaxy,Alice Beeblebrox,70.21252191206116 +The Hitchhiker's Guide to the Galaxy,Alice Beeblebrox,71.4803471471835 +The Hitchhiker's Guide to the Galaxy,Alice Beeblebrox,71.77301220036892 +The Hitchhiker's Guide to the Galaxy,Alice Beeblebrox,70.76212998956451 +The Hitchhiker's Guide to the Galaxy,Alice Beeblebrox,71.47605038187353 +The Hitchhiker's Guide to the Galaxy,Alice Beeblebrox,70.41734300283747 +The Hitchhiker's Guide to the Galaxy,Alice Beeblebrox,70.11555641801289 +The Hitchhiker's Guide to the Galaxy,Allitnils,64.00783785124644 +The Hitchhiker's Guide to the Galaxy,Allitnils,65.38773287897686 +The Hitchhiker's Guide to the Galaxy,Allitnils,64.20055250974787 +The Hitchhiker's Guide to the Galaxy,Allitnils,63.44972140904748 +The Hitchhiker's Guide to the Galaxy,Allitnils,64.51909320734227 +The Hitchhiker's Guide to the Galaxy,Allitnils,65.31935716865125 +The Hitchhiker's Guide to the Galaxy,Allitnils,63.63039352016251 +The Hitchhiker's Guide to the Galaxy,Allitnils,63.465229293737316 +The Hitchhiker's Guide to the Galaxy,Allitnils,63.52809139184884 +The Hitchhiker's Guide to the Galaxy,Allitnils,64.59258201832503 +The Hitchhiker's Guide to the Galaxy,Allitnils,63.479218677404724 +The Hitchhiker's Guide to the Galaxy,Allitnils,65.88663116438968 +The Hitchhiker's Guide to the Galaxy,Allitnils,63.93600913223088 +The Hitchhiker's Guide to the Galaxy,Almighty Bob,65.31243026473463 +The Hitchhiker's Guide to the Galaxy,Almighty Bob,66.48471268418369 +The Hitchhiker's Guide to the Galaxy,Almighty Bob,64.47938490912986 +The Hitchhiker's Guide to the Galaxy,Almighty Bob,65.06573651592137 +The Hitchhiker's Guide to the Galaxy,Almighty Bob,64.25136502467159 +The Hitchhiker's Guide to the Galaxy,Almighty Bob,64.40405874782354 +The Hitchhiker's Guide to the Galaxy,Almighty Bob,65.74925256455198 +The Hitchhiker's Guide to the Galaxy,Almighty Bob,64.53886703564461 +The Hitchhiker's Guide to the Galaxy,Almighty Bob,64.86585099035189 +The Hitchhiker's Guide to the Galaxy,Almighty Bob,65.30530635021064 +The Hitchhiker's Guide to the Galaxy,Almighty Bob,64.82275041901295 +The Hitchhiker's Guide to the Galaxy,Almighty Bob,64.73951669844902 +The Hitchhiker's Guide to the Galaxy,Almighty Bob,65.36895827751012 +The Hitchhiker's Guide to the Galaxy,Barman,65.65817008964584 +The Hitchhiker's Guide to the Galaxy,Barman,66.17870871955644 +The Hitchhiker's Guide to the Galaxy,Barman,66.14976034208372 +The Hitchhiker's Guide to the Galaxy,Barman,65.50518251684085 +The Hitchhiker's Guide to the Galaxy,Barman,66.47494101680597 +The Hitchhiker's Guide to the Galaxy,Barman,68.78949708193825 +The Hitchhiker's Guide to the Galaxy,Barman,68.77955279208759 +The Hitchhiker's Guide to the Galaxy,Barman,66.92735827039029 +The Hitchhiker's Guide to the Galaxy,Barman,67.62885122240648 +The Hitchhiker's Guide to the Galaxy,Barman,66.39768175712206 +The Hitchhiker's Guide to the Galaxy,Barman,69.62548110532398 +The Hitchhiker's Guide to the Galaxy,Barman,65.19833805354598 +The Hitchhiker's Guide to the Galaxy,Barman,65.59050537803238 +The Hitchhiker's Guide to the Galaxy,Caveman,62.671853855488514 +The Hitchhiker's Guide to the Galaxy,Caveman,66.425597896013 +The Hitchhiker's Guide to the Galaxy,Caveman,61.61210316268508 +The Hitchhiker's Guide to the Galaxy,Caveman,62.33855327157462 +The Hitchhiker's Guide to the Galaxy,Caveman,61.843754098518076 +The Hitchhiker's Guide to the Galaxy,Caveman,62.81219376393993 +The Hitchhiker's Guide to the Galaxy,Caveman,62.7857571170329 +The Hitchhiker's Guide to the Galaxy,Caveman,62.91042080400347 +The Hitchhiker's Guide to the Galaxy,Caveman,62.065783534610915 +The Hitchhiker's Guide to the Galaxy,Caveman,61.96026805840975 +The Hitchhiker's Guide to the Galaxy,Caveman,61.59282470861176 +The Hitchhiker's Guide to the Galaxy,Caveman,62.72849081872973 +The Hitchhiker's Guide to the Galaxy,Caveman,62.694313265770916 +The Hitchhiker's Guide to the Galaxy,Colin the Security Robot,66.0171430944127 +The Hitchhiker's Guide to the Galaxy,Colin the Security Robot,66.44019376609155 +The Hitchhiker's Guide to the Galaxy,Colin the Security Robot,69.00474189228181 +The Hitchhiker's Guide to the Galaxy,Colin the Security Robot,66.78368033067102 +The Hitchhiker's Guide to the Galaxy,Colin the Security Robot,69.74605854739255 +The Hitchhiker's Guide to the Galaxy,Colin the Security Robot,67.53071030548121 +The Hitchhiker's Guide to the Galaxy,Colin the Security Robot,68.78197317515438 +The Hitchhiker's Guide to the Galaxy,Colin the Security Robot,65.9812392687263 +The Hitchhiker's Guide to the Galaxy,Colin the Security Robot,66.02909153168598 +The Hitchhiker's Guide to the Galaxy,Colin the Security Robot,68.13718120328808 +The Hitchhiker's Guide to the Galaxy,Colin the Security Robot,67.03631479869821 +The Hitchhiker's Guide to the Galaxy,Colin the Security Robot,67.53517421808924 +The Hitchhiker's Guide to the Galaxy,Colin the Security Robot,66.93540561118469 +The Hitchhiker's Guide to the Galaxy,Constant Mown,65.65215801969703 +The Hitchhiker's Guide to the Galaxy,Constant Mown,69.1917834078992 +The Hitchhiker's Guide to the Galaxy,Constant Mown,65.73866249176758 +The Hitchhiker's Guide to the Galaxy,Constant Mown,66.87346295847996 +The Hitchhiker's Guide to the Galaxy,Constant Mown,65.53642752814082 +The Hitchhiker's Guide to the Galaxy,Constant Mown,66.22169842873613 +The Hitchhiker's Guide to the Galaxy,Constant Mown,65.8169783400042 +The Hitchhiker's Guide to the Galaxy,Constant Mown,67.00228473313355 +The Hitchhiker's Guide to the Galaxy,Constant Mown,67.1694180257197 +The Hitchhiker's Guide to the Galaxy,Constant Mown,65.64489657681075 +The Hitchhiker's Guide to the Galaxy,Constant Mown,66.1936778503439 +The Hitchhiker's Guide to the Galaxy,Constant Mown,66.6362067054384 +The Hitchhiker's Guide to the Galaxy,Constant Mown,65.92481379527622 +The Hitchhiker's Guide to the Galaxy,Dan Streetmentioner,64.86379237229474 +The Hitchhiker's Guide to the Galaxy,Dan Streetmentioner,68.11945324618821 +The Hitchhiker's Guide to the Galaxy,Dan Streetmentioner,64.86787664453561 +The Hitchhiker's Guide to the Galaxy,Dan Streetmentioner,66.70701808787055 +The Hitchhiker's Guide to the Galaxy,Dan Streetmentioner,64.9619689727793 +The Hitchhiker's Guide to the Galaxy,Dan Streetmentioner,65.56372693946314 +The Hitchhiker's Guide to the Galaxy,Dan Streetmentioner,64.84997822677862 +The Hitchhiker's Guide to the Galaxy,Dan Streetmentioner,66.16546550926576 +The Hitchhiker's Guide to the Galaxy,Dan Streetmentioner,66.20955125693105 +The Hitchhiker's Guide to the Galaxy,Dan Streetmentioner,65.24912703548199 +The Hitchhiker's Guide to the Galaxy,Dan Streetmentioner,65.54457659066621 +The Hitchhiker's Guide to the Galaxy,Dan Streetmentioner,66.51677524552865 +The Hitchhiker's Guide to the Galaxy,Dan Streetmentioner,64.92357125454788 +The Hitchhiker's Guide to the Galaxy,Ameglian Major Cow,65.91020470860465 +The Hitchhiker's Guide to the Galaxy,Ameglian Major Cow,66.48095192080524 +The Hitchhiker's Guide to the Galaxy,Ameglian Major Cow,68.48252125744942 +The Hitchhiker's Guide to the Galaxy,Ameglian Major Cow,66.05245987276427 +The Hitchhiker's Guide to the Galaxy,Ameglian Major Cow,66.57568428099849 +The Hitchhiker's Guide to the Galaxy,Ameglian Major Cow,66.28081056375156 +The Hitchhiker's Guide to the Galaxy,Ameglian Major Cow,66.47055781404248 +The Hitchhiker's Guide to the Galaxy,Ameglian Major Cow,66.39031374784761 +The Hitchhiker's Guide to the Galaxy,Ameglian Major Cow,65.74974622841893 +The Hitchhiker's Guide to the Galaxy,Ameglian Major Cow,66.64237009116785 +The Hitchhiker's Guide to the Galaxy,Ameglian Major Cow,68.0750967783663 +The Hitchhiker's Guide to the Galaxy,Ameglian Major Cow,66.32725932554636 +The Hitchhiker's Guide to the Galaxy,Ameglian Major Cow,65.7209865399656 +The Hitchhiker's Guide to the Galaxy,Eccentrica Gallumbits,66.87178952785139 +The Hitchhiker's Guide to the Galaxy,Eccentrica Gallumbits,65.71063678482275 +The Hitchhiker's Guide to the Galaxy,Eccentrica Gallumbits,65.41581523822617 +The Hitchhiker's Guide to the Galaxy,Eccentrica Gallumbits,65.39821614723296 +The Hitchhiker's Guide to the Galaxy,Eccentrica Gallumbits,65.332197269409 +The Hitchhiker's Guide to the Galaxy,Eccentrica Gallumbits,65.62922052113102 +The Hitchhiker's Guide to the Galaxy,Eccentrica Gallumbits,65.634786906189 +The Hitchhiker's Guide to the Galaxy,Eccentrica Gallumbits,65.3699368558644 +The Hitchhiker's Guide to the Galaxy,Eccentrica Gallumbits,66.36945688843224 +The Hitchhiker's Guide to the Galaxy,Eccentrica Gallumbits,66.8188534352082 +The Hitchhiker's Guide to the Galaxy,Eccentrica Gallumbits,65.71813408667406 +The Hitchhiker's Guide to the Galaxy,Eccentrica Gallumbits,66.65557022599124 +The Hitchhiker's Guide to the Galaxy,Eccentrica Gallumbits,67.9070505006655 +The Hitchhiker's Guide to the Galaxy,Effrafax of Wug,70.86351607707117 +The Hitchhiker's Guide to the Galaxy,Effrafax of Wug,68.59499321460903 +The Hitchhiker's Guide to the Galaxy,Effrafax of Wug,68.237814495498 +The Hitchhiker's Guide to the Galaxy,Effrafax of Wug,68.0991070673279 +The Hitchhiker's Guide to the Galaxy,Effrafax of Wug,68.15569154007042 +The Hitchhiker's Guide to the Galaxy,Effrafax of Wug,68.93269716005717 +The Hitchhiker's Guide to the Galaxy,Effrafax of Wug,69.02971234389248 +The Hitchhiker's Guide to the Galaxy,Effrafax of Wug,68.28677562173188 +The Hitchhiker's Guide to the Galaxy,Effrafax of Wug,69.70504829259463 +The Hitchhiker's Guide to the Galaxy,Effrafax of Wug,68.19973040138952 +The Hitchhiker's Guide to the Galaxy,Effrafax of Wug,68.16198996073406 +The Hitchhiker's Guide to the Galaxy,Effrafax of Wug,70.2205525792929 +The Hitchhiker's Guide to the Galaxy,Effrafax of Wug,69.51902758355283 +The Hitchhiker's Guide to the Galaxy,Elvis Presley,61.19895139106707 +The Hitchhiker's Guide to the Galaxy,Elvis Presley,60.44625378043331 +The Hitchhiker's Guide to the Galaxy,Elvis Presley,60.154147611172945 +The Hitchhiker's Guide to the Galaxy,Elvis Presley,59.429507399595316 +The Hitchhiker's Guide to the Galaxy,Elvis Presley,63.646516348277885 +The Hitchhiker's Guide to the Galaxy,Elvis Presley,62.47553062445144 +The Hitchhiker's Guide to the Galaxy,Elvis Presley,62.30294530565742 +The Hitchhiker's Guide to the Galaxy,Elvis Presley,60.05983185277074 +The Hitchhiker's Guide to the Galaxy,Elvis Presley,60.490573936878945 +The Hitchhiker's Guide to the Galaxy,Elvis Presley,60.19078997887836 +The Hitchhiker's Guide to the Galaxy,Elvis Presley,59.48954133572436 +The Hitchhiker's Guide to the Galaxy,Elvis Presley,60.041931778252774 +The Hitchhiker's Guide to the Galaxy,Elvis Presley,60.81158858430633 +The Hitchhiker's Guide to the Galaxy,Emperor of the Galaxy,69.90292786713988 +The Hitchhiker's Guide to the Galaxy,Emperor of the Galaxy,67.74618406333221 +The Hitchhiker's Guide to the Galaxy,Emperor of the Galaxy,70.5186209330687 +The Hitchhiker's Guide to the Galaxy,Emperor of the Galaxy,67.92464117109037 +The Hitchhiker's Guide to the Galaxy,Emperor of the Galaxy,67.37656825630214 +The Hitchhiker's Guide to the Galaxy,Emperor of the Galaxy,68.3067771696746 +The Hitchhiker's Guide to the Galaxy,Emperor of the Galaxy,69.947096100821 +The Hitchhiker's Guide to the Galaxy,Emperor of the Galaxy,71.67747414332534 +The Hitchhiker's Guide to the Galaxy,Emperor of the Galaxy,68.43303992927842 +The Hitchhiker's Guide to the Galaxy,Emperor of the Galaxy,67.38484403878006 +The Hitchhiker's Guide to the Galaxy,Emperor of the Galaxy,67.7253862329547 +The Hitchhiker's Guide to the Galaxy,Emperor of the Galaxy,71.14470500193067 +The Hitchhiker's Guide to the Galaxy,Emperor of the Galaxy,68.66774161067521 +The Hitchhiker's Guide to the Galaxy,Enid Kapelsen,65.17099938852076 +The Hitchhiker's Guide to the Galaxy,Enid Kapelsen,66.4235254276557 +The Hitchhiker's Guide to the Galaxy,Enid Kapelsen,63.6876365760316 +The Hitchhiker's Guide to the Galaxy,Enid Kapelsen,64.53626889451307 +The Hitchhiker's Guide to the Galaxy,Enid Kapelsen,63.92430664786377 +The Hitchhiker's Guide to the Galaxy,Enid Kapelsen,63.57000894173663 +The Hitchhiker's Guide to the Galaxy,Enid Kapelsen,63.88794224495785 +The Hitchhiker's Guide to the Galaxy,Enid Kapelsen,63.503800206598825 +The Hitchhiker's Guide to the Galaxy,Enid Kapelsen,63.72531101741641 +The Hitchhiker's Guide to the Galaxy,Enid Kapelsen,63.629515870541034 +The Hitchhiker's Guide to the Galaxy,Enid Kapelsen,63.14769008321004 +The Hitchhiker's Guide to the Galaxy,Enid Kapelsen,63.15121222500535 +The Hitchhiker's Guide to the Galaxy,Enid Kapelsen,64.36592978593048 +The Hitchhiker's Guide to the Galaxy,Frankie and Benjy,61.80126139886944 +The Hitchhiker's Guide to the Galaxy,Frankie and Benjy,62.84659643381813 +The Hitchhiker's Guide to the Galaxy,Frankie and Benjy,62.067781593460026 +The Hitchhiker's Guide to the Galaxy,Frankie and Benjy,62.37319522822601 +The Hitchhiker's Guide to the Galaxy,Frankie and Benjy,61.95351611691448 +The Hitchhiker's Guide to the Galaxy,Frankie and Benjy,62.24634623823406 +The Hitchhiker's Guide to the Galaxy,Frankie and Benjy,62.24844209280591 +The Hitchhiker's Guide to the Galaxy,Frankie and Benjy,64.20172463775346 +The Hitchhiker's Guide to the Galaxy,Frankie and Benjy,60.707100102520315 +The Hitchhiker's Guide to the Galaxy,Frankie and Benjy,62.05588229183102 +The Hitchhiker's Guide to the Galaxy,Frankie and Benjy,61.63568557927971 +The Hitchhiker's Guide to the Galaxy,Frankie and Benjy,61.47462256984251 +The Hitchhiker's Guide to the Galaxy,Frankie and Benjy,63.06279329860248 +The Hitchhiker's Guide to the Galaxy,Gag Halfrunt,67.9754448677786 +The Hitchhiker's Guide to the Galaxy,Gag Halfrunt,66.6895765253928 +The Hitchhiker's Guide to the Galaxy,Gag Halfrunt,67.32914835000375 +The Hitchhiker's Guide to the Galaxy,Gag Halfrunt,66.959338586386 +The Hitchhiker's Guide to the Galaxy,Gag Halfrunt,66.92506415277423 +The Hitchhiker's Guide to the Galaxy,Gag Halfrunt,67.51904907141758 +The Hitchhiker's Guide to the Galaxy,Gag Halfrunt,66.86138481285002 +The Hitchhiker's Guide to the Galaxy,Gag Halfrunt,67.60872502955064 +The Hitchhiker's Guide to the Galaxy,Gag Halfrunt,67.49256279145175 +The Hitchhiker's Guide to the Galaxy,Gag Halfrunt,66.69973596193712 +The Hitchhiker's Guide to the Galaxy,Gag Halfrunt,66.85237537202701 +The Hitchhiker's Guide to the Galaxy,Gag Halfrunt,69.84129658919184 +The Hitchhiker's Guide to the Galaxy,Gag Halfrunt,67.1403259977837 +The Hitchhiker's Guide to the Galaxy,Gail Andrews,61.04479296109977 +The Hitchhiker's Guide to the Galaxy,Gail Andrews,62.2755415285008 +The Hitchhiker's Guide to the Galaxy,Gail Andrews,60.76765854297466 +The Hitchhiker's Guide to the Galaxy,Gail Andrews,62.766435566638975 +The Hitchhiker's Guide to the Galaxy,Gail Andrews,61.66234417900437 +The Hitchhiker's Guide to the Galaxy,Gail Andrews,60.94250425707428 +The Hitchhiker's Guide to the Galaxy,Gail Andrews,62.85420276246365 +The Hitchhiker's Guide to the Galaxy,Gail Andrews,62.991780325049426 +The Hitchhiker's Guide to the Galaxy,Gail Andrews,61.24830770814684 +The Hitchhiker's Guide to the Galaxy,Gail Andrews,61.055793476633234 +The Hitchhiker's Guide to the Galaxy,Gail Andrews,60.68915022483594 +The Hitchhiker's Guide to the Galaxy,Gail Andrews,61.016259387191596 +The Hitchhiker's Guide to the Galaxy,Gail Andrews,61.18211055092967 +The Hitchhiker's Guide to the Galaxy,Pizpot Gargravarr,68.34272619162999 +The Hitchhiker's Guide to the Galaxy,Pizpot Gargravarr,66.99678935963452 +The Hitchhiker's Guide to the Galaxy,Pizpot Gargravarr,67.16871220279616 +The Hitchhiker's Guide to the Galaxy,Pizpot Gargravarr,68.89203854706179 +The Hitchhiker's Guide to the Galaxy,Pizpot Gargravarr,68.24701478189299 +The Hitchhiker's Guide to the Galaxy,Pizpot Gargravarr,67.23894729866602 +The Hitchhiker's Guide to the Galaxy,Pizpot Gargravarr,66.93424299250226 +The Hitchhiker's Guide to the Galaxy,Pizpot Gargravarr,68.5788094747719 +The Hitchhiker's Guide to the Galaxy,Pizpot Gargravarr,66.99473645852333 +The Hitchhiker's Guide to the Galaxy,Pizpot Gargravarr,67.80789445326776 +The Hitchhiker's Guide to the Galaxy,Pizpot Gargravarr,68.72889468898539 +The Hitchhiker's Guide to the Galaxy,Pizpot Gargravarr,66.48461562208702 +The Hitchhiker's Guide to the Galaxy,Pizpot Gargravarr,66.45958563980805 +The Hitchhiker's Guide to the Galaxy,Garkbit,68.06278412924905 +The Hitchhiker's Guide to the Galaxy,Garkbit,66.78324414840033 +The Hitchhiker's Guide to the Galaxy,Garkbit,66.94403799423834 +The Hitchhiker's Guide to the Galaxy,Garkbit,66.17181488677332 +The Hitchhiker's Guide to the Galaxy,Garkbit,67.15118177659194 +The Hitchhiker's Guide to the Galaxy,Garkbit,66.03868386605713 +The Hitchhiker's Guide to the Galaxy,Garkbit,66.47274363526432 +The Hitchhiker's Guide to the Galaxy,Garkbit,66.60210646535532 +The Hitchhiker's Guide to the Galaxy,Garkbit,67.06909407531386 +The Hitchhiker's Guide to the Galaxy,Garkbit,66.81812628811716 +The Hitchhiker's Guide to the Galaxy,Garkbit,66.40891876011901 +The Hitchhiker's Guide to the Galaxy,Garkbit,66.32081498355605 +The Hitchhiker's Guide to the Galaxy,Garkbit,68.36671837317196 +The Hitchhiker's Guide to the Galaxy,Genghis Khan,67.88604332942117 +The Hitchhiker's Guide to the Galaxy,Genghis Khan,56.9598628758294 +The Hitchhiker's Guide to the Galaxy,Genghis Khan,57.93465379274822 +The Hitchhiker's Guide to the Galaxy,Genghis Khan,56.84993287486091 +The Hitchhiker's Guide to the Galaxy,Genghis Khan,56.84543811143965 +The Hitchhiker's Guide to the Galaxy,Genghis Khan,57.12311784382224 +The Hitchhiker's Guide to the Galaxy,Genghis Khan,57.687308327660524 +The Hitchhiker's Guide to the Galaxy,Genghis Khan,57.21923491188644 +The Hitchhiker's Guide to the Galaxy,Genghis Khan,58.38289262207298 +The Hitchhiker's Guide to the Galaxy,Genghis Khan,57.026734002499644 +The Hitchhiker's Guide to the Galaxy,Genghis Khan,59.6108456739409 +The Hitchhiker's Guide to the Galaxy,Genghis Khan,59.69384669602793 +The Hitchhiker's Guide to the Galaxy,Genghis Khan,56.94711058311476 +The Hitchhiker's Guide to the Galaxy,God,67.96637071635033 +The Hitchhiker's Guide to the Galaxy,God,66.1793100734391 +The Hitchhiker's Guide to the Galaxy,God,66.48591832303123 +The Hitchhiker's Guide to the Galaxy,God,71.28535941972103 +The Hitchhiker's Guide to the Galaxy,God,66.54829103703831 +The Hitchhiker's Guide to the Galaxy,God,66.41525935232356 +The Hitchhiker's Guide to the Galaxy,God,66.85838075557042 +The Hitchhiker's Guide to the Galaxy,God,65.68197523073249 +The Hitchhiker's Guide to the Galaxy,God,66.09220084207143 +The Hitchhiker's Guide to the Galaxy,God,66.45797814331596 +The Hitchhiker's Guide to the Galaxy,God,65.74364570022368 +The Hitchhiker's Guide to the Galaxy,God,66.15123427992711 +The Hitchhiker's Guide to the Galaxy,God,65.72771363482691 +The Hitchhiker's Guide to the Galaxy,Golgafrinchans,73.34905722633421 +The Hitchhiker's Guide to the Galaxy,Golgafrinchans,73.05420958819556 +The Hitchhiker's Guide to the Galaxy,Golgafrinchans,73.49618522222585 +The Hitchhiker's Guide to the Galaxy,Golgafrinchans,73.72684218215815 +The Hitchhiker's Guide to the Galaxy,Golgafrinchans,74.6270833008478 +The Hitchhiker's Guide to the Galaxy,Golgafrinchans,73.95943632962933 +The Hitchhiker's Guide to the Galaxy,Golgafrinchans,77.26053226256012 +The Hitchhiker's Guide to the Galaxy,Golgafrinchans,73.43277743105844 +The Hitchhiker's Guide to the Galaxy,Golgafrinchans,73.29578382169387 +The Hitchhiker's Guide to the Galaxy,Golgafrinchans,73.64495982521342 +The Hitchhiker's Guide to the Galaxy,Golgafrinchans,72.830773119752 +The Hitchhiker's Guide to the Galaxy,Golgafrinchans,75.02131497480555 +The Hitchhiker's Guide to the Galaxy,Golgafrinchans,72.89102549539224 +The Hitchhiker's Guide to the Galaxy,Agda,60.352215816471166 +The Hitchhiker's Guide to the Galaxy,Agda,62.19029431329438 +The Hitchhiker's Guide to the Galaxy,Agda,60.33673826763264 +The Hitchhiker's Guide to the Galaxy,Agda,61.80768976099629 +The Hitchhiker's Guide to the Galaxy,Agda,61.1048166448683 +The Hitchhiker's Guide to the Galaxy,Agda,62.64496858295271 +The Hitchhiker's Guide to the Galaxy,Agda,61.46708343605408 +The Hitchhiker's Guide to the Galaxy,Agda,62.47357660542722 +The Hitchhiker's Guide to the Galaxy,Agda,60.44990467149245 +The Hitchhiker's Guide to the Galaxy,Agda,60.396569779235854 +The Hitchhiker's Guide to the Galaxy,Agda,60.95080536968547 +The Hitchhiker's Guide to the Galaxy,Agda,61.02082605192392 +The Hitchhiker's Guide to the Galaxy,Agda,61.889910261096915 +The Hitchhiker's Guide to the Galaxy,Mella,63.39241836431761 +The Hitchhiker's Guide to the Galaxy,Mella,64.86918598522143 +The Hitchhiker's Guide to the Galaxy,Mella,62.36029936383621 +The Hitchhiker's Guide to the Galaxy,Mella,64.59308348235922 +The Hitchhiker's Guide to the Galaxy,Mella,62.33658764553197 +The Hitchhiker's Guide to the Galaxy,Mella,62.55438744700439 +The Hitchhiker's Guide to the Galaxy,Mella,62.09528545962309 +The Hitchhiker's Guide to the Galaxy,Mella,62.22676051378062 +The Hitchhiker's Guide to the Galaxy,Mella,62.16837447183517 +The Hitchhiker's Guide to the Galaxy,Mella,62.97840579372228 +The Hitchhiker's Guide to the Galaxy,Mella,62.42096597415697 +The Hitchhiker's Guide to the Galaxy,Mella,62.88489360334333 +The Hitchhiker's Guide to the Galaxy,Mella,62.90418751470123 +The Hitchhiker's Guide to the Galaxy,Captain,65.21454856458826 +The Hitchhiker's Guide to the Galaxy,Captain,64.77334257440297 +The Hitchhiker's Guide to the Galaxy,Captain,65.91737165984425 +The Hitchhiker's Guide to the Galaxy,Captain,66.40376034873293 +The Hitchhiker's Guide to the Galaxy,Captain,66.15668905900363 +The Hitchhiker's Guide to the Galaxy,Captain,66.88250548391348 +The Hitchhiker's Guide to the Galaxy,Captain,65.55926011360377 +The Hitchhiker's Guide to the Galaxy,Captain,65.49925009255935 +The Hitchhiker's Guide to the Galaxy,Captain,64.6345746626804 +The Hitchhiker's Guide to the Galaxy,Captain,66.14794375814371 +The Hitchhiker's Guide to the Galaxy,Captain,65.3341913674811 +The Hitchhiker's Guide to the Galaxy,Captain,66.21317153905537 +The Hitchhiker's Guide to the Galaxy,Captain,64.51381182410478 +The Hitchhiker's Guide to the Galaxy,Great Circling Poets of Arium,63.01515685563918 +The Hitchhiker's Guide to the Galaxy,Great Circling Poets of Arium,66.2366816131294 +The Hitchhiker's Guide to the Galaxy,Great Circling Poets of Arium,63.186068171342654 +The Hitchhiker's Guide to the Galaxy,Great Circling Poets of Arium,64.39540667887393 +The Hitchhiker's Guide to the Galaxy,Great Circling Poets of Arium,63.8095783873671 +The Hitchhiker's Guide to the Galaxy,Great Circling Poets of Arium,63.961508297183286 +The Hitchhiker's Guide to the Galaxy,Great Circling Poets of Arium,63.01402354795476 +The Hitchhiker's Guide to the Galaxy,Great Circling Poets of Arium,63.95186083348355 +The Hitchhiker's Guide to the Galaxy,Great Circling Poets of Arium,63.12739586419613 +The Hitchhiker's Guide to the Galaxy,Great Circling Poets of Arium,63.52481456704745 +The Hitchhiker's Guide to the Galaxy,Great Circling Poets of Arium,65.85214449760782 +The Hitchhiker's Guide to the Galaxy,Great Circling Poets of Arium,65.46038324495129 +The Hitchhiker's Guide to the Galaxy,Great Circling Poets of Arium,63.69546795608946 +The Hitchhiker's Guide to the Galaxy,Number One,66.7573786870785 +The Hitchhiker's Guide to the Galaxy,Number One,65.61203210102529 +The Hitchhiker's Guide to the Galaxy,Number One,65.21248171669684 +The Hitchhiker's Guide to the Galaxy,Number One,65.06523154689728 +The Hitchhiker's Guide to the Galaxy,Number One,65.90542855690121 +The Hitchhiker's Guide to the Galaxy,Number One,66.00731881874293 +The Hitchhiker's Guide to the Galaxy,Number One,65.09525901282726 +The Hitchhiker's Guide to the Galaxy,Number One,65.0056155139201 +The Hitchhiker's Guide to the Galaxy,Number One,65.10182310406 +The Hitchhiker's Guide to the Galaxy,Number One,64.46376964028764 +The Hitchhiker's Guide to the Galaxy,Number One,64.9857913555793 +The Hitchhiker's Guide to the Galaxy,Number One,65.05808980819597 +The Hitchhiker's Guide to the Galaxy,Number One,64.92346641476969 +The Hitchhiker's Guide to the Galaxy,Number Two,66.5973849672153 +The Hitchhiker's Guide to the Galaxy,Number Two,65.76837810276123 +The Hitchhiker's Guide to the Galaxy,Number Two,64.92744662721793 +The Hitchhiker's Guide to the Galaxy,Number Two,65.5432571997264 +The Hitchhiker's Guide to the Galaxy,Number Two,65.7965945219683 +The Hitchhiker's Guide to the Galaxy,Number Two,65.13845038999285 +The Hitchhiker's Guide to the Galaxy,Number Two,65.1580890333703 +The Hitchhiker's Guide to the Galaxy,Number Two,65.71426439237507 +The Hitchhiker's Guide to the Galaxy,Number Two,65.12404680793806 +The Hitchhiker's Guide to the Galaxy,Number Two,65.81556386151057 +The Hitchhiker's Guide to the Galaxy,Number Two,65.2434435457322 +The Hitchhiker's Guide to the Galaxy,Number Two,65.84235194063906 +The Hitchhiker's Guide to the Galaxy,Number Two,65.87753152800929 +The Hitchhiker's Guide to the Galaxy,Googleplex Starthinker,68.39053410122982 +The Hitchhiker's Guide to the Galaxy,Googleplex Starthinker,69.004227093036 +The Hitchhiker's Guide to the Galaxy,Googleplex Starthinker,68.68079025419237 +The Hitchhiker's Guide to the Galaxy,Googleplex Starthinker,68.79062409639612 +The Hitchhiker's Guide to the Galaxy,Googleplex Starthinker,68.23773266612903 +The Hitchhiker's Guide to the Galaxy,Googleplex Starthinker,68.43013941079994 +The Hitchhiker's Guide to the Galaxy,Googleplex Starthinker,68.98413911964056 +The Hitchhiker's Guide to the Galaxy,Googleplex Starthinker,73.62883486920695 +The Hitchhiker's Guide to the Galaxy,Googleplex Starthinker,68.39307457968555 +The Hitchhiker's Guide to the Galaxy,Googleplex Starthinker,69.47015902950395 +The Hitchhiker's Guide to the Galaxy,Googleplex Starthinker,69.33854066722417 +The Hitchhiker's Guide to the Galaxy,Googleplex Starthinker,69.04364409362435 +The Hitchhiker's Guide to the Galaxy,Googleplex Starthinker,70.65279795863617 +The Hitchhiker's Guide to the Galaxy,Great Green Arkleseizure,70.65522728402374 +The Hitchhiker's Guide to the Galaxy,Great Green Arkleseizure,69.39026212939162 +The Hitchhiker's Guide to the Galaxy,Great Green Arkleseizure,68.82663685322431 +The Hitchhiker's Guide to the Galaxy,Great Green Arkleseizure,71.73255422596372 +The Hitchhiker's Guide to the Galaxy,Great Green Arkleseizure,68.97998519847664 +The Hitchhiker's Guide to the Galaxy,Great Green Arkleseizure,69.08245074995051 +The Hitchhiker's Guide to the Galaxy,Great Green Arkleseizure,68.84841293670077 +The Hitchhiker's Guide to the Galaxy,Great Green Arkleseizure,69.1533831512678 +The Hitchhiker's Guide to the Galaxy,Great Green Arkleseizure,69.44944641652539 +The Hitchhiker's Guide to the Galaxy,Great Green Arkleseizure,69.38364967380669 +The Hitchhiker's Guide to the Galaxy,Great Green Arkleseizure,69.49748989898367 +The Hitchhiker's Guide to the Galaxy,Great Green Arkleseizure,70.24395606316584 +The Hitchhiker's Guide to the Galaxy,Great Green Arkleseizure,71.67576576649967 +The Hitchhiker's Guide to the Galaxy,Great Hyperlobic Omnicognate Neutron Wrangler,71.45323019788549 +The Hitchhiker's Guide to the Galaxy,Great Hyperlobic Omnicognate Neutron Wrangler,71.19768212558293 +The Hitchhiker's Guide to the Galaxy,Great Hyperlobic Omnicognate Neutron Wrangler,71.00001940901775 +The Hitchhiker's Guide to the Galaxy,Great Hyperlobic Omnicognate Neutron Wrangler,70.29789009327031 +The Hitchhiker's Guide to the Galaxy,Great Hyperlobic Omnicognate Neutron Wrangler,71.0416111832441 +The Hitchhiker's Guide to the Galaxy,Great Hyperlobic Omnicognate Neutron Wrangler,70.42701415786338 +The Hitchhiker's Guide to the Galaxy,Great Hyperlobic Omnicognate Neutron Wrangler,70.68244754186209 +The Hitchhiker's Guide to the Galaxy,Great Hyperlobic Omnicognate Neutron Wrangler,70.748360972153 +The Hitchhiker's Guide to the Galaxy,Great Hyperlobic Omnicognate Neutron Wrangler,71.38786047293416 +The Hitchhiker's Guide to the Galaxy,Great Hyperlobic Omnicognate Neutron Wrangler,76.38836910851 +The Hitchhiker's Guide to the Galaxy,Great Hyperlobic Omnicognate Neutron Wrangler,77.9203690600727 +The Hitchhiker's Guide to the Galaxy,Great Hyperlobic Omnicognate Neutron Wrangler,70.44247688717759 +The Hitchhiker's Guide to the Galaxy,Great Hyperlobic Omnicognate Neutron Wrangler,70.47946524208034 +The Hitchhiker's Guide to the Galaxy,Grunthos the Flatulent,69.66305496704402 +The Hitchhiker's Guide to the Galaxy,Grunthos the Flatulent,70.25465126299586 +The Hitchhiker's Guide to the Galaxy,Grunthos the Flatulent,69.54477887316057 +The Hitchhiker's Guide to the Galaxy,Grunthos the Flatulent,69.60603903455976 +The Hitchhiker's Guide to the Galaxy,Grunthos the Flatulent,68.86894990480874 +The Hitchhiker's Guide to the Galaxy,Grunthos the Flatulent,70.4031442373336 +The Hitchhiker's Guide to the Galaxy,Grunthos the Flatulent,73.0433371541357 +The Hitchhiker's Guide to the Galaxy,Grunthos the Flatulent,68.84800060109718 +The Hitchhiker's Guide to the Galaxy,Grunthos the Flatulent,67.91341954780017 +The Hitchhiker's Guide to the Galaxy,Grunthos the Flatulent,68.23009615210471 +The Hitchhiker's Guide to the Galaxy,Grunthos the Flatulent,68.23762565830161 +The Hitchhiker's Guide to the Galaxy,Grunthos the Flatulent,67.98048524643013 +The Hitchhiker's Guide to the Galaxy,Grunthos the Flatulent,73.22716300158353 +The Hitchhiker's Guide to the Galaxy,Guide Mark II,67.4101361855253 +The Hitchhiker's Guide to the Galaxy,Guide Mark II,71.45344607132937 +The Hitchhiker's Guide to the Galaxy,Guide Mark II,69.43509911561428 +The Hitchhiker's Guide to the Galaxy,Guide Mark II,67.31425832700246 +The Hitchhiker's Guide to the Galaxy,Guide Mark II,67.2736992776871 +The Hitchhiker's Guide to the Galaxy,Guide Mark II,68.61141191799773 +The Hitchhiker's Guide to the Galaxy,Guide Mark II,67.49792584288127 +The Hitchhiker's Guide to the Galaxy,Guide Mark II,67.5846271721117 +The Hitchhiker's Guide to the Galaxy,Guide Mark II,68.591183043796 +The Hitchhiker's Guide to the Galaxy,Guide Mark II,67.47758688806952 +The Hitchhiker's Guide to the Galaxy,Guide Mark II,67.85010457038359 +The Hitchhiker's Guide to the Galaxy,Guide Mark II,68.26653495387956 +The Hitchhiker's Guide to the Galaxy,Guide Mark II,67.69136526927856 +The Hitchhiker's Guide to the Galaxy,Hactar,64.91324390615596 +The Hitchhiker's Guide to the Galaxy,Hactar,65.69538115139744 +The Hitchhiker's Guide to the Galaxy,Hactar,65.0421078689636 +The Hitchhiker's Guide to the Galaxy,Hactar,65.1441901064526 +The Hitchhiker's Guide to the Galaxy,Hactar,64.70668410030002 +The Hitchhiker's Guide to the Galaxy,Hactar,65.59371349662534 +The Hitchhiker's Guide to the Galaxy,Hactar,66.21320974393993 +The Hitchhiker's Guide to the Galaxy,Hactar,64.87777139794491 +The Hitchhiker's Guide to the Galaxy,Hactar,64.71607174727986 +The Hitchhiker's Guide to the Galaxy,Hactar,64.80312528286552 +The Hitchhiker's Guide to the Galaxy,Hactar,64.98955084890127 +The Hitchhiker's Guide to the Galaxy,Hactar,64.55314388271388 +The Hitchhiker's Guide to the Galaxy,Hactar,66.25049135911469 +The Hitchhiker's Guide to the Galaxy,Haggunenons,69.02056047552813 +The Hitchhiker's Guide to the Galaxy,Haggunenons,68.45419566668215 +The Hitchhiker's Guide to the Galaxy,Haggunenons,69.65889880462338 +The Hitchhiker's Guide to the Galaxy,Haggunenons,67.88894773098801 +The Hitchhiker's Guide to the Galaxy,Haggunenons,68.11697831042925 +The Hitchhiker's Guide to the Galaxy,Haggunenons,69.71738315221288 +The Hitchhiker's Guide to the Galaxy,Haggunenons,69.72131358991875 +The Hitchhiker's Guide to the Galaxy,Haggunenons,69.4451027856379 +The Hitchhiker's Guide to the Galaxy,Haggunenons,70.66994521810688 +The Hitchhiker's Guide to the Galaxy,Haggunenons,67.89390908047636 +The Hitchhiker's Guide to the Galaxy,Haggunenons,68.30021661369086 +The Hitchhiker's Guide to the Galaxy,Haggunenons,71.63236795016533 +The Hitchhiker's Guide to the Galaxy,Haggunenons,69.8451139238945 +The Hitchhiker's Guide to the Galaxy,Heimdall,63.56077938990003 +The Hitchhiker's Guide to the Galaxy,Heimdall,60.85738901086849 +The Hitchhiker's Guide to the Galaxy,Heimdall,61.25625860998355 +The Hitchhiker's Guide to the Galaxy,Heimdall,63.44439764541858 +The Hitchhiker's Guide to the Galaxy,Heimdall,61.12170446558554 +The Hitchhiker's Guide to the Galaxy,Heimdall,62.21342090955171 +The Hitchhiker's Guide to the Galaxy,Heimdall,61.81249729719739 +The Hitchhiker's Guide to the Galaxy,Heimdall,61.57930829552569 +The Hitchhiker's Guide to the Galaxy,Heimdall,61.305731596164414 +The Hitchhiker's Guide to the Galaxy,Heimdall,61.003830056840144 +The Hitchhiker's Guide to the Galaxy,Heimdall,61.16152608190886 +The Hitchhiker's Guide to the Galaxy,Heimdall,62.225013704133794 +The Hitchhiker's Guide to the Galaxy,Heimdall,61.07312654782726 +The Hitchhiker's Guide to the Galaxy,Hig Hurtenflurst,68.4458198270686 +The Hitchhiker's Guide to the Galaxy,Hig Hurtenflurst,67.0807054909687 +The Hitchhiker's Guide to the Galaxy,Hig Hurtenflurst,66.18212789373055 +The Hitchhiker's Guide to the Galaxy,Hig Hurtenflurst,65.96030771424346 +The Hitchhiker's Guide to the Galaxy,Hig Hurtenflurst,66.09565707306838 +The Hitchhiker's Guide to the Galaxy,Hig Hurtenflurst,65.94535908194618 +The Hitchhiker's Guide to the Galaxy,Hig Hurtenflurst,66.95315396266933 +The Hitchhiker's Guide to the Galaxy,Hig Hurtenflurst,67.74603993660939 +The Hitchhiker's Guide to the Galaxy,Hig Hurtenflurst,66.12089154101128 +The Hitchhiker's Guide to the Galaxy,Hig Hurtenflurst,65.85795529117597 +The Hitchhiker's Guide to the Galaxy,Hig Hurtenflurst,67.22212835249076 +The Hitchhiker's Guide to the Galaxy,Hig Hurtenflurst,68.67047333580967 +The Hitchhiker's Guide to the Galaxy,Hig Hurtenflurst,66.54303338465499 +The Hitchhiker's Guide to the Galaxy,Hillman Hunter,67.85058198940824 +The Hitchhiker's Guide to the Galaxy,Hillman Hunter,66.83717852545556 +The Hitchhiker's Guide to the Galaxy,Hillman Hunter,65.52375680542384 +The Hitchhiker's Guide to the Galaxy,Hillman Hunter,66.62460208863014 +The Hitchhiker's Guide to the Galaxy,Hillman Hunter,66.07525684401602 +The Hitchhiker's Guide to the Galaxy,Hillman Hunter,65.1999242674964 +The Hitchhiker's Guide to the Galaxy,Hillman Hunter,65.77619373753079 +The Hitchhiker's Guide to the Galaxy,Hillman Hunter,66.21683354792584 +The Hitchhiker's Guide to the Galaxy,Hillman Hunter,66.57123857670709 +The Hitchhiker's Guide to the Galaxy,Hillman Hunter,65.64920636103757 +The Hitchhiker's Guide to the Galaxy,Hillman Hunter,66.00566518003372 +The Hitchhiker's Guide to the Galaxy,Hillman Hunter,65.5186740684209 +The Hitchhiker's Guide to the Galaxy,Hillman Hunter,65.15670358637597 +The Hitchhiker's Guide to the Galaxy,Hotblack Desiato,70.36164350642765 +The Hitchhiker's Guide to the Galaxy,Hotblack Desiato,70.13918311791632 +The Hitchhiker's Guide to the Galaxy,Hotblack Desiato,70.17120809396977 +The Hitchhiker's Guide to the Galaxy,Hotblack Desiato,70.38358312918453 +The Hitchhiker's Guide to the Galaxy,Hotblack Desiato,69.59682982447454 +The Hitchhiker's Guide to the Galaxy,Hotblack Desiato,70.29155402689862 +The Hitchhiker's Guide to the Galaxy,Hotblack Desiato,70.14053844863241 +The Hitchhiker's Guide to the Galaxy,Hotblack Desiato,70.52699434072484 +The Hitchhiker's Guide to the Galaxy,Hotblack Desiato,69.609085544157 +The Hitchhiker's Guide to the Galaxy,Hotblack Desiato,70.33259891843173 +The Hitchhiker's Guide to the Galaxy,Hotblack Desiato,69.58943937269999 +The Hitchhiker's Guide to the Galaxy,Hotblack Desiato,70.24436548101377 +The Hitchhiker's Guide to the Galaxy,Hotblack Desiato,70.40306651571807 +The Hitchhiker's Guide to the Galaxy,Humma Kavula,59.66821527040689 +The Hitchhiker's Guide to the Galaxy,Humma Kavula,60.4704763670335 +The Hitchhiker's Guide to the Galaxy,Humma Kavula,62.52516716167895 +The Hitchhiker's Guide to the Galaxy,Humma Kavula,59.53238460325283 +The Hitchhiker's Guide to the Galaxy,Humma Kavula,60.00045358834063 +The Hitchhiker's Guide to the Galaxy,Humma Kavula,59.51419563955338 +The Hitchhiker's Guide to the Galaxy,Humma Kavula,60.43915654097856 +The Hitchhiker's Guide to the Galaxy,Humma Kavula,59.70663570264089 +The Hitchhiker's Guide to the Galaxy,Humma Kavula,59.945341660669385 +The Hitchhiker's Guide to the Galaxy,Humma Kavula,59.517128015427964 +The Hitchhiker's Guide to the Galaxy,Humma Kavula,60.59436646555757 +The Hitchhiker's Guide to the Galaxy,Humma Kavula,59.71706491754273 +The Hitchhiker's Guide to the Galaxy,Humma Kavula,61.56544753226417 +The Hitchhiker's Guide to the Galaxy,Hurling Frootmig,67.02846018858429 +The Hitchhiker's Guide to the Galaxy,Hurling Frootmig,66.20620818147502 +The Hitchhiker's Guide to the Galaxy,Hurling Frootmig,65.83487717511717 +The Hitchhiker's Guide to the Galaxy,Hurling Frootmig,65.95825901221008 +The Hitchhiker's Guide to the Galaxy,Hurling Frootmig,66.62813354268599 +The Hitchhiker's Guide to the Galaxy,Hurling Frootmig,65.2992060378178 +The Hitchhiker's Guide to the Galaxy,Hurling Frootmig,65.76395410402766 +The Hitchhiker's Guide to the Galaxy,Hurling Frootmig,65.0775149492713 +The Hitchhiker's Guide to the Galaxy,Hurling Frootmig,66.11254346064555 +The Hitchhiker's Guide to the Galaxy,Hurling Frootmig,65.7135015200514 +The Hitchhiker's Guide to the Galaxy,Hurling Frootmig,67.95413860446006 +The Hitchhiker's Guide to the Galaxy,Hurling Frootmig,64.8855783329362 +The Hitchhiker's Guide to the Galaxy,Hurling Frootmig,65.93556168703371 +The Hitchhiker's Guide to the Galaxy,Judiciary Pag,60.8852419395691 +The Hitchhiker's Guide to the Galaxy,Judiciary Pag,60.320969966435186 +The Hitchhiker's Guide to the Galaxy,Judiciary Pag,60.14678164476298 +The Hitchhiker's Guide to the Galaxy,Judiciary Pag,60.35666485696346 +The Hitchhiker's Guide to the Galaxy,Judiciary Pag,60.80162977784463 +The Hitchhiker's Guide to the Galaxy,Judiciary Pag,60.93888058963925 +The Hitchhiker's Guide to the Galaxy,Judiciary Pag,60.64326510136818 +The Hitchhiker's Guide to the Galaxy,Judiciary Pag,61.21806968771555 +The Hitchhiker's Guide to the Galaxy,Judiciary Pag,61.033370628215266 +The Hitchhiker's Guide to the Galaxy,Judiciary Pag,60.67830807893208 +The Hitchhiker's Guide to the Galaxy,Judiciary Pag,60.402540134055506 +The Hitchhiker's Guide to the Galaxy,Judiciary Pag,63.84768826872025 +The Hitchhiker's Guide to the Galaxy,Judiciary Pag,62.447966119991975 +The Hitchhiker's Guide to the Galaxy,Know-Nothing-Bozo,64.30426576450185 +The Hitchhiker's Guide to the Galaxy,Know-Nothing-Bozo,65.88819403739352 +The Hitchhiker's Guide to the Galaxy,Know-Nothing-Bozo,64.33192147625319 +The Hitchhiker's Guide to the Galaxy,Know-Nothing-Bozo,65.82463566097726 +The Hitchhiker's Guide to the Galaxy,Know-Nothing-Bozo,65.47478566015424 +The Hitchhiker's Guide to the Galaxy,Know-Nothing-Bozo,64.51730497273152 +The Hitchhiker's Guide to the Galaxy,Know-Nothing-Bozo,65.22137895208985 +The Hitchhiker's Guide to the Galaxy,Know-Nothing-Bozo,64.17372087673024 +The Hitchhiker's Guide to the Galaxy,Know-Nothing-Bozo,63.83048527969534 +The Hitchhiker's Guide to the Galaxy,Know-Nothing-Bozo,63.81391850134664 +The Hitchhiker's Guide to the Galaxy,Know-Nothing-Bozo,65.41954943826242 +The Hitchhiker's Guide to the Galaxy,Know-Nothing-Bozo,65.5861409928417 +The Hitchhiker's Guide to the Galaxy,Know-Nothing-Bozo,63.951292007207705 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Kwaltz,76.27144564687833 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Kwaltz,77.1136324758595 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Kwaltz,79.88760858872097 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Kwaltz,79.45030041163103 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Kwaltz,80.30443150615034 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Kwaltz,77.00734809196686 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Kwaltz,77.5043722242678 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Kwaltz,77.09058471630438 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Kwaltz,76.42690245500154 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Kwaltz,80.43920694800279 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Kwaltz,77.49694743276973 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Kwaltz,76.34050037174677 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Kwaltz,77.52832630162881 +The Hitchhiker's Guide to the Galaxy,Lady Cynthia Fitzmelton,59.99935939951179 +The Hitchhiker's Guide to the Galaxy,Lady Cynthia Fitzmelton,59.309034632302826 +The Hitchhiker's Guide to the Galaxy,Lady Cynthia Fitzmelton,59.28367517952774 +The Hitchhiker's Guide to the Galaxy,Lady Cynthia Fitzmelton,59.625518361170094 +The Hitchhiker's Guide to the Galaxy,Lady Cynthia Fitzmelton,59.7144344297549 +The Hitchhiker's Guide to the Galaxy,Lady Cynthia Fitzmelton,59.67729191202885 +The Hitchhiker's Guide to the Galaxy,Lady Cynthia Fitzmelton,59.280879452846705 +The Hitchhiker's Guide to the Galaxy,Lady Cynthia Fitzmelton,62.08428430558979 +The Hitchhiker's Guide to the Galaxy,Lady Cynthia Fitzmelton,59.22215270053178 +The Hitchhiker's Guide to the Galaxy,Lady Cynthia Fitzmelton,60.25776740981964 +The Hitchhiker's Guide to the Galaxy,Lady Cynthia Fitzmelton,61.64058706497517 +The Hitchhiker's Guide to the Galaxy,Lady Cynthia Fitzmelton,59.369863652449204 +The Hitchhiker's Guide to the Galaxy,Lady Cynthia Fitzmelton,59.28636006133847 +The Hitchhiker's Guide to the Galaxy,Lajestic Vantrashell of Lob,68.01439687746453 +The Hitchhiker's Guide to the Galaxy,Lajestic Vantrashell of Lob,66.0521876318246 +The Hitchhiker's Guide to the Galaxy,Lajestic Vantrashell of Lob,68.54899470488664 +The Hitchhiker's Guide to the Galaxy,Lajestic Vantrashell of Lob,66.2810189702461 +The Hitchhiker's Guide to the Galaxy,Lajestic Vantrashell of Lob,67.87093117845495 +The Hitchhiker's Guide to the Galaxy,Lajestic Vantrashell of Lob,67.01856417236854 +The Hitchhiker's Guide to the Galaxy,Lajestic Vantrashell of Lob,66.1204356904166 +The Hitchhiker's Guide to the Galaxy,Lajestic Vantrashell of Lob,67.27547100314219 +The Hitchhiker's Guide to the Galaxy,Lajestic Vantrashell of Lob,66.3950817102438 +The Hitchhiker's Guide to the Galaxy,Lajestic Vantrashell of Lob,66.61746811511001 +The Hitchhiker's Guide to the Galaxy,Lajestic Vantrashell of Lob,66.44621403685458 +The Hitchhiker's Guide to the Galaxy,Lajestic Vantrashell of Lob,67.10825959580772 +The Hitchhiker's Guide to the Galaxy,Lajestic Vantrashell of Lob,70.08871396029252 +The Hitchhiker's Guide to the Galaxy,Lallafa,67.08156742006311 +The Hitchhiker's Guide to the Galaxy,Lallafa,66.04480668194768 +The Hitchhiker's Guide to the Galaxy,Lallafa,66.63768619230154 +The Hitchhiker's Guide to the Galaxy,Lallafa,70.19810464910542 +The Hitchhiker's Guide to the Galaxy,Lallafa,66.56417204635892 +The Hitchhiker's Guide to the Galaxy,Lallafa,66.56917801495979 +The Hitchhiker's Guide to the Galaxy,Lallafa,67.80370465114387 +The Hitchhiker's Guide to the Galaxy,Lallafa,65.96981844250827 +The Hitchhiker's Guide to the Galaxy,Lallafa,65.85138219829082 +The Hitchhiker's Guide to the Galaxy,Lallafa,66.30525109731897 +The Hitchhiker's Guide to the Galaxy,Lallafa,66.6062907229733 +The Hitchhiker's Guide to the Galaxy,Lallafa,65.7955668246536 +The Hitchhiker's Guide to the Galaxy,Lallafa,67.41648353409285 +The Hitchhiker's Guide to the Galaxy,Lig Lury Jr,70.60932573523667 +The Hitchhiker's Guide to the Galaxy,Lig Lury Jr,65.32515175986676 +The Hitchhiker's Guide to the Galaxy,Lig Lury Jr,65.22814411249348 +The Hitchhiker's Guide to the Galaxy,Lig Lury Jr,65.35784386150098 +The Hitchhiker's Guide to the Galaxy,Lig Lury Jr,65.8608438882899 +The Hitchhiker's Guide to the Galaxy,Lig Lury Jr,65.28323297278507 +The Hitchhiker's Guide to the Galaxy,Lig Lury Jr,65.46892021073032 +The Hitchhiker's Guide to the Galaxy,Lig Lury Jr,65.18586020068298 +The Hitchhiker's Guide to the Galaxy,Lig Lury Jr,65.1077060951987 +The Hitchhiker's Guide to the Galaxy,Lig Lury Jr,65.9821610614049 +The Hitchhiker's Guide to the Galaxy,Lig Lury Jr,65.44911123219521 +The Hitchhiker's Guide to the Galaxy,Lig Lury Jr,66.92508609403265 +The Hitchhiker's Guide to the Galaxy,Lig Lury Jr,65.10648627335048 +The Hitchhiker's Guide to the Galaxy,Lintilla,60.9475799739387 +The Hitchhiker's Guide to the Galaxy,Lintilla,64.2578202670643 +The Hitchhiker's Guide to the Galaxy,Lintilla,61.58917438568109 +The Hitchhiker's Guide to the Galaxy,Lintilla,61.297522353289025 +The Hitchhiker's Guide to the Galaxy,Lintilla,62.346407272741935 +The Hitchhiker's Guide to the Galaxy,Lintilla,61.87301948668065 +The Hitchhiker's Guide to the Galaxy,Lintilla,61.048942159054384 +The Hitchhiker's Guide to the Galaxy,Lintilla,61.91435867470951 +The Hitchhiker's Guide to the Galaxy,Lintilla,61.04385276570904 +The Hitchhiker's Guide to the Galaxy,Lintilla,61.477690776960046 +The Hitchhiker's Guide to the Galaxy,Lintilla,61.30294601356419 +The Hitchhiker's Guide to the Galaxy,Lintilla,61.10707679555627 +The Hitchhiker's Guide to the Galaxy,Lintilla,62.732371872112004 +The Hitchhiker's Guide to the Galaxy,Loonquawl,70.72976215506326 +The Hitchhiker's Guide to the Galaxy,Loonquawl,70.4667471131313 +The Hitchhiker's Guide to the Galaxy,Loonquawl,69.98615008967981 +The Hitchhiker's Guide to the Galaxy,Loonquawl,69.82462242617731 +The Hitchhiker's Guide to the Galaxy,Loonquawl,70.05266928562214 +The Hitchhiker's Guide to the Galaxy,Loonquawl,70.56079755604863 +The Hitchhiker's Guide to the Galaxy,Loonquawl,73.78223268548288 +The Hitchhiker's Guide to the Galaxy,Loonquawl,69.89348032649457 +The Hitchhiker's Guide to the Galaxy,Loonquawl,70.15692984859876 +The Hitchhiker's Guide to the Galaxy,Loonquawl,69.93224208950795 +The Hitchhiker's Guide to the Galaxy,Loonquawl,73.5173280314645 +The Hitchhiker's Guide to the Galaxy,Loonquawl,70.96376959005563 +The Hitchhiker's Guide to the Galaxy,Loonquawl,72.58482838334992 +The Hitchhiker's Guide to the Galaxy,Phouchg,67.57037734941352 +The Hitchhiker's Guide to the Galaxy,Phouchg,66.7730093499023 +The Hitchhiker's Guide to the Galaxy,Phouchg,68.0560833188043 +The Hitchhiker's Guide to the Galaxy,Phouchg,68.18994772841192 +The Hitchhiker's Guide to the Galaxy,Phouchg,66.92765696712985 +The Hitchhiker's Guide to the Galaxy,Phouchg,67.0724851176678 +The Hitchhiker's Guide to the Galaxy,Phouchg,68.7307415388365 +The Hitchhiker's Guide to the Galaxy,Phouchg,66.98636439124228 +The Hitchhiker's Guide to the Galaxy,Phouchg,67.5876600522953 +The Hitchhiker's Guide to the Galaxy,Phouchg,68.09712681421523 +The Hitchhiker's Guide to the Galaxy,Phouchg,66.97694993605079 +The Hitchhiker's Guide to the Galaxy,Phouchg,67.87827657883358 +The Hitchhiker's Guide to the Galaxy,Phouchg,67.53107135609247 +The Hitchhiker's Guide to the Galaxy,The Lord,63.356032142744354 +The Hitchhiker's Guide to the Galaxy,The Lord,65.89435916207557 +The Hitchhiker's Guide to the Galaxy,The Lord,63.15284112905884 +The Hitchhiker's Guide to the Galaxy,The Lord,63.50413291139304 +The Hitchhiker's Guide to the Galaxy,The Lord,62.93390267553225 +The Hitchhiker's Guide to the Galaxy,The Lord,63.74221413876181 +The Hitchhiker's Guide to the Galaxy,The Lord,62.947077475311296 +The Hitchhiker's Guide to the Galaxy,The Lord,63.19243428344535 +The Hitchhiker's Guide to the Galaxy,The Lord,63.35271719982032 +The Hitchhiker's Guide to the Galaxy,The Lord,63.62352954221148 +The Hitchhiker's Guide to the Galaxy,The Lord,64.3675697612014 +The Hitchhiker's Guide to the Galaxy,The Lord,63.05467448185462 +The Hitchhiker's Guide to the Galaxy,The Lord,63.19897950449417 +The Hitchhiker's Guide to the Galaxy,Lunkwill and Fook,71.77787116121257 +The Hitchhiker's Guide to the Galaxy,Lunkwill and Fook,68.9328041509883 +The Hitchhiker's Guide to the Galaxy,Lunkwill and Fook,69.42912297407815 +The Hitchhiker's Guide to the Galaxy,Lunkwill and Fook,68.81155501057438 +The Hitchhiker's Guide to the Galaxy,Lunkwill and Fook,68.7256771485741 +The Hitchhiker's Guide to the Galaxy,Lunkwill and Fook,72.52680623155773 +The Hitchhiker's Guide to the Galaxy,Lunkwill and Fook,70.07377026604662 +The Hitchhiker's Guide to the Galaxy,Lunkwill and Fook,70.49719516432977 +The Hitchhiker's Guide to the Galaxy,Lunkwill and Fook,71.38322789694864 +The Hitchhiker's Guide to the Galaxy,Lunkwill and Fook,76.80294004676273 +The Hitchhiker's Guide to the Galaxy,Lunkwill and Fook,69.27541253578501 +The Hitchhiker's Guide to the Galaxy,Lunkwill and Fook,69.05691807766917 +The Hitchhiker's Guide to the Galaxy,Lunkwill and Fook,70.96922932986253 +The Hitchhiker's Guide to the Galaxy,Majikthise,68.63698600007456 +The Hitchhiker's Guide to the Galaxy,Majikthise,68.44172503601456 +The Hitchhiker's Guide to the Galaxy,Majikthise,67.8702017932983 +The Hitchhiker's Guide to the Galaxy,Majikthise,67.19941597176441 +The Hitchhiker's Guide to the Galaxy,Majikthise,67.22083647539179 +The Hitchhiker's Guide to the Galaxy,Majikthise,67.25039985145713 +The Hitchhiker's Guide to the Galaxy,Majikthise,67.43370927914808 +The Hitchhiker's Guide to the Galaxy,Majikthise,71.1878756683369 +The Hitchhiker's Guide to the Galaxy,Majikthise,76.74735817321209 +The Hitchhiker's Guide to the Galaxy,Majikthise,72.53614201549175 +The Hitchhiker's Guide to the Galaxy,Majikthise,69.75788516601615 +The Hitchhiker's Guide to the Galaxy,Majikthise,71.03043084065739 +The Hitchhiker's Guide to the Galaxy,Majikthise,68.63264799519109 +The Hitchhiker's Guide to the Galaxy,Vroomfondel,67.78012517427356 +The Hitchhiker's Guide to the Galaxy,Vroomfondel,67.69591760859585 +The Hitchhiker's Guide to the Galaxy,Vroomfondel,68.84925680361522 +The Hitchhiker's Guide to the Galaxy,Vroomfondel,70.04662375610175 +The Hitchhiker's Guide to the Galaxy,Vroomfondel,67.70902333207577 +The Hitchhiker's Guide to the Galaxy,Vroomfondel,68.1105014502821 +The Hitchhiker's Guide to the Galaxy,Vroomfondel,67.8794022054408 +The Hitchhiker's Guide to the Galaxy,Vroomfondel,68.51391235628017 +The Hitchhiker's Guide to the Galaxy,Vroomfondel,68.04035733039765 +The Hitchhiker's Guide to the Galaxy,Vroomfondel,67.92344372258475 +The Hitchhiker's Guide to the Galaxy,Vroomfondel,67.93682278379374 +The Hitchhiker's Guide to the Galaxy,Vroomfondel,70.50294310615203 +The Hitchhiker's Guide to the Galaxy,Vroomfondel,68.70599383816962 +The Hitchhiker's Guide to the Galaxy,Max Quordlepleen,70.10544761022959 +The Hitchhiker's Guide to the Galaxy,Max Quordlepleen,67.51451262345056 +The Hitchhiker's Guide to the Galaxy,Max Quordlepleen,68.58114684722679 +The Hitchhiker's Guide to the Galaxy,Max Quordlepleen,67.44799398866739 +The Hitchhiker's Guide to the Galaxy,Max Quordlepleen,68.28619305685167 +The Hitchhiker's Guide to the Galaxy,Max Quordlepleen,68.67663109415271 +The Hitchhiker's Guide to the Galaxy,Max Quordlepleen,68.00375691065312 +The Hitchhiker's Guide to the Galaxy,Max Quordlepleen,67.65531239793036 +The Hitchhiker's Guide to the Galaxy,Max Quordlepleen,67.27465215638559 +The Hitchhiker's Guide to the Galaxy,Max Quordlepleen,68.67438388177894 +The Hitchhiker's Guide to the Galaxy,Max Quordlepleen,69.01480141444756 +The Hitchhiker's Guide to the Galaxy,Max Quordlepleen,67.63958638338099 +The Hitchhiker's Guide to the Galaxy,Max Quordlepleen,67.63036890100625 +The Hitchhiker's Guide to the Galaxy,Murray Bost Henson,63.350086148032645 +The Hitchhiker's Guide to the Galaxy,Murray Bost Henson,66.20844794540025 +The Hitchhiker's Guide to the Galaxy,Murray Bost Henson,65.10506849799556 +The Hitchhiker's Guide to the Galaxy,Murray Bost Henson,63.664306757715494 +The Hitchhiker's Guide to the Galaxy,Murray Bost Henson,63.44887411019875 +The Hitchhiker's Guide to the Galaxy,Murray Bost Henson,63.68872285933006 +The Hitchhiker's Guide to the Galaxy,Murray Bost Henson,64.15993190363076 +The Hitchhiker's Guide to the Galaxy,Murray Bost Henson,63.40743614670556 +The Hitchhiker's Guide to the Galaxy,Murray Bost Henson,64.65745225523976 +The Hitchhiker's Guide to the Galaxy,Murray Bost Henson,63.510427258662084 +The Hitchhiker's Guide to the Galaxy,Murray Bost Henson,64.40657772441844 +The Hitchhiker's Guide to the Galaxy,Murray Bost Henson,63.78389094433168 +The Hitchhiker's Guide to the Galaxy,Murray Bost Henson,64.2759105280143 +The Hitchhiker's Guide to the Galaxy,Old Man on the Pole,66.03519896981801 +The Hitchhiker's Guide to the Galaxy,Old Man on the Pole,64.08027907951809 +The Hitchhiker's Guide to the Galaxy,Old Man on the Pole,63.854561360022 +The Hitchhiker's Guide to the Galaxy,Old Man on the Pole,64.21334365676388 +The Hitchhiker's Guide to the Galaxy,Old Man on the Pole,64.26408671841209 +The Hitchhiker's Guide to the Galaxy,Old Man on the Pole,63.62786306685013 +The Hitchhiker's Guide to the Galaxy,Old Man on the Pole,64.18184112486122 +The Hitchhiker's Guide to the Galaxy,Old Man on the Pole,65.50193208349472 +The Hitchhiker's Guide to the Galaxy,Old Man on the Pole,64.59768516030705 +The Hitchhiker's Guide to the Galaxy,Old Man on the Pole,64.7898968882008 +The Hitchhiker's Guide to the Galaxy,Old Man on the Pole,63.70881577564812 +The Hitchhiker's Guide to the Galaxy,Old Man on the Pole,65.19433007994448 +The Hitchhiker's Guide to the Galaxy,Old Man on the Pole,65.28474351267279 +The Hitchhiker's Guide to the Galaxy,Old Thrashbarg,67.96128160166273 +The Hitchhiker's Guide to the Galaxy,Old Thrashbarg,66.70820863509107 +The Hitchhiker's Guide to the Galaxy,Old Thrashbarg,65.89694874693434 +The Hitchhiker's Guide to the Galaxy,Old Thrashbarg,65.87217943445539 +The Hitchhiker's Guide to the Galaxy,Old Thrashbarg,66.64709403119808 +The Hitchhiker's Guide to the Galaxy,Old Thrashbarg,66.98423316719412 +The Hitchhiker's Guide to the Galaxy,Old Thrashbarg,65.87310152945494 +The Hitchhiker's Guide to the Galaxy,Old Thrashbarg,66.4099266031373 +The Hitchhiker's Guide to the Galaxy,Old Thrashbarg,66.57087300757539 +The Hitchhiker's Guide to the Galaxy,Old Thrashbarg,66.90776814079045 +The Hitchhiker's Guide to the Galaxy,Old Thrashbarg,66.05891045244596 +The Hitchhiker's Guide to the Galaxy,Old Thrashbarg,65.99639985571199 +The Hitchhiker's Guide to the Galaxy,Old Thrashbarg,66.1952385191799 +The Hitchhiker's Guide to the Galaxy,Old Woman in the Cave,62.87464440267594 +The Hitchhiker's Guide to the Galaxy,Old Woman in the Cave,62.88973181340829 +The Hitchhiker's Guide to the Galaxy,Old Woman in the Cave,62.603177078754015 +The Hitchhiker's Guide to the Galaxy,Old Woman in the Cave,62.91232914399176 +The Hitchhiker's Guide to the Galaxy,Old Woman in the Cave,62.5954962907922 +The Hitchhiker's Guide to the Galaxy,Old Woman in the Cave,61.935219881482496 +The Hitchhiker's Guide to the Galaxy,Old Woman in the Cave,63.26512644372865 +The Hitchhiker's Guide to the Galaxy,Old Woman in the Cave,63.77811052714052 +The Hitchhiker's Guide to the Galaxy,Old Woman in the Cave,62.672459194790505 +The Hitchhiker's Guide to the Galaxy,Old Woman in the Cave,63.11912573764285 +The Hitchhiker's Guide to the Galaxy,Old Woman in the Cave,63.68186175525297 +The Hitchhiker's Guide to the Galaxy,Old Woman in the Cave,62.54334071812389 +The Hitchhiker's Guide to the Galaxy,Old Woman in the Cave,61.87404033638515 +The Hitchhiker's Guide to the Galaxy,Oolon Colluphid,74.93532741638923 +The Hitchhiker's Guide to the Galaxy,Oolon Colluphid,74.91614172392907 +The Hitchhiker's Guide to the Galaxy,Oolon Colluphid,74.72719046968248 +The Hitchhiker's Guide to the Galaxy,Oolon Colluphid,81.13475062519532 +The Hitchhiker's Guide to the Galaxy,Oolon Colluphid,75.07885754430629 +The Hitchhiker's Guide to the Galaxy,Oolon Colluphid,76.03882170374777 +The Hitchhiker's Guide to the Galaxy,Oolon Colluphid,75.16343538675683 +The Hitchhiker's Guide to the Galaxy,Oolon Colluphid,76.09803355630238 +The Hitchhiker's Guide to the Galaxy,Oolon Colluphid,76.07643004113571 +The Hitchhiker's Guide to the Galaxy,Oolon Colluphid,76.63365287307478 +The Hitchhiker's Guide to the Galaxy,Oolon Colluphid,75.06264249542708 +The Hitchhiker's Guide to the Galaxy,Oolon Colluphid,75.65122765254796 +The Hitchhiker's Guide to the Galaxy,Oolon Colluphid,75.06245555584682 +The Hitchhiker's Guide to the Galaxy,Paul Neil Milne Johnstone,63.05842962972906 +The Hitchhiker's Guide to the Galaxy,Paul Neil Milne Johnstone,63.186499066394965 +The Hitchhiker's Guide to the Galaxy,Paul Neil Milne Johnstone,63.234507580826126 +The Hitchhiker's Guide to the Galaxy,Paul Neil Milne Johnstone,66.54066826238036 +The Hitchhiker's Guide to the Galaxy,Paul Neil Milne Johnstone,63.08290834533654 +The Hitchhiker's Guide to the Galaxy,Paul Neil Milne Johnstone,63.66817938464367 +The Hitchhiker's Guide to the Galaxy,Paul Neil Milne Johnstone,62.94702452937828 +The Hitchhiker's Guide to the Galaxy,Paul Neil Milne Johnstone,63.20805409618886 +The Hitchhiker's Guide to the Galaxy,Paul Neil Milne Johnstone,63.595347492675835 +The Hitchhiker's Guide to the Galaxy,Paul Neil Milne Johnstone,64.3052266538477 +The Hitchhiker's Guide to the Galaxy,Paul Neil Milne Johnstone,63.75461435840245 +The Hitchhiker's Guide to the Galaxy,Paul Neil Milne Johnstone,63.533718735637294 +The Hitchhiker's Guide to the Galaxy,Paul Neil Milne Johnstone,63.19760733100361 +The Hitchhiker's Guide to the Galaxy,Poodoo,65.8482508618076 +The Hitchhiker's Guide to the Galaxy,Poodoo,63.76478801108999 +The Hitchhiker's Guide to the Galaxy,Poodoo,63.28197891590984 +The Hitchhiker's Guide to the Galaxy,Poodoo,64.33793584767812 +The Hitchhiker's Guide to the Galaxy,Poodoo,63.80359662534742 +The Hitchhiker's Guide to the Galaxy,Poodoo,63.383383498027115 +The Hitchhiker's Guide to the Galaxy,Poodoo,63.92984734726694 +The Hitchhiker's Guide to the Galaxy,Poodoo,63.658567106139266 +The Hitchhiker's Guide to the Galaxy,Poodoo,64.67893346296827 +The Hitchhiker's Guide to the Galaxy,Poodoo,63.8510449444299 +The Hitchhiker's Guide to the Galaxy,Poodoo,63.37961423506917 +The Hitchhiker's Guide to the Galaxy,Poodoo,63.4078741751929 +The Hitchhiker's Guide to the Galaxy,Poodoo,64.04741480550209 +The Hitchhiker's Guide to the Galaxy,Prak,60.98131557793756 +The Hitchhiker's Guide to the Galaxy,Prak,64.17904746744595 +The Hitchhiker's Guide to the Galaxy,Prak,61.2860736397452 +The Hitchhiker's Guide to the Galaxy,Prak,60.793227819121 +The Hitchhiker's Guide to the Galaxy,Prak,60.954794724036134 +The Hitchhiker's Guide to the Galaxy,Prak,60.79657356688312 +The Hitchhiker's Guide to the Galaxy,Prak,61.753760383094495 +The Hitchhiker's Guide to the Galaxy,Prak,61.59513870876939 +The Hitchhiker's Guide to the Galaxy,Prak,61.424327438346005 +The Hitchhiker's Guide to the Galaxy,Prak,60.633041642480045 +The Hitchhiker's Guide to the Galaxy,Prak,61.69167353501014 +The Hitchhiker's Guide to the Galaxy,Prak,61.56003679719624 +The Hitchhiker's Guide to the Galaxy,Prak,60.998904187908984 +The Hitchhiker's Guide to the Galaxy,Mr Prosser,76.21546798837126 +The Hitchhiker's Guide to the Galaxy,Mr Prosser,75.44765720711679 +The Hitchhiker's Guide to the Galaxy,Mr Prosser,71.90815752839708 +The Hitchhiker's Guide to the Galaxy,Mr Prosser,72.94175631256428 +The Hitchhiker's Guide to the Galaxy,Mr Prosser,68.34478718171708 +The Hitchhiker's Guide to the Galaxy,Mr Prosser,69.66582219042328 +The Hitchhiker's Guide to the Galaxy,Mr Prosser,70.02176982370845 +The Hitchhiker's Guide to the Galaxy,Mr Prosser,68.26411945444276 +The Hitchhiker's Guide to the Galaxy,Mr Prosser,69.43167233129711 +The Hitchhiker's Guide to the Galaxy,Mr Prosser,72.31378340306426 +The Hitchhiker's Guide to the Galaxy,Mr Prosser,72.60535628210785 +The Hitchhiker's Guide to the Galaxy,Mr Prosser,73.26754614794282 +The Hitchhiker's Guide to the Galaxy,Mr Prosser,74.95955625195415 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Jeltz,78.74420223482605 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Jeltz,79.68491498133434 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Jeltz,83.0415569433056 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Jeltz,82.3673142517808 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Jeltz,83.83926887940974 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Jeltz,80.0028892550032 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Jeltz,80.89274675373768 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Jeltz,79.55629964426592 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Jeltz,79.04728020117142 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Jeltz,82.93208092160721 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Jeltz,80.26464752556886 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Jeltz,77.8835086780179 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Jeltz,79.20698199135406 +The Hitchhiker's Guide to the Galaxy,Questular Rontok,67.99808630495178 +The Hitchhiker's Guide to the Galaxy,Questular Rontok,66.84258960808711 +The Hitchhiker's Guide to the Galaxy,Questular Rontok,66.90719778780493 +The Hitchhiker's Guide to the Galaxy,Questular Rontok,68.21606748647123 +The Hitchhiker's Guide to the Galaxy,Questular Rontok,68.4134424011217 +The Hitchhiker's Guide to the Galaxy,Questular Rontok,67.20285956465223 +The Hitchhiker's Guide to the Galaxy,Questular Rontok,68.41271350344168 +The Hitchhiker's Guide to the Galaxy,Questular Rontok,66.81050431123438 +The Hitchhiker's Guide to the Galaxy,Questular Rontok,67.43780143425846 +The Hitchhiker's Guide to the Galaxy,Questular Rontok,66.80521255733997 +The Hitchhiker's Guide to the Galaxy,Questular Rontok,67.31096458648248 +The Hitchhiker's Guide to the Galaxy,Questular Rontok,68.54849002825681 +The Hitchhiker's Guide to the Galaxy,Questular Rontok,67.87998023606484 +The Hitchhiker's Guide to the Galaxy,Random Dent,68.07797525081095 +The Hitchhiker's Guide to the Galaxy,Random Dent,68.88267594347784 +The Hitchhiker's Guide to the Galaxy,Random Dent,68.41903727294266 +The Hitchhiker's Guide to the Galaxy,Random Dent,68.2215406604465 +The Hitchhiker's Guide to the Galaxy,Random Dent,69.02869925320523 +The Hitchhiker's Guide to the Galaxy,Random Dent,67.31774445991542 +The Hitchhiker's Guide to the Galaxy,Random Dent,67.99908260797535 +The Hitchhiker's Guide to the Galaxy,Random Dent,69.48953731168467 +The Hitchhiker's Guide to the Galaxy,Random Dent,67.9715928300168 +The Hitchhiker's Guide to the Galaxy,Random Dent,67.13110106141417 +The Hitchhiker's Guide to the Galaxy,Random Dent,68.8172824823835 +The Hitchhiker's Guide to the Galaxy,Random Dent,69.1409258812704 +The Hitchhiker's Guide to the Galaxy,Random Dent,68.75702924619478 +The Hitchhiker's Guide to the Galaxy,Reg Nullify,66.12079266618932 +The Hitchhiker's Guide to the Galaxy,Reg Nullify,67.3906621756569 +The Hitchhiker's Guide to the Galaxy,Reg Nullify,66.56159083309102 +The Hitchhiker's Guide to the Galaxy,Reg Nullify,66.54546944158471 +The Hitchhiker's Guide to the Galaxy,Reg Nullify,66.65257195509756 +The Hitchhiker's Guide to the Galaxy,Reg Nullify,67.00132443427262 +The Hitchhiker's Guide to the Galaxy,Reg Nullify,66.73509923329092 +The Hitchhiker's Guide to the Galaxy,Reg Nullify,66.0421701587061 +The Hitchhiker's Guide to the Galaxy,Reg Nullify,66.20226348356543 +The Hitchhiker's Guide to the Galaxy,Reg Nullify,66.71745932307506 +The Hitchhiker's Guide to the Galaxy,Reg Nullify,66.96495117317133 +The Hitchhiker's Guide to the Galaxy,Reg Nullify,67.07317095436561 +The Hitchhiker's Guide to the Galaxy,Reg Nullify,66.23386679676527 +The Hitchhiker's Guide to the Galaxy,Rob McKenna,61.47074313650822 +The Hitchhiker's Guide to the Galaxy,Rob McKenna,59.81687276869907 +The Hitchhiker's Guide to the Galaxy,Rob McKenna,59.356120353698486 +The Hitchhiker's Guide to the Galaxy,Rob McKenna,59.41197267801047 +The Hitchhiker's Guide to the Galaxy,Rob McKenna,59.75389546766338 +The Hitchhiker's Guide to the Galaxy,Rob McKenna,59.86788031694281 +The Hitchhiker's Guide to the Galaxy,Rob McKenna,61.726342806820526 +The Hitchhiker's Guide to the Galaxy,Rob McKenna,62.81215076234681 +The Hitchhiker's Guide to the Galaxy,Rob McKenna,60.46852622593428 +The Hitchhiker's Guide to the Galaxy,Rob McKenna,59.197352900947884 +The Hitchhiker's Guide to the Galaxy,Rob McKenna,61.38875862724829 +The Hitchhiker's Guide to the Galaxy,Rob McKenna,60.23943023999878 +The Hitchhiker's Guide to the Galaxy,Rob McKenna,59.400177794600765 +The Hitchhiker's Guide to the Galaxy,Roosta,62.7045842864026 +The Hitchhiker's Guide to the Galaxy,Roosta,62.65424085030946 +The Hitchhiker's Guide to the Galaxy,Roosta,66.06910719479647 +The Hitchhiker's Guide to the Galaxy,Roosta,64.12080613018206 +The Hitchhiker's Guide to the Galaxy,Roosta,62.826488688624096 +The Hitchhiker's Guide to the Galaxy,Roosta,63.14126759357688 +The Hitchhiker's Guide to the Galaxy,Roosta,62.836797233783734 +The Hitchhiker's Guide to the Galaxy,Roosta,62.4859613093805 +The Hitchhiker's Guide to the Galaxy,Roosta,62.73566474400243 +The Hitchhiker's Guide to the Galaxy,Roosta,63.1640028719055 +The Hitchhiker's Guide to the Galaxy,Roosta,62.8362028717323 +The Hitchhiker's Guide to the Galaxy,Roosta,62.527197140030935 +The Hitchhiker's Guide to the Galaxy,Roosta,63.1525590857026 +The Hitchhiker's Guide to the Galaxy,Ruler of the Universe,64.30554531335413 +The Hitchhiker's Guide to the Galaxy,Ruler of the Universe,65.28156406169526 +The Hitchhiker's Guide to the Galaxy,Ruler of the Universe,64.64818340144743 +The Hitchhiker's Guide to the Galaxy,Ruler of the Universe,64.32739542369424 +The Hitchhiker's Guide to the Galaxy,Ruler of the Universe,64.4672738531702 +The Hitchhiker's Guide to the Galaxy,Ruler of the Universe,66.56312744050416 +The Hitchhiker's Guide to the Galaxy,Ruler of the Universe,64.89221018078662 +The Hitchhiker's Guide to the Galaxy,Ruler of the Universe,65.54248598909726 +The Hitchhiker's Guide to the Galaxy,Ruler of the Universe,64.30588250732534 +The Hitchhiker's Guide to the Galaxy,Ruler of the Universe,64.75836694420545 +The Hitchhiker's Guide to the Galaxy,Ruler of the Universe,64.46234712708151 +The Hitchhiker's Guide to the Galaxy,Ruler of the Universe,64.65272839190642 +The Hitchhiker's Guide to the Galaxy,Ruler of the Universe,64.29155466248444 +The Hitchhiker's Guide to the Galaxy,Russell,63.85205422056149 +The Hitchhiker's Guide to the Galaxy,Russell,66.89474177810149 +The Hitchhiker's Guide to the Galaxy,Russell,67.02402455606288 +The Hitchhiker's Guide to the Galaxy,Russell,65.14098427576842 +The Hitchhiker's Guide to the Galaxy,Russell,64.56948858130087 +The Hitchhiker's Guide to the Galaxy,Russell,64.95472377704078 +The Hitchhiker's Guide to the Galaxy,Russell,64.2555325018817 +The Hitchhiker's Guide to the Galaxy,Russell,64.3839128953032 +The Hitchhiker's Guide to the Galaxy,Russell,65.31366952443625 +The Hitchhiker's Guide to the Galaxy,Russell,64.09523640499353 +The Hitchhiker's Guide to the Galaxy,Russell,63.68103390239411 +The Hitchhiker's Guide to the Galaxy,Russell,63.449974026303856 +The Hitchhiker's Guide to the Galaxy,Russell,64.10370864190693 diff --git a/ressources/data/splitting/normal_eval2_binned_percentages_F1.csv b/ressources/data/splitting/normal_eval2_binned_percentages_F1.csv new file mode 100644 index 0000000000000000000000000000000000000000..7c886433db764cdd45f20254cd3d2bac0e4ffe50 --- /dev/null +++ b/ressources/data/splitting/normal_eval2_binned_percentages_F1.csv @@ -0,0 +1,11 @@ +Score Interval,The Lord of the Rings,Harry Potter,The Hunger Games,Dune,Twilight,The Hitchhiker's Guide to the Galaxy +0.32038337737321854,0.0,0.0,0.0,0.0,0.0,6.097560975609756 +0.34678902477025986,0.0,0.0,0.0,0.0,0.0,2.4390243902439024 +0.3731946721673012,0.0,0.0,0.0,0.0,0.0,3.6585365853658534 +0.3996003195643425,0.0,0.0,0.0,0.0,0.0,10.975609756097562 +0.4260059669613838,0.9433962264150944,8.280254777070063,6.896551724137931,3.1578947368421053,4.225352112676056,7.317073170731707 +0.45241161435842514,5.660377358490567,26.751592356687897,3.4482758620689653,7.368421052631578,18.30985915492958,8.536585365853659 +0.47881726175546646,14.150943396226415,22.29299363057325,37.93103448275862,26.31578947368421,33.80281690140845,28.04878048780488 +0.5052229091525078,53.77358490566038,33.75796178343949,37.93103448275862,38.94736842105263,38.028169014084504,29.268292682926827 +0.5316285565495491,22.641509433962266,7.643312101910828,13.793103448275861,21.052631578947366,5.633802816901409,2.4390243902439024 +0.5580342039465904,2.8301886792452833,1.2738853503184715,0.0,3.1578947368421053,0.0,1.2195121951219512 diff --git a/ressources/data/splitting/normal_eval2_binned_percentages_h.csv b/ressources/data/splitting/normal_eval2_binned_percentages_h.csv new file mode 100644 index 0000000000000000000000000000000000000000..cf0d76b43531b6800c48fdd0f5d9ce74fc19434a --- /dev/null +++ b/ressources/data/splitting/normal_eval2_binned_percentages_h.csv @@ -0,0 +1,11 @@ +Score Interval,The Lord of the Rings,Harry Potter,The Hunger Games,Dune,Twilight,The Hitchhiker's Guide to the Galaxy +0.5193016584452717,72.64150943396226,92.35668789808918,86.20689655172413,77.89473684210526,91.54929577464789,70.73170731707317 +1.5579031715666423,22.641509433962266,4.45859872611465,10.344827586206897,22.105263157894736,7.042253521126761,12.195121951219512 +2.5965046846880133,2.8301886792452833,3.1847133757961785,3.4482758620689653,0.0,1.4084507042253522,9.75609756097561 +3.6351061978093835,0.9433962264150944,0.0,0.0,0.0,0.0,2.4390243902439024 +4.6737077109307545,0.9433962264150944,0.0,0.0,0.0,0.0,2.4390243902439024 +5.712309224052126,0.0,0.0,0.0,0.0,0.0,0.0 +6.750910737173495,0.0,0.0,0.0,0.0,0.0,1.2195121951219512 +7.789512250294866,0.0,0.0,0.0,0.0,0.0,0.0 +8.828113763416237,0.0,0.0,0.0,0.0,0.0,0.0 +9.866715276537608,0.0,0.0,0.0,0.0,0.0,1.2195121951219512 diff --git a/ressources/data/splitting/normal_eval_binned_percentages_F1.csv b/ressources/data/splitting/normal_eval_binned_percentages_F1.csv new file mode 100644 index 0000000000000000000000000000000000000000..e3fde80b26ebe7b17a406256ffdb15bc8af95656 --- /dev/null +++ b/ressources/data/splitting/normal_eval_binned_percentages_F1.csv @@ -0,0 +1,11 @@ +Score Interval,The Lord of the Rings,Harry Potter,The Hunger Games,Dune,Twilight,The Hitchhiker's Guide to the Galaxy +0.38612079918384545,0.0,0.6369426751592357,0.0,0.0,0.0,0.0 +0.4077092498540878,0.0,1.910828025477707,10.344827586206897,2.1052631578947367,4.225352112676056,0.0 +0.4292977005243301,3.7735849056603774,14.012738853503185,13.793103448275861,6.315789473684211,11.267605633802818,4.878048780487805 +0.4508861511945724,10.377358490566039,21.019108280254777,17.24137931034483,7.368421052631578,12.676056338028168,14.634146341463413 +0.4724746018648147,23.58490566037736,10.828025477707007,17.24137931034483,13.684210526315791,5.633802816901409,15.853658536585366 +0.49406305253505706,20.754716981132077,6.369426751592357,20.689655172413794,20.0,11.267605633802818,23.170731707317074 +0.5156515032052993,11.320754716981133,14.012738853503185,13.793103448275861,15.789473684210526,33.80281690140845,13.414634146341465 +0.5372399538755417,13.20754716981132,18.471337579617835,3.4482758620689653,21.052631578947366,15.492957746478872,19.51219512195122 +0.5588284045457841,14.150943396226415,10.191082802547772,0.0,6.315789473684211,5.633802816901409,7.317073170731707 +0.5804168552160263,2.8301886792452833,2.547770700636943,3.4482758620689653,7.368421052631578,0.0,1.2195121951219512 diff --git a/ressources/data/splitting/normal_eval_binned_percentages_h.csv b/ressources/data/splitting/normal_eval_binned_percentages_h.csv new file mode 100644 index 0000000000000000000000000000000000000000..75dd5b20264274c04b59fc323bc04b2be10e279b --- /dev/null +++ b/ressources/data/splitting/normal_eval_binned_percentages_h.csv @@ -0,0 +1,11 @@ +Score Interval,The Lord of the Rings,Harry Potter,The Hunger Games,Dune,Twilight,The Hitchhiker's Guide to the Galaxy +0.6209946374068922,90.56603773584906,84.07643312101911,89.65517241379311,71.57894736842105,95.77464788732394,40.243902439024396 +1.8629839122206766,8.49056603773585,7.643312101910828,6.896551724137931,18.947368421052634,4.225352112676056,30.48780487804878 +3.104973187034461,0.9433962264150944,3.821656050955414,3.4482758620689653,5.263157894736842,0.0,14.634146341463413 +4.346962461848245,0.0,3.1847133757961785,0.0,2.1052631578947367,0.0,9.75609756097561 +5.58895173666203,0.0,1.2738853503184715,0.0,2.1052631578947367,0.0,0.0 +6.830941011475814,0.0,0.0,0.0,0.0,0.0,2.4390243902439024 +8.072930286289598,0.0,0.0,0.0,0.0,0.0,0.0 +9.314919561103384,0.0,0.0,0.0,0.0,0.0,0.0 +10.556908835917167,0.0,0.0,0.0,0.0,0.0,0.0 +11.798898110730953,0.0,0.0,0.0,0.0,0.0,2.4390243902439024 diff --git a/ressources/data/splitting/passages_13_scores_binned_percentages_Score.csv b/ressources/data/splitting/passages_13_scores_binned_percentages_Score.csv new file mode 100644 index 0000000000000000000000000000000000000000..b301f21876311a4a4290a7a9861af6023dc6a7df --- /dev/null +++ b/ressources/data/splitting/passages_13_scores_binned_percentages_Score.csv @@ -0,0 +1,11 @@ +Score Interval,Harry Potter,The Lord of the Rings,The Hunger Games,Dune,Twilight,The Hitchhiker's Guide to the Galaxy +58.259097890616886,0.0,0.0,0.0,0.0,0.0,2.6266416510318953 +61.08641744897135,0.0,0.0,1.8567639257294428,0.0,3.358613217768147,11.819887429643527 +63.91373700732582,3.478686918177364,2.539912917271408,32.62599469496021,5.8493589743589745,14.301191765980498,21.388367729831145 +66.7410565656803,12.346888780009799,6.966618287373004,30.50397877984085,19.951923076923077,30.335861321776814,30.206378986866795 +69.56837612403476,14.992650661440472,23.9477503628447,9.814323607427056,21.474358974358974,20.693391115926328,18.29268292682927 +72.39569568238923,27.829495345418913,29.390420899854863,14.058355437665782,11.298076923076923,12.784398699891659,5.72232645403377 +75.2230152407437,28.319451249387555,24.963715529753266,9.283819628647215,17.307692307692307,13.542795232936077,4.409005628517824 +78.05033479909818,11.21999020088192,11.030478955007258,1.5915119363395225,20.753205128205128,4.117009750812568,3.564727954971857 +80.87765435745266,1.7638412542871142,0.9433962264150944,0.2652519893899204,3.3653846153846154,0.8667388949079089,1.594746716697936 +83.70497391580712,0.04899559039686428,0.21770682148040638,0.0,0.0,0.0,0.37523452157598497 diff --git a/ressources/data/total_comparisson/normal_eval2_comparisonF.csv b/ressources/data/total_comparisson/normal_eval2_comparisonF.csv new file mode 100644 index 0000000000000000000000000000000000000000..28dd37f1c8b867f5179118f1f420f7b6b5d9e462 --- /dev/null +++ b/ressources/data/total_comparisson/normal_eval2_comparisonF.csv @@ -0,0 +1,312 @@ +Book_1,Character,F1_1,h_1,wF1_1,wh_1,Book_2,F1_2,h_2,wF1_2,wh_2,F1c,hc,wF1c,whc +The Hitchhiker's Guide to the Galaxy,The Lord,0.3071805536746979,0.539492840010531,0.5095160007476807,3.5966796013484585,The Hitchhiker's Guide to the Galaxy,0.5007612705230713,2.066419580043978,0.5112965703010559,1.3281270743648217,-0.1935807168483734,-1.526926740033447,-0.0017805695533752441,2.268552526983637 +The Hitchhiker's Guide to the Galaxy,Great Hyperlobic Omnicognate Neutron Wrangler,0.3563226461410522,0.2968392444170915,0.538632333278656,2.1133419090118397,The Hitchhiker's Guide to the Galaxy,0.5384833216667175,2.4184494776517766,0.6105626225471497,7.005432719867193,-0.18216067552566534,-2.1216102332346853,-0.07193028926849365,-4.892090810855354 +The Hitchhiker's Guide to the Galaxy,Enid Kapelsen,0.3291886150836944,0.4689406271306049,0.5459449291229248,1.4302111081764557,The Hitchhiker's Guide to the Galaxy,0.4951694905757904,1.255892682117142,0.5399518013000488,1.751950865087436,-0.165980875492096,-0.786952054986537,0.0059931278228759766,-0.32173975691098033 +The Hitchhiker's Guide to the Galaxy,Pizpot Gargravarr,0.3139541745185852,0.3622527754839205,0.5040284395217896,1.7450559279627826,The Hitchhiker's Guide to the Galaxy,0.4787600934505462,0.9577454175059584,0.4993785619735718,1.5612964447779745,-0.164805918931961,-0.5954926420220379,0.0046498775482177734,0.18375948318480817 +The Hitchhiker's Guide to the Galaxy,Grunthos the Flatulent,0.4379906356334686,0.5884191202262163,0.5056959390640259,2.533949332902004,The Hitchhiker's Guide to the Galaxy,0.5995125770568848,17.001846737223865,0.5219007730484009,2.133263321573577,-0.1615219414234162,-16.413427616997648,-0.016204833984375,0.40068601132842696 +The Hitchhiker's Guide to the Galaxy,Emperor of the Galaxy,0.3234719932079315,0.3146953704338651,0.491729736328125,3.674797705066148,The Hitchhiker's Guide to the Galaxy,0.4816323816776275,4.000186235659046,0.5285906791687012,6.886287217357911,-0.158160388469696,-3.685490865225181,-0.03686094284057617,-3.2114895122917626 +The Hitchhiker's Guide to the Galaxy,Effrafax of Wug,0.361553281545639,0.5747696922517948,0.5487123727798462,1.4568019978263285,The Hitchhiker's Guide to the Galaxy,0.5174126625061035,2.4604352678384305,0.5381537079811096,3.3004362825008813,-0.15585938096046453,-1.8856655755866356,0.010558664798736572,-1.8436342846745528 +The Hitchhiker's Guide to the Galaxy,Hurling Frootmig,0.3751438558101654,0.6959301679234284,0.5332341194152832,4.491338073974113,The Hitchhiker's Guide to the Galaxy,0.5172088146209717,1.3230990334518309,0.5507286787033081,3.484903478663206,-0.14206495881080627,-0.6271688655284025,-0.017494559288024902,1.0064345953109068 +The Hitchhiker's Guide to the Galaxy,Genghis Khan,0.424543023109436,0.5671710824059766,0.4711781740188598,0.9350327254876516,The Hitchhiker's Guide to the Galaxy,0.5663809180259705,2.074380728007357,0.5443081259727478,2.531551998571767,-0.14183789491653448,-1.5072096456013806,-0.073129951953888,-1.5965192730841153 +The Hitchhiker's Guide to the Galaxy,Great Green Arkleseizure,0.4108148217201233,0.3765649406570394,0.5255516171455383,3.246125440506177,The Hitchhiker's Guide to the Galaxy,0.5522434115409851,4.391415220193749,0.5681037306785583,5.109643200946081,-0.14142858982086182,-4.014850279536709,-0.04255211353302002,-1.8635177604399042 +The Hitchhiker's Guide to the Galaxy,Hactar,0.3989352285861969,0.7576601357314339,0.5416232943534851,0.7711947173289098,The Hitchhiker's Guide to the Galaxy,0.5371614098548889,1.459193337851069,0.574628472328186,1.092209836230405,-0.13822618126869202,-0.7015332021196352,-0.03300517797470093,-0.32101511890149514 +The Hitchhiker's Guide to the Galaxy,Lallafa,0.3855247795581817,0.3642502465315573,0.5176847577095032,0.9539209876634652,The Hitchhiker's Guide to the Galaxy,0.5180431008338928,1.4061786046354934,0.5211470723152161,0.9665751629373902,-0.13251832127571112,-1.041928358103936,-0.0034623146057128906,-0.012654175273924984 +The Hitchhiker's Guide to the Galaxy,Poodoo,0.322559654712677,0.4345295743733599,0.487070620059967,1.1780212850157157,The Hitchhiker's Guide to the Galaxy,0.450519859790802,1.0020379796927297,0.5223364233970642,1.4941446530390217,-0.127960205078125,-0.5675084053193697,-0.035265803337097223,-0.316123368023306 +The Hitchhiker's Guide to the Galaxy,Paul Neil Milne Johnstone,0.3960185945034027,0.5478944495090049,0.5309251546859741,3.0383673200038266,The Hitchhiker's Guide to the Galaxy,0.5163652896881104,2.7351682821906733,0.5477356910705566,3.51385000822408,-0.12034669518470764,-2.1872738326816683,-0.01681053638458252,-0.4754826882202532 +The Hitchhiker's Guide to the Galaxy,Eccentrica Gallumbits,0.4806388914585113,0.7287256191933535,0.5445906519889832,3.1585595168792167,The Hitchhiker's Guide to the Galaxy,0.5966795682907104,7.6688246058673775,0.5707736015319824,4.145647728569833,-0.11604067683219915,-6.940098986674024,-0.026182949542999268,-0.9870882116906166 +The Hitchhiker's Guide to the Galaxy,Roosta,0.4013340473175049,0.5160362064200719,0.5600486993789673,7.561060928517275,The Hitchhiker's Guide to the Galaxy,0.5169205665588379,2.102114009073872,0.5259182453155518,5.666003639061062,-0.11558651924133301,-1.5860778026538003,0.03413045406341553,1.8950572894562132 +The Hitchhiker's Guide to the Galaxy,Russell,0.3510933518409729,0.1425238221075055,0.4901808202266693,1.2995699622920482,The Hitchhiker's Guide to the Galaxy,0.4608912467956543,0.9779045702858556,0.5067327618598938,1.3193558646808417,-0.1097978949546814,-0.8353807481783502,-0.016551941633224487,-0.019785902388793408 +The Hitchhiker's Guide to the Galaxy,Ameglian Major Cow,0.4171024262905121,2.9120419274441147,0.5268067121505737,0.4504755133943672,The Hitchhiker's Guide to the Galaxy,0.524772584438324,0.4754265145147631,0.5391592383384705,1.6993015589938314,-0.10767015814781189,2.436615412929352,-0.012352526187896729,-1.2488260455994642 +The Hitchhiker's Guide to the Galaxy,Heimdall,0.4221406280994415,0.5328247346765147,0.5135451555252075,1.5380454113971236,The Hitchhiker's Guide to the Galaxy,0.5255253911018372,2.0622431163773225,0.5286298394203186,1.3716973750191226,-0.10338476300239569,-1.5294183817008078,-0.015084683895111084,0.166348036378001 +The Hitchhiker's Guide to the Galaxy,Phouchg,0.4561991989612579,0.5018064406777262,0.5188992023468018,1.040299760549525,The Hitchhiker's Guide to the Galaxy,0.558274507522583,3.1433265221504385,0.511775553226471,0.8516334959792943,-0.10207530856132513,-2.6415200814727124,0.0071236491203308105,0.18866626457023072 +The Hitchhiker's Guide to the Galaxy,Know-Nothing-Bozo,0.3952953815460205,0.2783315400326001,0.5313194990158081,1.1784301044494518,The Hitchhiker's Guide to the Galaxy,0.4955277740955353,0.5778292685825147,0.4897610247135162,0.6143910796859021,-0.10023239254951477,-0.29949772854991463,0.041558474302291926,0.5640390247635497 +The Lord of the Rings,Gil-galad,0.5118858814239502,0.0068857499924548,0.5715324282646179,0.0005677095052421,The Lord of the Rings,0.6103127002716064,0.0028920199616459,0.5794858336448669,0.0144161097849405,-0.09842681884765625,0.0039937300308089,-0.007953405380249023,-0.0138484002796984 +Dune,Otheym,0.4998379051685333,0.9750208906999622,0.5489936470985413,1.6242758905300028,Dune,0.5967943072319031,2.07091631715095,0.5572136640548706,2.31686868074298,-0.09695640206336975,-1.0958954264509877,-0.008220016956329346,-0.6925927902129774 +The Hitchhiker's Guide to the Galaxy,Old Thrashbarg,0.4717856347560882,0.734133117188203,0.5298166275024414,2.8792323369555364,The Hitchhiker's Guide to the Galaxy,0.5672872066497803,4.087518235317492,0.546647310256958,4.474187102026901,-0.09550157189369207,-3.353385118129289,-0.0168306827545166,-1.594954765071365 +Dune,Norma Cenva,0.4278644323348999,0.3453006718812716,0.5005387663841248,1.3120403501803808,Dune,0.5233030319213867,0.778264812852435,0.555372953414917,2.386279260997153,-0.09543859958648682,-0.43296414097116337,-0.054834187030792236,-1.074238910816772 +The Lord of the Rings,Lúthien,0.502149760723114,0.409620335566205,0.5771726965904236,0.0454235640070587,The Lord of the Rings,0.5956390500068665,0.0112333518610646,0.5993440747261047,0.0595055290157494,-0.09348928928375244,0.39838698370514036,-0.022171378135681152,-0.014081965008690703 +The Hitchhiker's Guide to the Galaxy,Judiciary Pag,0.4077497720718384,0.3879200827809871,0.5317800045013428,3.631708981719817,The Hitchhiker's Guide to the Galaxy,0.4990079998970032,2.7655560556335304,0.5291802883148193,2.0222538527401874,-0.0912582278251648,-2.377635972852543,0.0025997161865234375,1.6094551289796297 +Twilight,Sam Uley,0.4465399384498596,0.1580871110863526,0.4652275443077087,0.715707424161233,Twilight,0.5355950593948364,3.600960145056e-05,0.540189266204834,1.1542121422218382e-05,-0.0890551209449768,0.15805110148490203,-0.0749617218971253,0.7156958820398108 +The Hitchhiker's Guide to the Galaxy,Prak,0.3869447112083435,1.1668621031031616,0.5115901231765747,0.5061764822984539,The Hitchhiker's Guide to the Galaxy,0.4743108451366424,0.8805545389287109,0.5147708058357239,0.2908535552733367,-0.0873661339282989,0.2863075641744507,-0.00318068265914917,0.21532292702511724 +Twilight,Charlie Swan,0.4213856756687164,0.4498903362913304,0.4323393404483795,1.666027704785033,Twilight,0.50819993019104,1.7029831075784686e-20,0.5111526250839233,1.0789891481000245e-15,-0.08681425452232366,0.4498903362913304,-0.07881328463554382,1.6660277047850318 +The Hitchhiker's Guide to the Galaxy,Guide Mark II,0.4657743871212005,2.6638920729684443,0.546289324760437,1.816169121645537,The Hitchhiker's Guide to the Galaxy,0.5517412424087524,3.014383230731099,0.5583321452140808,5.972646482817048,-0.08596685528755194,-0.3504911577626548,-0.012042820453643799,-4.156477361171511 +The Hitchhiker's Guide to the Galaxy,Number One,0.4428691864013672,0.377350079843268,0.5162665843963623,1.3980420177545387,The Hitchhiker's Guide to the Galaxy,0.5280580520629883,1.4328597399698952,0.493426501750946,0.9568505357678344,-0.0851888656616211,-1.0555096601266272,0.022840082645416315,0.4411914819867043 +The Hitchhiker's Guide to the Galaxy,Golgafrinchans,0.4871600866317749,0.8266789267927431,0.5505149364471436,0.5544471130203781,The Hitchhiker's Guide to the Galaxy,0.5678676962852478,1.1610192491706892,0.5612878203392029,1.4139129371358898,-0.0807076096534729,-0.3343403223779461,-0.010772883892059326,-0.8594658241155118 +The Hitchhiker's Guide to the Galaxy,Elvis Presley,0.4119135737419128,0.3797633349632493,0.4842294752597809,0.9820755274381016,The Hitchhiker's Guide to the Galaxy,0.4907255470752716,1.351894932353983,0.5306002497673035,1.626699947685858,-0.07881197333335882,-0.9721315973907337,-0.04637077450752258,-0.6446244202477563 +Harry Potter,Seamus Finnigan,0.4365192055702209,0.2414835028043452,0.4489688575267792,0.4189462516119065,Harry Potter,0.5138559937477112,6.541696306138895e-16,0.5381180644035339,2.4033985258907307e-06,-0.07733678817749029,0.24148350280434452,-0.08914920687675476,0.41894384821338065 +Dune,Leto Atreides II,0.435349702835083,0.3584839649690369,0.4671371281147003,1.162239077604367,Dune,0.5101075768470764,0.0009207827013981,0.5217192769050598,0.000183900062533,-0.07475787401199341,0.3575631822676388,-0.0545821487903595,1.162055177541834 +The Lord of the Rings,Thrór,0.5086534023284912,0.3902141821370657,0.5392593145370483,0.0189457615107746,The Lord of the Rings,0.5830733180046082,0.1168014483449544,0.5529870390892029,0.0606224964542881,-0.07441991567611694,0.2734127337921113,-0.013727724552154541,-0.041676734943513497 +Dune,Anirul Corrino,0.477915495634079,0.5785452349450044,0.5409173369407654,2.184465197505393,Dune,0.5521725416183472,1.7887946758179385,0.5885332226753235,2.588326357345893,-0.07425704598426819,-1.210249440872934,-0.047615885734558105,-0.4038611598405 +Dune,Moneo Atreides,0.4783799648284912,0.4628469607843391,0.5353717803955078,0.0102032453119768,Dune,0.5522628426551819,0.2040862951867797,0.5395599007606506,0.032820311689115,-0.07388287782669067,0.2587606655975594,-0.004188120365142822,-0.0226170663771382 +The Lord of the Rings,Watcher in the Water,0.509591817855835,0.0042405603228484,0.5722002983093262,0.0050986009448787,The Lord of the Rings,0.58259117603302,0.0008455740605946,0.6002125144004822,0.0048471313602718,-0.07299935817718506,0.0033949862622538,-0.028012216091156006,0.00025146958460689917 +Dune,Ramallo,0.4951575994491577,0.9747248480575008,0.5169386267662048,0.7338078391350811,Dune,0.5678929090499878,1.154690518665489,0.5771474838256836,1.2469760206362497,-0.07273530960083008,-0.17996567060798818,-0.06020885705947876,-0.5131681815011686 +The Lord of the Rings,Éowyn,0.5037795305252075,0.361386855873899,0.5493127107620239,0.0015152985022966,The Lord of the Rings,0.5752246379852295,0.1766522094437725,0.5742315649986267,0.0361872465904922,-0.07144510746002197,0.18473464643012652,-0.024918854236602783,-0.034671948088195605 +Dune,Aramsham,0.4641391634941101,0.4544422923442146,0.4845773875713348,0.8127568286147788,Dune,0.5344614386558533,1.4950078491961325,0.558563232421875,1.4762572326855694,-0.07032227516174316,-1.0405655568519179,-0.07398584485054022,-0.6635004040707906 +The Lord of the Rings,Legolas,0.449033111333847,0.4938407484802042,0.4525555372238159,0.7749630835867346,The Lord of the Rings,0.5186892151832581,4.7944220802678974e-24,0.583724319934845,2.8502492893339547e-09,-0.06965610384941107,0.4938407484802042,-0.13116878271102905,0.7749630807364853 +Twilight,Bree Tanner,0.4895860850811004,0.0027619723448355,0.5328367352485657,4.932456015088068e-07,Twilight,0.5580485463142395,0.0113079999916323,0.5131526589393616,0.0001464595674742,-0.0684624612331391,-0.0085460276467968,0.0196840763092041,-0.00014596632187269118 +Twilight,Lauren Mallory,0.4392404556274414,0.4852898117353846,0.550056517124176,0.0953384896121278,Twilight,0.5076858997344971,0.0148204148834229,0.5188787579536438,1.9971218720906192,-0.06844544410705566,0.4704693968519617,0.031177759170532227,-1.9017833824784913 +Dune,Wensicia Corrino,0.5032896399497986,0.5391336026435865,0.5432509183883667,0.4904736340133676,Dune,0.5715660452842712,1.819849624453167,0.5675203800201416,0.9927692781062312,-0.06827640533447266,-1.2807160218095806,-0.024269461631774902,-0.5022956440928636 +The Hitchhiker's Guide to the Galaxy,Oolon Colluphid,0.5109764337539673,3.494924471198232,0.523297131061554,2.332563684862649,The Hitchhiker's Guide to the Galaxy,0.5784218311309814,4.851148934817749,0.5522536039352417,2.5080001062957518,-0.06744539737701416,-1.3562244636195167,-0.028956472873687744,-0.17543642143310256 +Dune,Elrood Corrino IX,0.4567656815052032,0.4789964367943902,0.525293231010437,3.7146401915141753,Dune,0.5237322449684143,1.7444766368832163,0.5411025285720825,2.93718753271404,-0.06696656346321112,-1.2654802000888261,-0.015809297561645508,0.7774526588001351 +The Hitchhiker's Guide to the Galaxy,Haggunenons,0.4784274697303772,0.0611463148321988,0.5442502498626709,0.7159532413067194,The Hitchhiker's Guide to the Galaxy,0.5453197956085205,0.3291761873612753,0.5468650460243225,0.920699640644659,-0.06689232587814331,-0.2680298725290765,-0.0026147961616516113,-0.2047463993379396 +The Lord of the Rings,Thráin II,0.5144786238670349,0.207425169155333,0.5409236550331116,0.101525871987325,The Lord of the Rings,0.5807884335517883,0.0296818214378983,0.5639391541481018,0.0503974339656662,-0.06630980968475342,0.1777433477174347,-0.023015499114990234,0.051128438021658805 +Dune,Mapes,0.4613449871540069,0.4332185225362724,0.542668879032135,0.9897316516413972,Dune,0.5276244282722473,0.0458423124801677,0.5413835644721985,2.2664236242419347,-0.06627944111824041,0.38737621005610473,0.0012853145599365234,-1.2766919726005375 +Twilight,Jessica Stanley,0.4544233083724975,0.0662294271312639,0.5578256249427795,9.421336264408823e-05,Twilight,0.5203374624252319,2.209583549370973e-06,0.5668190717697144,0.0473474140753404,-0.06591415405273443,0.06622721754771453,-0.008993446826934814,-0.04725320071269631 +Dune,Shando Vernius,0.4806986451148987,0.7962298181287515,0.5127638578414917,0.5847123792064839,Dune,0.5465232133865356,0.7520822598278919,0.5261800289154053,0.8021177618208027,-0.06582456827163696,0.04414755830085959,-0.013416171073913574,-0.21740538261431885 +Harry Potter,Bartemius Crouch Junior,0.4792044460773468,0.3325170388966956,0.4619598388671875,0.6034569700781027,Harry Potter,0.5438398122787476,2.068045174634521e-09,0.5474404096603394,1.3919049480481646e-09,-0.06463536620140076,0.3325170368286504,-0.08548057079315186,0.6034569686861978 +Dune,Sheeana Brugh,0.5043639540672302,0.5192340812650102,0.5130999088287354,0.0895398934958691,Dune,0.5689539313316345,3.879076295351741,0.5332396626472473,2.092447271800819,-0.0645899772644043,-3.3598422140867306,-0.020139753818511963,-2.00290737830495 +Dune,Leto I Atreides,0.4957177937030792,0.0713538467969338,0.5478718876838684,0.0030558619291654,Dune,0.5601571798324585,0.1023989904643914,0.5555311441421509,0.0417155261758025,-0.06443938612937927,-0.0310451436674576,-0.007659256458282471,-0.0386596642466371 +Dune,Farok,0.4914568066596985,0.2526507789809973,0.513570249080658,1.2662744929738627,Dune,0.5553319454193115,2.3081063709412537,0.5157051682472229,1.8509081586007976,-0.06387513875961304,-2.055455591960256,-0.0021349191665649414,-0.5846336656269349 +Dune,Alef Burzmali,0.4665161967277527,0.982452391156567,0.5583000183105469,2.8614034158046757,Dune,0.5303556323051453,0.8859958499328504,0.5734409093856812,2.9636699586674617,-0.06383943557739258,0.09645654122371661,-0.015140891075134277,-0.10226654286278603 +The Lord of the Rings,Shadowfax,0.5600701570510864,3.11919735731716,0.5659462809562683,1.640608785919145,The Lord of the Rings,0.6224778294563293,1.7175942891378289,0.6148388385772705,1.9714219260473624,-0.06240767240524292,1.4016030681793312,-0.0488925576210022,-0.3308131401282175 +The Hitchhiker's Guide to the Galaxy,Garkbit,0.4613436758518219,0.3191123091025339,0.570511519908905,1.989116101173145,The Hitchhiker's Guide to the Galaxy,0.5236223936080933,1.0433548950697888,0.5911267399787903,2.4572819478109995,-0.06227871775627136,-0.724242585967255,-0.020615220069885254,-0.46816584663785443 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Kwaltz,0.4778609573841095,2.822516176868135,0.5188731551170349,6.296859603897407,The Hitchhiker's Guide to the Galaxy,0.5397637486457825,3.052210660958916,0.5244671106338501,6.27272596489698,-0.061902791261672974,-0.22969448409078108,-0.0055939555168151855,0.024133639000426754 +The Hitchhiker's Guide to the Galaxy,Allitnils,0.4362064599990845,0.3346937327370324,0.4490273594856262,1.3148000331605807,The Hitchhiker's Guide to the Galaxy,0.4965316355228424,0.8980947810572045,0.5122107267379761,1.7813170644012286,-0.060325175523757935,-0.5634010483201721,-0.06318336725234985,-0.4665170312406479 +The Hitchhiker's Guide to the Galaxy,Constant Mown,0.4446617364883423,0.3350513854588815,0.5357279777526855,1.584814100444835,The Hitchhiker's Guide to the Galaxy,0.5038566589355469,3.265715467731482,0.4810433089733124,3.086949363020123,-0.05919492244720459,-2.9306640822726004,0.05468466877937317,-1.502135262575288 +Dune,Rhombur Vernius,0.4708586931228637,0.1710636479778642,0.5153435468673706,0.3311951378907922,Dune,0.5298475623130798,0.4492802922201242,0.5671092867851257,0.2153144695845419,-0.05898886919021612,-0.27821664424226,-0.05176573991775513,0.1158806683062503 +The Hitchhiker's Guide to the Galaxy,Captain,0.427333116531372,0.5894758492741129,0.514319658279419,1.5084252457658365,The Hitchhiker's Guide to the Galaxy,0.4852561056613922,1.3337660049817803,0.5076146721839905,0.9621542476535582,-0.0579229891300202,-0.7442901557076674,0.006704986095428467,0.5462709981122783 +The Lord of the Rings,Galadriel,0.4836136102676391,1.6749693381935893,0.4992484152317047,3.2063685807969784,The Lord of the Rings,0.5415364503860474,4.372329747200607e-11,0.5580785274505615,7.375608451744264e-10,-0.05792284011840826,1.674969338149866,-0.05883011221885681,3.2063685800594177 +The Lord of the Rings,Melian,0.5110530853271484,0.907273705024486,0.558221161365509,0.6104079360669264,The Lord of the Rings,0.568642795085907,0.4820294146165659,0.5772488117218018,0.5859594915320728,-0.057589709758758545,0.4252442904079201,-0.019027650356292725,0.02444844453485362 +The Lord of the Rings,Maedhros,0.5247319340705872,0.2123965678051731,0.5603326559066772,0.0002969941491448,The Lord of the Rings,0.5822654962539673,0.0118733455624457,0.5654446482658386,0.0303042822961876,-0.05753356218338013,0.2005232222427274,-0.005111992359161377,-0.0300072881470428 +Dune,Zufa Cenva,0.4905062317848205,0.4587798233452558,0.5150262713432312,0.0418490094817323,Dune,0.5469627380371094,0.2514755578288763,0.5501323938369751,0.497377813153401,-0.056456506252288874,0.20730426551637948,-0.035106122493743896,-0.4555288036716687 +Dune,Bellonda,0.5110083222389221,1.4250345742292878,0.5434740781784058,1.319385444025332,Dune,0.566320538520813,2.080836282967017,0.572908878326416,3.142909773513882,-0.05531221628189087,-0.6558017087377292,-0.029434800148010254,-1.8235243294885497 +The Lord of the Rings,Elrond,0.4814432561397552,1.9066771373142477,0.4988417327404022,2.981981024107577,The Lord of the Rings,0.5360152721405029,2.839668591472706e-05,0.5335156321525574,1.633587481324431e-05,-0.054572016000747736,1.906648740628333,-0.03467389941215515,2.9819646882327637 +The Lord of the Rings,Fíli and Kíli,0.5192292332649231,0.2731083845726587,0.5307999849319458,3.5865667022029726e-06,The Lord of the Rings,0.5735980868339539,0.0009851667951868,0.5889543890953064,0.1636460379511975,-0.05436885356903076,0.2721232177774719,-0.058154404163360596,-0.1636424513844953 +Dune,Liet Kynes,0.5239098072052002,1.0709727789405448,0.5483620166778564,0.3553751776220851,Dune,0.5779098868370056,0.5893175192449547,0.5671825408935547,0.5113138194072281,-0.05400007963180542,0.4816552596955901,-0.018820524215698242,-0.155938641785143 +Dune,Helena Atreides,0.4995802938938141,0.6356990969259351,0.54463130235672,0.2251058415891642,Dune,0.55311119556427,0.3863628588487818,0.5335257053375244,0.2456276973392827,-0.05353090167045593,0.24933623807715327,0.011105597019195557,-0.0205218557501185 +Dune,Iakin Nefud,0.4791484773159027,0.2640108801746009,0.5199869871139526,0.98270983524692,Dune,0.5314460396766663,1.5068754477787645,0.5381607413291931,1.2583039126290727,-0.05229756236076355,-1.2428645676041636,-0.01817375421524048,-0.2755940773821527 +Dune,Lichna,0.4484536945819855,0.3209750417245773,0.5563443303108215,1.0913543433308168,Dune,0.5000667572021484,0.8253871268352208,0.5714812278747559,2.2966022270097417,-0.051613062620162964,-0.5044120851106435,-0.015136897563934326,-1.2052478836789249 +The Hitchhiker's Guide to the Galaxy,Gail Andrews,0.3995009064674377,0.2916095789617625,0.5061356425285339,2.919661862620716,The Hitchhiker's Guide to the Galaxy,0.4509778022766113,0.9562000321919004,0.5595822334289551,2.624409782313436,-0.051476895809173584,-0.6645904532301379,-0.05344659090042114,0.29525208030728 +Dune,Schwangyu,0.5012314915657043,1.6685941357419745,0.5462884306907654,2.5507629847737583,Dune,0.5511276125907898,1.8958544366122756,0.5603456497192383,3.75076187459884,-0.04989612102508545,-0.22726030087030114,-0.0140572190284729,-1.1999988898250815 +The Hitchhiker's Guide to the Galaxy,Great Circling Poets of Arium,0.506938099861145,3.108880398631926,0.5965229272842407,3.48934247178035,The Hitchhiker's Guide to the Galaxy,0.5566425323486328,5.327887898814819,0.5682133436203003,4.149285679691731,-0.04970443248748779,-2.219007500182893,0.02830958366394043,-0.6599432079113812 +The Hitchhiker's Guide to the Galaxy,Loonquawl,0.4905512034893036,1.0880415049049648,0.5231997966766357,0.912282620068297,The Hitchhiker's Guide to the Galaxy,0.5401980876922607,2.7960738546327706,0.5393425226211548,1.8750551413304997,-0.04964688420295715,-1.7080323497278058,-0.016142725944519043,-0.9627725212622027 +Harry Potter,Dean Thomas,0.4422601759433746,0.3565506139410043,0.4590863287448883,1.938231684929948,Harry Potter,0.4910069108009338,1.964056739711877e-21,0.5423886179924011,6.595244790795994e-09,-0.048746734857559204,0.3565506139410043,-0.08330228924751282,1.9382316783347031 +Dune,Vorian Atreides,0.4654883146286011,0.4810919510127356,0.461676150560379,0.6263714752302175,Dune,0.5141591429710388,1.5746219723473062e-11,0.5186734795570374,2.5327050753729173e-14,-0.048670828342437744,0.48109195099698937,-0.05699732899665838,0.6263714752301922 +Twilight,Quil Ateara V,0.5131765604019165,0.5332838435645686,0.5482388138771057,0.0046602708874737,Twilight,0.5615991950035095,0.0493345792024236,0.5382692217826843,0.0347674485236213,-0.04842263460159302,0.48394926436214497,0.009969592094421387,-0.0301071776361476 +Dune,Hayt,0.5157616138458252,1.1372734117655994,0.5824491381645203,3.2943028197495816,Dune,0.5623521208763123,1.488815995076424,0.5540022253990173,2.7630196330461185,-0.04659050703048706,-0.35154258331082455,0.02844691276550293,0.5312831867034631 +Dune,Tylwyth Waff,0.509412407875061,1.1437715938563466,0.451562762260437,0.058983343730529,Dune,0.5559523701667786,1.7187419585481665,0.5639292001724243,1.6008048102770898,-0.04653996229171753,-0.5749703646918198,-0.1123664379119873,-1.5418214665465608 +The Lord of the Rings,Éomer,0.5233268737792969,1.31307278010033,0.5731189846992493,0.0120439070935844,The Lord of the Rings,0.569170355796814,0.066327741860287,0.5846097469329834,0.0604223548725145,-0.04584348201751709,1.246745038240043,-0.01149076223373413,-0.048378447778930106 +Harry Potter,Cormac McLaggen,0.5016866326332092,0.0045685164798883,0.5371431112289429,4.969169167102703e-05,Harry Potter,0.5474498867988586,0.0013196453172605,0.5296474099159241,0.0006933806875067,-0.045763254165649414,0.0032488711626278,0.007495701313018799,-0.0006436889958356729 +Twilight,Renesmee Cullen,0.4533692896366119,0.2003957739847295,0.449503093957901,0.6336242809830143,Twilight,0.497202605009079,3.8947510848525565e-11,0.4866980016231537,1.0830165529302885e-12,-0.043833315372467097,0.20039577394578198,-0.037194907665252686,0.6336242809819312 +The Hitchhiker's Guide to the Galaxy,Lintilla,0.4855124652385711,1.233854575936455,0.5066788196563721,0.1356336097707527,The Hitchhiker's Guide to the Galaxy,0.5287073850631714,0.558869123703348,0.5504475831985474,0.5872657301781092,-0.043194919824600275,0.674985452233107,-0.04376876354217529,-0.45163212040735656 +The Lord of the Rings,Glaurung,0.5107595324516296,1.0976330498120732,0.5491192936897278,0.2809735471299492,The Lord of the Rings,0.5535544753074646,0.3629630472734391,0.5826680660247803,0.8313548871362959,-0.04279494285583496,0.7346700025386341,-0.03354877233505249,-0.5503813400063466 +Twilight,Randall,0.5105313062667847,0.7926058356692781,0.5362573862075806,0.6021940269499707,Twilight,0.553048312664032,1.454575429737306,0.5498643517494202,3.8130195171475982,-0.042517006397247314,-0.6619695940680278,-0.0136069655418396,-3.2108254901976276 +Twilight,Ephraim Black,0.4526848793029785,0.5033109066451074,0.5182806849479675,0.0905480977732796,Twilight,0.495035707950592,0.0450036994060215,0.5283763408660889,0.9754689028889536,-0.04235082864761347,0.45830720723908586,-0.010095655918121338,-0.8849208051156741 +The Hunger Games,Alma Coin,0.4886846244335174,0.468572036166586,0.5130079388618469,2.4837320395148105e-05,The Hunger Games,0.5310269594192505,0.0579975632837664,0.507499635219574,0.0027280961559054,-0.04234233498573309,0.41057447288281956,0.005508303642272949,-0.0027032588355102517 +The Lord of the Rings,Beorn,0.5323838591575623,0.4035582584195729,0.5768317580223083,0.0997077545284254,The Lord of the Rings,0.5743336081504822,0.2859192303420603,0.598109781742096,0.1540755443137909,-0.04194974899291992,0.11763902807751259,-0.021278023719787598,-0.054367789785365495 +The Lord of the Rings,Thorin II,0.5045325756072998,0.0007322934482175,0.5158685445785522,6.198932369864243e-14,The Lord of the Rings,0.5464227199554443,0.0004284126620413,0.575333297252655,0.0027267432030499,-0.04189014434814453,0.00030388078617619996,-0.05946475267410278,-0.0027267432029879106 +Dune,Abulurd Harkonnen,0.4777737557888031,0.4430687366664146,0.5658541917800903,1.861695997521908,Dune,0.5195108652114868,1.1375128614763077,0.563437819480896,0.8915872034693118,-0.041737109422683716,-0.6944441248098931,0.002416372299194336,0.9701087940525963 +The Lord of the Rings,Ancalagon,0.5332438945770264,1.3377617161546485,0.6009135246276855,1.4144417320430205,The Lord of the Rings,0.5745759010314941,4.189269457296343,0.6052698493003845,4.544569991484027,-0.04133200645446777,-2.851507741141695,-0.004356324672698975,-3.130128259441007 +The Lord of the Rings,Círdan,0.5244083404541016,0.0041011724128416,0.5692238807678223,0.0052680420482716,The Lord of the Rings,0.5649707317352295,0.0396925836048516,0.5829378366470337,0.0174921897736828,-0.04056239128112793,-0.03559141119201,-0.013713955879211426,-0.012224147725411201 +Dune,Irulan Corrino,0.5143793225288391,0.3348602584278514,0.5152375102043152,0.0094716067630267,Dune,0.5549029111862183,0.3883706492553182,0.5475248694419861,0.0924784031698652,-0.04052358865737915,-0.053510390827466836,-0.0322873592376709,-0.0830067964068385 +The Hitchhiker's Guide to the Galaxy,God,0.4983585476875305,2.80915199636638,0.5157172679901123,3.0529506712113665,The Hitchhiker's Guide to the Galaxy,0.538847804069519,2.2596122948759985,0.5220323801040649,1.4293852203350672,-0.040489256381988525,0.5495397014903816,-0.006315112113952637,1.6235654508762993 +The Hunger Games,Hilarius Heavensbee,0.4951103627681732,0.7161396962156683,0.5291473865509033,1.248197113966103,The Hunger Games,0.5345776081085205,2.11777440643859,0.5213660597801208,2.95474443474159,-0.03946724534034729,-1.4016347102229219,0.007781326770782471,-1.706547320775487 +The Hitchhiker's Guide to the Galaxy,Lady Cynthia Fitzmelton,0.4701345562934875,0.4745346768104099,0.5366035103797913,0.945121595575924,The Hitchhiker's Guide to the Galaxy,0.509372889995575,1.866133674698825,0.5305003523826599,2.344663893372813,-0.03923833370208746,-1.3915989978884151,0.006103157997131348,-1.3995422977968888 +Dune,Raquella Berto-Anirul,0.4950067400932312,0.6736190323678809,0.5390993356704712,0.2187400306732795,Dune,0.5327244997024536,0.2562112091315427,0.5556399822235107,1.244242900357726,-0.03771775960922241,0.4174078232363382,-0.01654064655303955,-1.0255028696844466 +The Hitchhiker's Guide to the Galaxy,Vroomfondel,0.4920307099819183,6.379823034810391,0.5519132018089294,5.594354917271374,The Hitchhiker's Guide to the Galaxy,0.5289682745933533,6.720129576328287,0.5723767876625061,4.958258342843732,-0.03693756461143499,-0.3403065415178963,-0.02046358585357666,0.6360965744276417 +The Lord of the Rings,Smaug,0.4648820757865906,0.3524463914799617,0.4800652265548706,1.3515472953976442,The Lord of the Rings,0.5015507340431213,5.0048383037670566e-12,0.5529960989952087,5.611996296469298e-07,-0.03666865825653076,0.3524463914749569,-0.07293087244033813,1.3515467341980145 +The Lord of the Rings,Théoden,0.5182898044586182,0.7738611620859397,0.5532655715942383,0.0117856317736442,The Lord of the Rings,0.5545390844345093,0.1281139861151609,0.562267005443573,0.0641638199573162,-0.03624927997589111,0.6457471759707788,-0.009001433849334717,-0.05237818818367199 +Dune,Serena Butler,0.5059524774551392,0.1368107426912096,0.5279148817062378,6.365008228406361e-05,Dune,0.5420154333114624,0.001153885083131,0.5333322882652283,0.0049335653498528,-0.03606295585632324,0.1356568576080786,-0.0054174065589904785,-0.004869915267568737 +Dune,Margot Fenring,0.5196251273155212,1.287933709101413,0.587001383304596,0.4281066526230737,Dune,0.5554811954498291,1.886456070361856,0.5722024440765381,3.858722627527751,-0.03585606813430786,-0.5985223612604431,0.014798939228057861,-3.4306159749046774 +The Hitchhiker's Guide to the Galaxy,Hotblack Desiato,0.4843844473361969,0.5442587992941074,0.5540450811386108,3.018975403984865,The Hitchhiker's Guide to the Galaxy,0.5200538635253906,3.951519228743921,0.5353698134422302,2.8489468857505824,-0.035669416189193726,-3.4072604294498134,0.018675267696380615,0.17002851823428244 +Dune,Duncan Idaho,0.4306022822856903,0.7432827616520465,0.4569325149059295,0.985797118046122,Dune,0.4661685228347778,7.297284294208589e-05,0.4469107091426849,0.000229876418894,-0.03556624054908747,0.7432097888091045,0.010021805763244629,0.985567241627228 +Twilight,Rachel Black,0.4595691263675689,0.2576749869769676,0.5207951068878174,0.0190418830757729,Twilight,0.4946772158145904,0.4461437557674763,0.5062205791473389,0.2900946600663232,-0.035108089447021484,-0.18846876879050867,0.014574527740478516,-0.27105277699055025 +Dune,Pardot Kynes,0.5138195753097534,0.3631800161713162,0.54291170835495,0.1188006488069928,Dune,0.548527717590332,0.672247439672272,0.5399633049964905,0.0884621745392188,-0.03470814228057861,-0.3090674235009558,0.0029484033584594727,0.030338474267774 +Dune,Tyekanik,0.4869306087493896,0.5850379611842363,0.5662058591842651,3.932007099913652,Dune,0.5200982689857483,0.8706128152474562,0.5710911154747009,1.0321123382009028,-0.0331676602363587,-0.2855748540632198,-0.004885256290435791,2.8998947617127495 +The Hitchhiker's Guide to the Galaxy,Almighty Bob,0.4905094504356384,0.5909423247352042,0.5002472996711731,1.8500763634272333,The Hitchhiker's Guide to the Galaxy,0.5236132144927979,3.957909785382811,0.5205970406532288,1.3806195933359589,-0.033103764057159424,-3.366967460647607,-0.020349740982055664,0.4694567700912744 +Dune,Nayla,0.4786968827247619,0.6588261872586595,0.5447108149528503,2.623758321475784,Dune,0.5117801427841187,1.2422612366213277,0.5429883599281311,1.5111770122717076,-0.033083260059356745,-0.5834350493626682,0.0017224550247192383,1.1125813092040762 +Twilight,Riley Biers,0.4901560544967651,0.0527097632436116,0.5125524401664734,0.0001648423605823,Twilight,0.5229548811912537,0.0005162053381782,0.5178256630897522,0.0029624085757236,-0.03279882669448858,0.0521935579054334,-0.005273222923278809,-0.0027975662151413 +The Lord of the Rings,Denethor II,0.5090440511703491,0.4427748040732883,0.5393776297569275,0.0150714007096932,The Lord of the Rings,0.5417104363441467,0.1426756873688543,0.5651096701622009,0.4485476149051312,-0.03266638517379761,0.300099116704434,-0.025732040405273438,-0.43347621419543797 +The Lord of the Rings,Morgoth,0.4952822923660278,0.7517437502222779,0.5033573508262634,3.605734869013335,The Lord of the Rings,0.5276913642883301,5.316404165253476e-17,0.5421412587165833,1.5246684081734516e-13,-0.0324090719223023,0.7517437502222779,-0.038783907890319824,3.6057348690131827 +Dune,Siona Atreides,0.525655210018158,0.760034515851974,0.5492343306541443,0.1137882348869456,Dune,0.5566157698631287,0.7132382625515441,0.554270327091217,0.2215421654128753,-0.030960559844970703,0.04679625330042991,-0.005035996437072754,-0.1077539305259297 +The Lord of the Rings,Meriadoc Brandybuck,0.5133464932441711,0.5250487917458937,0.550666332244873,0.0315829500147008,The Lord of the Rings,0.5441402792930603,0.0021317408663048,0.562679648399353,0.6799241297925943,-0.03079378604888916,0.5229170508795888,-0.01201331615447998,-0.6483411797778935 +The Hunger Games,Coriolanus Snow,0.4579843580722809,0.9129836935607708,0.4332753419876098,1.7283589187069268,The Hunger Games,0.4886925816535949,1.7029677076940517e-18,0.518031120300293,7.187736589710056e-17,-0.03070822358131403,0.9129836935607708,-0.08475577831268316,1.7283589187069268 +The Lord of the Rings,Túrin,0.5115970969200134,0.0049511909120823,0.5016611218452454,5.695012396675375e-07,The Lord of the Rings,0.5421173572540283,0.0429806611634024,0.5550504326820374,0.0017625311475901,-0.030520260334014893,-0.0380294702513201,-0.05338931083679199,-0.0017619616463504324 +The Hitchhiker's Guide to the Galaxy,Humma Kavula,0.4809923768043518,1.477938828676986,0.5316513776779175,5.388965569722715,The Hitchhiker's Guide to the Galaxy,0.5110021829605103,2.0183648713233,0.5350873470306396,4.865023727382481,-0.030009806156158447,-0.5404260426463139,-0.003435969352722168,0.5239418423402338 +Twilight,Huilen,0.4822165071964264,0.0970548485684503,0.4986706674098968,0.0099519003700454,Twilight,0.5121077299118042,0.0233117597090182,0.4981113970279693,0.0021069506874706,-0.029891222715377808,0.0737430888594321,0.0005592703819274902,0.007844949682574799 +Twilight,Charlotte,0.475521981716156,0.2087086186847072,0.5121451616287231,0.0037026609804836,Twilight,0.5051864385604858,0.0596528866898714,0.5192722082138062,0.2376004493509231,-0.029664456844329834,0.1490557319948358,-0.007127046585083008,-0.23389778837043948 +Harry Potter,Myrtle Warren,0.4804550409317016,1.0701752161855695,0.4709806740283966,2.919664660674945,Harry Potter,0.508208155632019,1.076582645255686e-05,0.5474299788475037,2.642506336340502e-06,-0.02775311470031744,1.070164450359117,-0.07644930481910706,2.9196620181686086 +The Hitchhiker's Guide to the Galaxy,Number Two,0.4727605879306793,0.5012591080546629,0.5356969833374023,1.3391366496133603,The Hitchhiker's Guide to the Galaxy,0.5003491044044495,1.2324191217297131,0.5516855120658875,1.8112055895966903,-0.02758851647377014,-0.7311600136750502,-0.015988528728485107,-0.47206893998333 +Dune,Marty,0.4792817533016205,0.7280740326746394,0.4993573129177093,0.1588863758641067,Dune,0.5066540837287903,1.1714954308479877,0.5216068029403687,1.8426423024082883,-0.0273723304271698,-0.44342139817334825,-0.022249490022659357,-1.6837559265441815 +The Hitchhiker's Guide to the Galaxy,Ruler of the Universe,0.5010707974433899,1.112097138724288,0.5338650941848755,3.4558857645636705,The Hitchhiker's Guide to the Galaxy,0.5280703902244568,11.006996540280486,0.521700382232666,6.962456970037287,-0.026999592781066895,-9.894899401556199,0.012164711952209473,-3.506571205473617 +The Lord of the Rings,Peregrin Took,0.5051109790802002,0.0387485409175478,0.5279164910316467,0.014012182356224,The Lord of the Rings,0.5318484306335449,0.2692060335335933,0.5542590618133545,0.2374488441743688,-0.026737451553344727,-0.23045749261604548,-0.026342570781707764,-0.22343666181814478 +The Hitchhiker's Guide to the Galaxy,Barman,0.4852215051651001,0.892994337150235,0.53641277551651,1.711163363707738,The Hitchhiker's Guide to the Galaxy,0.511643648147583,1.608056616499328,0.5494937896728516,1.9716792377981351,-0.02642214298248291,-0.7150622793490929,-0.013081014156341553,-0.2605158740903972 +The Lord of the Rings,Samwise Gamgee,0.516346275806427,0.0086353743028511,0.5517829060554504,6.587088113698992e-06,The Lord of the Rings,0.5425846576690674,3.937179946292413e-10,0.5823348760604858,0.0002485532633412,-0.02623838186264038,0.008635373909133106,-0.0305519700050354,-0.00024196617522750103 +Twilight,Marcus,0.4986763596534729,0.0955367626922656,0.5225239396095276,0.0002537160997281,Twilight,0.5242221355438232,0.0003123954626464,0.5059548616409302,0.0002575812630279,-0.025545775890350342,0.0952243672296192,0.016569077968597412,-3.865163299800038e-06 +The Hunger Games,Vipsania Sickle,0.4687986373901367,0.6673281913400538,0.4317727088928222,0.0093496491249441,The Hunger Games,0.494323194026947,1.5781923253593952,0.5286621451377869,2.421608415197159,-0.025524556636810303,-0.9108641340193414,-0.09688943624496466,-2.4122587660722146 +The Hitchhiker's Guide to the Galaxy,Old Woman in the Cave,0.4835208356380462,0.8531443032854303,0.5800648927688599,10.905864690592557,The Hitchhiker's Guide to the Galaxy,0.5089417099952698,4.67116185980418,0.5259667634963989,6.319423488592738,-0.025420874357223566,-3.81801755651875,0.05409812927246094,4.586441201999818 +The Hunger Games,Casca Highbottom,0.4940409958362579,0.0587936886949867,0.4224543273448944,1.3918421137300102e-09,The Hunger Games,0.5193358063697815,0.067383490854419,0.5250967144966125,0.0839281652098627,-0.025294810533523615,-0.008589802159432301,-0.10264238715171814,-0.08392816381802058 +Twilight,Paul Lahote,0.4901941120624542,0.0053238377358169,0.5420800447463989,0.0003242660314437,Twilight,0.5150099992752075,0.0303382441467537,0.5465271472930908,0.0221356357462167,-0.024815887212753296,-0.0250144064109368,-0.0044471025466918945,-0.021811369714773002 +Twilight,Seth Clearwater,0.4928677082061767,0.0003410076353034,0.5481706857681274,1.3472232653530088e-08,Twilight,0.5169409513473511,5.498352064403032e-07,0.5414804816246033,5.633002374780094e-05,-0.024073243141174372,0.00034045780009695967,0.00669020414352417,-5.631655151514741e-05 +Twilight,Mexican coven,0.4761538505554199,0.617374634753648,0.5001615285873413,0.279628874873398,Twilight,0.4998178482055664,0.5380650017431479,0.512706995010376,0.4692169152583046,-0.023663997650146484,0.07930963301050009,-0.012545466423034668,-0.18958804038490662 +The Hitchhiker's Guide to the Galaxy,Reg Nullify,0.4718965590000152,0.732566560752424,0.5031888484954834,0.9387981627860932,The Hitchhiker's Guide to the Galaxy,0.4947773516178131,1.620227868508112,0.5117180347442627,1.048460238003262,-0.022880792617797907,-0.887661307755688,-0.008529186248779297,-0.10966207521716875 +Twilight,Kachiri,0.511444628238678,1.431598498390504,0.4789679944515228,0.1002454252921603,Twilight,0.5337878465652466,1.2243431248416543,0.5379436016082764,3.230076547233832,-0.022343218326568604,0.2072553735488496,-0.05897560715675354,-3.1298311219416717 +The Hitchhiker's Guide to the Galaxy,Old Man on the Pole,0.4790807068347931,1.1817041078963724,0.5179263353347778,5.0785527838217,The Hitchhiker's Guide to the Galaxy,0.5013925433158875,4.9671203983264665,0.5283668041229248,7.481179459003158,-0.02231183648109436,-3.785416290430094,-0.010440468788146973,-2.402626675181458 +The Hunger Games,Dill,0.4879874885082245,0.9374200025446748,0.4474625587463379,0.0008715085921698,The Hunger Games,0.510287880897522,0.1673106770659258,0.5264093279838562,0.3645071642658643,-0.022300392389297485,0.770109325478749,-0.07894676923751831,-0.36363565567369455 +Dune,Murbella,0.5210418105125427,0.4673540113703712,0.5690101981163025,0.0237317653805878,Dune,0.5431306958198547,0.1647578209637947,0.5540927648544312,0.3209911285770032,-0.02208888530731201,0.3025961904065765,0.014917433261871338,-0.2972593631964154 +Twilight,Quil Ateara III,0.5086703896522522,1.3297878312640377,0.5293914675712585,0.6705967737576495,Twilight,0.5304310917854309,3.3693445809070885,0.5289638638496399,3.843474799960733,-0.02176070213317871,-2.039556749643051,0.00042760372161865234,-3.172878026203083 +Dune,Gaius Helen Mohiam,0.5053005814552307,0.5883202830516998,0.5277078747749329,0.486373662513295,Dune,0.526899516582489,0.2654334195320227,0.5729935765266418,1.7485603659038411,-0.0215989351272583,0.3228868635196771,-0.045285701751708984,-1.262186703390546 +The Lord of the Rings,Sauron,0.4608953893184662,1.53141237184999,0.4845940172672272,3.1077663702399985,The Lord of the Rings,0.4822040498256683,1.5777603004678571e-62,0.5719515085220337,1.2221334063712123e-19,-0.021308660507202093,1.53141237184999,-0.08735749125480652,3.1077663702399985 +The Lord of the Rings,Gandalf,0.4683649241924286,1.8641340440344576,0.479445606470108,2.943566129836775,The Lord of the Rings,0.4894548654556274,3.482748800879476e-39,0.5559438467025757,8.537526913583036e-14,-0.021089941263198797,1.8641340440344576,-0.0764982402324677,2.9435661298366895 +The Lord of the Rings,Thingol,0.4958104193210602,0.2436274625626812,0.5246247053146362,0.0049826164501031,The Lord of the Rings,0.5166316032409668,0.0077201613206518,0.5382469296455383,0.2264463580282318,-0.020821183919906616,0.2359073012420294,-0.0136222243309021,-0.2214637415781287 +Twilight,Angela Weber,0.5035080909729004,0.0211686308059395,0.5863727331161499,0.0001996363772614,Twilight,0.5237318873405457,0.0032600961595887,0.5503565073013306,0.0799621913934073,-0.020223796367645264,0.0179085346463508,0.036016225814819336,-0.07976255501614589 +The Hitchhiker's Guide to the Galaxy,Dan Streetmentioner,0.498556911945343,2.340850178909282,0.5353698134422302,2.77695805865376,The Hitchhiker's Guide to the Galaxy,0.518623411655426,1.0481372819919772,0.5506841540336609,3.3942237237839783,-0.020066499710083008,1.292712896917305,-0.015314340591430664,-0.6172656651302182 +Twilight,Tyler Crowley,0.5106507539749146,0.3095111610422963,0.5545148253440857,0.0622954379124793,Twilight,0.5305580496788025,0.0755971518111978,0.5499755144119263,0.2944422307977792,-0.01990729570388794,0.2339140092310985,0.004539310932159424,-0.2321467928852999 +Twilight,J. Jenks,0.5021610856056213,1.1749364426276203,0.5415865182876587,0.0636886270483935,Twilight,0.5219054818153381,0.094675581562965,0.5259211659431458,0.0063786709959909,-0.019744396209716797,1.0802608610646554,0.01566535234451294,0.05730995605240259 +The Lord of the Rings,Radagast,0.506693422794342,0.0213537349432444,0.5546278357505798,1.0152234499330084e-06,The Lord of the Rings,0.5262231826782227,1.7547469280061835e-05,0.5205216407775879,2.6606774322600487e-05,-0.019529759883880615,0.021336187473964336,0.03410619497299194,-2.559155087266748e-05 +Dune,Ghanima Atreides,0.4968699812889099,0.8369040135915626,0.5,0.0190412889652953,Dune,0.5155541300773621,0.2499762320736255,0.5028332471847534,0.453167202126176,-0.01868414878845215,0.5869277815179371,-0.002833247184753418,-0.4341259131608807 +Dune,Darwi Odrade,0.536483108997345,0.0083372774090292,0.551603376865387,8.973373912887733e-05,Dune,0.5547276735305786,0.002377769984988,0.5509737133979797,0.0001683148322433,-0.018244564533233643,0.0059595074240412,0.0006296634674072266,-7.858109311442267e-05 +Dune,Octa Butler,0.4880781173706054,0.6217094571902593,0.4583471715450287,0.1195954437816999,Dune,0.5055363774299622,1.1788144831676244,0.5349791646003723,0.9440785315735382,-0.017458260059356745,-0.5571050259773651,-0.07663199305534363,-0.8244830877918383 +Dune,Jessica Atreides,0.4802019000053406,0.4161399961091878,0.4718683063983917,0.0930419518554409,Dune,0.4973728954792022,0.376441262810641,0.4970850646495819,0.4108089338864428,-0.01717099547386164,0.039698733298546784,-0.025216758251190186,-0.3177669820310019 +Dune,Quintinius Violet Chenoeh,0.4865981042385101,0.059151077314588,0.5501734614372253,0.0001830646333515,Dune,0.503670334815979,0.003929017584763,0.5365883708000183,0.0071388692042059,-0.017072230577468928,0.055222059729824996,0.013585090637207031,-0.0069558045708544005 +Dune,Kailea Vernius,0.5006990432739258,1.2819557902143066,0.5422921180725098,0.5114421845178385,Dune,0.5170943737030029,0.3752516692902247,0.5739883184432983,0.7558099218848111,-0.01639533042907715,0.9067041209240819,-0.031696200370788574,-0.2443677373669726 +Dune,Hedley Tuek,0.4864819049835205,0.7164396077823254,0.5281742215156555,1.6249834470605626,Dune,0.5025479197502136,0.8595255704490478,0.5215905904769897,1.2034179134975411,-0.016066014766693115,-0.14308596266672235,0.0065836310386657715,0.4215655335630215 +The Hunger Games,Clemensia Dovecote,0.4968879520893097,0.0170611288397921,0.523499071598053,0.0001008222030743,The Hunger Games,0.5120881795883179,0.0047036399681221,0.5367035269737244,0.0222355032350336,-0.015200227499008179,0.01235748887167,-0.013204455375671387,-0.0221346810319593 +Twilight,Santiago,0.4853374063968658,0.5795768905286605,0.4533033072948456,0.0020581764638911,Twilight,0.500321090221405,1.2468754962383273,0.4711087644100189,0.1209499717076706,-0.01498368382453924,-0.6672986057096668,-0.01780545711517334,-0.1188917952437795 +Twilight,Jared Cameron,0.4876453280448913,0.202755256826061,0.5355255603790283,0.0052561758728482,Twilight,0.5024563670158386,0.0557968494229464,0.5359641909599304,0.0320030351326334,-0.014811038970947321,0.14695840740311458,-0.0004386305809020996,-0.026746859259785205 +Twilight,Zafrina,0.4987817406654358,0.2025233082579344,0.5411728620529175,0.0028857634549945,Twilight,0.5134309530258179,0.0060094369545604,0.5406683683395386,0.0198820398641118,-0.01464921236038208,0.196513871303374,0.0005044937133789062,-0.0169962764091173 +Dune,Hwi Noree,0.5152681469917297,1.0109310615941849,0.5379900336265564,0.1518654640025657,Dune,0.5299132466316223,0.4767344742662933,0.5516391396522522,0.8540949176886722,-0.014645099639892578,0.5341965873278915,-0.0136491060256958,-0.7022294536861065 +Dune,Scytale,0.5065829157829285,0.9726858826492012,0.533208966255188,0.0221545722323805,Dune,0.521210253238678,0.5930412116541532,0.5328407883644104,0.2677262583362687,-0.014627337455749512,0.37964467099504795,0.0003681778907775879,-0.2455716861038882 +The Lord of the Rings,Saruman,0.4527406990528106,0.6746712656900681,0.482961505651474,3.480506052068393,The Lord of the Rings,0.4671428799629211,5.896204108889357e-98,0.5533922910690308,1.1844731084685679e-11,-0.014402180910110474,0.6746712656900681,-0.07043078541755676,3.480506052056548 +The Hitchhiker's Guide to the Galaxy,Googleplex Starthinker,0.49622243642807,0.7685041051682417,0.5458606481552124,1.4505408685686187,The Hitchhiker's Guide to the Galaxy,0.5102677345275879,1.5426929913351373,0.5362627506256104,2.2513618535087176,-0.014045298099517878,-0.7741888861668955,0.00959789752960205,-0.8008209849400989 +Twilight,Harry Clearwater,0.5209450721740723,2.484474152342066,0.5603581666946411,0.2954096021337358,Twilight,0.534866988658905,0.1401510615761508,0.5757616758346558,1.7593148768518931,-0.013921916484832764,2.3443230907659154,-0.015403509140014648,-1.4639052747181573 +Dune,Paulus Atreides,0.5223171710968018,0.5989475974585898,0.5316929817199707,0.503055581073807,Dune,0.5355798602104187,0.271578043577058,0.5614880919456482,0.4179249168729293,-0.013262689113616943,0.3273695538815318,-0.02979511022567749,0.08513066420087767 +Dune,Victor Atreides,0.5053738355636597,0.8780493156250442,0.5219838619232178,0.6441260360836389,Dune,0.5181224346160889,0.5430793792140399,0.5632820129394531,1.9181918906205708,-0.0127485990524292,0.33496993641100425,-0.04129815101623535,-1.2740658545369319 +The Hitchhiker's Guide to the Galaxy,Caveman,0.4493281543254852,0.8532140394068194,0.4843088090419769,1.553444973821121,The Hitchhiker's Guide to the Galaxy,0.4620581865310669,1.1378235127068754,0.511817455291748,2.426670574784131,-0.01273003220558172,-0.28460947330005604,-0.027508646249771174,-0.8732256009630102 +The Hunger Games,Felix Ravinstill,0.5016847252845764,2.291929646798982,0.4419227540493011,0.0122104275031614,The Hunger Games,0.5140994787216187,1.570545047804901,0.5395987629890442,1.752262925950918,-0.012414753437042236,0.721384598994081,-0.0976760089397431,-1.7400524984477566 +The Hitchhiker's Guide to the Galaxy,Rob McKenna,0.4893811643123626,0.5788952977260052,0.4645346999168396,0.1847243935123878,The Hitchhiker's Guide to the Galaxy,0.5017083287239075,1.667916825646644,0.5132248997688293,0.986423940066365,-0.012327164411544855,-1.0890215279206386,-0.048690199851989746,-0.8016995465539772 +The Hitchhiker's Guide to the Galaxy,Max Quordlepleen,0.4683612883090973,0.6472498624723172,0.4973364174365997,3.2147789399329074,The Hitchhiker's Guide to the Galaxy,0.4801921248435974,1.9751599362663192,0.4648252129554748,4.165068703849383,-0.011830836534500122,-1.3279100737940022,0.03251120448112488,-0.9502897639164756 +Dune,Chani Kynes,0.519978404045105,0.6258408328432263,0.507990837097168,0.180328439611831,Dune,0.5317520499229431,1.1616693733240029,0.5398597121238708,1.4438592161520991,-0.011773645877838135,-0.5358285404807765,-0.03186887502670288,-1.2635307765402681 +The Lord of the Rings,Khamûl,0.5237871408462524,2.43887942795052,0.5735595226287842,0.1545603458683955,The Lord of the Rings,0.5351359248161316,0.4660404983610751,0.5849636793136597,1.381356707874084,-0.01134878396987915,1.9728389295894448,-0.011404156684875488,-1.2267963620056885 +Dune,Tlaloc,0.5012189149856567,0.7486960201354296,0.4670414626598358,0.070786805708445,Dune,0.5124073624610901,3.8070235424098406,0.542407751083374,1.1899244749396642,-0.01118844747543335,-3.058327522274411,-0.07536628842353821,-1.1191376692312192 +The Hunger Games,Livia Cardew,0.4863074123859405,1.0567839430066268,0.43594691157341,0.0002431795767737,The Hunger Games,0.4969425797462463,0.601184000557319,0.5460469126701355,1.993355810689457,-0.010635167360305786,0.4555999424493078,-0.11010000109672552,-1.9931126311126834 +The Hunger Games,Effie Trinket,0.5257339477539062,7.600320478722381e-05,0.5627817511558533,5.603280758866763e-09,The Hunger Games,0.5359324812889099,8.321606180910708e-05,0.5681807994842529,3.933899465304202e-14,-0.010198533535003662,-7.212857021883268e-06,-0.005399048328399658,5.60324141987211e-09 +Dune,Tyros Reffa,0.4748443067073822,0.6859880148079427,0.5335310101509094,0.5082867544066283,Dune,0.4846203923225403,0.8964724246466521,0.5130773186683655,0.7053993910320941,-0.009776085615158081,-0.21048440983870942,0.020453691482543945,-0.19711263662546585 +The Hitchhiker's Guide to the Galaxy,Hillman Hunter,0.5095416307449341,1.5175507068390162,0.5432708859443665,1.765636244338519,The Hitchhiker's Guide to the Galaxy,0.519244909286499,3.550699065130454,0.5177202820777893,2.1707907641217323,-0.009703278541564941,-2.033148358291438,0.02555060386657715,-0.4051545197832134 +The Lord of the Rings,Celebrimbor,0.5067253708839417,1.057553330185533,0.5297908186912537,4.509701427063241,The Lord of the Rings,0.516136646270752,1.3411937602809202e-06,0.5013521313667297,5.955852752708689e-11,-0.009411275386810303,1.0575519889917728,0.028438687324523926,4.509701427003683 +Harry Potter,Katie Bell,0.4919006526470184,0.0001769203239268,0.5337795615196228,9.19940473134516e-10,Harry Potter,0.5012985467910767,0.0004962681969855,0.5672582387924194,4.619072452139013e-05,-0.009397894144058283,-0.0003193478730587,-0.03347867727279663,-4.6189804580916995e-05 +Dune,Harah,0.4790497124195099,0.7169978842049008,0.5105242133140564,0.0005540146539405,Dune,0.4883544445037842,0.0001861030552235,0.5431880950927734,0.117351796543035,-0.009304732084274292,0.7168117811496774,-0.03266388177871704,-0.1167977818890945 +The Hunger Games,Lysistrata Vickers,0.5213034749031067,0.3922486209001253,0.4561924338340759,3.3421247235283436e-10,The Hunger Games,0.530523419380188,0.0118625476820695,0.5598405003547668,0.0343174409523811,-0.009219944477081299,0.3803860732180558,-0.10364806652069092,-0.03431744061816863 +Dune,Alma Mavis Taraza,0.5058012008666992,1.3960892703791925,0.4692151844501495,0.0009345553339762,Dune,0.5149604678153992,0.8999436439874243,0.5610169768333435,0.9030535975180288,-0.009159266948699951,0.4961456263917682,-0.09180179238319403,-0.9021190421840526 +Dune,Tio Holtzman,0.5274263620376587,0.515163478282085,0.5471019148826599,0.023445820625701,Dune,0.5365378260612488,0.4520475765011633,0.5751590132713318,0.2024374726113764,-0.009111464023590088,0.06311590178092169,-0.028057098388671875,-0.1789916519856754 +The Hitchhiker's Guide to the Galaxy,Lajestic Vantrashell of Lob,0.4946290254592895,0.788683257973526,0.5325215458869934,1.4285529850515457,The Hitchhiker's Guide to the Galaxy,0.5036670565605164,0.995913763020436,0.5276214480400085,5.068278898090996,-0.009038031101226862,-0.20723050504690999,0.004900097846984863,-3.6397259130394497 +Twilight,Mike Newton,0.5011588335037231,0.141374825432708,0.5439550280570984,0.0013103557818105,Twilight,0.509818971157074,0.0566707227136515,0.5195896625518799,0.0013125449480526,-0.00866013765335083,0.08470410271905648,0.024365365505218506,-2.189166242100044e-06 +Dune,Piter De Vries,0.5379225611686707,0.5988211129863868,0.526581346988678,0.9056059650963464,Dune,0.5457844734191895,2.264401020878476,0.5682894587516785,3.001800801270369,-0.007861912250518799,-1.6655799078920892,-0.04170811176300049,-2.0961948361740226 +Dune,Norma Cevna,0.504818320274353,0.9409330621425288,0.528740406036377,0.6579051343177426,Dune,0.5122960805892944,0.7993872527996245,0.5158432126045227,0.6773874968887998,-0.007477760314941406,0.14154580934290428,0.012897193431854248,-0.019482362571057288 +The Hunger Games,Katniss Everdeen,0.4845563769340515,0.1099882937826055,0.4817208051681518,1.510473580635784,The Hunger Games,0.4919271767139435,3.5075124594518224e-74,0.5602644085884094,3.947301730599182e-27,-0.007370799779891968,0.1099882937826055,-0.07854360342025762,1.510473580635784 +The Lord of the Rings,Ungoliant,0.5175648331642151,0.5045119669209628,0.5658931136131287,0.1311805506644553,The Lord of the Rings,0.524909496307373,0.2464164812303801,0.5736237168312073,0.7277688611379045,-0.007344663143157959,0.2580954856905827,-0.007730603218078613,-0.5965883104734492 +The Lord of the Rings,Thranduil,0.5080153346061707,0.015795075382359,0.5616160035133362,0.0010448700161254,The Lord of the Rings,0.515102207660675,3.7983051277183866e-11,0.5661547780036926,0.0140890316963217,-0.0070868730545043945,0.01579507534437595,-0.004538774490356445,-0.0130441616801963 +The Hitchhiker's Guide to the Galaxy,Lunkwill and Fook,0.4703220129013061,0.7222041232070177,0.50676429271698,1.3777189736983275,The Hitchhiker's Guide to the Galaxy,0.4774085283279419,1.5053924682447637,0.5095489621162415,0.74077942371084,-0.007086515426635798,-0.783188345037746,-0.0027846693992614746,0.6369395499874875 +Twilight,Nahuel,0.4806161224842071,0.0030237759400889,0.4974486529827118,4.074022142901286e-06,Twilight,0.487690657377243,3.267971768044545e-06,0.5109698176383972,0.0100261470848423,-0.007074534893035889,0.0030205079683208558,-0.013521164655685425,-0.010022073062699399 +The Lord of the Rings,Balin,0.5085909962654114,0.1189396903892646,0.5512982606887817,0.000619367526984,The Lord of the Rings,0.5153865814208984,0.0037171150859989,0.5659844875335693,0.0089930416383406,-0.0067955851554870605,0.1152225753032657,-0.014686226844787598,-0.008373674111356599 +Dune,Jehanne Butler,0.4977191984653473,1.160610281011882,0.5291381478309631,0.3361658627024659,Dune,0.5041056871414185,0.7578706297314075,0.511239230632782,0.7765911703854489,-0.006386488676071167,0.4027396512804744,0.017898917198181152,-0.440425307682983 +Dune,Alia Atreides,0.4822726249694824,0.5359149302021396,0.4800700843334198,0.3977599518639994,Dune,0.4886529445648193,0.2486703479700113,0.5153259038925171,0.6871300640953478,-0.0063803195953368586,0.28724458223212834,-0.03525581955909729,-0.28937011223134845 +The Hitchhiker's Guide to the Galaxy,Colin the Security Robot,0.4999342858791351,0.976077601788665,0.5409278273582458,1.6172071174414118,The Hitchhiker's Guide to the Galaxy,0.5057948231697083,1.244740878257223,0.5356009006500244,1.521336768726183,-0.005860537290573176,-0.2686632764685579,0.0053269267082214355,0.09587034871522881 +Twilight,Leah Clearwater,0.5022733211517334,0.0041175914692589,0.5302123427391052,4.384355372214623e-07,Twilight,0.5080369710922241,8.0013803633786e-08,0.5539224147796631,0.0024517969115172,-0.005763649940490723,0.004117511455455266,-0.02371007204055786,-0.0024513584759799784 +The Hitchhiker's Guide to the Galaxy,Mella,0.481859028339386,0.3536485779118626,0.5125448703765869,3.864342768834259,The Hitchhiker's Guide to the Galaxy,0.487587034702301,1.8086497148552143,0.5032673478126526,2.9962824801325185,-0.005728006362915039,-1.4550011369433518,0.009277522563934326,0.8680602887017406 +Twilight,Rebecca Black,0.4915410280227661,0.918700707863489,0.4832848310470581,0.2138217510688916,Twilight,0.4971699118614197,1.2935049089247452,0.517520546913147,3.558757023917906,-0.0056288838386535645,-0.3748042010612562,-0.03423571586608887,-3.344935272849014 +Twilight,Billy Black,0.5037399530410767,0.0011753254804401,0.5305846333503723,3.265647245663343e-08,Twilight,0.5093494057655334,2.3591983499352122e-07,0.5355236530303955,0.0005672443480786,-0.005609452724456787,0.0011750895606051066,-0.004939019680023193,-0.0005672116916061433 +The Lord of the Rings,Tom Bombadil,0.5555573105812073,0.0046206003765287,0.5867260694503784,0.0001369321232673,The Lord of the Rings,0.560651421546936,0.0005328502053433,0.5672776699066162,0.0005428128490563,-0.00509411096572876,0.004087750171185399,0.019448399543762207,-0.00040588072578900004 +Twilight,Collin Littlesea,0.4267337918281555,0.1959290491151384,0.4282884001731872,0.2757751569891288,Twilight,0.4317830801010132,0.6549329661210603,0.4445505440235138,0.8581127887388902,-0.005049288272857666,-0.4590039170059219,-0.016262143850326594,-0.5823376317497614 +Dune,Minotauros Atreides,0.4936800599098205,1.0926740097497365,0.5304136872291565,0.1683827785651912,Dune,0.4983564913272857,0.8598707847609885,0.5270689725875854,1.0406608076188153,-0.00467643141746521,0.23280322498874795,0.003344714641571045,-0.8722780290536241 +Dune,Hasimir Fenring,0.5153005123138428,1.5385246976002915,0.5507274270057678,1.985205607864301,Dune,0.5189106464385986,0.7464248043860787,0.5208718776702881,1.5108144082637671,-0.0036101341247558594,0.7920998932142128,0.029855549335479736,0.4743911996005339 +The Hitchhiker's Guide to the Galaxy,Agda,0.5112017393112183,0.0090290968271346,0.5287888646125793,2.0108659815402974,The Hitchhiker's Guide to the Galaxy,0.5139344334602356,1.6046755314659846,0.5281763672828674,2.435745000064001,-0.002732694149017334,-1.59564643463885,0.0006124973297119141,-0.4248790185237037 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Jeltz,0.4988266229629516,0.8692090518030713,0.5272074341773987,5.493615467566085,The Hitchhiker's Guide to the Galaxy,0.5014403462409973,1.5210810540607456,0.5499670505523682,2.281380024832352,-0.00261372327804571,-0.6518720022576743,-0.022759616374969482,3.2122354427337325 +The Lord of the Rings,Aragorn II,0.5159305930137634,0.8487244291573735,0.4953894317150116,2.043826256497426,The Lord of the Rings,0.5183244943618774,1.4765109316005042e-08,0.5439724326133728,6.747405139781331e-12,-0.0023939013481140137,0.8487244143922641,-0.048583000898361206,2.0438262564906786 +The Lord of the Rings,Frodo Baggins,0.4845083951950073,1.1586468251538449,0.4625139534473419,1.4225173697938494,The Lord of the Rings,0.4864082634449005,2.1745984994112282e-17,0.5676297545433044,1.848452970455668e-08,-0.0018998682498931885,1.1586468251538449,-0.10511580109596252,1.4225173513093197 +Twilight,Sue Clearwater,0.5133580565452576,0.4495958995794494,0.5527017712593079,0.0077884962486747,Twilight,0.5145647525787354,0.0258926919519143,0.5306036472320557,0.012183993251342,-0.0012066960334777832,0.4237032076275351,0.022098124027252197,-0.0043954970026672995 +The Lord of the Rings,Faramir,0.4891777634620666,1.9933056139062688,0.4946576356887817,1.0009769697555702,The Lord of the Rings,0.4902814328670501,1.67007031583667e-22,0.5523663759231567,4.15414819828084e-05,-0.0011036694049835205,1.9933056139062688,-0.057708740234375056,1.0009354282735874 +The Lord of the Rings,Shelob,0.5020247101783752,0.3466171382980677,0.5636788010597229,0.0397422885959737,The Lord of the Rings,0.5028041005134583,1.2144310358752952e-12,0.5753321647644043,0.2937028728612532,-0.0007793903350830078,0.34661713829685326,-0.011653363704681396,-0.25396058426527945 +The Hitchhiker's Guide to the Galaxy,Lig Lury Jr,0.5063257217407227,4.814829618872357,0.5402927994728088,1.1890879353641042,The Hitchhiker's Guide to the Galaxy,0.5064576864242554,1.4415529324090486,0.5332200527191162,2.406554908545643,-0.00013196468353271484,3.373276686463309,0.007072746753692627,-1.2174669731815388 +Dune,Shaddam Corrino IV,0.4909803569316864,0.4651901071166394,0.484107106924057,0.2707872922110672,Dune,0.4910401105880737,0.2161713518518647,0.5092676877975464,0.5253868339563927,-5.975365638727359e-05,0.24901875526477468,-0.02516058087348938,-0.25459954174532556 +Dune,Stilgar,0.497808039188385,0.5928535300523808,0.5342109203338623,0.0981198917767718,Dune,0.4978335201740265,1.050191588802027,0.5372103452682495,0.4579809007162451,-2.5480985641479492e-05,-0.45733805874964617,-0.002999424934387207,-0.35986100893947326 +Dune,Mohandas Suk,0.4980094134807586,0.777807305732695,0.4519886970520019,0.0335985023101957,Dune,0.4978834688663482,1.0267002706159707,0.540614664554596,1.529749728452501,0.0001259446144104004,-0.24889296488327572,-0.08862596750259405,-1.4961512261423053 +Twilight,Emily Young,0.4844948351383209,0.0241715203413158,0.5346267819404602,0.0071704607373847,Twilight,0.4843425154685974,5.8861067356876075e-08,0.4932059049606323,0.0021554370112846,0.00015231966972351074,0.024171461480248443,0.04142087697982788,0.005015023726100101 +Harry Potter,Angelina Johnson,0.4544048607349396,0.4981234406919799,0.4686422944068908,0.4752837056976108,Harry Potter,0.4537081718444824,1.8427468955960171e-16,0.4713198542594909,9.816952547824026e-11,0.0006966888904571533,0.4981234406919797,-0.0026775598526000977,0.4752837055994413 +Dune,Kwisatz Haderach,0.5288949608802795,0.6063077049825519,0.5786898732185364,0.003697619306239,Dune,0.527566134929657,0.3652673873188247,0.5783027410507202,0.6787766995793216,0.0013288259506225586,0.24104031766372724,0.0003871321678161621,-0.6750790802730826 +The Lord of the Rings,Bard,0.5050056576728821,0.0263558218554472,0.5294986367225647,3.8916732286303865e-05,The Lord of the Rings,0.5035655498504639,0.0116677526904767,0.5629619359970093,0.0031130032542259,0.0014401078224182129,0.0146880691649705,-0.03346329927444458,-0.003074086521939596 +The Hitchhiker's Guide to the Galaxy,Hig Hurtenflurst,0.4581269919872284,1.1332647343625395,0.5268608331680298,1.5980802997919823,The Hitchhiker's Guide to the Galaxy,0.4566085934638977,0.9668784992035736,0.5390203595161438,2.0755742165154047,0.0015183985233306885,0.1663862351589659,-0.012159526348114014,-0.47749391672342245 +Twilight,Brady Fuller,0.414991170167923,0.2777492253670694,0.3972945213317871,0.2222973154747086,Twilight,0.4130733013153076,0.6068299589117829,0.4249446392059326,0.6052303750544059,0.0019178688526153564,-0.3290807335447135,-0.027650117874145508,-0.3829330595796973 +Dune,Lucilla,0.5099300146102905,1.401826511542328,0.5361635088920593,0.4152892026386919,Dune,0.5077373385429382,0.7368252249282593,0.5373562574386597,1.3430112354343922,0.002192676067352295,0.6650012866140688,-0.0011927485466003418,-0.9277220327957003 +Twilight,Eric Yorkie,0.500085711479187,0.7050694621904712,0.5122127532958984,0.0416485098261703,Twilight,0.4972875118255615,0.0263127727884052,0.5217227935791016,0.016041407862509,0.0027981996536254883,0.678756689402066,-0.009510040283203125,0.0256071019636613 +Dune,Glossu Rabban,0.5158686637878418,0.9112838441922432,0.5629866123199463,0.508575296527618,Dune,0.5129092931747437,1.0069395582773502,0.4982693493366241,0.8636006270233796,0.0029593706130981445,-0.09565571408510698,0.0647172629833222,-0.35502533049576157 +The Lord of the Rings,Gríma,0.5452985763549805,0.1250742541756265,0.5739209651947021,0.0014445505754212,The Lord of the Rings,0.5414962768554688,0.0014040690327283,0.5831183195114136,0.0226204631359317,0.0038022994995117188,0.12367018514289821,-0.009197354316711426,-0.0211759125605105 +The Hunger Games,Treech,0.4814959466457367,0.1205940027584875,0.5275515913963318,0.020602210904005,The Hunger Games,0.4770993590354919,0.3687356863387556,0.4976861178874969,0.1049643699751414,0.0043965876102448065,-0.24814168358026809,0.029865473508834894,-0.0843621590711364 +The Hitchhiker's Guide to the Galaxy,Frankie and Benjy,0.4984708130359649,2.5810864289806434,0.529952347278595,0.4140006520024565,The Hitchhiker's Guide to the Galaxy,0.4938448667526245,0.0661239444775259,0.5206273794174194,0.1932430384039708,0.004625946283340399,2.5149624845031173,0.009324967861175537,0.2207576135984857 +Harry Potter,Padma Patil,0.4924223721027374,0.0811999984045298,0.5555651187896729,0.0015191952303639,Harry Potter,0.4872567057609558,6.378623810573792e-06,0.5460124611854553,0.0552383572989323,0.005165666341781616,0.08119361978071922,0.00955265760421753,-0.053719162068568395 +Twilight,Demetri,0.5160878300666809,0.0362002180763083,0.5621719360351562,3.9644251217159456e-05,Twilight,0.5109078884124756,8.155717012021489e-05,0.545673668384552,0.0394128451447977,0.005179941654205322,0.03611866090618809,0.016498267650604248,-0.03937320089358054 +Twilight,Benjamin,0.5235551595687866,0.2703467370796133,0.5271337032318115,1.699205690109834e-05,Twilight,0.5174652934074402,0.021134095012226,0.4865785241127014,8.920801700391271e-07,0.0060898661613464355,0.24921264206738733,0.04055517911911011,1.6099976731059215e-05 +The Lord of the Rings,Isildur,0.5210660099983215,0.0171125267976959,0.5709381103515625,0.0036278594316332,The Lord of the Rings,0.514318585395813,0.0002690887948658,0.54621821641922,0.0173277243707655,0.006747424602508545,0.0168434380028301,0.02471989393234253,-0.0136998649391323 +Dune,Bijaz,0.5071148872375488,0.6462591931943981,0.5156342387199402,0.0504894065961158,Dune,0.500070333480835,0.194777491022945,0.5213509202003479,0.9725980765421376,0.007044553756713867,0.45148170217145306,-0.005716681480407715,-0.9221086699460218 +The Lord of the Rings,Bilbo Baggins,0.4849622249603271,0.4667388614757454,0.4552127122879028,1.5087656836859384,The Lord of the Rings,0.4778127372264862,5.997080118325448e-93,0.5490546822547913,5.605650315565308e-07,0.007149487733840887,0.4667388614757454,-0.09384196996688848,1.508765123120907 +Twilight,Aro,0.4622293412685394,0.3203764627510057,0.4565318822860718,1.161789809079368,Twilight,0.4543935358524322,9.889850379521285e-13,0.5243455767631531,8.342864762593227e-07,0.007835805416107178,0.3203764627500167,-0.0678136944770813,1.1617889747928916 +Harry Potter,Ronald Weasley,0.4654512703418731,0.4721455504174071,0.4626748859882355,0.1901574130328153,Harry Potter,0.4568961858749389,3.0121077517168323e-67,0.4556145966053009,1.5991470488320035e-30,0.008555084466934204,0.4721455504174071,0.00706028938293457,0.1901574130328153 +The Hunger Games,Lucretius Flickerman,0.4977657794952392,0.1629415961848473,0.5035482048988342,0.0133227253071535,The Hunger Games,0.4888031184673309,0.3311301477382859,0.5430733561515808,0.4712395986169309,0.008962661027908325,-0.16818855155343862,-0.03952515125274658,-0.4579168733097774 +Dune,Glossu Rabban Harkonnen,0.5234180092811584,1.040041833978686,0.5540176033973694,1.0121267484968228,Dune,0.5142450332641602,2.34971710324303,0.5398516654968262,3.508803037015137,0.009172976016998291,-1.309675269264344,0.014165937900543213,-2.496676288518314 +Twilight,Caius,0.5130079388618469,0.0324452166180314,0.5396819114685059,1.3461209166752e-05,Twilight,0.5032059550285339,0.004225557163603,0.5385996103286743,0.0044691226682601,0.009801983833312988,0.028219659454428402,0.001082301139831543,-0.004455661459093348 +The Lord of the Rings,Gollum,0.4888666868209839,9.018845864385908e-07,0.5417248010635376,2.7974571228520384e-07,The Lord of the Rings,0.4790458977222442,2.474754774110922e-28,0.5469645857810974,4.741465540436228e-07,0.00982078909873968,9.018845864385908e-07,-0.0052397847175598145,-1.9440084175841898e-07 +Dune,Logno,0.5146032571792603,1.9106249426370372,0.5130771398544312,0.2751950568614628,Dune,0.5045991539955139,0.4669420713972166,0.523835301399231,1.217815646928167,0.010004103183746338,1.4436828712398206,-0.010758161544799805,-0.9426205900667042 +Twilight,Peter,0.4881868064403534,0.0055139473766313,0.5223390460014343,3.571632622594117e-07,Twilight,0.477811336517334,0.0035910733978483,0.5113801956176758,8.112589315640874e-05,0.01037546992301941,0.0019228739787829998,0.010958850383758545,-8.076872989414934e-05 +Twilight,Garrett,0.4824860095977783,0.1012772571840393,0.5020184516906738,0.0170618728211953,Twilight,0.4718561172485351,0.000427357599277,0.5253652334213257,0.0422177982688839,0.01062989234924322,0.10084989958476229,-0.023346781730651855,-0.0251559254476886 +The Hitchhiker's Guide to the Galaxy,Murray Bost Henson,0.5009537935256958,0.8650247165365152,0.5307431817054749,2.131904644327854,The Hitchhiker's Guide to the Galaxy,0.4902479350566864,1.2326925936283584,0.5304598212242126,2.1115138981949566,0.0107058584690094,-0.3676678770918431,0.00028336048126220703,0.020390746132897597 +Twilight,Vasilii,0.4976499378681183,1.2087148512733323,0.524995744228363,0.7252319602120292,Twilight,0.4868839085102081,0.9821019779920626,0.5375935435295105,1.6325823342779708,0.010766029357910212,0.22661287328126978,-0.012597799301147461,-0.9073503740659417 +Dune,Feyd-Rautha Harkonnen,0.5162959694862366,1.1772004111068048,0.4807954728603363,0.3885420702506556,Dune,0.5048120021820068,0.0491797741805462,0.5505842566490173,0.2825709889059585,0.011483967304229736,1.1280206369262586,-0.06978878378868103,0.10597108134469713 +Twilight,Senna,0.5137305855751038,0.7764955341732236,0.4481615424156189,0.0017553523032034,Twilight,0.5020114183425903,1.1654473847385365,0.5421069860458374,3.339938662868396,0.011719167232513428,-0.3889518505653129,-0.0939454436302185,-3.3381833105651926 +The Hitchhiker's Guide to the Galaxy,Random Dent,0.4872552454471588,0.730590806312388,0.5017336010932922,0.5736767084024997,The Hitchhiker's Guide to the Galaxy,0.473728746175766,1.4937575705922388,0.4956254959106445,0.950463493923778,0.013526499271392822,-0.7631667642798508,0.006108105182647761,-0.3767867855212783 +Twilight,Eleazar,0.5092800259590149,0.0770331382266352,0.5318141579627991,0.0042686269341244,Twilight,0.4954434037208557,8.21575146284907e-06,0.5252564549446106,0.0046762128614364,0.01383662223815918,0.07702492247517236,0.0065577030181884766,-0.000407585927312 +Dune,Ziarenko Javid,0.4817750751972198,1.2164039946239296,0.412378579378128,0.003792379896148,Dune,0.467689573764801,0.8923458602015979,0.5024972558021545,0.9705700571787712,0.014085501432418768,0.32405813442233167,-0.09011867642402654,-0.9667776772826232 +Twilight,Laurent,0.4904041588306427,0.0904030974613761,0.526269257068634,0.0005237260678788,Twilight,0.4753958880901336,0.0014116932360878,0.5218551158905029,0.0066333819862924,0.015008270740509089,0.08899140422528831,0.0044141411781311035,-0.0061096559184136 +The Hunger Games,Coral,0.5041736960411072,0.0364129919837355,0.5333076119422913,0.0004916603460607,The Hunger Games,0.4890300333499908,0.0080261692520166,0.5262603163719177,0.0648888114158943,0.015143662691116389,0.0283868227317189,0.007047295570373535,-0.0643971510698336 +Harry Potter,Rita Skeeter,0.4587719142436981,0.9114597085491148,0.4738492369651794,1.0104308133364373,Harry Potter,0.4429920613765716,2.1620884269442426e-18,0.5543853044509888,5.9324980022154e-07,0.01577985286712652,0.9114597085491148,-0.08053606748580938,1.010430220086637 +Twilight,Irina,0.470138281583786,0.0024579253265756,0.5045228004455566,1.5320277844471137e-05,Twilight,0.4536858797073364,0.0013092396599973,0.4939875900745392,0.0013506494225449,0.016452401876449585,0.0011486856665783,0.010535210371017456,-0.001335329144700429 +The Hunger Games,Reaper Ash,0.495331734418869,0.2943598198840083,0.4755721688270569,4.42166229972471e-06,The Hunger Games,0.4778136610984802,0.0003236972647869,0.5199940204620361,0.0091448316415742,0.017518073320388794,0.29403612261922135,-0.04442185163497925,-0.009140409979274476 +Twilight,Carmen,0.4952872097492218,0.0745045757995176,0.4914722442626953,0.0001590148750256,Twilight,0.4769243597984314,0.0020450478101498,0.529487669467926,0.0667213460788601,0.018362849950790405,0.07245952798936779,-0.03801542520523071,-0.0665623312038345 +Twilight,Victoria,0.4694638848304748,0.2857169373512564,0.4436642229557037,0.6672516060492069,Twilight,0.4500223100185394,2.4296132185068976e-12,0.5165584683418274,4.3097260621781655e-09,0.019441574811935425,0.2857169373488268,-0.07289424538612371,0.6672516017394808 +Twilight,Mary,0.4860509932041168,0.7267298526381508,0.4364092946052551,0.0079322244466564,Twilight,0.4660108685493469,0.3373203105847336,0.5035999417304993,0.5700600729471494,0.020040124654769897,0.3894095420534172,-0.06719064712524414,-0.562127848500493 +The Hunger Games,Palmyra Monty,0.487560361623764,1.3511176525859887,0.5095211863517761,6.760745934657895,The Hunger Games,0.4658852517604828,1.4012232545944838,0.5263291597366333,2.776145655403921,0.021675109863281194,-0.05010560200849512,-0.016807973384857178,3.984600279253974 +Dune,Xavier Harkonnen,0.5392778515815735,0.6381818425165202,0.5134580135345459,0.0014583260076786,Dune,0.5171380639076233,0.0743896149171771,0.5296557545661926,0.026693979818351,0.022139787673950195,0.5637922275993431,-0.01619774103164673,-0.0252356538106724 +The Hitchhiker's Guide to the Galaxy,Questular Rontok,0.4900446832180023,1.1360314227027488,0.4767529368400574,4.434786665064095,The Hitchhiker's Guide to the Galaxy,0.4678911566734314,0.9307606330728296,0.4485040605068207,5.86522394679092,0.022153526544570923,0.20527078962991918,0.028248876333236694,-1.4304372817268245 +The Hunger Games,Haymitch Abernathy,0.4719663858413696,0.2746674204021431,0.4384087026119232,1.578231987325297,The Hunger Games,0.4491443932056427,1.2683325876099306e-41,0.5349822640419006,2.641567310653902e-21,0.022821992635726873,0.2746674204021431,-0.09657356142997742,1.578231987325297 +Dune,Dama,0.4721208810806274,0.6013867057595473,0.5488190054893494,1.4037338737375893,Dune,0.4485619664192199,0.4845491510995697,0.5121527910232544,0.7110396160190182,0.02355891466140747,0.11683755465997764,0.03666621446609497,0.6926942577185711 +Twilight,Embry Call,0.4736196398735046,0.6357518729027831,0.5026254653930664,0.0012737631569219,Twilight,0.4495475590229034,1.2256301981221556e-05,0.5312647819519043,0.1356989120483769,0.024072080850601196,0.6357396166008019,-0.02863931655883789,-0.134425148891455 +The Lord of the Rings,Treebeard,0.5185574889183044,1.2924189206223544,0.5584478378295898,0.0426045557781971,The Lord of the Rings,0.4938358664512634,0.0103694590954731,0.5689936876296997,0.3546676867674176,0.024721622467041016,1.2820494615268814,-0.010545849800109863,-0.3120631309892205 +Dune,Marcus Claire Luyseyal,0.4881881177425384,1.7373048076086937,0.5107654929161072,2.478274282387815,Dune,0.4626936614513397,1.0868284645373023,0.5031079053878784,1.939214834068864,0.025494456291198675,0.6504763430713913,0.00765758752822876,0.5390594483189513 +Dune,Piter de Vries,0.5492623448371887,0.7538928578703038,0.5279063582420349,0.1856799652173605,Dune,0.5234078764915466,2.121741244796618,0.5473734140396118,2.341555622457318,0.02585446834564209,-1.3678483869263145,-0.019467055797576904,-2.1558756572399576 +The Hitchhiker's Guide to the Galaxy,Alice Beeblebrox,0.4957469999790191,0.4318234513995117,0.5307592153549194,1.3733599282782645,The Hitchhiker's Guide to the Galaxy,0.4696454703807831,0.8978039968744738,0.5031110644340515,1.1097740115014256,0.02610152959823603,-0.46598054547496204,0.02764815092086792,0.26358591677683885 +The Hitchhiker's Guide to the Galaxy,Mr Prosser,0.5088934302330017,4.318724304727283,0.5321364998817444,6.693953706336869,The Hitchhiker's Guide to the Galaxy,0.4827904403209686,4.507037385340246,0.4820026457309723,3.286594095395597,0.026102989912033137,-0.18831308061296337,0.050133854150772095,3.4073596109412714 +The Hunger Games,Mizzen,0.52642822265625,0.0647341297750277,0.4569679498672485,8.724480654851951e-09,The Hunger Games,0.4994212985038757,0.0027858218807353,0.5460163354873657,0.0096939378827912,0.027006924152374323,0.0619483078942924,-0.08904838562011724,-0.009693929158310544 +The Lord of the Rings,Gimli,0.5107972621917725,0.1344380169885839,0.5312908291816711,0.0010502826036163,The Lord of the Rings,0.4835466742515564,1.7847412999035477e-06,0.5416079163551331,0.0246381498587795,0.027250587940216064,0.134436232247284,-0.010317087173461914,-0.0235878672551632 +Twilight,James,0.4843384027481079,0.0001932872771006,0.5438632369041443,7.270975490567214e-08,Twilight,0.4569451510906219,1.873352245885299e-12,0.5209974050521851,5.469161351854039e-06,0.027393251657486017,0.00019328727522724775,0.02286583185195923,-5.396451596948367e-06 +Harry Potter,Vincent Crabbe,0.4900419116020202,0.019456977760415,0.5308857560157776,9.875276038060636e-07,Harry Potter,0.4622730612754822,1.1250639826776048e-08,0.5160602331161499,0.0004350931133402,0.02776885032653803,0.019456966509775173,0.014825522899627686,-0.00043410558573639396 +The Hitchhiker's Guide to the Galaxy,Gag Halfrunt,0.4925911724567413,0.4585229949614054,0.5219084620475769,2.089596555298776,The Hitchhiker's Guide to the Galaxy,0.4621201157569885,1.6535225458766083,0.5127925276756287,4.510724437648572,0.030471056699752752,-1.194999550915203,0.009115934371948242,-2.421127882349796 +The Hunger Games,Festus Creed,0.5137855410575867,0.4488251552008332,0.4304147660732269,1.1489411666581085e-07,The Hunger Games,0.4831237196922302,0.2742316573049203,0.5206208825111389,0.3036459530122752,0.030661821365356445,0.17459349789591294,-0.09020611643791204,-0.30364583811815854 +The Hitchhiker's Guide to the Galaxy,Majikthise,0.5712370276451111,10.386016033098292,0.5231562852859497,2.245254897374209,The Hitchhiker's Guide to the Galaxy,0.5403741002082825,3.0068773709123358,0.551992654800415,8.413546322822135,0.030862927436828613,7.379138662185956,-0.028836369514465332,-6.168291425447927 +Dune,Daniel,0.5189328193664551,1.777215148070226,0.5223586559295654,0.8866722560686856,Dune,0.4878224730491638,1.5604541803826115,0.5150571465492249,2.135764787601336,0.03111034631729126,0.21676096768761455,0.007301509380340576,-1.2490925315326504 +Dune,Tertius Eileen Anteac,0.5171214938163757,0.9599716945215118,0.5144374966621399,0.2580117834826692,Dune,0.4842688739299774,1.6092160416916077,0.5371854901313782,0.9017624269997888,0.032852619886398315,-0.6492443471700959,-0.02274799346923828,-0.6437506435171196 +Twilight,Felix,0.5224718451499939,0.0693820901641001,0.5610885620117188,0.0005803898269925,Twilight,0.488877922296524,1.5009940594018296e-05,0.5447016954421997,0.0014592390895059,0.033593922853469904,0.06936708022350609,0.016386866569519043,-0.0008788492625134 +Dune,Paul Atreides,0.475263386964798,1.0560189280223136,0.4689085483551025,0.6532529036219028,Dune,0.4406875669956207,2.358466546337092e-14,0.4551504552364349,2.737971189246936e-07,0.034575819969177246,1.05601892802229,0.013758093118667603,0.6532526298247838 +Dune,Miles Teg,0.557686984539032,0.6657775249077086,0.5225208401679993,0.0391958714219403,Dune,0.5230474472045898,0.0899397912265296,0.5156404376029968,0.1163706711457741,0.03463953733444214,0.575837733681179,0.006880402565002441,-0.07717479972383379 +Twilight,Tanya,0.4948145747184753,0.0279751042987792,0.5204833745956421,8.002467585252991e-06,Twilight,0.4598340392112732,3.2839210098507054e-15,0.511573314666748,9.316443602184018e-07,0.03498053550720209,0.027975104298775914,0.008910059928894043,7.0708232250345894e-06 +Dune,Korba,0.5202980637550354,0.919296385613698,0.5151761174201965,1.1408700423282307,Dune,0.4850527346134186,1.211352121437672,0.5010478496551514,1.7559935864881495,0.03524532914161682,-0.2920557358239739,0.014128267765045166,-0.6151235441599188 +Dune,Edric,0.507510781288147,0.7897315362747146,0.5188983678817749,0.3442989693934002,Dune,0.4717606902122497,1.5474047775962123,0.5060545206069946,1.0497433254976,0.03575009107589727,-0.7576732413214977,0.012843847274780273,-0.7054443561041999 +Twilight,Heidi,0.4885730743408203,0.3045840415013427,0.4366976916790008,5.880942816393087e-09,Twilight,0.4520511627197265,0.0001680023447723,0.471882551908493,0.0009332466402578,0.036521911621093806,0.3044160391565704,-0.03518486022949219,-0.0009332407593149836 +The Lord of the Rings,Boromir,0.5241677165031433,0.1181406419667116,0.5525522828102112,0.0054846795923469,The Lord of the Rings,0.487245500087738,0.0267726651457569,0.5577863454818726,0.0760962279419869,0.03692221641540533,0.09136797682095471,-0.005234062671661377,-0.07061154834964 +The Lord of the Rings,Arwen,0.5305920243263245,0.3775532856238124,0.5569050312042236,0.0198458560674264,The Lord of the Rings,0.493246465921402,0.0876554934573564,0.531183660030365,0.2635930426979998,0.037345558404922485,0.289897792166456,0.025721371173858643,-0.24374718663057343 +Twilight,Kate,0.5082175731658936,0.0092909007967654,0.5042892098426819,3.1359330333416675e-06,Twilight,0.4700287282466888,0.011458645602367,0.522560179233551,0.0005613060321858,0.03818884491920477,-0.0021677448056016003,-0.01827096939086914,-0.0005581700991524582 +Dune,Liet-Kynes,0.5251116156578064,0.7487577307844114,0.544280469417572,1.1512298258502456,Dune,0.4854009747505188,0.1085691714704211,0.5855634212493896,0.9576363986833852,0.0397106409072876,0.6401885593139903,-0.04128295183181763,0.19359342716686034 +The Lord of the Rings,Celeborn,0.5215296149253845,0.0167471083468386,0.5615239143371582,2.142140399366893e-05,The Lord of the Rings,0.4809964895248413,3.0929334752995546e-11,0.5626426339149475,0.00886908460637,0.04053312540054321,0.016747108315909264,-0.0011187195777893066,-0.008847663202376331 +Twilight,Tia,0.4881680905818939,0.121222893372583,0.5040939450263977,6.961811002554015e-05,Twilight,0.4475622475147247,0.0001213449980344,0.5206810235977173,0.1201431568196889,0.040605843067169245,0.1211015483745486,-0.01658707857131958,-0.12007353870966336 +Twilight,Alec,0.4980205297470093,5.69776817895873e-05,0.5346221327781677,0.0001958884672121,Twilight,0.4573462605476379,3.3593638855767326e-08,0.5198443531990051,0.0005200181715442,0.04067426919937139,5.694408815073153e-05,0.014777779579162598,-0.00032412970433209995 +The Lord of the Rings,Halbarad,0.5402034521102905,1.5555165009375898,0.5443882346153259,0.9193734631361064,The Lord of the Rings,0.4990382194519043,0.1382394741821053,0.5650730133056641,1.5125902145942676,0.04116523265838623,1.4172770267554844,-0.020684778690338135,-0.5932167514581612 +Harry Potter,Harry Potter,0.4443931877613067,0.087749434911205,0.4571187496185303,0.4741091192206796,Harry Potter,0.4013104438781738,2.3430883707773023e-302,0.4515830278396606,1.8861245582152952e-90,0.043082743883132935,0.087749434911205,0.005535721778869684,0.4741091192206796 +Twilight,Jane,0.5112879276275635,0.0299260924886111,0.5439932942390442,2.910038324003551e-06,Twilight,0.4662284553050995,7.231129503729666e-06,0.498564600944519,7.089014437417576e-08,0.04505947232246399,0.02991886135910737,0.0454286932945252,2.839148179629375e-06 +Twilight,Kebi,0.5147552490234375,0.3721088239934548,0.4482637941837311,6.781821117860223e-06,Twilight,0.4648018479347229,0.0602315246081563,0.5248673558235168,0.5233448042994691,0.0499534010887146,0.3118772993852985,-0.07660356163978577,-0.5233380224783512 +Dune,Wellington Yueh,0.5484734773635864,1.4385439187818103,0.5203583240509033,0.0994703658148618,Dune,0.4970987439155578,0.2325143240007675,0.5185472369194031,0.2033587989177272,0.05137473344802862,1.2060295947810429,0.0018110871315002441,-0.10388843310286541 +Twilight,Sasha,0.5193257927894592,1.3981505767285414,0.4952841997146606,0.0391430500603783,Twilight,0.4636020064353943,0.434826142440545,0.5213740468025208,0.3945277143916048,0.05572378635406494,0.9633244342879963,-0.026089847087860163,-0.3553846643312265 +Dune,Jamis,0.4976398944854736,0.4601588857393504,0.5307971239089966,0.0620733998485597,Dune,0.4380188286304474,4.0357943122665017e-08,0.5405598878860474,0.0628581234073116,0.05962106585502619,0.4601588453814073,-0.009762763977050781,-0.0007847235587519 +Twilight,Amun,0.507752001285553,0.0532664143586604,0.4271788001060486,2.712021848055028e-15,Twilight,0.4475617110729217,0.0002119297826385,0.5199306011199951,0.0018816264449106,0.06019029021263128,0.053054484576021896,-0.09275180101394653,-0.001881626444907888 +Harry Potter,Hermione Granger,0.4517130553722381,0.0933303298809143,0.4399486184120178,0.4492240611908405,Harry Potter,0.3828257620334625,0.0,0.452903002500534,1.365026639534582e-49,0.06888729333877558,0.0933303298809143,-0.01295438408851618,0.4492240611908405 +Dune,Gurney Halleck,0.5444483160972595,0.5339192887295017,0.5520815253257751,0.0189497470896588,Dune,0.4746912121772766,0.0132546012270145,0.5403727293014526,0.0163296967836743,0.06975710391998291,0.5206646875024872,0.01170879602432251,0.0026200503059845004 +Dune,Leto Atreides I,0.4865462183952331,0.4045024875718957,0.4962663054466247,0.024227455622362,Dune,0.4105958044528961,0.0206977719287023,0.4836027324199676,0.50074308350192,0.07595041394233698,0.3838047156431934,0.012663573026657104,-0.476515627879558 +Dune,Thufir Hawat,0.5405481457710266,0.892894372436974,0.5702359080314636,0.0228922649099119,Dune,0.4564379751682281,0.0023243158719375,0.5546550154685974,0.0420107217075216,0.08411017060279852,0.8905700565650365,0.015580892562866211,-0.0191184567976097 +Dune,Lady Jessica,0.527129590511322,1.0146471545741351,0.4561772346496582,0.0774615841061969,Dune,0.4113405346870422,0.0023579364569927,0.5031242370605469,0.5388505817298004,0.11578905582427984,1.0122892181171423,-0.04694700241088867,-0.46138899762360347 diff --git a/ressources/data/total_comparisson/normal_eval2_comparisonh.csv b/ressources/data/total_comparisson/normal_eval2_comparisonh.csv new file mode 100644 index 0000000000000000000000000000000000000000..a66a540d68ad198a91fd8ea813818d6e112bbbbe --- /dev/null +++ b/ressources/data/total_comparisson/normal_eval2_comparisonh.csv @@ -0,0 +1,312 @@ +Book_1,Character,F1_1,h_1,wF1_1,wh_1,Book_2,F1_2,h_2,wF1_2,wh_2,F1c,hc,wF1c,whc +The Hitchhiker's Guide to the Galaxy,Grunthos the Flatulent,0.4379906356334686,0.5884191202262163,0.5056959390640259,2.533949332902004,The Hitchhiker's Guide to the Galaxy,0.5995125770568848,17.001846737223865,0.5219007730484009,2.133263321573577,-0.1615219414234162,-16.413427616997648,-0.016204833984375,0.40068601132842696 +The Hitchhiker's Guide to the Galaxy,Ruler of the Universe,0.5010707974433899,1.112097138724288,0.5338650941848755,3.4558857645636705,The Hitchhiker's Guide to the Galaxy,0.5280703902244568,11.006996540280486,0.521700382232666,6.962456970037287,-0.026999592781066895,-9.894899401556199,0.012164711952209473,-3.506571205473617 +The Hitchhiker's Guide to the Galaxy,Eccentrica Gallumbits,0.4806388914585113,0.7287256191933535,0.5445906519889832,3.1585595168792167,The Hitchhiker's Guide to the Galaxy,0.5966795682907104,7.6688246058673775,0.5707736015319824,4.145647728569833,-0.11604067683219915,-6.940098986674024,-0.026182949542999268,-0.9870882116906166 +The Hitchhiker's Guide to the Galaxy,Great Green Arkleseizure,0.4108148217201233,0.3765649406570394,0.5255516171455383,3.246125440506177,The Hitchhiker's Guide to the Galaxy,0.5522434115409851,4.391415220193749,0.5681037306785583,5.109643200946081,-0.14142858982086182,-4.014850279536709,-0.04255211353302002,-1.8635177604399042 +The Hitchhiker's Guide to the Galaxy,Old Woman in the Cave,0.4835208356380462,0.8531443032854303,0.5800648927688599,10.905864690592557,The Hitchhiker's Guide to the Galaxy,0.5089417099952698,4.67116185980418,0.5259667634963989,6.319423488592738,-0.025420874357223566,-3.81801755651875,0.05409812927246094,4.586441201999818 +The Hitchhiker's Guide to the Galaxy,Old Man on the Pole,0.4790807068347931,1.1817041078963724,0.5179263353347778,5.0785527838217,The Hitchhiker's Guide to the Galaxy,0.5013925433158875,4.9671203983264665,0.5283668041229248,7.481179459003158,-0.02231183648109436,-3.785416290430094,-0.010440468788146973,-2.402626675181458 +The Hitchhiker's Guide to the Galaxy,Emperor of the Galaxy,0.3234719932079315,0.3146953704338651,0.491729736328125,3.674797705066148,The Hitchhiker's Guide to the Galaxy,0.4816323816776275,4.000186235659046,0.5285906791687012,6.886287217357911,-0.158160388469696,-3.685490865225181,-0.03686094284057617,-3.2114895122917626 +The Hitchhiker's Guide to the Galaxy,Hotblack Desiato,0.4843844473361969,0.5442587992941074,0.5540450811386108,3.018975403984865,The Hitchhiker's Guide to the Galaxy,0.5200538635253906,3.951519228743921,0.5353698134422302,2.8489468857505824,-0.035669416189193726,-3.4072604294498134,0.018675267696380615,0.17002851823428244 +The Hitchhiker's Guide to the Galaxy,Almighty Bob,0.4905094504356384,0.5909423247352042,0.5002472996711731,1.8500763634272333,The Hitchhiker's Guide to the Galaxy,0.5236132144927979,3.957909785382811,0.5205970406532288,1.3806195933359589,-0.033103764057159424,-3.366967460647607,-0.020349740982055664,0.4694567700912744 +Dune,Sheeana Brugh,0.5043639540672302,0.5192340812650102,0.5130999088287354,0.0895398934958691,Dune,0.5689539313316345,3.879076295351741,0.5332396626472473,2.092447271800819,-0.0645899772644043,-3.3598422140867306,-0.020139753818511963,-2.00290737830495 +The Hitchhiker's Guide to the Galaxy,Old Thrashbarg,0.4717856347560882,0.734133117188203,0.5298166275024414,2.8792323369555364,The Hitchhiker's Guide to the Galaxy,0.5672872066497803,4.087518235317492,0.546647310256958,4.474187102026901,-0.09550157189369207,-3.353385118129289,-0.0168306827545166,-1.594954765071365 +Dune,Tlaloc,0.5012189149856567,0.7486960201354296,0.4670414626598358,0.070786805708445,Dune,0.5124073624610901,3.8070235424098406,0.542407751083374,1.1899244749396642,-0.01118844747543335,-3.058327522274411,-0.07536628842353821,-1.1191376692312192 +The Hitchhiker's Guide to the Galaxy,Constant Mown,0.4446617364883423,0.3350513854588815,0.5357279777526855,1.584814100444835,The Hitchhiker's Guide to the Galaxy,0.5038566589355469,3.265715467731482,0.4810433089733124,3.086949363020123,-0.05919492244720459,-2.9306640822726004,0.05468466877937317,-1.502135262575288 +The Lord of the Rings,Ancalagon,0.5332438945770264,1.3377617161546485,0.6009135246276855,1.4144417320430205,The Lord of the Rings,0.5745759010314941,4.189269457296343,0.6052698493003845,4.544569991484027,-0.04133200645446777,-2.851507741141695,-0.004356324672698975,-3.130128259441007 +The Hitchhiker's Guide to the Galaxy,Phouchg,0.4561991989612579,0.5018064406777262,0.5188992023468018,1.040299760549525,The Hitchhiker's Guide to the Galaxy,0.558274507522583,3.1433265221504385,0.511775553226471,0.8516334959792943,-0.10207530856132513,-2.6415200814727124,0.0071236491203308105,0.18866626457023072 +The Hitchhiker's Guide to the Galaxy,Judiciary Pag,0.4077497720718384,0.3879200827809871,0.5317800045013428,3.631708981719817,The Hitchhiker's Guide to the Galaxy,0.4990079998970032,2.7655560556335304,0.5291802883148193,2.0222538527401874,-0.0912582278251648,-2.377635972852543,0.0025997161865234375,1.6094551289796297 +The Hitchhiker's Guide to the Galaxy,Great Circling Poets of Arium,0.506938099861145,3.108880398631926,0.5965229272842407,3.48934247178035,The Hitchhiker's Guide to the Galaxy,0.5566425323486328,5.327887898814819,0.5682133436203003,4.149285679691731,-0.04970443248748779,-2.219007500182893,0.02830958366394043,-0.6599432079113812 +The Hitchhiker's Guide to the Galaxy,Paul Neil Milne Johnstone,0.3960185945034027,0.5478944495090049,0.5309251546859741,3.0383673200038266,The Hitchhiker's Guide to the Galaxy,0.5163652896881104,2.7351682821906733,0.5477356910705566,3.51385000822408,-0.12034669518470764,-2.1872738326816683,-0.01681053638458252,-0.4754826882202532 +The Hitchhiker's Guide to the Galaxy,Great Hyperlobic Omnicognate Neutron Wrangler,0.3563226461410522,0.2968392444170915,0.538632333278656,2.1133419090118397,The Hitchhiker's Guide to the Galaxy,0.5384833216667175,2.4184494776517766,0.6105626225471497,7.005432719867193,-0.18216067552566534,-2.1216102332346853,-0.07193028926849365,-4.892090810855354 +Dune,Farok,0.4914568066596985,0.2526507789809973,0.513570249080658,1.2662744929738627,Dune,0.5553319454193115,2.3081063709412537,0.5157051682472229,1.8509081586007976,-0.06387513875961304,-2.055455591960256,-0.0021349191665649414,-0.5846336656269349 +Twilight,Quil Ateara III,0.5086703896522522,1.3297878312640377,0.5293914675712585,0.6705967737576495,Twilight,0.5304310917854309,3.3693445809070885,0.5289638638496399,3.843474799960733,-0.02176070213317871,-2.039556749643051,0.00042760372161865234,-3.172878026203083 +The Hitchhiker's Guide to the Galaxy,Hillman Hunter,0.5095416307449341,1.5175507068390162,0.5432708859443665,1.765636244338519,The Hitchhiker's Guide to the Galaxy,0.519244909286499,3.550699065130454,0.5177202820777893,2.1707907641217323,-0.009703278541564941,-2.033148358291438,0.02555060386657715,-0.4051545197832134 +The Hitchhiker's Guide to the Galaxy,Effrafax of Wug,0.361553281545639,0.5747696922517948,0.5487123727798462,1.4568019978263285,The Hitchhiker's Guide to the Galaxy,0.5174126625061035,2.4604352678384305,0.5381537079811096,3.3004362825008813,-0.15585938096046453,-1.8856655755866356,0.010558664798736572,-1.8436342846745528 +The Hitchhiker's Guide to the Galaxy,Loonquawl,0.4905512034893036,1.0880415049049648,0.5231997966766357,0.912282620068297,The Hitchhiker's Guide to the Galaxy,0.5401980876922607,2.7960738546327706,0.5393425226211548,1.8750551413304997,-0.04964688420295715,-1.7080323497278058,-0.016142725944519043,-0.9627725212622027 +Dune,Piter De Vries,0.5379225611686707,0.5988211129863868,0.526581346988678,0.9056059650963464,Dune,0.5457844734191895,2.264401020878476,0.5682894587516785,3.001800801270369,-0.007861912250518799,-1.6655799078920892,-0.04170811176300049,-2.0961948361740226 +The Hitchhiker's Guide to the Galaxy,Agda,0.5112017393112183,0.0090290968271346,0.5287888646125793,2.0108659815402974,The Hitchhiker's Guide to the Galaxy,0.5139344334602356,1.6046755314659846,0.5281763672828674,2.435745000064001,-0.002732694149017334,-1.59564643463885,0.0006124973297119141,-0.4248790185237037 +The Hitchhiker's Guide to the Galaxy,Roosta,0.4013340473175049,0.5160362064200719,0.5600486993789673,7.561060928517275,The Hitchhiker's Guide to the Galaxy,0.5169205665588379,2.102114009073872,0.5259182453155518,5.666003639061062,-0.11558651924133301,-1.5860778026538003,0.03413045406341553,1.8950572894562132 +The Hitchhiker's Guide to the Galaxy,Heimdall,0.4221406280994415,0.5328247346765147,0.5135451555252075,1.5380454113971236,The Hitchhiker's Guide to the Galaxy,0.5255253911018372,2.0622431163773225,0.5286298394203186,1.3716973750191226,-0.10338476300239569,-1.5294183817008078,-0.015084683895111084,0.166348036378001 +The Hitchhiker's Guide to the Galaxy,The Lord,0.3071805536746979,0.539492840010531,0.5095160007476807,3.5966796013484585,The Hitchhiker's Guide to the Galaxy,0.5007612705230713,2.066419580043978,0.5112965703010559,1.3281270743648217,-0.1935807168483734,-1.526926740033447,-0.0017805695533752441,2.268552526983637 +The Hitchhiker's Guide to the Galaxy,Genghis Khan,0.424543023109436,0.5671710824059766,0.4711781740188598,0.9350327254876516,The Hitchhiker's Guide to the Galaxy,0.5663809180259705,2.074380728007357,0.5443081259727478,2.531551998571767,-0.14183789491653448,-1.5072096456013806,-0.073129951953888,-1.5965192730841153 +The Hitchhiker's Guide to the Galaxy,Mella,0.481859028339386,0.3536485779118626,0.5125448703765869,3.864342768834259,The Hitchhiker's Guide to the Galaxy,0.487587034702301,1.8086497148552143,0.5032673478126526,2.9962824801325185,-0.005728006362915039,-1.4550011369433518,0.009277522563934326,0.8680602887017406 +The Hunger Games,Hilarius Heavensbee,0.4951103627681732,0.7161396962156683,0.5291473865509033,1.248197113966103,The Hunger Games,0.5345776081085205,2.11777440643859,0.5213660597801208,2.95474443474159,-0.03946724534034729,-1.4016347102229219,0.007781326770782471,-1.706547320775487 +The Hitchhiker's Guide to the Galaxy,Lady Cynthia Fitzmelton,0.4701345562934875,0.4745346768104099,0.5366035103797913,0.945121595575924,The Hitchhiker's Guide to the Galaxy,0.509372889995575,1.866133674698825,0.5305003523826599,2.344663893372813,-0.03923833370208746,-1.3915989978884151,0.006103157997131348,-1.3995422977968888 +Dune,Piter de Vries,0.5492623448371887,0.7538928578703038,0.5279063582420349,0.1856799652173605,Dune,0.5234078764915466,2.121741244796618,0.5473734140396118,2.341555622457318,0.02585446834564209,-1.3678483869263145,-0.019467055797576904,-2.1558756572399576 +The Hitchhiker's Guide to the Galaxy,Oolon Colluphid,0.5109764337539673,3.494924471198232,0.523297131061554,2.332563684862649,The Hitchhiker's Guide to the Galaxy,0.5784218311309814,4.851148934817749,0.5522536039352417,2.5080001062957518,-0.06744539737701416,-1.3562244636195167,-0.028956472873687744,-0.17543642143310256 +The Hitchhiker's Guide to the Galaxy,Max Quordlepleen,0.4683612883090973,0.6472498624723172,0.4973364174365997,3.2147789399329074,The Hitchhiker's Guide to the Galaxy,0.4801921248435974,1.9751599362663192,0.4648252129554748,4.165068703849383,-0.011830836534500122,-1.3279100737940022,0.03251120448112488,-0.9502897639164756 +Dune,Glossu Rabban Harkonnen,0.5234180092811584,1.040041833978686,0.5540176033973694,1.0121267484968228,Dune,0.5142450332641602,2.34971710324303,0.5398516654968262,3.508803037015137,0.009172976016998291,-1.309675269264344,0.014165937900543213,-2.496676288518314 +Dune,Wensicia Corrino,0.5032896399497986,0.5391336026435865,0.5432509183883667,0.4904736340133676,Dune,0.5715660452842712,1.819849624453167,0.5675203800201416,0.9927692781062312,-0.06827640533447266,-1.2807160218095806,-0.024269461631774902,-0.5022956440928636 +Dune,Elrood Corrino IX,0.4567656815052032,0.4789964367943902,0.525293231010437,3.7146401915141753,Dune,0.5237322449684143,1.7444766368832163,0.5411025285720825,2.93718753271404,-0.06696656346321112,-1.2654802000888261,-0.015809297561645508,0.7774526588001351 +Dune,Iakin Nefud,0.4791484773159027,0.2640108801746009,0.5199869871139526,0.98270983524692,Dune,0.5314460396766663,1.5068754477787645,0.5381607413291931,1.2583039126290727,-0.05229756236076355,-1.2428645676041636,-0.01817375421524048,-0.2755940773821527 +Dune,Anirul Corrino,0.477915495634079,0.5785452349450044,0.5409173369407654,2.184465197505393,Dune,0.5521725416183472,1.7887946758179385,0.5885332226753235,2.588326357345893,-0.07425704598426819,-1.210249440872934,-0.047615885734558105,-0.4038611598405 +The Hitchhiker's Guide to the Galaxy,Gag Halfrunt,0.4925911724567413,0.4585229949614054,0.5219084620475769,2.089596555298776,The Hitchhiker's Guide to the Galaxy,0.4621201157569885,1.6535225458766083,0.5127925276756287,4.510724437648572,0.030471056699752752,-1.194999550915203,0.009115934371948242,-2.421127882349796 +Dune,Otheym,0.4998379051685333,0.9750208906999622,0.5489936470985413,1.6242758905300028,Dune,0.5967943072319031,2.07091631715095,0.5572136640548706,2.31686868074298,-0.09695640206336975,-1.0958954264509877,-0.008220016956329346,-0.6925927902129774 +The Hitchhiker's Guide to the Galaxy,Rob McKenna,0.4893811643123626,0.5788952977260052,0.4645346999168396,0.1847243935123878,The Hitchhiker's Guide to the Galaxy,0.5017083287239075,1.667916825646644,0.5132248997688293,0.986423940066365,-0.012327164411544855,-1.0890215279206386,-0.048690199851989746,-0.8016995465539772 +The Hitchhiker's Guide to the Galaxy,Number One,0.4428691864013672,0.377350079843268,0.5162665843963623,1.3980420177545387,The Hitchhiker's Guide to the Galaxy,0.5280580520629883,1.4328597399698952,0.493426501750946,0.9568505357678344,-0.0851888656616211,-1.0555096601266272,0.022840082645416315,0.4411914819867043 +The Hitchhiker's Guide to the Galaxy,Lallafa,0.3855247795581817,0.3642502465315573,0.5176847577095032,0.9539209876634652,The Hitchhiker's Guide to the Galaxy,0.5180431008338928,1.4061786046354934,0.5211470723152161,0.9665751629373902,-0.13251832127571112,-1.041928358103936,-0.0034623146057128906,-0.012654175273924984 +Dune,Aramsham,0.4641391634941101,0.4544422923442146,0.4845773875713348,0.8127568286147788,Dune,0.5344614386558533,1.4950078491961325,0.558563232421875,1.4762572326855694,-0.07032227516174316,-1.0405655568519179,-0.07398584485054022,-0.6635004040707906 +The Hitchhiker's Guide to the Galaxy,Elvis Presley,0.4119135737419128,0.3797633349632493,0.4842294752597809,0.9820755274381016,The Hitchhiker's Guide to the Galaxy,0.4907255470752716,1.351894932353983,0.5306002497673035,1.626699947685858,-0.07881197333335882,-0.9721315973907337,-0.04637077450752258,-0.6446244202477563 +The Hunger Games,Vipsania Sickle,0.4687986373901367,0.6673281913400538,0.4317727088928222,0.0093496491249441,The Hunger Games,0.494323194026947,1.5781923253593952,0.5286621451377869,2.421608415197159,-0.025524556636810303,-0.9108641340193414,-0.09688943624496466,-2.4122587660722146 +The Hitchhiker's Guide to the Galaxy,Reg Nullify,0.4718965590000152,0.732566560752424,0.5031888484954834,0.9387981627860932,The Hitchhiker's Guide to the Galaxy,0.4947773516178131,1.620227868508112,0.5117180347442627,1.048460238003262,-0.022880792617797907,-0.887661307755688,-0.008529186248779297,-0.10966207521716875 +The Hitchhiker's Guide to the Galaxy,Russell,0.3510933518409729,0.1425238221075055,0.4901808202266693,1.2995699622920482,The Hitchhiker's Guide to the Galaxy,0.4608912467956543,0.9779045702858556,0.5067327618598938,1.3193558646808417,-0.1097978949546814,-0.8353807481783502,-0.016551941633224487,-0.019785902388793408 +The Hitchhiker's Guide to the Galaxy,Enid Kapelsen,0.3291886150836944,0.4689406271306049,0.5459449291229248,1.4302111081764557,The Hitchhiker's Guide to the Galaxy,0.4951694905757904,1.255892682117142,0.5399518013000488,1.751950865087436,-0.165980875492096,-0.786952054986537,0.0059931278228759766,-0.32173975691098033 +The Hitchhiker's Guide to the Galaxy,Lunkwill and Fook,0.4703220129013061,0.7222041232070177,0.50676429271698,1.3777189736983275,The Hitchhiker's Guide to the Galaxy,0.4774085283279419,1.5053924682447637,0.5095489621162415,0.74077942371084,-0.007086515426635798,-0.783188345037746,-0.0027846693992614746,0.6369395499874875 +The Hitchhiker's Guide to the Galaxy,Googleplex Starthinker,0.49622243642807,0.7685041051682417,0.5458606481552124,1.4505408685686187,The Hitchhiker's Guide to the Galaxy,0.5102677345275879,1.5426929913351373,0.5362627506256104,2.2513618535087176,-0.014045298099517878,-0.7741888861668955,0.00959789752960205,-0.8008209849400989 +The Hitchhiker's Guide to the Galaxy,Random Dent,0.4872552454471588,0.730590806312388,0.5017336010932922,0.5736767084024997,The Hitchhiker's Guide to the Galaxy,0.473728746175766,1.4937575705922388,0.4956254959106445,0.950463493923778,0.013526499271392822,-0.7631667642798508,0.006108105182647761,-0.3767867855212783 +Dune,Edric,0.507510781288147,0.7897315362747146,0.5188983678817749,0.3442989693934002,Dune,0.4717606902122497,1.5474047775962123,0.5060545206069946,1.0497433254976,0.03575009107589727,-0.7576732413214977,0.012843847274780273,-0.7054443561041999 +The Hitchhiker's Guide to the Galaxy,Captain,0.427333116531372,0.5894758492741129,0.514319658279419,1.5084252457658365,The Hitchhiker's Guide to the Galaxy,0.4852561056613922,1.3337660049817803,0.5076146721839905,0.9621542476535582,-0.0579229891300202,-0.7442901557076674,0.006704986095428467,0.5462709981122783 +The Hitchhiker's Guide to the Galaxy,Number Two,0.4727605879306793,0.5012591080546629,0.5356969833374023,1.3391366496133603,The Hitchhiker's Guide to the Galaxy,0.5003491044044495,1.2324191217297131,0.5516855120658875,1.8112055895966903,-0.02758851647377014,-0.7311600136750502,-0.015988528728485107,-0.47206893998333 +The Hitchhiker's Guide to the Galaxy,Garkbit,0.4613436758518219,0.3191123091025339,0.570511519908905,1.989116101173145,The Hitchhiker's Guide to the Galaxy,0.5236223936080933,1.0433548950697888,0.5911267399787903,2.4572819478109995,-0.06227871775627136,-0.724242585967255,-0.020615220069885254,-0.46816584663785443 +The Hitchhiker's Guide to the Galaxy,Barman,0.4852215051651001,0.892994337150235,0.53641277551651,1.711163363707738,The Hitchhiker's Guide to the Galaxy,0.511643648147583,1.608056616499328,0.5494937896728516,1.9716792377981351,-0.02642214298248291,-0.7150622793490929,-0.013081014156341553,-0.2605158740903972 +The Hitchhiker's Guide to the Galaxy,Hactar,0.3989352285861969,0.7576601357314339,0.5416232943534851,0.7711947173289098,The Hitchhiker's Guide to the Galaxy,0.5371614098548889,1.459193337851069,0.574628472328186,1.092209836230405,-0.13822618126869202,-0.7015332021196352,-0.03300517797470093,-0.32101511890149514 +Dune,Abulurd Harkonnen,0.4777737557888031,0.4430687366664146,0.5658541917800903,1.861695997521908,Dune,0.5195108652114868,1.1375128614763077,0.563437819480896,0.8915872034693118,-0.041737109422683716,-0.6944441248098931,0.002416372299194336,0.9701087940525963 +Twilight,Santiago,0.4853374063968658,0.5795768905286605,0.4533033072948456,0.0020581764638911,Twilight,0.500321090221405,1.2468754962383273,0.4711087644100189,0.1209499717076706,-0.01498368382453924,-0.6672986057096668,-0.01780545711517334,-0.1188917952437795 +The Hitchhiker's Guide to the Galaxy,Gail Andrews,0.3995009064674377,0.2916095789617625,0.5061356425285339,2.919661862620716,The Hitchhiker's Guide to the Galaxy,0.4509778022766113,0.9562000321919004,0.5595822334289551,2.624409782313436,-0.051476895809173584,-0.6645904532301379,-0.05344659090042114,0.29525208030728 +Twilight,Randall,0.5105313062667847,0.7926058356692781,0.5362573862075806,0.6021940269499707,Twilight,0.553048312664032,1.454575429737306,0.5498643517494202,3.8130195171475982,-0.042517006397247314,-0.6619695940680278,-0.0136069655418396,-3.2108254901976276 +Dune,Bellonda,0.5110083222389221,1.4250345742292878,0.5434740781784058,1.319385444025332,Dune,0.566320538520813,2.080836282967017,0.572908878326416,3.142909773513882,-0.05531221628189087,-0.6558017087377292,-0.029434800148010254,-1.8235243294885497 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Jeltz,0.4988266229629516,0.8692090518030713,0.5272074341773987,5.493615467566085,The Hitchhiker's Guide to the Galaxy,0.5014403462409973,1.5210810540607456,0.5499670505523682,2.281380024832352,-0.00261372327804571,-0.6518720022576743,-0.022759616374969482,3.2122354427337325 +Dune,Tertius Eileen Anteac,0.5171214938163757,0.9599716945215118,0.5144374966621399,0.2580117834826692,Dune,0.4842688739299774,1.6092160416916077,0.5371854901313782,0.9017624269997888,0.032852619886398315,-0.6492443471700959,-0.02274799346923828,-0.6437506435171196 +The Hitchhiker's Guide to the Galaxy,Hurling Frootmig,0.3751438558101654,0.6959301679234284,0.5332341194152832,4.491338073974113,The Hitchhiker's Guide to the Galaxy,0.5172088146209717,1.3230990334518309,0.5507286787033081,3.484903478663206,-0.14206495881080627,-0.6271688655284025,-0.017494559288024902,1.0064345953109068 +Dune,Margot Fenring,0.5196251273155212,1.287933709101413,0.587001383304596,0.4281066526230737,Dune,0.5554811954498291,1.886456070361856,0.5722024440765381,3.858722627527751,-0.03585606813430786,-0.5985223612604431,0.014798939228057861,-3.4306159749046774 +The Hitchhiker's Guide to the Galaxy,Pizpot Gargravarr,0.3139541745185852,0.3622527754839205,0.5040284395217896,1.7450559279627826,The Hitchhiker's Guide to the Galaxy,0.4787600934505462,0.9577454175059584,0.4993785619735718,1.5612964447779745,-0.164805918931961,-0.5954926420220379,0.0046498775482177734,0.18375948318480817 +Dune,Nayla,0.4786968827247619,0.6588261872586595,0.5447108149528503,2.623758321475784,Dune,0.5117801427841187,1.2422612366213277,0.5429883599281311,1.5111770122717076,-0.033083260059356745,-0.5834350493626682,0.0017224550247192383,1.1125813092040762 +Dune,Tylwyth Waff,0.509412407875061,1.1437715938563466,0.451562762260437,0.058983343730529,Dune,0.5559523701667786,1.7187419585481665,0.5639292001724243,1.6008048102770898,-0.04653996229171753,-0.5749703646918198,-0.1123664379119873,-1.5418214665465608 +The Hitchhiker's Guide to the Galaxy,Poodoo,0.322559654712677,0.4345295743733599,0.487070620059967,1.1780212850157157,The Hitchhiker's Guide to the Galaxy,0.450519859790802,1.0020379796927297,0.5223364233970642,1.4941446530390217,-0.127960205078125,-0.5675084053193697,-0.035265803337097223,-0.316123368023306 +The Hitchhiker's Guide to the Galaxy,Allitnils,0.4362064599990845,0.3346937327370324,0.4490273594856262,1.3148000331605807,The Hitchhiker's Guide to the Galaxy,0.4965316355228424,0.8980947810572045,0.5122107267379761,1.7813170644012286,-0.060325175523757935,-0.5634010483201721,-0.06318336725234985,-0.4665170312406479 +Dune,Octa Butler,0.4880781173706054,0.6217094571902593,0.4583471715450287,0.1195954437816999,Dune,0.5055363774299622,1.1788144831676244,0.5349791646003723,0.9440785315735382,-0.017458260059356745,-0.5571050259773651,-0.07663199305534363,-0.8244830877918383 +The Hitchhiker's Guide to the Galaxy,Humma Kavula,0.4809923768043518,1.477938828676986,0.5316513776779175,5.388965569722715,The Hitchhiker's Guide to the Galaxy,0.5110021829605103,2.0183648713233,0.5350873470306396,4.865023727382481,-0.030009806156158447,-0.5404260426463139,-0.003435969352722168,0.5239418423402338 +Dune,Chani Kynes,0.519978404045105,0.6258408328432263,0.507990837097168,0.180328439611831,Dune,0.5317520499229431,1.1616693733240029,0.5398597121238708,1.4438592161520991,-0.011773645877838135,-0.5358285404807765,-0.03186887502670288,-1.2635307765402681 +Dune,Lichna,0.4484536945819855,0.3209750417245773,0.5563443303108215,1.0913543433308168,Dune,0.5000667572021484,0.8253871268352208,0.5714812278747559,2.2966022270097417,-0.051613062620162964,-0.5044120851106435,-0.015136897563934326,-1.2052478836789249 +The Hitchhiker's Guide to the Galaxy,Alice Beeblebrox,0.4957469999790191,0.4318234513995117,0.5307592153549194,1.3733599282782645,The Hitchhiker's Guide to the Galaxy,0.4696454703807831,0.8978039968744738,0.5031110644340515,1.1097740115014256,0.02610152959823603,-0.46598054547496204,0.02764815092086792,0.26358591677683885 +Twilight,Collin Littlesea,0.4267337918281555,0.1959290491151384,0.4282884001731872,0.2757751569891288,Twilight,0.4317830801010132,0.6549329661210603,0.4445505440235138,0.8581127887388902,-0.005049288272857666,-0.4590039170059219,-0.016262143850326594,-0.5823376317497614 +Dune,Stilgar,0.497808039188385,0.5928535300523808,0.5342109203338623,0.0981198917767718,Dune,0.4978335201740265,1.050191588802027,0.5372103452682495,0.4579809007162451,-2.5480985641479492e-05,-0.45733805874964617,-0.002999424934387207,-0.35986100893947326 +Dune,Marty,0.4792817533016205,0.7280740326746394,0.4993573129177093,0.1588863758641067,Dune,0.5066540837287903,1.1714954308479877,0.5216068029403687,1.8426423024082883,-0.0273723304271698,-0.44342139817334825,-0.022249490022659357,-1.6837559265441815 +Dune,Norma Cenva,0.4278644323348999,0.3453006718812716,0.5005387663841248,1.3120403501803808,Dune,0.5233030319213867,0.778264812852435,0.555372953414917,2.386279260997153,-0.09543859958648682,-0.43296414097116337,-0.054834187030792236,-1.074238910816772 +Twilight,Senna,0.5137305855751038,0.7764955341732236,0.4481615424156189,0.0017553523032034,Twilight,0.5020114183425903,1.1654473847385365,0.5421069860458374,3.339938662868396,0.011719167232513428,-0.3889518505653129,-0.0939454436302185,-3.3381833105651926 +Twilight,Rebecca Black,0.4915410280227661,0.918700707863489,0.4832848310470581,0.2138217510688916,Twilight,0.4971699118614197,1.2935049089247452,0.517520546913147,3.558757023917906,-0.0056288838386535645,-0.3748042010612562,-0.03423571586608887,-3.344935272849014 +The Hitchhiker's Guide to the Galaxy,Murray Bost Henson,0.5009537935256958,0.8650247165365152,0.5307431817054749,2.131904644327854,The Hitchhiker's Guide to the Galaxy,0.4902479350566864,1.2326925936283584,0.5304598212242126,2.1115138981949566,0.0107058584690094,-0.3676678770918431,0.00028336048126220703,0.020390746132897597 +Dune,Hayt,0.5157616138458252,1.1372734117655994,0.5824491381645203,3.2943028197495816,Dune,0.5623521208763123,1.488815995076424,0.5540022253990173,2.7630196330461185,-0.04659050703048706,-0.35154258331082455,0.02844691276550293,0.5312831867034631 +The Hitchhiker's Guide to the Galaxy,Guide Mark II,0.4657743871212005,2.6638920729684443,0.546289324760437,1.816169121645537,The Hitchhiker's Guide to the Galaxy,0.5517412424087524,3.014383230731099,0.5583321452140808,5.972646482817048,-0.08596685528755194,-0.3504911577626548,-0.012042820453643799,-4.156477361171511 +The Hitchhiker's Guide to the Galaxy,Vroomfondel,0.4920307099819183,6.379823034810391,0.5519132018089294,5.594354917271374,The Hitchhiker's Guide to the Galaxy,0.5289682745933533,6.720129576328287,0.5723767876625061,4.958258342843732,-0.03693756461143499,-0.3403065415178963,-0.02046358585357666,0.6360965744276417 +The Hitchhiker's Guide to the Galaxy,Golgafrinchans,0.4871600866317749,0.8266789267927431,0.5505149364471436,0.5544471130203781,The Hitchhiker's Guide to the Galaxy,0.5678676962852478,1.1610192491706892,0.5612878203392029,1.4139129371358898,-0.0807076096534729,-0.3343403223779461,-0.010772883892059326,-0.8594658241155118 +Twilight,Brady Fuller,0.414991170167923,0.2777492253670694,0.3972945213317871,0.2222973154747086,Twilight,0.4130733013153076,0.6068299589117829,0.4249446392059326,0.6052303750544059,0.0019178688526153564,-0.3290807335447135,-0.027650117874145508,-0.3829330595796973 +Dune,Pardot Kynes,0.5138195753097534,0.3631800161713162,0.54291170835495,0.1188006488069928,Dune,0.548527717590332,0.672247439672272,0.5399633049964905,0.0884621745392188,-0.03470814228057861,-0.3090674235009558,0.0029484033584594727,0.030338474267774 +The Hitchhiker's Guide to the Galaxy,Know-Nothing-Bozo,0.3952953815460205,0.2783315400326001,0.5313194990158081,1.1784301044494518,The Hitchhiker's Guide to the Galaxy,0.4955277740955353,0.5778292685825147,0.4897610247135162,0.6143910796859021,-0.10023239254951477,-0.29949772854991463,0.041558474302291926,0.5640390247635497 +Dune,Korba,0.5202980637550354,0.919296385613698,0.5151761174201965,1.1408700423282307,Dune,0.4850527346134186,1.211352121437672,0.5010478496551514,1.7559935864881495,0.03524532914161682,-0.2920557358239739,0.014128267765045166,-0.6151235441599188 +Dune,Tyekanik,0.4869306087493896,0.5850379611842363,0.5662058591842651,3.932007099913652,Dune,0.5200982689857483,0.8706128152474562,0.5710911154747009,1.0321123382009028,-0.0331676602363587,-0.2855748540632198,-0.004885256290435791,2.8998947617127495 +The Hitchhiker's Guide to the Galaxy,Caveman,0.4493281543254852,0.8532140394068194,0.4843088090419769,1.553444973821121,The Hitchhiker's Guide to the Galaxy,0.4620581865310669,1.1378235127068754,0.511817455291748,2.426670574784131,-0.01273003220558172,-0.28460947330005604,-0.027508646249771174,-0.8732256009630102 +Dune,Rhombur Vernius,0.4708586931228637,0.1710636479778642,0.5153435468673706,0.3311951378907922,Dune,0.5298475623130798,0.4492802922201242,0.5671092867851257,0.2153144695845419,-0.05898886919021612,-0.27821664424226,-0.05176573991775513,0.1158806683062503 +The Hitchhiker's Guide to the Galaxy,Colin the Security Robot,0.4999342858791351,0.976077601788665,0.5409278273582458,1.6172071174414118,The Hitchhiker's Guide to the Galaxy,0.5057948231697083,1.244740878257223,0.5356009006500244,1.521336768726183,-0.005860537290573176,-0.2686632764685579,0.0053269267082214355,0.09587034871522881 +The Hitchhiker's Guide to the Galaxy,Haggunenons,0.4784274697303772,0.0611463148321988,0.5442502498626709,0.7159532413067194,The Hitchhiker's Guide to the Galaxy,0.5453197956085205,0.3291761873612753,0.5468650460243225,0.920699640644659,-0.06689232587814331,-0.2680298725290765,-0.0026147961616516113,-0.2047463993379396 +Dune,Mohandas Suk,0.4980094134807586,0.777807305732695,0.4519886970520019,0.0335985023101957,Dune,0.4978834688663482,1.0267002706159707,0.540614664554596,1.529749728452501,0.0001259446144104004,-0.24889296488327572,-0.08862596750259405,-1.4961512261423053 +The Hunger Games,Treech,0.4814959466457367,0.1205940027584875,0.5275515913963318,0.020602210904005,The Hunger Games,0.4770993590354919,0.3687356863387556,0.4976861178874969,0.1049643699751414,0.0043965876102448065,-0.24814168358026809,0.029865473508834894,-0.0843621590711364 +The Lord of the Rings,Peregrin Took,0.5051109790802002,0.0387485409175478,0.5279164910316467,0.014012182356224,The Lord of the Rings,0.5318484306335449,0.2692060335335933,0.5542590618133545,0.2374488441743688,-0.026737451553344727,-0.23045749261604548,-0.026342570781707764,-0.22343666181814478 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Kwaltz,0.4778609573841095,2.822516176868135,0.5188731551170349,6.296859603897407,The Hitchhiker's Guide to the Galaxy,0.5397637486457825,3.052210660958916,0.5244671106338501,6.27272596489698,-0.061902791261672974,-0.22969448409078108,-0.0055939555168151855,0.024133639000426754 +Dune,Schwangyu,0.5012314915657043,1.6685941357419745,0.5462884306907654,2.5507629847737583,Dune,0.5511276125907898,1.8958544366122756,0.5603456497192383,3.75076187459884,-0.04989612102508545,-0.22726030087030114,-0.0140572190284729,-1.1999988898250815 +Dune,Tyros Reffa,0.4748443067073822,0.6859880148079427,0.5335310101509094,0.5082867544066283,Dune,0.4846203923225403,0.8964724246466521,0.5130773186683655,0.7053993910320941,-0.009776085615158081,-0.21048440983870942,0.020453691482543945,-0.19711263662546585 +The Hitchhiker's Guide to the Galaxy,Lajestic Vantrashell of Lob,0.4946290254592895,0.788683257973526,0.5325215458869934,1.4285529850515457,The Hitchhiker's Guide to the Galaxy,0.5036670565605164,0.995913763020436,0.5276214480400085,5.068278898090996,-0.009038031101226862,-0.20723050504690999,0.004900097846984863,-3.6397259130394497 +Twilight,Rachel Black,0.4595691263675689,0.2576749869769676,0.5207951068878174,0.0190418830757729,Twilight,0.4946772158145904,0.4461437557674763,0.5062205791473389,0.2900946600663232,-0.035108089447021484,-0.18846876879050867,0.014574527740478516,-0.27105277699055025 +The Hitchhiker's Guide to the Galaxy,Mr Prosser,0.5088934302330017,4.318724304727283,0.5321364998817444,6.693953706336869,The Hitchhiker's Guide to the Galaxy,0.4827904403209686,4.507037385340246,0.4820026457309723,3.286594095395597,0.026102989912033137,-0.18831308061296337,0.050133854150772095,3.4073596109412714 +Dune,Ramallo,0.4951575994491577,0.9747248480575008,0.5169386267662048,0.7338078391350811,Dune,0.5678929090499878,1.154690518665489,0.5771474838256836,1.2469760206362497,-0.07273530960083008,-0.17996567060798818,-0.06020885705947876,-0.5131681815011686 +The Hunger Games,Lucretius Flickerman,0.4977657794952392,0.1629415961848473,0.5035482048988342,0.0133227253071535,The Hunger Games,0.4888031184673309,0.3311301477382859,0.5430733561515808,0.4712395986169309,0.008962661027908325,-0.16818855155343862,-0.03952515125274658,-0.4579168733097774 +Dune,Hedley Tuek,0.4864819049835205,0.7164396077823254,0.5281742215156555,1.6249834470605626,Dune,0.5025479197502136,0.8595255704490478,0.5215905904769897,1.2034179134975411,-0.016066014766693115,-0.14308596266672235,0.0065836310386657715,0.4215655335630215 +Dune,Glossu Rabban,0.5158686637878418,0.9112838441922432,0.5629866123199463,0.508575296527618,Dune,0.5129092931747437,1.0069395582773502,0.4982693493366241,0.8636006270233796,0.0029593706130981445,-0.09565571408510698,0.0647172629833222,-0.35502533049576157 +Dune,Irulan Corrino,0.5143793225288391,0.3348602584278514,0.5152375102043152,0.0094716067630267,Dune,0.5549029111862183,0.3883706492553182,0.5475248694419861,0.0924784031698652,-0.04052358865737915,-0.053510390827466836,-0.0322873592376709,-0.0830067964068385 +The Hunger Games,Palmyra Monty,0.487560361623764,1.3511176525859887,0.5095211863517761,6.760745934657895,The Hunger Games,0.4658852517604828,1.4012232545944838,0.5263291597366333,2.776145655403921,0.021675109863281194,-0.05010560200849512,-0.016807973384857178,3.984600279253974 +The Lord of the Rings,Túrin,0.5115970969200134,0.0049511909120823,0.5016611218452454,5.695012396675375e-07,The Lord of the Rings,0.5421173572540283,0.0429806611634024,0.5550504326820374,0.0017625311475901,-0.030520260334014893,-0.0380294702513201,-0.05338931083679199,-0.0017619616463504324 +The Lord of the Rings,Círdan,0.5244083404541016,0.0041011724128416,0.5692238807678223,0.0052680420482716,The Lord of the Rings,0.5649707317352295,0.0396925836048516,0.5829378366470337,0.0174921897736828,-0.04056239128112793,-0.03559141119201,-0.013713955879211426,-0.012224147725411201 +Dune,Leto I Atreides,0.4957177937030792,0.0713538467969338,0.5478718876838684,0.0030558619291654,Dune,0.5601571798324585,0.1023989904643914,0.5555311441421509,0.0417155261758025,-0.06443938612937927,-0.0310451436674576,-0.007659256458282471,-0.0386596642466371 +Twilight,Paul Lahote,0.4901941120624542,0.0053238377358169,0.5420800447463989,0.0003242660314437,Twilight,0.5150099992752075,0.0303382441467537,0.5465271472930908,0.0221356357462167,-0.024815887212753296,-0.0250144064109368,-0.0044471025466918945,-0.021811369714773002 +The Hunger Games,Casca Highbottom,0.4940409958362579,0.0587936886949867,0.4224543273448944,1.3918421137300102e-09,The Hunger Games,0.5193358063697815,0.067383490854419,0.5250967144966125,0.0839281652098627,-0.025294810533523615,-0.008589802159432301,-0.10264238715171814,-0.08392816381802058 +Twilight,Bree Tanner,0.4895860850811004,0.0027619723448355,0.5328367352485657,4.932456015088068e-07,Twilight,0.5580485463142395,0.0113079999916323,0.5131526589393616,0.0001464595674742,-0.0684624612331391,-0.0085460276467968,0.0196840763092041,-0.00014596632187269118 +Twilight,Kate,0.5082175731658936,0.0092909007967654,0.5042892098426819,3.1359330333416675e-06,Twilight,0.4700287282466888,0.011458645602367,0.522560179233551,0.0005613060321858,0.03818884491920477,-0.0021677448056016003,-0.01827096939086914,-0.0005581700991524582 +Harry Potter,Katie Bell,0.4919006526470184,0.0001769203239268,0.5337795615196228,9.19940473134516e-10,Harry Potter,0.5012985467910767,0.0004962681969855,0.5672582387924194,4.619072452139013e-05,-0.009397894144058283,-0.0003193478730587,-0.03347867727279663,-4.6189804580916995e-05 +The Hunger Games,Effie Trinket,0.5257339477539062,7.600320478722381e-05,0.5627817511558533,5.603280758866763e-09,The Hunger Games,0.5359324812889099,8.321606180910708e-05,0.5681807994842529,3.933899465304202e-14,-0.010198533535003662,-7.212857021883268e-06,-0.005399048328399658,5.60324141987211e-09 +The Lord of the Rings,Gollum,0.4888666868209839,9.018845864385908e-07,0.5417248010635376,2.7974571228520384e-07,The Lord of the Rings,0.4790458977222442,2.474754774110922e-28,0.5469645857810974,4.741465540436228e-07,0.00982078909873968,9.018845864385908e-07,-0.0052397847175598145,-1.9440084175841898e-07 +Twilight,Alec,0.4980205297470093,5.69776817895873e-05,0.5346221327781677,0.0001958884672121,Twilight,0.4573462605476379,3.3593638855767326e-08,0.5198443531990051,0.0005200181715442,0.04067426919937139,5.694408815073153e-05,0.014777779579162598,-0.00032412970433209995 +Twilight,James,0.4843384027481079,0.0001932872771006,0.5438632369041443,7.270975490567214e-08,Twilight,0.4569451510906219,1.873352245885299e-12,0.5209974050521851,5.469161351854039e-06,0.027393251657486017,0.00019328727522724775,0.02286583185195923,-5.396451596948367e-06 +The Lord of the Rings,Thorin II,0.5045325756072998,0.0007322934482175,0.5158685445785522,6.198932369864243e-14,The Lord of the Rings,0.5464227199554443,0.0004284126620413,0.575333297252655,0.0027267432030499,-0.04189014434814453,0.00030388078617619996,-0.05946475267410278,-0.0027267432029879106 +Twilight,Seth Clearwater,0.4928677082061767,0.0003410076353034,0.5481706857681274,1.3472232653530088e-08,Twilight,0.5169409513473511,5.498352064403032e-07,0.5414804816246033,5.633002374780094e-05,-0.024073243141174372,0.00034045780009695967,0.00669020414352417,-5.631655151514741e-05 +Twilight,Irina,0.470138281583786,0.0024579253265756,0.5045228004455566,1.5320277844471137e-05,Twilight,0.4536858797073364,0.0013092396599973,0.4939875900745392,0.0013506494225449,0.016452401876449585,0.0011486856665783,0.010535210371017456,-0.001335329144700429 +Twilight,Billy Black,0.5037399530410767,0.0011753254804401,0.5305846333503723,3.265647245663343e-08,Twilight,0.5093494057655334,2.3591983499352122e-07,0.5355236530303955,0.0005672443480786,-0.005609452724456787,0.0011750895606051066,-0.004939019680023193,-0.0005672116916061433 +Twilight,Peter,0.4881868064403534,0.0055139473766313,0.5223390460014343,3.571632622594117e-07,Twilight,0.477811336517334,0.0035910733978483,0.5113801956176758,8.112589315640874e-05,0.01037546992301941,0.0019228739787829998,0.010958850383758545,-8.076872989414934e-05 +Twilight,Nahuel,0.4806161224842071,0.0030237759400889,0.4974486529827118,4.074022142901286e-06,Twilight,0.487690657377243,3.267971768044545e-06,0.5109698176383972,0.0100261470848423,-0.007074534893035889,0.0030205079683208558,-0.013521164655685425,-0.010022073062699399 +Harry Potter,Cormac McLaggen,0.5016866326332092,0.0045685164798883,0.5371431112289429,4.969169167102703e-05,Harry Potter,0.5474498867988586,0.0013196453172605,0.5296474099159241,0.0006933806875067,-0.045763254165649414,0.0032488711626278,0.007495701313018799,-0.0006436889958356729 +The Lord of the Rings,Watcher in the Water,0.509591817855835,0.0042405603228484,0.5722002983093262,0.0050986009448787,The Lord of the Rings,0.58259117603302,0.0008455740605946,0.6002125144004822,0.0048471313602718,-0.07299935817718506,0.0033949862622538,-0.028012216091156006,0.00025146958460689917 +The Lord of the Rings,Gil-galad,0.5118858814239502,0.0068857499924548,0.5715324282646179,0.0005677095052421,The Lord of the Rings,0.6103127002716064,0.0028920199616459,0.5794858336448669,0.0144161097849405,-0.09842681884765625,0.0039937300308089,-0.007953405380249023,-0.0138484002796984 +The Lord of the Rings,Tom Bombadil,0.5555573105812073,0.0046206003765287,0.5867260694503784,0.0001369321232673,The Lord of the Rings,0.560651421546936,0.0005328502053433,0.5672776699066162,0.0005428128490563,-0.00509411096572876,0.004087750171185399,0.019448399543762207,-0.00040588072578900004 +Twilight,Leah Clearwater,0.5022733211517334,0.0041175914692589,0.5302123427391052,4.384355372214623e-07,Twilight,0.5080369710922241,8.0013803633786e-08,0.5539224147796631,0.0024517969115172,-0.005763649940490723,0.004117511455455266,-0.02371007204055786,-0.0024513584759799784 +Dune,Darwi Odrade,0.536483108997345,0.0083372774090292,0.551603376865387,8.973373912887733e-05,Dune,0.5547276735305786,0.002377769984988,0.5509737133979797,0.0001683148322433,-0.018244564533233643,0.0059595074240412,0.0006296634674072266,-7.858109311442267e-05 +The Lord of the Rings,Samwise Gamgee,0.516346275806427,0.0086353743028511,0.5517829060554504,6.587088113698992e-06,The Lord of the Rings,0.5425846576690674,3.937179946292413e-10,0.5823348760604858,0.0002485532633412,-0.02623838186264038,0.008635373909133106,-0.0305519700050354,-0.00024196617522750103 +The Hunger Games,Clemensia Dovecote,0.4968879520893097,0.0170611288397921,0.523499071598053,0.0001008222030743,The Hunger Games,0.5120881795883179,0.0047036399681221,0.5367035269737244,0.0222355032350336,-0.015200227499008179,0.01235748887167,-0.013204455375671387,-0.0221346810319593 +The Lord of the Rings,Bard,0.5050056576728821,0.0263558218554472,0.5294986367225647,3.8916732286303865e-05,The Lord of the Rings,0.5035655498504639,0.0116677526904767,0.5629619359970093,0.0031130032542259,0.0014401078224182129,0.0146880691649705,-0.03346329927444458,-0.003074086521939596 +The Lord of the Rings,Thranduil,0.5080153346061707,0.015795075382359,0.5616160035133362,0.0010448700161254,The Lord of the Rings,0.515102207660675,3.7983051277183866e-11,0.5661547780036926,0.0140890316963217,-0.0070868730545043945,0.01579507534437595,-0.004538774490356445,-0.0130441616801963 +The Lord of the Rings,Celeborn,0.5215296149253845,0.0167471083468386,0.5615239143371582,2.142140399366893e-05,The Lord of the Rings,0.4809964895248413,3.0929334752995546e-11,0.5626426339149475,0.00886908460637,0.04053312540054321,0.016747108315909264,-0.0011187195777893066,-0.008847663202376331 +The Lord of the Rings,Isildur,0.5210660099983215,0.0171125267976959,0.5709381103515625,0.0036278594316332,The Lord of the Rings,0.514318585395813,0.0002690887948658,0.54621821641922,0.0173277243707655,0.006747424602508545,0.0168434380028301,0.02471989393234253,-0.0136998649391323 +Twilight,Angela Weber,0.5035080909729004,0.0211686308059395,0.5863727331161499,0.0001996363772614,Twilight,0.5237318873405457,0.0032600961595887,0.5503565073013306,0.0799621913934073,-0.020223796367645264,0.0179085346463508,0.036016225814819336,-0.07976255501614589 +Harry Potter,Vincent Crabbe,0.4900419116020202,0.019456977760415,0.5308857560157776,9.875276038060636e-07,Harry Potter,0.4622730612754822,1.1250639826776048e-08,0.5160602331161499,0.0004350931133402,0.02776885032653803,0.019456966509775173,0.014825522899627686,-0.00043410558573639396 +The Lord of the Rings,Radagast,0.506693422794342,0.0213537349432444,0.5546278357505798,1.0152234499330084e-06,The Lord of the Rings,0.5262231826782227,1.7547469280061835e-05,0.5205216407775879,2.6606774322600487e-05,-0.019529759883880615,0.021336187473964336,0.03410619497299194,-2.559155087266748e-05 +Twilight,Emily Young,0.4844948351383209,0.0241715203413158,0.5346267819404602,0.0071704607373847,Twilight,0.4843425154685974,5.8861067356876075e-08,0.4932059049606323,0.0021554370112846,0.00015231966972351074,0.024171461480248443,0.04142087697982788,0.005015023726100101 +Twilight,Tanya,0.4948145747184753,0.0279751042987792,0.5204833745956421,8.002467585252991e-06,Twilight,0.4598340392112732,3.2839210098507054e-15,0.511573314666748,9.316443602184018e-07,0.03498053550720209,0.027975104298775914,0.008910059928894043,7.0708232250345894e-06 +Twilight,Caius,0.5130079388618469,0.0324452166180314,0.5396819114685059,1.3461209166752e-05,Twilight,0.5032059550285339,0.004225557163603,0.5385996103286743,0.0044691226682601,0.009801983833312988,0.028219659454428402,0.001082301139831543,-0.004455661459093348 +The Hunger Games,Coral,0.5041736960411072,0.0364129919837355,0.5333076119422913,0.0004916603460607,The Hunger Games,0.4890300333499908,0.0080261692520166,0.5262603163719177,0.0648888114158943,0.015143662691116389,0.0283868227317189,0.007047295570373535,-0.0643971510698336 +Twilight,Jane,0.5112879276275635,0.0299260924886111,0.5439932942390442,2.910038324003551e-06,Twilight,0.4662284553050995,7.231129503729666e-06,0.498564600944519,7.089014437417576e-08,0.04505947232246399,0.02991886135910737,0.0454286932945252,2.839148179629375e-06 +Twilight,Demetri,0.5160878300666809,0.0362002180763083,0.5621719360351562,3.9644251217159456e-05,Twilight,0.5109078884124756,8.155717012021489e-05,0.545673668384552,0.0394128451447977,0.005179941654205322,0.03611866090618809,0.016498267650604248,-0.03937320089358054 +Dune,Jessica Atreides,0.4802019000053406,0.4161399961091878,0.4718683063983917,0.0930419518554409,Dune,0.4973728954792022,0.376441262810641,0.4970850646495819,0.4108089338864428,-0.01717099547386164,0.039698733298546784,-0.025216758251190186,-0.3177669820310019 +Dune,Shando Vernius,0.4806986451148987,0.7962298181287515,0.5127638578414917,0.5847123792064839,Dune,0.5465232133865356,0.7520822598278919,0.5261800289154053,0.8021177618208027,-0.06582456827163696,0.04414755830085959,-0.013416171073913574,-0.21740538261431885 +Dune,Siona Atreides,0.525655210018158,0.760034515851974,0.5492343306541443,0.1137882348869456,Dune,0.5566157698631287,0.7132382625515441,0.554270327091217,0.2215421654128753,-0.030960559844970703,0.04679625330042991,-0.005035996437072754,-0.1077539305259297 +Twilight,Riley Biers,0.4901560544967651,0.0527097632436116,0.5125524401664734,0.0001648423605823,Twilight,0.5229548811912537,0.0005162053381782,0.5178256630897522,0.0029624085757236,-0.03279882669448858,0.0521935579054334,-0.005273222923278809,-0.0027975662151413 +Twilight,Amun,0.507752001285553,0.0532664143586604,0.4271788001060486,2.712021848055028e-15,Twilight,0.4475617110729217,0.0002119297826385,0.5199306011199951,0.0018816264449106,0.06019029021263128,0.053054484576021896,-0.09275180101394653,-0.001881626444907888 +Dune,Quintinius Violet Chenoeh,0.4865981042385101,0.059151077314588,0.5501734614372253,0.0001830646333515,Dune,0.503670334815979,0.003929017584763,0.5365883708000183,0.0071388692042059,-0.017072230577468928,0.055222059729824996,0.013585090637207031,-0.0069558045708544005 +The Hunger Games,Mizzen,0.52642822265625,0.0647341297750277,0.4569679498672485,8.724480654851951e-09,The Hunger Games,0.4994212985038757,0.0027858218807353,0.5460163354873657,0.0096939378827912,0.027006924152374323,0.0619483078942924,-0.08904838562011724,-0.009693929158310544 +Dune,Tio Holtzman,0.5274263620376587,0.515163478282085,0.5471019148826599,0.023445820625701,Dune,0.5365378260612488,0.4520475765011633,0.5751590132713318,0.2024374726113764,-0.009111464023590088,0.06311590178092169,-0.028057098388671875,-0.1789916519856754 +Twilight,Jessica Stanley,0.4544233083724975,0.0662294271312639,0.5578256249427795,9.421336264408823e-05,Twilight,0.5203374624252319,2.209583549370973e-06,0.5668190717697144,0.0473474140753404,-0.06591415405273443,0.06622721754771453,-0.008993446826934814,-0.04725320071269631 +Twilight,Felix,0.5224718451499939,0.0693820901641001,0.5610885620117188,0.0005803898269925,Twilight,0.488877922296524,1.5009940594018296e-05,0.5447016954421997,0.0014592390895059,0.033593922853469904,0.06936708022350609,0.016386866569519043,-0.0008788492625134 +Twilight,Carmen,0.4952872097492218,0.0745045757995176,0.4914722442626953,0.0001590148750256,Twilight,0.4769243597984314,0.0020450478101498,0.529487669467926,0.0667213460788601,0.018362849950790405,0.07245952798936779,-0.03801542520523071,-0.0665623312038345 +Twilight,Huilen,0.4822165071964264,0.0970548485684503,0.4986706674098968,0.0099519003700454,Twilight,0.5121077299118042,0.0233117597090182,0.4981113970279693,0.0021069506874706,-0.029891222715377808,0.0737430888594321,0.0005592703819274902,0.007844949682574799 +Twilight,Eleazar,0.5092800259590149,0.0770331382266352,0.5318141579627991,0.0042686269341244,Twilight,0.4954434037208557,8.21575146284907e-06,0.5252564549446106,0.0046762128614364,0.01383662223815918,0.07702492247517236,0.0065577030181884766,-0.000407585927312 +Twilight,Mexican coven,0.4761538505554199,0.617374634753648,0.5001615285873413,0.279628874873398,Twilight,0.4998178482055664,0.5380650017431479,0.512706995010376,0.4692169152583046,-0.023663997650146484,0.07930963301050009,-0.012545466423034668,-0.18958804038490662 +Harry Potter,Padma Patil,0.4924223721027374,0.0811999984045298,0.5555651187896729,0.0015191952303639,Harry Potter,0.4872567057609558,6.378623810573792e-06,0.5460124611854553,0.0552383572989323,0.005165666341781616,0.08119361978071922,0.00955265760421753,-0.053719162068568395 +Twilight,Mike Newton,0.5011588335037231,0.141374825432708,0.5439550280570984,0.0013103557818105,Twilight,0.509818971157074,0.0566707227136515,0.5195896625518799,0.0013125449480526,-0.00866013765335083,0.08470410271905648,0.024365365505218506,-2.189166242100044e-06 +Harry Potter,Harry Potter,0.4443931877613067,0.087749434911205,0.4571187496185303,0.4741091192206796,Harry Potter,0.4013104438781738,2.3430883707773023e-302,0.4515830278396606,1.8861245582152952e-90,0.043082743883132935,0.087749434911205,0.005535721778869684,0.4741091192206796 +Twilight,Laurent,0.4904041588306427,0.0904030974613761,0.526269257068634,0.0005237260678788,Twilight,0.4753958880901336,0.0014116932360878,0.5218551158905029,0.0066333819862924,0.015008270740509089,0.08899140422528831,0.0044141411781311035,-0.0061096559184136 +The Lord of the Rings,Boromir,0.5241677165031433,0.1181406419667116,0.5525522828102112,0.0054846795923469,The Lord of the Rings,0.487245500087738,0.0267726651457569,0.5577863454818726,0.0760962279419869,0.03692221641540533,0.09136797682095471,-0.005234062671661377,-0.07061154834964 +Harry Potter,Hermione Granger,0.4517130553722381,0.0933303298809143,0.4399486184120178,0.4492240611908405,Harry Potter,0.3828257620334625,0.0,0.452903002500534,1.365026639534582e-49,0.06888729333877558,0.0933303298809143,-0.01295438408851618,0.4492240611908405 +Twilight,Marcus,0.4986763596534729,0.0955367626922656,0.5225239396095276,0.0002537160997281,Twilight,0.5242221355438232,0.0003123954626464,0.5059548616409302,0.0002575812630279,-0.025545775890350342,0.0952243672296192,0.016569077968597412,-3.865163299800038e-06 +Dune,Alef Burzmali,0.4665161967277527,0.982452391156567,0.5583000183105469,2.8614034158046757,Dune,0.5303556323051453,0.8859958499328504,0.5734409093856812,2.9636699586674617,-0.06383943557739258,0.09645654122371661,-0.015140891075134277,-0.10226654286278603 +Twilight,Garrett,0.4824860095977783,0.1012772571840393,0.5020184516906738,0.0170618728211953,Twilight,0.4718561172485351,0.000427357599277,0.5253652334213257,0.0422177982688839,0.01062989234924322,0.10084989958476229,-0.023346781730651855,-0.0251559254476886 +The Hunger Games,Katniss Everdeen,0.4845563769340515,0.1099882937826055,0.4817208051681518,1.510473580635784,The Hunger Games,0.4919271767139435,3.5075124594518224e-74,0.5602644085884094,3.947301730599182e-27,-0.007370799779891968,0.1099882937826055,-0.07854360342025762,1.510473580635784 +The Lord of the Rings,Balin,0.5085909962654114,0.1189396903892646,0.5512982606887817,0.000619367526984,The Lord of the Rings,0.5153865814208984,0.0037171150859989,0.5659844875335693,0.0089930416383406,-0.0067955851554870605,0.1152225753032657,-0.014686226844787598,-0.008373674111356599 +Dune,Dama,0.4721208810806274,0.6013867057595473,0.5488190054893494,1.4037338737375893,Dune,0.4485619664192199,0.4845491510995697,0.5121527910232544,0.7110396160190182,0.02355891466140747,0.11683755465997764,0.03666621446609497,0.6926942577185711 +The Lord of the Rings,Beorn,0.5323838591575623,0.4035582584195729,0.5768317580223083,0.0997077545284254,The Lord of the Rings,0.5743336081504822,0.2859192303420603,0.598109781742096,0.1540755443137909,-0.04194974899291992,0.11763902807751259,-0.021278023719787598,-0.054367789785365495 +Twilight,Tia,0.4881680905818939,0.121222893372583,0.5040939450263977,6.961811002554015e-05,Twilight,0.4475622475147247,0.0001213449980344,0.5206810235977173,0.1201431568196889,0.040605843067169245,0.1211015483745486,-0.01658707857131958,-0.12007353870966336 +The Lord of the Rings,Gríma,0.5452985763549805,0.1250742541756265,0.5739209651947021,0.0014445505754212,The Lord of the Rings,0.5414962768554688,0.0014040690327283,0.5831183195114136,0.0226204631359317,0.0038022994995117188,0.12367018514289821,-0.009197354316711426,-0.0211759125605105 +The Lord of the Rings,Gimli,0.5107972621917725,0.1344380169885839,0.5312908291816711,0.0010502826036163,The Lord of the Rings,0.4835466742515564,1.7847412999035477e-06,0.5416079163551331,0.0246381498587795,0.027250587940216064,0.134436232247284,-0.010317087173461914,-0.0235878672551632 +Dune,Serena Butler,0.5059524774551392,0.1368107426912096,0.5279148817062378,6.365008228406361e-05,Dune,0.5420154333114624,0.001153885083131,0.5333322882652283,0.0049335653498528,-0.03606295585632324,0.1356568576080786,-0.0054174065589904785,-0.004869915267568737 +Dune,Norma Cevna,0.504818320274353,0.9409330621425288,0.528740406036377,0.6579051343177426,Dune,0.5122960805892944,0.7993872527996245,0.5158432126045227,0.6773874968887998,-0.007477760314941406,0.14154580934290428,0.012897193431854248,-0.019482362571057288 +Twilight,Jared Cameron,0.4876453280448913,0.202755256826061,0.5355255603790283,0.0052561758728482,Twilight,0.5024563670158386,0.0557968494229464,0.5359641909599304,0.0320030351326334,-0.014811038970947321,0.14695840740311458,-0.0004386305809020996,-0.026746859259785205 +Twilight,Charlotte,0.475521981716156,0.2087086186847072,0.5121451616287231,0.0037026609804836,Twilight,0.5051864385604858,0.0596528866898714,0.5192722082138062,0.2376004493509231,-0.029664456844329834,0.1490557319948358,-0.007127046585083008,-0.23389778837043948 +Twilight,Sam Uley,0.4465399384498596,0.1580871110863526,0.4652275443077087,0.715707424161233,Twilight,0.5355950593948364,3.600960145056e-05,0.540189266204834,1.1542121422218382e-05,-0.0890551209449768,0.15805110148490203,-0.0749617218971253,0.7156958820398108 +The Hitchhiker's Guide to the Galaxy,Hig Hurtenflurst,0.4581269919872284,1.1332647343625395,0.5268608331680298,1.5980802997919823,The Hitchhiker's Guide to the Galaxy,0.4566085934638977,0.9668784992035736,0.5390203595161438,2.0755742165154047,0.0015183985233306885,0.1663862351589659,-0.012159526348114014,-0.47749391672342245 +The Hunger Games,Festus Creed,0.5137855410575867,0.4488251552008332,0.4304147660732269,1.1489411666581085e-07,The Hunger Games,0.4831237196922302,0.2742316573049203,0.5206208825111389,0.3036459530122752,0.030661821365356445,0.17459349789591294,-0.09020611643791204,-0.30364583811815854 +The Lord of the Rings,Thráin II,0.5144786238670349,0.207425169155333,0.5409236550331116,0.101525871987325,The Lord of the Rings,0.5807884335517883,0.0296818214378983,0.5639391541481018,0.0503974339656662,-0.06630980968475342,0.1777433477174347,-0.023015499114990234,0.051128438021658805 +The Lord of the Rings,Éowyn,0.5037795305252075,0.361386855873899,0.5493127107620239,0.0015152985022966,The Lord of the Rings,0.5752246379852295,0.1766522094437725,0.5742315649986267,0.0361872465904922,-0.07144510746002197,0.18473464643012652,-0.024918854236602783,-0.034671948088195605 +Twilight,Zafrina,0.4987817406654358,0.2025233082579344,0.5411728620529175,0.0028857634549945,Twilight,0.5134309530258179,0.0060094369545604,0.5406683683395386,0.0198820398641118,-0.01464921236038208,0.196513871303374,0.0005044937133789062,-0.0169962764091173 +Twilight,Renesmee Cullen,0.4533692896366119,0.2003957739847295,0.449503093957901,0.6336242809830143,Twilight,0.497202605009079,3.8947510848525565e-11,0.4866980016231537,1.0830165529302885e-12,-0.043833315372467097,0.20039577394578198,-0.037194907665252686,0.6336242809819312 +The Lord of the Rings,Maedhros,0.5247319340705872,0.2123965678051731,0.5603326559066772,0.0002969941491448,The Lord of the Rings,0.5822654962539673,0.0118733455624457,0.5654446482658386,0.0303042822961876,-0.05753356218338013,0.2005232222427274,-0.005111992359161377,-0.0300072881470428 +The Hitchhiker's Guide to the Galaxy,Questular Rontok,0.4900446832180023,1.1360314227027488,0.4767529368400574,4.434786665064095,The Hitchhiker's Guide to the Galaxy,0.4678911566734314,0.9307606330728296,0.4485040605068207,5.86522394679092,0.022153526544570923,0.20527078962991918,0.028248876333236694,-1.4304372817268245 +Twilight,Kachiri,0.511444628238678,1.431598498390504,0.4789679944515228,0.1002454252921603,Twilight,0.5337878465652466,1.2243431248416543,0.5379436016082764,3.230076547233832,-0.022343218326568604,0.2072553735488496,-0.05897560715675354,-3.1298311219416717 +Dune,Zufa Cenva,0.4905062317848205,0.4587798233452558,0.5150262713432312,0.0418490094817323,Dune,0.5469627380371094,0.2514755578288763,0.5501323938369751,0.497377813153401,-0.056456506252288874,0.20730426551637948,-0.035106122493743896,-0.4555288036716687 +Dune,Daniel,0.5189328193664551,1.777215148070226,0.5223586559295654,0.8866722560686856,Dune,0.4878224730491638,1.5604541803826115,0.5150571465492249,2.135764787601336,0.03111034631729126,0.21676096768761455,0.007301509380340576,-1.2490925315326504 +Twilight,Vasilii,0.4976499378681183,1.2087148512733323,0.524995744228363,0.7252319602120292,Twilight,0.4868839085102081,0.9821019779920626,0.5375935435295105,1.6325823342779708,0.010766029357910212,0.22661287328126978,-0.012597799301147461,-0.9073503740659417 +Dune,Minotauros Atreides,0.4936800599098205,1.0926740097497365,0.5304136872291565,0.1683827785651912,Dune,0.4983564913272857,0.8598707847609885,0.5270689725875854,1.0406608076188153,-0.00467643141746521,0.23280322498874795,0.003344714641571045,-0.8722780290536241 +Twilight,Tyler Crowley,0.5106507539749146,0.3095111610422963,0.5545148253440857,0.0622954379124793,Twilight,0.5305580496788025,0.0755971518111978,0.5499755144119263,0.2944422307977792,-0.01990729570388794,0.2339140092310985,0.004539310932159424,-0.2321467928852999 +The Lord of the Rings,Thingol,0.4958104193210602,0.2436274625626812,0.5246247053146362,0.0049826164501031,The Lord of the Rings,0.5166316032409668,0.0077201613206518,0.5382469296455383,0.2264463580282318,-0.020821183919906616,0.2359073012420294,-0.0136222243309021,-0.2214637415781287 +Dune,Kwisatz Haderach,0.5288949608802795,0.6063077049825519,0.5786898732185364,0.003697619306239,Dune,0.527566134929657,0.3652673873188247,0.5783027410507202,0.6787766995793216,0.0013288259506225586,0.24104031766372724,0.0003871321678161621,-0.6750790802730826 +Harry Potter,Seamus Finnigan,0.4365192055702209,0.2414835028043452,0.4489688575267792,0.4189462516119065,Harry Potter,0.5138559937477112,6.541696306138895e-16,0.5381180644035339,2.4033985258907307e-06,-0.07733678817749029,0.24148350280434452,-0.08914920687675476,0.41894384821338065 +Dune,Shaddam Corrino IV,0.4909803569316864,0.4651901071166394,0.484107106924057,0.2707872922110672,Dune,0.4910401105880737,0.2161713518518647,0.5092676877975464,0.5253868339563927,-5.975365638727359e-05,0.24901875526477468,-0.02516058087348938,-0.25459954174532556 +Twilight,Benjamin,0.5235551595687866,0.2703467370796133,0.5271337032318115,1.699205690109834e-05,Twilight,0.5174652934074402,0.021134095012226,0.4865785241127014,8.920801700391271e-07,0.0060898661613464355,0.24921264206738733,0.04055517911911011,1.6099976731059215e-05 +Dune,Helena Atreides,0.4995802938938141,0.6356990969259351,0.54463130235672,0.2251058415891642,Dune,0.55311119556427,0.3863628588487818,0.5335257053375244,0.2456276973392827,-0.05353090167045593,0.24933623807715327,0.011105597019195557,-0.0205218557501185 +The Lord of the Rings,Ungoliant,0.5175648331642151,0.5045119669209628,0.5658931136131287,0.1311805506644553,The Lord of the Rings,0.524909496307373,0.2464164812303801,0.5736237168312073,0.7277688611379045,-0.007344663143157959,0.2580954856905827,-0.007730603218078613,-0.5965883104734492 +Dune,Moneo Atreides,0.4783799648284912,0.4628469607843391,0.5353717803955078,0.0102032453119768,Dune,0.5522628426551819,0.2040862951867797,0.5395599007606506,0.032820311689115,-0.07388287782669067,0.2587606655975594,-0.004188120365142822,-0.0226170663771382 +The Lord of the Rings,Fíli and Kíli,0.5192292332649231,0.2731083845726587,0.5307999849319458,3.5865667022029726e-06,The Lord of the Rings,0.5735980868339539,0.0009851667951868,0.5889543890953064,0.1636460379511975,-0.05436885356903076,0.2721232177774719,-0.058154404163360596,-0.1636424513844953 +The Lord of the Rings,Thrór,0.5086534023284912,0.3902141821370657,0.5392593145370483,0.0189457615107746,The Lord of the Rings,0.5830733180046082,0.1168014483449544,0.5529870390892029,0.0606224964542881,-0.07441991567611694,0.2734127337921113,-0.013727724552154541,-0.041676734943513497 +The Hunger Games,Haymitch Abernathy,0.4719663858413696,0.2746674204021431,0.4384087026119232,1.578231987325297,The Hunger Games,0.4491443932056427,1.2683325876099306e-41,0.5349822640419006,2.641567310653902e-21,0.022821992635726873,0.2746674204021431,-0.09657356142997742,1.578231987325297 +Twilight,Victoria,0.4694638848304748,0.2857169373512564,0.4436642229557037,0.6672516060492069,Twilight,0.4500223100185394,2.4296132185068976e-12,0.5165584683418274,4.3097260621781655e-09,0.019441574811935425,0.2857169373488268,-0.07289424538612371,0.6672516017394808 +The Hitchhiker's Guide to the Galaxy,Prak,0.3869447112083435,1.1668621031031616,0.5115901231765747,0.5061764822984539,The Hitchhiker's Guide to the Galaxy,0.4743108451366424,0.8805545389287109,0.5147708058357239,0.2908535552733367,-0.0873661339282989,0.2863075641744507,-0.00318068265914917,0.21532292702511724 +Dune,Alia Atreides,0.4822726249694824,0.5359149302021396,0.4800700843334198,0.3977599518639994,Dune,0.4886529445648193,0.2486703479700113,0.5153259038925171,0.6871300640953478,-0.0063803195953368586,0.28724458223212834,-0.03525581955909729,-0.28937011223134845 +The Lord of the Rings,Arwen,0.5305920243263245,0.3775532856238124,0.5569050312042236,0.0198458560674264,The Lord of the Rings,0.493246465921402,0.0876554934573564,0.531183660030365,0.2635930426979998,0.037345558404922485,0.289897792166456,0.025721371173858643,-0.24374718663057343 +The Hunger Games,Reaper Ash,0.495331734418869,0.2943598198840083,0.4755721688270569,4.42166229972471e-06,The Hunger Games,0.4778136610984802,0.0003236972647869,0.5199940204620361,0.0091448316415742,0.017518073320388794,0.29403612261922135,-0.04442185163497925,-0.009140409979274476 +The Lord of the Rings,Denethor II,0.5090440511703491,0.4427748040732883,0.5393776297569275,0.0150714007096932,The Lord of the Rings,0.5417104363441467,0.1426756873688543,0.5651096701622009,0.4485476149051312,-0.03266638517379761,0.300099116704434,-0.025732040405273438,-0.43347621419543797 +Dune,Murbella,0.5210418105125427,0.4673540113703712,0.5690101981163025,0.0237317653805878,Dune,0.5431306958198547,0.1647578209637947,0.5540927648544312,0.3209911285770032,-0.02208888530731201,0.3025961904065765,0.014917433261871338,-0.2972593631964154 +Twilight,Heidi,0.4885730743408203,0.3045840415013427,0.4366976916790008,5.880942816393087e-09,Twilight,0.4520511627197265,0.0001680023447723,0.471882551908493,0.0009332466402578,0.036521911621093806,0.3044160391565704,-0.03518486022949219,-0.0009332407593149836 +Twilight,Kebi,0.5147552490234375,0.3721088239934548,0.4482637941837311,6.781821117860223e-06,Twilight,0.4648018479347229,0.0602315246081563,0.5248673558235168,0.5233448042994691,0.0499534010887146,0.3118772993852985,-0.07660356163978577,-0.5233380224783512 +Twilight,Aro,0.4622293412685394,0.3203764627510057,0.4565318822860718,1.161789809079368,Twilight,0.4543935358524322,9.889850379521285e-13,0.5243455767631531,8.342864762593227e-07,0.007835805416107178,0.3203764627500167,-0.0678136944770813,1.1617889747928916 +Dune,Gaius Helen Mohiam,0.5053005814552307,0.5883202830516998,0.5277078747749329,0.486373662513295,Dune,0.526899516582489,0.2654334195320227,0.5729935765266418,1.7485603659038411,-0.0215989351272583,0.3228868635196771,-0.045285701751708984,-1.262186703390546 +Dune,Ziarenko Javid,0.4817750751972198,1.2164039946239296,0.412378579378128,0.003792379896148,Dune,0.467689573764801,0.8923458602015979,0.5024972558021545,0.9705700571787712,0.014085501432418768,0.32405813442233167,-0.09011867642402654,-0.9667776772826232 +Dune,Paulus Atreides,0.5223171710968018,0.5989475974585898,0.5316929817199707,0.503055581073807,Dune,0.5355798602104187,0.271578043577058,0.5614880919456482,0.4179249168729293,-0.013262689113616943,0.3273695538815318,-0.02979511022567749,0.08513066420087767 +Harry Potter,Bartemius Crouch Junior,0.4792044460773468,0.3325170388966956,0.4619598388671875,0.6034569700781027,Harry Potter,0.5438398122787476,2.068045174634521e-09,0.5474404096603394,1.3919049480481646e-09,-0.06463536620140076,0.3325170368286504,-0.08548057079315186,0.6034569686861978 +Dune,Victor Atreides,0.5053738355636597,0.8780493156250442,0.5219838619232178,0.6441260360836389,Dune,0.5181224346160889,0.5430793792140399,0.5632820129394531,1.9181918906205708,-0.0127485990524292,0.33496993641100425,-0.04129815101623535,-1.2740658545369319 +The Lord of the Rings,Shelob,0.5020247101783752,0.3466171382980677,0.5636788010597229,0.0397422885959737,The Lord of the Rings,0.5028041005134583,1.2144310358752952e-12,0.5753321647644043,0.2937028728612532,-0.0007793903350830078,0.34661713829685326,-0.011653363704681396,-0.25396058426527945 +The Lord of the Rings,Smaug,0.4648820757865906,0.3524463914799617,0.4800652265548706,1.3515472953976442,The Lord of the Rings,0.5015507340431213,5.0048383037670566e-12,0.5529960989952087,5.611996296469298e-07,-0.03666865825653076,0.3524463914749569,-0.07293087244033813,1.3515467341980145 +Harry Potter,Dean Thomas,0.4422601759433746,0.3565506139410043,0.4590863287448883,1.938231684929948,Harry Potter,0.4910069108009338,1.964056739711877e-21,0.5423886179924011,6.595244790795994e-09,-0.048746734857559204,0.3565506139410043,-0.08330228924751282,1.9382316783347031 +Dune,Leto Atreides II,0.435349702835083,0.3584839649690369,0.4671371281147003,1.162239077604367,Dune,0.5101075768470764,0.0009207827013981,0.5217192769050598,0.000183900062533,-0.07475787401199341,0.3575631822676388,-0.0545821487903595,1.162055177541834 +Dune,Scytale,0.5065829157829285,0.9726858826492012,0.533208966255188,0.0221545722323805,Dune,0.521210253238678,0.5930412116541532,0.5328407883644104,0.2677262583362687,-0.014627337455749512,0.37964467099504795,0.0003681778907775879,-0.2455716861038882 +The Hunger Games,Lysistrata Vickers,0.5213034749031067,0.3922486209001253,0.4561924338340759,3.3421247235283436e-10,The Hunger Games,0.530523419380188,0.0118625476820695,0.5598405003547668,0.0343174409523811,-0.009219944477081299,0.3803860732180558,-0.10364806652069092,-0.03431744061816863 +Dune,Leto Atreides I,0.4865462183952331,0.4045024875718957,0.4962663054466247,0.024227455622362,Dune,0.4105958044528961,0.0206977719287023,0.4836027324199676,0.50074308350192,0.07595041394233698,0.3838047156431934,0.012663573026657104,-0.476515627879558 +Dune,Mapes,0.4613449871540069,0.4332185225362724,0.542668879032135,0.9897316516413972,Dune,0.5276244282722473,0.0458423124801677,0.5413835644721985,2.2664236242419347,-0.06627944111824041,0.38737621005610473,0.0012853145599365234,-1.2766919726005375 +Twilight,Mary,0.4860509932041168,0.7267298526381508,0.4364092946052551,0.0079322244466564,Twilight,0.4660108685493469,0.3373203105847336,0.5035999417304993,0.5700600729471494,0.020040124654769897,0.3894095420534172,-0.06719064712524414,-0.562127848500493 +The Lord of the Rings,Lúthien,0.502149760723114,0.409620335566205,0.5771726965904236,0.0454235640070587,The Lord of the Rings,0.5956390500068665,0.0112333518610646,0.5993440747261047,0.0595055290157494,-0.09348928928375244,0.39838698370514036,-0.022171378135681152,-0.014081965008690703 +Dune,Jehanne Butler,0.4977191984653473,1.160610281011882,0.5291381478309631,0.3361658627024659,Dune,0.5041056871414185,0.7578706297314075,0.511239230632782,0.7765911703854489,-0.006386488676071167,0.4027396512804744,0.017898917198181152,-0.440425307682983 +The Hunger Games,Alma Coin,0.4886846244335174,0.468572036166586,0.5130079388618469,2.4837320395148105e-05,The Hunger Games,0.5310269594192505,0.0579975632837664,0.507499635219574,0.0027280961559054,-0.04234233498573309,0.41057447288281956,0.005508303642272949,-0.0027032588355102517 +Dune,Raquella Berto-Anirul,0.4950067400932312,0.6736190323678809,0.5390993356704712,0.2187400306732795,Dune,0.5327244997024536,0.2562112091315427,0.5556399822235107,1.244242900357726,-0.03771775960922241,0.4174078232363382,-0.01654064655303955,-1.0255028696844466 +Twilight,Sue Clearwater,0.5133580565452576,0.4495958995794494,0.5527017712593079,0.0077884962486747,Twilight,0.5145647525787354,0.0258926919519143,0.5306036472320557,0.012183993251342,-0.0012066960334777832,0.4237032076275351,0.022098124027252197,-0.0043954970026672995 +The Lord of the Rings,Melian,0.5110530853271484,0.907273705024486,0.558221161365509,0.6104079360669264,The Lord of the Rings,0.568642795085907,0.4820294146165659,0.5772488117218018,0.5859594915320728,-0.057589709758758545,0.4252442904079201,-0.019027650356292725,0.02444844453485362 +Twilight,Charlie Swan,0.4213856756687164,0.4498903362913304,0.4323393404483795,1.666027704785033,Twilight,0.50819993019104,1.7029831075784686e-20,0.5111526250839233,1.0789891481000245e-15,-0.08681425452232366,0.4498903362913304,-0.07881328463554382,1.6660277047850318 +Dune,Bijaz,0.5071148872375488,0.6462591931943981,0.5156342387199402,0.0504894065961158,Dune,0.500070333480835,0.194777491022945,0.5213509202003479,0.9725980765421376,0.007044553756713867,0.45148170217145306,-0.005716681480407715,-0.9221086699460218 +The Hunger Games,Livia Cardew,0.4863074123859405,1.0567839430066268,0.43594691157341,0.0002431795767737,The Hunger Games,0.4969425797462463,0.601184000557319,0.5460469126701355,1.993355810689457,-0.010635167360305786,0.4555999424493078,-0.11010000109672552,-1.9931126311126834 +Twilight,Ephraim Black,0.4526848793029785,0.5033109066451074,0.5182806849479675,0.0905480977732796,Twilight,0.495035707950592,0.0450036994060215,0.5283763408660889,0.9754689028889536,-0.04235082864761347,0.45830720723908586,-0.010095655918121338,-0.8849208051156741 +Dune,Jamis,0.4976398944854736,0.4601588857393504,0.5307971239089966,0.0620733998485597,Dune,0.4380188286304474,4.0357943122665017e-08,0.5405598878860474,0.0628581234073116,0.05962106585502619,0.4601588453814073,-0.009762763977050781,-0.0007847235587519 +The Lord of the Rings,Bilbo Baggins,0.4849622249603271,0.4667388614757454,0.4552127122879028,1.5087656836859384,The Lord of the Rings,0.4778127372264862,5.997080118325448e-93,0.5490546822547913,5.605650315565308e-07,0.007149487733840887,0.4667388614757454,-0.09384196996688848,1.508765123120907 +Twilight,Lauren Mallory,0.4392404556274414,0.4852898117353846,0.550056517124176,0.0953384896121278,Twilight,0.5076858997344971,0.0148204148834229,0.5188787579536438,1.9971218720906192,-0.06844544410705566,0.4704693968519617,0.031177759170532227,-1.9017833824784913 +Harry Potter,Ronald Weasley,0.4654512703418731,0.4721455504174071,0.4626748859882355,0.1901574130328153,Harry Potter,0.4568961858749389,3.0121077517168323e-67,0.4556145966053009,1.5991470488320035e-30,0.008555084466934204,0.4721455504174071,0.00706028938293457,0.1901574130328153 +Dune,Vorian Atreides,0.4654883146286011,0.4810919510127356,0.461676150560379,0.6263714752302175,Dune,0.5141591429710388,1.5746219723473062e-11,0.5186734795570374,2.5327050753729173e-14,-0.048670828342437744,0.48109195099698937,-0.05699732899665838,0.6263714752301922 +Dune,Liet Kynes,0.5239098072052002,1.0709727789405448,0.5483620166778564,0.3553751776220851,Dune,0.5779098868370056,0.5893175192449547,0.5671825408935547,0.5113138194072281,-0.05400007963180542,0.4816552596955901,-0.018820524215698242,-0.155938641785143 +Twilight,Quil Ateara V,0.5131765604019165,0.5332838435645686,0.5482388138771057,0.0046602708874737,Twilight,0.5615991950035095,0.0493345792024236,0.5382692217826843,0.0347674485236213,-0.04842263460159302,0.48394926436214497,0.009969592094421387,-0.0301071776361476 +The Lord of the Rings,Legolas,0.449033111333847,0.4938407484802042,0.4525555372238159,0.7749630835867346,The Lord of the Rings,0.5186892151832581,4.7944220802678974e-24,0.583724319934845,2.8502492893339547e-09,-0.06965610384941107,0.4938407484802042,-0.13116878271102905,0.7749630807364853 +Dune,Alma Mavis Taraza,0.5058012008666992,1.3960892703791925,0.4692151844501495,0.0009345553339762,Dune,0.5149604678153992,0.8999436439874243,0.5610169768333435,0.9030535975180288,-0.009159266948699951,0.4961456263917682,-0.09180179238319403,-0.9021190421840526 +Harry Potter,Angelina Johnson,0.4544048607349396,0.4981234406919799,0.4686422944068908,0.4752837056976108,Harry Potter,0.4537081718444824,1.8427468955960171e-16,0.4713198542594909,9.816952547824026e-11,0.0006966888904571533,0.4981234406919797,-0.0026775598526000977,0.4752837055994413 +Dune,Gurney Halleck,0.5444483160972595,0.5339192887295017,0.5520815253257751,0.0189497470896588,Dune,0.4746912121772766,0.0132546012270145,0.5403727293014526,0.0163296967836743,0.06975710391998291,0.5206646875024872,0.01170879602432251,0.0026200503059845004 +The Lord of the Rings,Meriadoc Brandybuck,0.5133464932441711,0.5250487917458937,0.550666332244873,0.0315829500147008,The Lord of the Rings,0.5441402792930603,0.0021317408663048,0.562679648399353,0.6799241297925943,-0.03079378604888916,0.5229170508795888,-0.01201331615447998,-0.6483411797778935 +Dune,Hwi Noree,0.5152681469917297,1.0109310615941849,0.5379900336265564,0.1518654640025657,Dune,0.5299132466316223,0.4767344742662933,0.5516391396522522,0.8540949176886722,-0.014645099639892578,0.5341965873278915,-0.0136491060256958,-0.7022294536861065 +The Hitchhiker's Guide to the Galaxy,God,0.4983585476875305,2.80915199636638,0.5157172679901123,3.0529506712113665,The Hitchhiker's Guide to the Galaxy,0.538847804069519,2.2596122948759985,0.5220323801040649,1.4293852203350672,-0.040489256381988525,0.5495397014903816,-0.006315112113952637,1.6235654508762993 +Dune,Xavier Harkonnen,0.5392778515815735,0.6381818425165202,0.5134580135345459,0.0014583260076786,Dune,0.5171380639076233,0.0743896149171771,0.5296557545661926,0.026693979818351,0.022139787673950195,0.5637922275993431,-0.01619774103164673,-0.0252356538106724 +Dune,Miles Teg,0.557686984539032,0.6657775249077086,0.5225208401679993,0.0391958714219403,Dune,0.5230474472045898,0.0899397912265296,0.5156404376029968,0.1163706711457741,0.03463953733444214,0.575837733681179,0.006880402565002441,-0.07717479972383379 +Dune,Ghanima Atreides,0.4968699812889099,0.8369040135915626,0.5,0.0190412889652953,Dune,0.5155541300773621,0.2499762320736255,0.5028332471847534,0.453167202126176,-0.01868414878845215,0.5869277815179371,-0.002833247184753418,-0.4341259131608807 +Twilight,Embry Call,0.4736196398735046,0.6357518729027831,0.5026254653930664,0.0012737631569219,Twilight,0.4495475590229034,1.2256301981221556e-05,0.5312647819519043,0.1356989120483769,0.024072080850601196,0.6357396166008019,-0.02863931655883789,-0.134425148891455 +Dune,Liet-Kynes,0.5251116156578064,0.7487577307844114,0.544280469417572,1.1512298258502456,Dune,0.4854009747505188,0.1085691714704211,0.5855634212493896,0.9576363986833852,0.0397106409072876,0.6401885593139903,-0.04128295183181763,0.19359342716686034 +The Lord of the Rings,Théoden,0.5182898044586182,0.7738611620859397,0.5532655715942383,0.0117856317736442,The Lord of the Rings,0.5545390844345093,0.1281139861151609,0.562267005443573,0.0641638199573162,-0.03624927997589111,0.6457471759707788,-0.009001433849334717,-0.05237818818367199 +Dune,Marcus Claire Luyseyal,0.4881881177425384,1.7373048076086937,0.5107654929161072,2.478274282387815,Dune,0.4626936614513397,1.0868284645373023,0.5031079053878784,1.939214834068864,0.025494456291198675,0.6504763430713913,0.00765758752822876,0.5390594483189513 +Dune,Lucilla,0.5099300146102905,1.401826511542328,0.5361635088920593,0.4152892026386919,Dune,0.5077373385429382,0.7368252249282593,0.5373562574386597,1.3430112354343922,0.002192676067352295,0.6650012866140688,-0.0011927485466003418,-0.9277220327957003 +The Lord of the Rings,Saruman,0.4527406990528106,0.6746712656900681,0.482961505651474,3.480506052068393,The Lord of the Rings,0.4671428799629211,5.896204108889357e-98,0.5533922910690308,1.1844731084685679e-11,-0.014402180910110474,0.6746712656900681,-0.07043078541755676,3.480506052056548 +The Hitchhiker's Guide to the Galaxy,Lintilla,0.4855124652385711,1.233854575936455,0.5066788196563721,0.1356336097707527,The Hitchhiker's Guide to the Galaxy,0.5287073850631714,0.558869123703348,0.5504475831985474,0.5872657301781092,-0.043194919824600275,0.674985452233107,-0.04376876354217529,-0.45163212040735656 +Twilight,Eric Yorkie,0.500085711479187,0.7050694621904712,0.5122127532958984,0.0416485098261703,Twilight,0.4972875118255615,0.0263127727884052,0.5217227935791016,0.016041407862509,0.0027981996536254883,0.678756689402066,-0.009510040283203125,0.0256071019636613 +Dune,Harah,0.4790497124195099,0.7169978842049008,0.5105242133140564,0.0005540146539405,Dune,0.4883544445037842,0.0001861030552235,0.5431880950927734,0.117351796543035,-0.009304732084274292,0.7168117811496774,-0.03266388177871704,-0.1167977818890945 +The Hunger Games,Felix Ravinstill,0.5016847252845764,2.291929646798982,0.4419227540493011,0.0122104275031614,The Hunger Games,0.5140994787216187,1.570545047804901,0.5395987629890442,1.752262925950918,-0.012414753437042236,0.721384598994081,-0.0976760089397431,-1.7400524984477566 +The Lord of the Rings,Glaurung,0.5107595324516296,1.0976330498120732,0.5491192936897278,0.2809735471299492,The Lord of the Rings,0.5535544753074646,0.3629630472734391,0.5826680660247803,0.8313548871362959,-0.04279494285583496,0.7346700025386341,-0.03354877233505249,-0.5503813400063466 +Dune,Duncan Idaho,0.4306022822856903,0.7432827616520465,0.4569325149059295,0.985797118046122,Dune,0.4661685228347778,7.297284294208589e-05,0.4469107091426849,0.000229876418894,-0.03556624054908747,0.7432097888091045,0.010021805763244629,0.985567241627228 +The Lord of the Rings,Morgoth,0.4952822923660278,0.7517437502222779,0.5033573508262634,3.605734869013335,The Lord of the Rings,0.5276913642883301,5.316404165253476e-17,0.5421412587165833,1.5246684081734516e-13,-0.0324090719223023,0.7517437502222779,-0.038783907890319824,3.6057348690131827 +The Hunger Games,Dill,0.4879874885082245,0.9374200025446748,0.4474625587463379,0.0008715085921698,The Hunger Games,0.510287880897522,0.1673106770659258,0.5264093279838562,0.3645071642658643,-0.022300392389297485,0.770109325478749,-0.07894676923751831,-0.36363565567369455 +Dune,Hasimir Fenring,0.5153005123138428,1.5385246976002915,0.5507274270057678,1.985205607864301,Dune,0.5189106464385986,0.7464248043860787,0.5208718776702881,1.5108144082637671,-0.0036101341247558594,0.7920998932142128,0.029855549335479736,0.4743911996005339 +The Lord of the Rings,Aragorn II,0.5159305930137634,0.8487244291573735,0.4953894317150116,2.043826256497426,The Lord of the Rings,0.5183244943618774,1.4765109316005042e-08,0.5439724326133728,6.747405139781331e-12,-0.0023939013481140137,0.8487244143922641,-0.048583000898361206,2.0438262564906786 +Dune,Thufir Hawat,0.5405481457710266,0.892894372436974,0.5702359080314636,0.0228922649099119,Dune,0.4564379751682281,0.0023243158719375,0.5546550154685974,0.0420107217075216,0.08411017060279852,0.8905700565650365,0.015580892562866211,-0.0191184567976097 +Dune,Kailea Vernius,0.5006990432739258,1.2819557902143066,0.5422921180725098,0.5114421845178385,Dune,0.5170943737030029,0.3752516692902247,0.5739883184432983,0.7558099218848111,-0.01639533042907715,0.9067041209240819,-0.031696200370788574,-0.2443677373669726 +Harry Potter,Rita Skeeter,0.4587719142436981,0.9114597085491148,0.4738492369651794,1.0104308133364373,Harry Potter,0.4429920613765716,2.1620884269442426e-18,0.5543853044509888,5.9324980022154e-07,0.01577985286712652,0.9114597085491148,-0.08053606748580938,1.010430220086637 +The Hunger Games,Coriolanus Snow,0.4579843580722809,0.9129836935607708,0.4332753419876098,1.7283589187069268,The Hunger Games,0.4886925816535949,1.7029677076940517e-18,0.518031120300293,7.187736589710056e-17,-0.03070822358131403,0.9129836935607708,-0.08475577831268316,1.7283589187069268 +Twilight,Sasha,0.5193257927894592,1.3981505767285414,0.4952841997146606,0.0391430500603783,Twilight,0.4636020064353943,0.434826142440545,0.5213740468025208,0.3945277143916048,0.05572378635406494,0.9633244342879963,-0.026089847087860163,-0.3553846643312265 +Dune,Lady Jessica,0.527129590511322,1.0146471545741351,0.4561772346496582,0.0774615841061969,Dune,0.4113405346870422,0.0023579364569927,0.5031242370605469,0.5388505817298004,0.11578905582427984,1.0122892181171423,-0.04694700241088867,-0.46138899762360347 +Dune,Paul Atreides,0.475263386964798,1.0560189280223136,0.4689085483551025,0.6532529036219028,Dune,0.4406875669956207,2.358466546337092e-14,0.4551504552364349,2.737971189246936e-07,0.034575819969177246,1.05601892802229,0.013758093118667603,0.6532526298247838 +The Lord of the Rings,Celebrimbor,0.5067253708839417,1.057553330185533,0.5297908186912537,4.509701427063241,The Lord of the Rings,0.516136646270752,1.3411937602809202e-06,0.5013521313667297,5.955852752708689e-11,-0.009411275386810303,1.0575519889917728,0.028438687324523926,4.509701427003683 +Harry Potter,Myrtle Warren,0.4804550409317016,1.0701752161855695,0.4709806740283966,2.919664660674945,Harry Potter,0.508208155632019,1.076582645255686e-05,0.5474299788475037,2.642506336340502e-06,-0.02775311470031744,1.070164450359117,-0.07644930481910706,2.9196620181686086 +Twilight,J. Jenks,0.5021610856056213,1.1749364426276203,0.5415865182876587,0.0636886270483935,Twilight,0.5219054818153381,0.094675581562965,0.5259211659431458,0.0063786709959909,-0.019744396209716797,1.0802608610646554,0.01566535234451294,0.05730995605240259 +Dune,Feyd-Rautha Harkonnen,0.5162959694862366,1.1772004111068048,0.4807954728603363,0.3885420702506556,Dune,0.5048120021820068,0.0491797741805462,0.5505842566490173,0.2825709889059585,0.011483967304229736,1.1280206369262586,-0.06978878378868103,0.10597108134469713 +The Lord of the Rings,Frodo Baggins,0.4845083951950073,1.1586468251538449,0.4625139534473419,1.4225173697938494,The Lord of the Rings,0.4864082634449005,2.1745984994112282e-17,0.5676297545433044,1.848452970455668e-08,-0.0018998682498931885,1.1586468251538449,-0.10511580109596252,1.4225173513093197 +Dune,Wellington Yueh,0.5484734773635864,1.4385439187818103,0.5203583240509033,0.0994703658148618,Dune,0.4970987439155578,0.2325143240007675,0.5185472369194031,0.2033587989177272,0.05137473344802862,1.2060295947810429,0.0018110871315002441,-0.10388843310286541 +The Lord of the Rings,Éomer,0.5233268737792969,1.31307278010033,0.5731189846992493,0.0120439070935844,The Lord of the Rings,0.569170355796814,0.066327741860287,0.5846097469329834,0.0604223548725145,-0.04584348201751709,1.246745038240043,-0.01149076223373413,-0.048378447778930106 +The Lord of the Rings,Treebeard,0.5185574889183044,1.2924189206223544,0.5584478378295898,0.0426045557781971,The Lord of the Rings,0.4938358664512634,0.0103694590954731,0.5689936876296997,0.3546676867674176,0.024721622467041016,1.2820494615268814,-0.010545849800109863,-0.3120631309892205 +The Hitchhiker's Guide to the Galaxy,Dan Streetmentioner,0.498556911945343,2.340850178909282,0.5353698134422302,2.77695805865376,The Hitchhiker's Guide to the Galaxy,0.518623411655426,1.0481372819919772,0.5506841540336609,3.3942237237839783,-0.020066499710083008,1.292712896917305,-0.015314340591430664,-0.6172656651302182 +The Lord of the Rings,Shadowfax,0.5600701570510864,3.11919735731716,0.5659462809562683,1.640608785919145,The Lord of the Rings,0.6224778294563293,1.7175942891378289,0.6148388385772705,1.9714219260473624,-0.06240767240524292,1.4016030681793312,-0.0488925576210022,-0.3308131401282175 +The Lord of the Rings,Halbarad,0.5402034521102905,1.5555165009375898,0.5443882346153259,0.9193734631361064,The Lord of the Rings,0.4990382194519043,0.1382394741821053,0.5650730133056641,1.5125902145942676,0.04116523265838623,1.4172770267554844,-0.020684778690338135,-0.5932167514581612 +Dune,Logno,0.5146032571792603,1.9106249426370372,0.5130771398544312,0.2751950568614628,Dune,0.5045991539955139,0.4669420713972166,0.523835301399231,1.217815646928167,0.010004103183746338,1.4436828712398206,-0.010758161544799805,-0.9426205900667042 +The Lord of the Rings,Sauron,0.4608953893184662,1.53141237184999,0.4845940172672272,3.1077663702399985,The Lord of the Rings,0.4822040498256683,1.5777603004678571e-62,0.5719515085220337,1.2221334063712123e-19,-0.021308660507202093,1.53141237184999,-0.08735749125480652,3.1077663702399985 +The Lord of the Rings,Galadriel,0.4836136102676391,1.6749693381935893,0.4992484152317047,3.2063685807969784,The Lord of the Rings,0.5415364503860474,4.372329747200607e-11,0.5580785274505615,7.375608451744264e-10,-0.05792284011840826,1.674969338149866,-0.05883011221885681,3.2063685800594177 +The Lord of the Rings,Gandalf,0.4683649241924286,1.8641340440344576,0.479445606470108,2.943566129836775,The Lord of the Rings,0.4894548654556274,3.482748800879476e-39,0.5559438467025757,8.537526913583036e-14,-0.021089941263198797,1.8641340440344576,-0.0764982402324677,2.9435661298366895 +The Lord of the Rings,Elrond,0.4814432561397552,1.9066771373142477,0.4988417327404022,2.981981024107577,The Lord of the Rings,0.5360152721405029,2.839668591472706e-05,0.5335156321525574,1.633587481324431e-05,-0.054572016000747736,1.906648740628333,-0.03467389941215515,2.9819646882327637 +The Lord of the Rings,Khamûl,0.5237871408462524,2.43887942795052,0.5735595226287842,0.1545603458683955,The Lord of the Rings,0.5351359248161316,0.4660404983610751,0.5849636793136597,1.381356707874084,-0.01134878396987915,1.9728389295894448,-0.011404156684875488,-1.2267963620056885 +The Lord of the Rings,Faramir,0.4891777634620666,1.9933056139062688,0.4946576356887817,1.0009769697555702,The Lord of the Rings,0.4902814328670501,1.67007031583667e-22,0.5523663759231567,4.15414819828084e-05,-0.0011036694049835205,1.9933056139062688,-0.057708740234375056,1.0009354282735874 +Twilight,Harry Clearwater,0.5209450721740723,2.484474152342066,0.5603581666946411,0.2954096021337358,Twilight,0.534866988658905,0.1401510615761508,0.5757616758346558,1.7593148768518931,-0.013921916484832764,2.3443230907659154,-0.015403509140014648,-1.4639052747181573 +The Hitchhiker's Guide to the Galaxy,Ameglian Major Cow,0.4171024262905121,2.9120419274441147,0.5268067121505737,0.4504755133943672,The Hitchhiker's Guide to the Galaxy,0.524772584438324,0.4754265145147631,0.5391592383384705,1.6993015589938314,-0.10767015814781189,2.436615412929352,-0.012352526187896729,-1.2488260455994642 +The Hitchhiker's Guide to the Galaxy,Frankie and Benjy,0.4984708130359649,2.5810864289806434,0.529952347278595,0.4140006520024565,The Hitchhiker's Guide to the Galaxy,0.4938448667526245,0.0661239444775259,0.5206273794174194,0.1932430384039708,0.004625946283340399,2.5149624845031173,0.009324967861175537,0.2207576135984857 +The Hitchhiker's Guide to the Galaxy,Lig Lury Jr,0.5063257217407227,4.814829618872357,0.5402927994728088,1.1890879353641042,The Hitchhiker's Guide to the Galaxy,0.5064576864242554,1.4415529324090486,0.5332200527191162,2.406554908545643,-0.00013196468353271484,3.373276686463309,0.007072746753692627,-1.2174669731815388 +The Hitchhiker's Guide to the Galaxy,Majikthise,0.5712370276451111,10.386016033098292,0.5231562852859497,2.245254897374209,The Hitchhiker's Guide to the Galaxy,0.5403741002082825,3.0068773709123358,0.551992654800415,8.413546322822135,0.030862927436828613,7.379138662185956,-0.028836369514465332,-6.168291425447927 diff --git a/ressources/data/total_comparisson/normal_eval2_comparisonwF.csv b/ressources/data/total_comparisson/normal_eval2_comparisonwF.csv new file mode 100644 index 0000000000000000000000000000000000000000..4d2d8c8eaa6d34566f42bd122359b7af34fe99ce --- /dev/null +++ b/ressources/data/total_comparisson/normal_eval2_comparisonwF.csv @@ -0,0 +1,312 @@ +Book_1,Character,F1_1,h_1,wF1_1,wh_1,Book_2,F1_2,h_2,wF1_2,wh_2,F1c,hc,wF1c,whc +The Lord of the Rings,Legolas,0.449033111333847,0.4938407484802042,0.4525555372238159,0.7749630835867346,The Lord of the Rings,0.5186892151832581,4.7944220802678974e-24,0.583724319934845,2.8502492893339547e-09,-0.06965610384941107,0.4938407484802042,-0.13116878271102905,0.7749630807364853 +Dune,Tylwyth Waff,0.509412407875061,1.1437715938563466,0.451562762260437,0.058983343730529,Dune,0.5559523701667786,1.7187419585481665,0.5639292001724243,1.6008048102770898,-0.04653996229171753,-0.5749703646918198,-0.1123664379119873,-1.5418214665465608 +The Hunger Games,Livia Cardew,0.4863074123859405,1.0567839430066268,0.43594691157341,0.0002431795767737,The Hunger Games,0.4969425797462463,0.601184000557319,0.5460469126701355,1.993355810689457,-0.010635167360305786,0.4555999424493078,-0.11010000109672552,-1.9931126311126834 +The Lord of the Rings,Frodo Baggins,0.4845083951950073,1.1586468251538449,0.4625139534473419,1.4225173697938494,The Lord of the Rings,0.4864082634449005,2.1745984994112282e-17,0.5676297545433044,1.848452970455668e-08,-0.0018998682498931885,1.1586468251538449,-0.10511580109596252,1.4225173513093197 +The Hunger Games,Lysistrata Vickers,0.5213034749031067,0.3922486209001253,0.4561924338340759,3.3421247235283436e-10,The Hunger Games,0.530523419380188,0.0118625476820695,0.5598405003547668,0.0343174409523811,-0.009219944477081299,0.3803860732180558,-0.10364806652069092,-0.03431744061816863 +The Hunger Games,Casca Highbottom,0.4940409958362579,0.0587936886949867,0.4224543273448944,1.3918421137300102e-09,The Hunger Games,0.5193358063697815,0.067383490854419,0.5250967144966125,0.0839281652098627,-0.025294810533523615,-0.008589802159432301,-0.10264238715171814,-0.08392816381802058 +The Hunger Games,Felix Ravinstill,0.5016847252845764,2.291929646798982,0.4419227540493011,0.0122104275031614,The Hunger Games,0.5140994787216187,1.570545047804901,0.5395987629890442,1.752262925950918,-0.012414753437042236,0.721384598994081,-0.0976760089397431,-1.7400524984477566 +The Hunger Games,Vipsania Sickle,0.4687986373901367,0.6673281913400538,0.4317727088928222,0.0093496491249441,The Hunger Games,0.494323194026947,1.5781923253593952,0.5286621451377869,2.421608415197159,-0.025524556636810303,-0.9108641340193414,-0.09688943624496466,-2.4122587660722146 +The Hunger Games,Haymitch Abernathy,0.4719663858413696,0.2746674204021431,0.4384087026119232,1.578231987325297,The Hunger Games,0.4491443932056427,1.2683325876099306e-41,0.5349822640419006,2.641567310653902e-21,0.022821992635726873,0.2746674204021431,-0.09657356142997742,1.578231987325297 +Twilight,Senna,0.5137305855751038,0.7764955341732236,0.4481615424156189,0.0017553523032034,Twilight,0.5020114183425903,1.1654473847385365,0.5421069860458374,3.339938662868396,0.011719167232513428,-0.3889518505653129,-0.0939454436302185,-3.3381833105651926 +The Lord of the Rings,Bilbo Baggins,0.4849622249603271,0.4667388614757454,0.4552127122879028,1.5087656836859384,The Lord of the Rings,0.4778127372264862,5.997080118325448e-93,0.5490546822547913,5.605650315565308e-07,0.007149487733840887,0.4667388614757454,-0.09384196996688848,1.508765123120907 +Twilight,Amun,0.507752001285553,0.0532664143586604,0.4271788001060486,2.712021848055028e-15,Twilight,0.4475617110729217,0.0002119297826385,0.5199306011199951,0.0018816264449106,0.06019029021263128,0.053054484576021896,-0.09275180101394653,-0.001881626444907888 +Dune,Alma Mavis Taraza,0.5058012008666992,1.3960892703791925,0.4692151844501495,0.0009345553339762,Dune,0.5149604678153992,0.8999436439874243,0.5610169768333435,0.9030535975180288,-0.009159266948699951,0.4961456263917682,-0.09180179238319403,-0.9021190421840526 +The Hunger Games,Festus Creed,0.5137855410575867,0.4488251552008332,0.4304147660732269,1.1489411666581085e-07,The Hunger Games,0.4831237196922302,0.2742316573049203,0.5206208825111389,0.3036459530122752,0.030661821365356445,0.17459349789591294,-0.09020611643791204,-0.30364583811815854 +Dune,Ziarenko Javid,0.4817750751972198,1.2164039946239296,0.412378579378128,0.003792379896148,Dune,0.467689573764801,0.8923458602015979,0.5024972558021545,0.9705700571787712,0.014085501432418768,0.32405813442233167,-0.09011867642402654,-0.9667776772826232 +Harry Potter,Seamus Finnigan,0.4365192055702209,0.2414835028043452,0.4489688575267792,0.4189462516119065,Harry Potter,0.5138559937477112,6.541696306138895e-16,0.5381180644035339,2.4033985258907307e-06,-0.07733678817749029,0.24148350280434452,-0.08914920687675476,0.41894384821338065 +The Hunger Games,Mizzen,0.52642822265625,0.0647341297750277,0.4569679498672485,8.724480654851951e-09,The Hunger Games,0.4994212985038757,0.0027858218807353,0.5460163354873657,0.0096939378827912,0.027006924152374323,0.0619483078942924,-0.08904838562011724,-0.009693929158310544 +Dune,Mohandas Suk,0.4980094134807586,0.777807305732695,0.4519886970520019,0.0335985023101957,Dune,0.4978834688663482,1.0267002706159707,0.540614664554596,1.529749728452501,0.0001259446144104004,-0.24889296488327572,-0.08862596750259405,-1.4961512261423053 +The Lord of the Rings,Sauron,0.4608953893184662,1.53141237184999,0.4845940172672272,3.1077663702399985,The Lord of the Rings,0.4822040498256683,1.5777603004678571e-62,0.5719515085220337,1.2221334063712123e-19,-0.021308660507202093,1.53141237184999,-0.08735749125480652,3.1077663702399985 +Harry Potter,Bartemius Crouch Junior,0.4792044460773468,0.3325170388966956,0.4619598388671875,0.6034569700781027,Harry Potter,0.5438398122787476,2.068045174634521e-09,0.5474404096603394,1.3919049480481646e-09,-0.06463536620140076,0.3325170368286504,-0.08548057079315186,0.6034569686861978 +The Hunger Games,Coriolanus Snow,0.4579843580722809,0.9129836935607708,0.4332753419876098,1.7283589187069268,The Hunger Games,0.4886925816535949,1.7029677076940517e-18,0.518031120300293,7.187736589710056e-17,-0.03070822358131403,0.9129836935607708,-0.08475577831268316,1.7283589187069268 +Harry Potter,Dean Thomas,0.4422601759433746,0.3565506139410043,0.4590863287448883,1.938231684929948,Harry Potter,0.4910069108009338,1.964056739711877e-21,0.5423886179924011,6.595244790795994e-09,-0.048746734857559204,0.3565506139410043,-0.08330228924751282,1.9382316783347031 +Harry Potter,Rita Skeeter,0.4587719142436981,0.9114597085491148,0.4738492369651794,1.0104308133364373,Harry Potter,0.4429920613765716,2.1620884269442426e-18,0.5543853044509888,5.9324980022154e-07,0.01577985286712652,0.9114597085491148,-0.08053606748580938,1.010430220086637 +The Hunger Games,Dill,0.4879874885082245,0.9374200025446748,0.4474625587463379,0.0008715085921698,The Hunger Games,0.510287880897522,0.1673106770659258,0.5264093279838562,0.3645071642658643,-0.022300392389297485,0.770109325478749,-0.07894676923751831,-0.36363565567369455 +Twilight,Charlie Swan,0.4213856756687164,0.4498903362913304,0.4323393404483795,1.666027704785033,Twilight,0.50819993019104,1.7029831075784686e-20,0.5111526250839233,1.0789891481000245e-15,-0.08681425452232366,0.4498903362913304,-0.07881328463554382,1.6660277047850318 +The Hunger Games,Katniss Everdeen,0.4845563769340515,0.1099882937826055,0.4817208051681518,1.510473580635784,The Hunger Games,0.4919271767139435,3.5075124594518224e-74,0.5602644085884094,3.947301730599182e-27,-0.007370799779891968,0.1099882937826055,-0.07854360342025762,1.510473580635784 +Dune,Octa Butler,0.4880781173706054,0.6217094571902593,0.4583471715450287,0.1195954437816999,Dune,0.5055363774299622,1.1788144831676244,0.5349791646003723,0.9440785315735382,-0.017458260059356745,-0.5571050259773651,-0.07663199305534363,-0.8244830877918383 +Twilight,Kebi,0.5147552490234375,0.3721088239934548,0.4482637941837311,6.781821117860223e-06,Twilight,0.4648018479347229,0.0602315246081563,0.5248673558235168,0.5233448042994691,0.0499534010887146,0.3118772993852985,-0.07660356163978577,-0.5233380224783512 +The Lord of the Rings,Gandalf,0.4683649241924286,1.8641340440344576,0.479445606470108,2.943566129836775,The Lord of the Rings,0.4894548654556274,3.482748800879476e-39,0.5559438467025757,8.537526913583036e-14,-0.021089941263198797,1.8641340440344576,-0.0764982402324677,2.9435661298366895 +Harry Potter,Myrtle Warren,0.4804550409317016,1.0701752161855695,0.4709806740283966,2.919664660674945,Harry Potter,0.508208155632019,1.076582645255686e-05,0.5474299788475037,2.642506336340502e-06,-0.02775311470031744,1.070164450359117,-0.07644930481910706,2.9196620181686086 +Dune,Tlaloc,0.5012189149856567,0.7486960201354296,0.4670414626598358,0.070786805708445,Dune,0.5124073624610901,3.8070235424098406,0.542407751083374,1.1899244749396642,-0.01118844747543335,-3.058327522274411,-0.07536628842353821,-1.1191376692312192 +Twilight,Sam Uley,0.4465399384498596,0.1580871110863526,0.4652275443077087,0.715707424161233,Twilight,0.5355950593948364,3.600960145056e-05,0.540189266204834,1.1542121422218382e-05,-0.0890551209449768,0.15805110148490203,-0.0749617218971253,0.7156958820398108 +Dune,Aramsham,0.4641391634941101,0.4544422923442146,0.4845773875713348,0.8127568286147788,Dune,0.5344614386558533,1.4950078491961325,0.558563232421875,1.4762572326855694,-0.07032227516174316,-1.0405655568519179,-0.07398584485054022,-0.6635004040707906 +The Hitchhiker's Guide to the Galaxy,Genghis Khan,0.424543023109436,0.5671710824059766,0.4711781740188598,0.9350327254876516,The Hitchhiker's Guide to the Galaxy,0.5663809180259705,2.074380728007357,0.5443081259727478,2.531551998571767,-0.14183789491653448,-1.5072096456013806,-0.073129951953888,-1.5965192730841153 +The Lord of the Rings,Smaug,0.4648820757865906,0.3524463914799617,0.4800652265548706,1.3515472953976442,The Lord of the Rings,0.5015507340431213,5.0048383037670566e-12,0.5529960989952087,5.611996296469298e-07,-0.03666865825653076,0.3524463914749569,-0.07293087244033813,1.3515467341980145 +Twilight,Victoria,0.4694638848304748,0.2857169373512564,0.4436642229557037,0.6672516060492069,Twilight,0.4500223100185394,2.4296132185068976e-12,0.5165584683418274,4.3097260621781655e-09,0.019441574811935425,0.2857169373488268,-0.07289424538612371,0.6672516017394808 +The Hitchhiker's Guide to the Galaxy,Great Hyperlobic Omnicognate Neutron Wrangler,0.3563226461410522,0.2968392444170915,0.538632333278656,2.1133419090118397,The Hitchhiker's Guide to the Galaxy,0.5384833216667175,2.4184494776517766,0.6105626225471497,7.005432719867193,-0.18216067552566534,-2.1216102332346853,-0.07193028926849365,-4.892090810855354 +The Lord of the Rings,Saruman,0.4527406990528106,0.6746712656900681,0.482961505651474,3.480506052068393,The Lord of the Rings,0.4671428799629211,5.896204108889357e-98,0.5533922910690308,1.1844731084685679e-11,-0.014402180910110474,0.6746712656900681,-0.07043078541755676,3.480506052056548 +Dune,Feyd-Rautha Harkonnen,0.5162959694862366,1.1772004111068048,0.4807954728603363,0.3885420702506556,Dune,0.5048120021820068,0.0491797741805462,0.5505842566490173,0.2825709889059585,0.011483967304229736,1.1280206369262586,-0.06978878378868103,0.10597108134469713 +Twilight,Aro,0.4622293412685394,0.3203764627510057,0.4565318822860718,1.161789809079368,Twilight,0.4543935358524322,9.889850379521285e-13,0.5243455767631531,8.342864762593227e-07,0.007835805416107178,0.3203764627500167,-0.0678136944770813,1.1617889747928916 +Twilight,Mary,0.4860509932041168,0.7267298526381508,0.4364092946052551,0.0079322244466564,Twilight,0.4660108685493469,0.3373203105847336,0.5035999417304993,0.5700600729471494,0.020040124654769897,0.3894095420534172,-0.06719064712524414,-0.562127848500493 +The Hitchhiker's Guide to the Galaxy,Allitnils,0.4362064599990845,0.3346937327370324,0.4490273594856262,1.3148000331605807,The Hitchhiker's Guide to the Galaxy,0.4965316355228424,0.8980947810572045,0.5122107267379761,1.7813170644012286,-0.060325175523757935,-0.5634010483201721,-0.06318336725234985,-0.4665170312406479 +Dune,Ramallo,0.4951575994491577,0.9747248480575008,0.5169386267662048,0.7338078391350811,Dune,0.5678929090499878,1.154690518665489,0.5771474838256836,1.2469760206362497,-0.07273530960083008,-0.17996567060798818,-0.06020885705947876,-0.5131681815011686 +The Lord of the Rings,Thorin II,0.5045325756072998,0.0007322934482175,0.5158685445785522,6.198932369864243e-14,The Lord of the Rings,0.5464227199554443,0.0004284126620413,0.575333297252655,0.0027267432030499,-0.04189014434814453,0.00030388078617619996,-0.05946475267410278,-0.0027267432029879106 +Twilight,Kachiri,0.511444628238678,1.431598498390504,0.4789679944515228,0.1002454252921603,Twilight,0.5337878465652466,1.2243431248416543,0.5379436016082764,3.230076547233832,-0.022343218326568604,0.2072553735488496,-0.05897560715675354,-3.1298311219416717 +The Lord of the Rings,Galadriel,0.4836136102676391,1.6749693381935893,0.4992484152317047,3.2063685807969784,The Lord of the Rings,0.5415364503860474,4.372329747200607e-11,0.5580785274505615,7.375608451744264e-10,-0.05792284011840826,1.674969338149866,-0.05883011221885681,3.2063685800594177 +The Lord of the Rings,Fíli and Kíli,0.5192292332649231,0.2731083845726587,0.5307999849319458,3.5865667022029726e-06,The Lord of the Rings,0.5735980868339539,0.0009851667951868,0.5889543890953064,0.1636460379511975,-0.05436885356903076,0.2721232177774719,-0.058154404163360596,-0.1636424513844953 +The Lord of the Rings,Faramir,0.4891777634620666,1.9933056139062688,0.4946576356887817,1.0009769697555702,The Lord of the Rings,0.4902814328670501,1.67007031583667e-22,0.5523663759231567,4.15414819828084e-05,-0.0011036694049835205,1.9933056139062688,-0.057708740234375056,1.0009354282735874 +Dune,Vorian Atreides,0.4654883146286011,0.4810919510127356,0.461676150560379,0.6263714752302175,Dune,0.5141591429710388,1.5746219723473062e-11,0.5186734795570374,2.5327050753729173e-14,-0.048670828342437744,0.48109195099698937,-0.05699732899665838,0.6263714752301922 +Dune,Norma Cenva,0.4278644323348999,0.3453006718812716,0.5005387663841248,1.3120403501803808,Dune,0.5233030319213867,0.778264812852435,0.555372953414917,2.386279260997153,-0.09543859958648682,-0.43296414097116337,-0.054834187030792236,-1.074238910816772 +Dune,Leto Atreides II,0.435349702835083,0.3584839649690369,0.4671371281147003,1.162239077604367,Dune,0.5101075768470764,0.0009207827013981,0.5217192769050598,0.000183900062533,-0.07475787401199341,0.3575631822676388,-0.0545821487903595,1.162055177541834 +The Hitchhiker's Guide to the Galaxy,Gail Andrews,0.3995009064674377,0.2916095789617625,0.5061356425285339,2.919661862620716,The Hitchhiker's Guide to the Galaxy,0.4509778022766113,0.9562000321919004,0.5595822334289551,2.624409782313436,-0.051476895809173584,-0.6645904532301379,-0.05344659090042114,0.29525208030728 +The Lord of the Rings,Túrin,0.5115970969200134,0.0049511909120823,0.5016611218452454,5.695012396675375e-07,The Lord of the Rings,0.5421173572540283,0.0429806611634024,0.5550504326820374,0.0017625311475901,-0.030520260334014893,-0.0380294702513201,-0.05338931083679199,-0.0017619616463504324 +Dune,Rhombur Vernius,0.4708586931228637,0.1710636479778642,0.5153435468673706,0.3311951378907922,Dune,0.5298475623130798,0.4492802922201242,0.5671092867851257,0.2153144695845419,-0.05898886919021612,-0.27821664424226,-0.05176573991775513,0.1158806683062503 +The Lord of the Rings,Shadowfax,0.5600701570510864,3.11919735731716,0.5659462809562683,1.640608785919145,The Lord of the Rings,0.6224778294563293,1.7175942891378289,0.6148388385772705,1.9714219260473624,-0.06240767240524292,1.4016030681793312,-0.0488925576210022,-0.3308131401282175 +The Hitchhiker's Guide to the Galaxy,Rob McKenna,0.4893811643123626,0.5788952977260052,0.4645346999168396,0.1847243935123878,The Hitchhiker's Guide to the Galaxy,0.5017083287239075,1.667916825646644,0.5132248997688293,0.986423940066365,-0.012327164411544855,-1.0890215279206386,-0.048690199851989746,-0.8016995465539772 +The Lord of the Rings,Aragorn II,0.5159305930137634,0.8487244291573735,0.4953894317150116,2.043826256497426,The Lord of the Rings,0.5183244943618774,1.4765109316005042e-08,0.5439724326133728,6.747405139781331e-12,-0.0023939013481140137,0.8487244143922641,-0.048583000898361206,2.0438262564906786 +Dune,Anirul Corrino,0.477915495634079,0.5785452349450044,0.5409173369407654,2.184465197505393,Dune,0.5521725416183472,1.7887946758179385,0.5885332226753235,2.588326357345893,-0.07425704598426819,-1.210249440872934,-0.047615885734558105,-0.4038611598405 +Dune,Lady Jessica,0.527129590511322,1.0146471545741351,0.4561772346496582,0.0774615841061969,Dune,0.4113405346870422,0.0023579364569927,0.5031242370605469,0.5388505817298004,0.11578905582427984,1.0122892181171423,-0.04694700241088867,-0.46138899762360347 +The Hitchhiker's Guide to the Galaxy,Elvis Presley,0.4119135737419128,0.3797633349632493,0.4842294752597809,0.9820755274381016,The Hitchhiker's Guide to the Galaxy,0.4907255470752716,1.351894932353983,0.5306002497673035,1.626699947685858,-0.07881197333335882,-0.9721315973907337,-0.04637077450752258,-0.6446244202477563 +Dune,Gaius Helen Mohiam,0.5053005814552307,0.5883202830516998,0.5277078747749329,0.486373662513295,Dune,0.526899516582489,0.2654334195320227,0.5729935765266418,1.7485603659038411,-0.0215989351272583,0.3228868635196771,-0.045285701751708984,-1.262186703390546 +The Hunger Games,Reaper Ash,0.495331734418869,0.2943598198840083,0.4755721688270569,4.42166229972471e-06,The Hunger Games,0.4778136610984802,0.0003236972647869,0.5199940204620361,0.0091448316415742,0.017518073320388794,0.29403612261922135,-0.04442185163497925,-0.009140409979274476 +The Hitchhiker's Guide to the Galaxy,Lintilla,0.4855124652385711,1.233854575936455,0.5066788196563721,0.1356336097707527,The Hitchhiker's Guide to the Galaxy,0.5287073850631714,0.558869123703348,0.5504475831985474,0.5872657301781092,-0.043194919824600275,0.674985452233107,-0.04376876354217529,-0.45163212040735656 +The Hitchhiker's Guide to the Galaxy,Great Green Arkleseizure,0.4108148217201233,0.3765649406570394,0.5255516171455383,3.246125440506177,The Hitchhiker's Guide to the Galaxy,0.5522434115409851,4.391415220193749,0.5681037306785583,5.109643200946081,-0.14142858982086182,-4.014850279536709,-0.04255211353302002,-1.8635177604399042 +Dune,Piter De Vries,0.5379225611686707,0.5988211129863868,0.526581346988678,0.9056059650963464,Dune,0.5457844734191895,2.264401020878476,0.5682894587516785,3.001800801270369,-0.007861912250518799,-1.6655799078920892,-0.04170811176300049,-2.0961948361740226 +Dune,Victor Atreides,0.5053738355636597,0.8780493156250442,0.5219838619232178,0.6441260360836389,Dune,0.5181224346160889,0.5430793792140399,0.5632820129394531,1.9181918906205708,-0.0127485990524292,0.33496993641100425,-0.04129815101623535,-1.2740658545369319 +Dune,Liet-Kynes,0.5251116156578064,0.7487577307844114,0.544280469417572,1.1512298258502456,Dune,0.4854009747505188,0.1085691714704211,0.5855634212493896,0.9576363986833852,0.0397106409072876,0.6401885593139903,-0.04128295183181763,0.19359342716686034 +The Hunger Games,Lucretius Flickerman,0.4977657794952392,0.1629415961848473,0.5035482048988342,0.0133227253071535,The Hunger Games,0.4888031184673309,0.3311301477382859,0.5430733561515808,0.4712395986169309,0.008962661027908325,-0.16818855155343862,-0.03952515125274658,-0.4579168733097774 +The Lord of the Rings,Morgoth,0.4952822923660278,0.7517437502222779,0.5033573508262634,3.605734869013335,The Lord of the Rings,0.5276913642883301,5.316404165253476e-17,0.5421412587165833,1.5246684081734516e-13,-0.0324090719223023,0.7517437502222779,-0.038783907890319824,3.6057348690131827 +Twilight,Carmen,0.4952872097492218,0.0745045757995176,0.4914722442626953,0.0001590148750256,Twilight,0.4769243597984314,0.0020450478101498,0.529487669467926,0.0667213460788601,0.018362849950790405,0.07245952798936779,-0.03801542520523071,-0.0665623312038345 +Twilight,Renesmee Cullen,0.4533692896366119,0.2003957739847295,0.449503093957901,0.6336242809830143,Twilight,0.497202605009079,3.8947510848525565e-11,0.4866980016231537,1.0830165529302885e-12,-0.043833315372467097,0.20039577394578198,-0.037194907665252686,0.6336242809819312 +The Hitchhiker's Guide to the Galaxy,Emperor of the Galaxy,0.3234719932079315,0.3146953704338651,0.491729736328125,3.674797705066148,The Hitchhiker's Guide to the Galaxy,0.4816323816776275,4.000186235659046,0.5285906791687012,6.886287217357911,-0.158160388469696,-3.685490865225181,-0.03686094284057617,-3.2114895122917626 +The Hitchhiker's Guide to the Galaxy,Poodoo,0.322559654712677,0.4345295743733599,0.487070620059967,1.1780212850157157,The Hitchhiker's Guide to the Galaxy,0.450519859790802,1.0020379796927297,0.5223364233970642,1.4941446530390217,-0.127960205078125,-0.5675084053193697,-0.035265803337097223,-0.316123368023306 +Dune,Alia Atreides,0.4822726249694824,0.5359149302021396,0.4800700843334198,0.3977599518639994,Dune,0.4886529445648193,0.2486703479700113,0.5153259038925171,0.6871300640953478,-0.0063803195953368586,0.28724458223212834,-0.03525581955909729,-0.28937011223134845 +Twilight,Heidi,0.4885730743408203,0.3045840415013427,0.4366976916790008,5.880942816393087e-09,Twilight,0.4520511627197265,0.0001680023447723,0.471882551908493,0.0009332466402578,0.036521911621093806,0.3044160391565704,-0.03518486022949219,-0.0009332407593149836 +Dune,Zufa Cenva,0.4905062317848205,0.4587798233452558,0.5150262713432312,0.0418490094817323,Dune,0.5469627380371094,0.2514755578288763,0.5501323938369751,0.497377813153401,-0.056456506252288874,0.20730426551637948,-0.035106122493743896,-0.4555288036716687 +The Lord of the Rings,Elrond,0.4814432561397552,1.9066771373142477,0.4988417327404022,2.981981024107577,The Lord of the Rings,0.5360152721405029,2.839668591472706e-05,0.5335156321525574,1.633587481324431e-05,-0.054572016000747736,1.906648740628333,-0.03467389941215515,2.9819646882327637 +Twilight,Rebecca Black,0.4915410280227661,0.918700707863489,0.4832848310470581,0.2138217510688916,Twilight,0.4971699118614197,1.2935049089247452,0.517520546913147,3.558757023917906,-0.0056288838386535645,-0.3748042010612562,-0.03423571586608887,-3.344935272849014 +The Lord of the Rings,Glaurung,0.5107595324516296,1.0976330498120732,0.5491192936897278,0.2809735471299492,The Lord of the Rings,0.5535544753074646,0.3629630472734391,0.5826680660247803,0.8313548871362959,-0.04279494285583496,0.7346700025386341,-0.03354877233505249,-0.5503813400063466 +Harry Potter,Katie Bell,0.4919006526470184,0.0001769203239268,0.5337795615196228,9.19940473134516e-10,Harry Potter,0.5012985467910767,0.0004962681969855,0.5672582387924194,4.619072452139013e-05,-0.009397894144058283,-0.0003193478730587,-0.03347867727279663,-4.6189804580916995e-05 +The Lord of the Rings,Bard,0.5050056576728821,0.0263558218554472,0.5294986367225647,3.8916732286303865e-05,The Lord of the Rings,0.5035655498504639,0.0116677526904767,0.5629619359970093,0.0031130032542259,0.0014401078224182129,0.0146880691649705,-0.03346329927444458,-0.003074086521939596 +The Hitchhiker's Guide to the Galaxy,Hactar,0.3989352285861969,0.7576601357314339,0.5416232943534851,0.7711947173289098,The Hitchhiker's Guide to the Galaxy,0.5371614098548889,1.459193337851069,0.574628472328186,1.092209836230405,-0.13822618126869202,-0.7015332021196352,-0.03300517797470093,-0.32101511890149514 +Dune,Harah,0.4790497124195099,0.7169978842049008,0.5105242133140564,0.0005540146539405,Dune,0.4883544445037842,0.0001861030552235,0.5431880950927734,0.117351796543035,-0.009304732084274292,0.7168117811496774,-0.03266388177871704,-0.1167977818890945 +Dune,Irulan Corrino,0.5143793225288391,0.3348602584278514,0.5152375102043152,0.0094716067630267,Dune,0.5549029111862183,0.3883706492553182,0.5475248694419861,0.0924784031698652,-0.04052358865737915,-0.053510390827466836,-0.0322873592376709,-0.0830067964068385 +Dune,Chani Kynes,0.519978404045105,0.6258408328432263,0.507990837097168,0.180328439611831,Dune,0.5317520499229431,1.1616693733240029,0.5398597121238708,1.4438592161520991,-0.011773645877838135,-0.5358285404807765,-0.03186887502670288,-1.2635307765402681 +Dune,Kailea Vernius,0.5006990432739258,1.2819557902143066,0.5422921180725098,0.5114421845178385,Dune,0.5170943737030029,0.3752516692902247,0.5739883184432983,0.7558099218848111,-0.01639533042907715,0.9067041209240819,-0.031696200370788574,-0.2443677373669726 +The Lord of the Rings,Samwise Gamgee,0.516346275806427,0.0086353743028511,0.5517829060554504,6.587088113698992e-06,The Lord of the Rings,0.5425846576690674,3.937179946292413e-10,0.5823348760604858,0.0002485532633412,-0.02623838186264038,0.008635373909133106,-0.0305519700050354,-0.00024196617522750103 +Dune,Paulus Atreides,0.5223171710968018,0.5989475974585898,0.5316929817199707,0.503055581073807,Dune,0.5355798602104187,0.271578043577058,0.5614880919456482,0.4179249168729293,-0.013262689113616943,0.3273695538815318,-0.02979511022567749,0.08513066420087767 +Dune,Bellonda,0.5110083222389221,1.4250345742292878,0.5434740781784058,1.319385444025332,Dune,0.566320538520813,2.080836282967017,0.572908878326416,3.142909773513882,-0.05531221628189087,-0.6558017087377292,-0.029434800148010254,-1.8235243294885497 +The Hitchhiker's Guide to the Galaxy,Oolon Colluphid,0.5109764337539673,3.494924471198232,0.523297131061554,2.332563684862649,The Hitchhiker's Guide to the Galaxy,0.5784218311309814,4.851148934817749,0.5522536039352417,2.5080001062957518,-0.06744539737701416,-1.3562244636195167,-0.028956472873687744,-0.17543642143310256 +The Hitchhiker's Guide to the Galaxy,Majikthise,0.5712370276451111,10.386016033098292,0.5231562852859497,2.245254897374209,The Hitchhiker's Guide to the Galaxy,0.5403741002082825,3.0068773709123358,0.551992654800415,8.413546322822135,0.030862927436828613,7.379138662185956,-0.028836369514465332,-6.168291425447927 +Twilight,Embry Call,0.4736196398735046,0.6357518729027831,0.5026254653930664,0.0012737631569219,Twilight,0.4495475590229034,1.2256301981221556e-05,0.5312647819519043,0.1356989120483769,0.024072080850601196,0.6357396166008019,-0.02863931655883789,-0.134425148891455 +Dune,Tio Holtzman,0.5274263620376587,0.515163478282085,0.5471019148826599,0.023445820625701,Dune,0.5365378260612488,0.4520475765011633,0.5751590132713318,0.2024374726113764,-0.009111464023590088,0.06311590178092169,-0.028057098388671875,-0.1789916519856754 +The Lord of the Rings,Watcher in the Water,0.509591817855835,0.0042405603228484,0.5722002983093262,0.0050986009448787,The Lord of the Rings,0.58259117603302,0.0008455740605946,0.6002125144004822,0.0048471313602718,-0.07299935817718506,0.0033949862622538,-0.028012216091156006,0.00025146958460689917 +Twilight,Brady Fuller,0.414991170167923,0.2777492253670694,0.3972945213317871,0.2222973154747086,Twilight,0.4130733013153076,0.6068299589117829,0.4249446392059326,0.6052303750544059,0.0019178688526153564,-0.3290807335447135,-0.027650117874145508,-0.3829330595796973 +The Hitchhiker's Guide to the Galaxy,Caveman,0.4493281543254852,0.8532140394068194,0.4843088090419769,1.553444973821121,The Hitchhiker's Guide to the Galaxy,0.4620581865310669,1.1378235127068754,0.511817455291748,2.426670574784131,-0.01273003220558172,-0.28460947330005604,-0.027508646249771174,-0.8732256009630102 +The Lord of the Rings,Peregrin Took,0.5051109790802002,0.0387485409175478,0.5279164910316467,0.014012182356224,The Lord of the Rings,0.5318484306335449,0.2692060335335933,0.5542590618133545,0.2374488441743688,-0.026737451553344727,-0.23045749261604548,-0.026342570781707764,-0.22343666181814478 +The Hitchhiker's Guide to the Galaxy,Eccentrica Gallumbits,0.4806388914585113,0.7287256191933535,0.5445906519889832,3.1585595168792167,The Hitchhiker's Guide to the Galaxy,0.5966795682907104,7.6688246058673775,0.5707736015319824,4.145647728569833,-0.11604067683219915,-6.940098986674024,-0.026182949542999268,-0.9870882116906166 +Twilight,Sasha,0.5193257927894592,1.3981505767285414,0.4952841997146606,0.0391430500603783,Twilight,0.4636020064353943,0.434826142440545,0.5213740468025208,0.3945277143916048,0.05572378635406494,0.9633244342879963,-0.026089847087860163,-0.3553846643312265 +The Lord of the Rings,Denethor II,0.5090440511703491,0.4427748040732883,0.5393776297569275,0.0150714007096932,The Lord of the Rings,0.5417104363441467,0.1426756873688543,0.5651096701622009,0.4485476149051312,-0.03266638517379761,0.300099116704434,-0.025732040405273438,-0.43347621419543797 +Dune,Jessica Atreides,0.4802019000053406,0.4161399961091878,0.4718683063983917,0.0930419518554409,Dune,0.4973728954792022,0.376441262810641,0.4970850646495819,0.4108089338864428,-0.01717099547386164,0.039698733298546784,-0.025216758251190186,-0.3177669820310019 +Dune,Shaddam Corrino IV,0.4909803569316864,0.4651901071166394,0.484107106924057,0.2707872922110672,Dune,0.4910401105880737,0.2161713518518647,0.5092676877975464,0.5253868339563927,-5.975365638727359e-05,0.24901875526477468,-0.02516058087348938,-0.25459954174532556 +The Lord of the Rings,Éowyn,0.5037795305252075,0.361386855873899,0.5493127107620239,0.0015152985022966,The Lord of the Rings,0.5752246379852295,0.1766522094437725,0.5742315649986267,0.0361872465904922,-0.07144510746002197,0.18473464643012652,-0.024918854236602783,-0.034671948088195605 +Dune,Wensicia Corrino,0.5032896399497986,0.5391336026435865,0.5432509183883667,0.4904736340133676,Dune,0.5715660452842712,1.819849624453167,0.5675203800201416,0.9927692781062312,-0.06827640533447266,-1.2807160218095806,-0.024269461631774902,-0.5022956440928636 +Twilight,Leah Clearwater,0.5022733211517334,0.0041175914692589,0.5302123427391052,4.384355372214623e-07,Twilight,0.5080369710922241,8.0013803633786e-08,0.5539224147796631,0.0024517969115172,-0.005763649940490723,0.004117511455455266,-0.02371007204055786,-0.0024513584759799784 +Twilight,Garrett,0.4824860095977783,0.1012772571840393,0.5020184516906738,0.0170618728211953,Twilight,0.4718561172485351,0.000427357599277,0.5253652334213257,0.0422177982688839,0.01062989234924322,0.10084989958476229,-0.023346781730651855,-0.0251559254476886 +The Lord of the Rings,Thráin II,0.5144786238670349,0.207425169155333,0.5409236550331116,0.101525871987325,The Lord of the Rings,0.5807884335517883,0.0296818214378983,0.5639391541481018,0.0503974339656662,-0.06630980968475342,0.1777433477174347,-0.023015499114990234,0.051128438021658805 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Jeltz,0.4988266229629516,0.8692090518030713,0.5272074341773987,5.493615467566085,The Hitchhiker's Guide to the Galaxy,0.5014403462409973,1.5210810540607456,0.5499670505523682,2.281380024832352,-0.00261372327804571,-0.6518720022576743,-0.022759616374969482,3.2122354427337325 +Dune,Tertius Eileen Anteac,0.5171214938163757,0.9599716945215118,0.5144374966621399,0.2580117834826692,Dune,0.4842688739299774,1.6092160416916077,0.5371854901313782,0.9017624269997888,0.032852619886398315,-0.6492443471700959,-0.02274799346923828,-0.6437506435171196 +Dune,Marty,0.4792817533016205,0.7280740326746394,0.4993573129177093,0.1588863758641067,Dune,0.5066540837287903,1.1714954308479877,0.5216068029403687,1.8426423024082883,-0.0273723304271698,-0.44342139817334825,-0.022249490022659357,-1.6837559265441815 +The Lord of the Rings,Lúthien,0.502149760723114,0.409620335566205,0.5771726965904236,0.0454235640070587,The Lord of the Rings,0.5956390500068665,0.0112333518610646,0.5993440747261047,0.0595055290157494,-0.09348928928375244,0.39838698370514036,-0.022171378135681152,-0.014081965008690703 +The Lord of the Rings,Beorn,0.5323838591575623,0.4035582584195729,0.5768317580223083,0.0997077545284254,The Lord of the Rings,0.5743336081504822,0.2859192303420603,0.598109781742096,0.1540755443137909,-0.04194974899291992,0.11763902807751259,-0.021278023719787598,-0.054367789785365495 +The Lord of the Rings,Halbarad,0.5402034521102905,1.5555165009375898,0.5443882346153259,0.9193734631361064,The Lord of the Rings,0.4990382194519043,0.1382394741821053,0.5650730133056641,1.5125902145942676,0.04116523265838623,1.4172770267554844,-0.020684778690338135,-0.5932167514581612 +The Hitchhiker's Guide to the Galaxy,Garkbit,0.4613436758518219,0.3191123091025339,0.570511519908905,1.989116101173145,The Hitchhiker's Guide to the Galaxy,0.5236223936080933,1.0433548950697888,0.5911267399787903,2.4572819478109995,-0.06227871775627136,-0.724242585967255,-0.020615220069885254,-0.46816584663785443 +The Hitchhiker's Guide to the Galaxy,Vroomfondel,0.4920307099819183,6.379823034810391,0.5519132018089294,5.594354917271374,The Hitchhiker's Guide to the Galaxy,0.5289682745933533,6.720129576328287,0.5723767876625061,4.958258342843732,-0.03693756461143499,-0.3403065415178963,-0.02046358585357666,0.6360965744276417 +The Hitchhiker's Guide to the Galaxy,Almighty Bob,0.4905094504356384,0.5909423247352042,0.5002472996711731,1.8500763634272333,The Hitchhiker's Guide to the Galaxy,0.5236132144927979,3.957909785382811,0.5205970406532288,1.3806195933359589,-0.033103764057159424,-3.366967460647607,-0.020349740982055664,0.4694567700912744 +Dune,Sheeana Brugh,0.5043639540672302,0.5192340812650102,0.5130999088287354,0.0895398934958691,Dune,0.5689539313316345,3.879076295351741,0.5332396626472473,2.092447271800819,-0.0645899772644043,-3.3598422140867306,-0.020139753818511963,-2.00290737830495 +Dune,Piter de Vries,0.5492623448371887,0.7538928578703038,0.5279063582420349,0.1856799652173605,Dune,0.5234078764915466,2.121741244796618,0.5473734140396118,2.341555622457318,0.02585446834564209,-1.3678483869263145,-0.019467055797576904,-2.1558756572399576 +The Lord of the Rings,Melian,0.5110530853271484,0.907273705024486,0.558221161365509,0.6104079360669264,The Lord of the Rings,0.568642795085907,0.4820294146165659,0.5772488117218018,0.5859594915320728,-0.057589709758758545,0.4252442904079201,-0.019027650356292725,0.02444844453485362 +Dune,Liet Kynes,0.5239098072052002,1.0709727789405448,0.5483620166778564,0.3553751776220851,Dune,0.5779098868370056,0.5893175192449547,0.5671825408935547,0.5113138194072281,-0.05400007963180542,0.4816552596955901,-0.018820524215698242,-0.155938641785143 +Twilight,Kate,0.5082175731658936,0.0092909007967654,0.5042892098426819,3.1359330333416675e-06,Twilight,0.4700287282466888,0.011458645602367,0.522560179233551,0.0005613060321858,0.03818884491920477,-0.0021677448056016003,-0.01827096939086914,-0.0005581700991524582 +Dune,Iakin Nefud,0.4791484773159027,0.2640108801746009,0.5199869871139526,0.98270983524692,Dune,0.5314460396766663,1.5068754477787645,0.5381607413291931,1.2583039126290727,-0.05229756236076355,-1.2428645676041636,-0.01817375421524048,-0.2755940773821527 +Twilight,Santiago,0.4853374063968658,0.5795768905286605,0.4533033072948456,0.0020581764638911,Twilight,0.500321090221405,1.2468754962383273,0.4711087644100189,0.1209499717076706,-0.01498368382453924,-0.6672986057096668,-0.01780545711517334,-0.1188917952437795 +The Hitchhiker's Guide to the Galaxy,Hurling Frootmig,0.3751438558101654,0.6959301679234284,0.5332341194152832,4.491338073974113,The Hitchhiker's Guide to the Galaxy,0.5172088146209717,1.3230990334518309,0.5507286787033081,3.484903478663206,-0.14206495881080627,-0.6271688655284025,-0.017494559288024902,1.0064345953109068 +The Hitchhiker's Guide to the Galaxy,Old Thrashbarg,0.4717856347560882,0.734133117188203,0.5298166275024414,2.8792323369555364,The Hitchhiker's Guide to the Galaxy,0.5672872066497803,4.087518235317492,0.546647310256958,4.474187102026901,-0.09550157189369207,-3.353385118129289,-0.0168306827545166,-1.594954765071365 +The Hitchhiker's Guide to the Galaxy,Paul Neil Milne Johnstone,0.3960185945034027,0.5478944495090049,0.5309251546859741,3.0383673200038266,The Hitchhiker's Guide to the Galaxy,0.5163652896881104,2.7351682821906733,0.5477356910705566,3.51385000822408,-0.12034669518470764,-2.1872738326816683,-0.01681053638458252,-0.4754826882202532 +The Hunger Games,Palmyra Monty,0.487560361623764,1.3511176525859887,0.5095211863517761,6.760745934657895,The Hunger Games,0.4658852517604828,1.4012232545944838,0.5263291597366333,2.776145655403921,0.021675109863281194,-0.05010560200849512,-0.016807973384857178,3.984600279253974 +Twilight,Tia,0.4881680905818939,0.121222893372583,0.5040939450263977,6.961811002554015e-05,Twilight,0.4475622475147247,0.0001213449980344,0.5206810235977173,0.1201431568196889,0.040605843067169245,0.1211015483745486,-0.01658707857131958,-0.12007353870966336 +The Hitchhiker's Guide to the Galaxy,Russell,0.3510933518409729,0.1425238221075055,0.4901808202266693,1.2995699622920482,The Hitchhiker's Guide to the Galaxy,0.4608912467956543,0.9779045702858556,0.5067327618598938,1.3193558646808417,-0.1097978949546814,-0.8353807481783502,-0.016551941633224487,-0.019785902388793408 +Dune,Raquella Berto-Anirul,0.4950067400932312,0.6736190323678809,0.5390993356704712,0.2187400306732795,Dune,0.5327244997024536,0.2562112091315427,0.5556399822235107,1.244242900357726,-0.03771775960922241,0.4174078232363382,-0.01654064655303955,-1.0255028696844466 +Twilight,Collin Littlesea,0.4267337918281555,0.1959290491151384,0.4282884001731872,0.2757751569891288,Twilight,0.4317830801010132,0.6549329661210603,0.4445505440235138,0.8581127887388902,-0.005049288272857666,-0.4590039170059219,-0.016262143850326594,-0.5823376317497614 +The Hitchhiker's Guide to the Galaxy,Grunthos the Flatulent,0.4379906356334686,0.5884191202262163,0.5056959390640259,2.533949332902004,The Hitchhiker's Guide to the Galaxy,0.5995125770568848,17.001846737223865,0.5219007730484009,2.133263321573577,-0.1615219414234162,-16.413427616997648,-0.016204833984375,0.40068601132842696 +Dune,Xavier Harkonnen,0.5392778515815735,0.6381818425165202,0.5134580135345459,0.0014583260076786,Dune,0.5171380639076233,0.0743896149171771,0.5296557545661926,0.026693979818351,0.022139787673950195,0.5637922275993431,-0.01619774103164673,-0.0252356538106724 +The Hitchhiker's Guide to the Galaxy,Loonquawl,0.4905512034893036,1.0880415049049648,0.5231997966766357,0.912282620068297,The Hitchhiker's Guide to the Galaxy,0.5401980876922607,2.7960738546327706,0.5393425226211548,1.8750551413304997,-0.04964688420295715,-1.7080323497278058,-0.016142725944519043,-0.9627725212622027 +The Hitchhiker's Guide to the Galaxy,Number Two,0.4727605879306793,0.5012591080546629,0.5356969833374023,1.3391366496133603,The Hitchhiker's Guide to the Galaxy,0.5003491044044495,1.2324191217297131,0.5516855120658875,1.8112055895966903,-0.02758851647377014,-0.7311600136750502,-0.015988528728485107,-0.47206893998333 +Dune,Elrood Corrino IX,0.4567656815052032,0.4789964367943902,0.525293231010437,3.7146401915141753,Dune,0.5237322449684143,1.7444766368832163,0.5411025285720825,2.93718753271404,-0.06696656346321112,-1.2654802000888261,-0.015809297561645508,0.7774526588001351 +Twilight,Harry Clearwater,0.5209450721740723,2.484474152342066,0.5603581666946411,0.2954096021337358,Twilight,0.534866988658905,0.1401510615761508,0.5757616758346558,1.7593148768518931,-0.013921916484832764,2.3443230907659154,-0.015403509140014648,-1.4639052747181573 +The Hitchhiker's Guide to the Galaxy,Dan Streetmentioner,0.498556911945343,2.340850178909282,0.5353698134422302,2.77695805865376,The Hitchhiker's Guide to the Galaxy,0.518623411655426,1.0481372819919772,0.5506841540336609,3.3942237237839783,-0.020066499710083008,1.292712896917305,-0.015314340591430664,-0.6172656651302182 +Dune,Alef Burzmali,0.4665161967277527,0.982452391156567,0.5583000183105469,2.8614034158046757,Dune,0.5303556323051453,0.8859958499328504,0.5734409093856812,2.9636699586674617,-0.06383943557739258,0.09645654122371661,-0.015140891075134277,-0.10226654286278603 +Dune,Lichna,0.4484536945819855,0.3209750417245773,0.5563443303108215,1.0913543433308168,Dune,0.5000667572021484,0.8253871268352208,0.5714812278747559,2.2966022270097417,-0.051613062620162964,-0.5044120851106435,-0.015136897563934326,-1.2052478836789249 +The Hitchhiker's Guide to the Galaxy,Heimdall,0.4221406280994415,0.5328247346765147,0.5135451555252075,1.5380454113971236,The Hitchhiker's Guide to the Galaxy,0.5255253911018372,2.0622431163773225,0.5286298394203186,1.3716973750191226,-0.10338476300239569,-1.5294183817008078,-0.015084683895111084,0.166348036378001 +The Lord of the Rings,Balin,0.5085909962654114,0.1189396903892646,0.5512982606887817,0.000619367526984,The Lord of the Rings,0.5153865814208984,0.0037171150859989,0.5659844875335693,0.0089930416383406,-0.0067955851554870605,0.1152225753032657,-0.014686226844787598,-0.008373674111356599 +Dune,Schwangyu,0.5012314915657043,1.6685941357419745,0.5462884306907654,2.5507629847737583,Dune,0.5511276125907898,1.8958544366122756,0.5603456497192383,3.75076187459884,-0.04989612102508545,-0.22726030087030114,-0.0140572190284729,-1.1999988898250815 +The Lord of the Rings,Thrór,0.5086534023284912,0.3902141821370657,0.5392593145370483,0.0189457615107746,The Lord of the Rings,0.5830733180046082,0.1168014483449544,0.5529870390892029,0.0606224964542881,-0.07441991567611694,0.2734127337921113,-0.013727724552154541,-0.041676734943513497 +The Lord of the Rings,Círdan,0.5244083404541016,0.0041011724128416,0.5692238807678223,0.0052680420482716,The Lord of the Rings,0.5649707317352295,0.0396925836048516,0.5829378366470337,0.0174921897736828,-0.04056239128112793,-0.03559141119201,-0.013713955879211426,-0.012224147725411201 +Dune,Hwi Noree,0.5152681469917297,1.0109310615941849,0.5379900336265564,0.1518654640025657,Dune,0.5299132466316223,0.4767344742662933,0.5516391396522522,0.8540949176886722,-0.014645099639892578,0.5341965873278915,-0.0136491060256958,-0.7022294536861065 +The Lord of the Rings,Thingol,0.4958104193210602,0.2436274625626812,0.5246247053146362,0.0049826164501031,The Lord of the Rings,0.5166316032409668,0.0077201613206518,0.5382469296455383,0.2264463580282318,-0.020821183919906616,0.2359073012420294,-0.0136222243309021,-0.2214637415781287 +Twilight,Randall,0.5105313062667847,0.7926058356692781,0.5362573862075806,0.6021940269499707,Twilight,0.553048312664032,1.454575429737306,0.5498643517494202,3.8130195171475982,-0.042517006397247314,-0.6619695940680278,-0.0136069655418396,-3.2108254901976276 +Twilight,Nahuel,0.4806161224842071,0.0030237759400889,0.4974486529827118,4.074022142901286e-06,Twilight,0.487690657377243,3.267971768044545e-06,0.5109698176383972,0.0100261470848423,-0.007074534893035889,0.0030205079683208558,-0.013521164655685425,-0.010022073062699399 +Dune,Shando Vernius,0.4806986451148987,0.7962298181287515,0.5127638578414917,0.5847123792064839,Dune,0.5465232133865356,0.7520822598278919,0.5261800289154053,0.8021177618208027,-0.06582456827163696,0.04414755830085959,-0.013416171073913574,-0.21740538261431885 +The Hunger Games,Clemensia Dovecote,0.4968879520893097,0.0170611288397921,0.523499071598053,0.0001008222030743,The Hunger Games,0.5120881795883179,0.0047036399681221,0.5367035269737244,0.0222355032350336,-0.015200227499008179,0.01235748887167,-0.013204455375671387,-0.0221346810319593 +The Hitchhiker's Guide to the Galaxy,Barman,0.4852215051651001,0.892994337150235,0.53641277551651,1.711163363707738,The Hitchhiker's Guide to the Galaxy,0.511643648147583,1.608056616499328,0.5494937896728516,1.9716792377981351,-0.02642214298248291,-0.7150622793490929,-0.013081014156341553,-0.2605158740903972 +Harry Potter,Hermione Granger,0.4517130553722381,0.0933303298809143,0.4399486184120178,0.4492240611908405,Harry Potter,0.3828257620334625,0.0,0.452903002500534,1.365026639534582e-49,0.06888729333877558,0.0933303298809143,-0.01295438408851618,0.4492240611908405 +Twilight,Vasilii,0.4976499378681183,1.2087148512733323,0.524995744228363,0.7252319602120292,Twilight,0.4868839085102081,0.9821019779920626,0.5375935435295105,1.6325823342779708,0.010766029357910212,0.22661287328126978,-0.012597799301147461,-0.9073503740659417 +Twilight,Mexican coven,0.4761538505554199,0.617374634753648,0.5001615285873413,0.279628874873398,Twilight,0.4998178482055664,0.5380650017431479,0.512706995010376,0.4692169152583046,-0.023663997650146484,0.07930963301050009,-0.012545466423034668,-0.18958804038490662 +The Hitchhiker's Guide to the Galaxy,Ameglian Major Cow,0.4171024262905121,2.9120419274441147,0.5268067121505737,0.4504755133943672,The Hitchhiker's Guide to the Galaxy,0.524772584438324,0.4754265145147631,0.5391592383384705,1.6993015589938314,-0.10767015814781189,2.436615412929352,-0.012352526187896729,-1.2488260455994642 +The Hitchhiker's Guide to the Galaxy,Hig Hurtenflurst,0.4581269919872284,1.1332647343625395,0.5268608331680298,1.5980802997919823,The Hitchhiker's Guide to the Galaxy,0.4566085934638977,0.9668784992035736,0.5390203595161438,2.0755742165154047,0.0015183985233306885,0.1663862351589659,-0.012159526348114014,-0.47749391672342245 +The Hitchhiker's Guide to the Galaxy,Guide Mark II,0.4657743871212005,2.6638920729684443,0.546289324760437,1.816169121645537,The Hitchhiker's Guide to the Galaxy,0.5517412424087524,3.014383230731099,0.5583321452140808,5.972646482817048,-0.08596685528755194,-0.3504911577626548,-0.012042820453643799,-4.156477361171511 +The Lord of the Rings,Meriadoc Brandybuck,0.5133464932441711,0.5250487917458937,0.550666332244873,0.0315829500147008,The Lord of the Rings,0.5441402792930603,0.0021317408663048,0.562679648399353,0.6799241297925943,-0.03079378604888916,0.5229170508795888,-0.01201331615447998,-0.6483411797778935 +The Lord of the Rings,Shelob,0.5020247101783752,0.3466171382980677,0.5636788010597229,0.0397422885959737,The Lord of the Rings,0.5028041005134583,1.2144310358752952e-12,0.5753321647644043,0.2937028728612532,-0.0007793903350830078,0.34661713829685326,-0.011653363704681396,-0.25396058426527945 +The Lord of the Rings,Éomer,0.5233268737792969,1.31307278010033,0.5731189846992493,0.0120439070935844,The Lord of the Rings,0.569170355796814,0.066327741860287,0.5846097469329834,0.0604223548725145,-0.04584348201751709,1.246745038240043,-0.01149076223373413,-0.048378447778930106 +The Lord of the Rings,Khamûl,0.5237871408462524,2.43887942795052,0.5735595226287842,0.1545603458683955,The Lord of the Rings,0.5351359248161316,0.4660404983610751,0.5849636793136597,1.381356707874084,-0.01134878396987915,1.9728389295894448,-0.011404156684875488,-1.2267963620056885 +The Hitchhiker's Guide to the Galaxy,Golgafrinchans,0.4871600866317749,0.8266789267927431,0.5505149364471436,0.5544471130203781,The Hitchhiker's Guide to the Galaxy,0.5678676962852478,1.1610192491706892,0.5612878203392029,1.4139129371358898,-0.0807076096534729,-0.3343403223779461,-0.010772883892059326,-0.8594658241155118 +Dune,Logno,0.5146032571792603,1.9106249426370372,0.5130771398544312,0.2751950568614628,Dune,0.5045991539955139,0.4669420713972166,0.523835301399231,1.217815646928167,0.010004103183746338,1.4436828712398206,-0.010758161544799805,-0.9426205900667042 +The Lord of the Rings,Treebeard,0.5185574889183044,1.2924189206223544,0.5584478378295898,0.0426045557781971,The Lord of the Rings,0.4938358664512634,0.0103694590954731,0.5689936876296997,0.3546676867674176,0.024721622467041016,1.2820494615268814,-0.010545849800109863,-0.3120631309892205 +The Hitchhiker's Guide to the Galaxy,Old Man on the Pole,0.4790807068347931,1.1817041078963724,0.5179263353347778,5.0785527838217,The Hitchhiker's Guide to the Galaxy,0.5013925433158875,4.9671203983264665,0.5283668041229248,7.481179459003158,-0.02231183648109436,-3.785416290430094,-0.010440468788146973,-2.402626675181458 +The Lord of the Rings,Gimli,0.5107972621917725,0.1344380169885839,0.5312908291816711,0.0010502826036163,The Lord of the Rings,0.4835466742515564,1.7847412999035477e-06,0.5416079163551331,0.0246381498587795,0.027250587940216064,0.134436232247284,-0.010317087173461914,-0.0235878672551632 +Twilight,Ephraim Black,0.4526848793029785,0.5033109066451074,0.5182806849479675,0.0905480977732796,Twilight,0.495035707950592,0.0450036994060215,0.5283763408660889,0.9754689028889536,-0.04235082864761347,0.45830720723908586,-0.010095655918121338,-0.8849208051156741 +Dune,Jamis,0.4976398944854736,0.4601588857393504,0.5307971239089966,0.0620733998485597,Dune,0.4380188286304474,4.0357943122665017e-08,0.5405598878860474,0.0628581234073116,0.05962106585502619,0.4601588453814073,-0.009762763977050781,-0.0007847235587519 +Twilight,Eric Yorkie,0.500085711479187,0.7050694621904712,0.5122127532958984,0.0416485098261703,Twilight,0.4972875118255615,0.0263127727884052,0.5217227935791016,0.016041407862509,0.0027981996536254883,0.678756689402066,-0.009510040283203125,0.0256071019636613 +The Lord of the Rings,Gríma,0.5452985763549805,0.1250742541756265,0.5739209651947021,0.0014445505754212,The Lord of the Rings,0.5414962768554688,0.0014040690327283,0.5831183195114136,0.0226204631359317,0.0038022994995117188,0.12367018514289821,-0.009197354316711426,-0.0211759125605105 +The Lord of the Rings,Théoden,0.5182898044586182,0.7738611620859397,0.5532655715942383,0.0117856317736442,The Lord of the Rings,0.5545390844345093,0.1281139861151609,0.562267005443573,0.0641638199573162,-0.03624927997589111,0.6457471759707788,-0.009001433849334717,-0.05237818818367199 +Twilight,Jessica Stanley,0.4544233083724975,0.0662294271312639,0.5578256249427795,9.421336264408823e-05,Twilight,0.5203374624252319,2.209583549370973e-06,0.5668190717697144,0.0473474140753404,-0.06591415405273443,0.06622721754771453,-0.008993446826934814,-0.04725320071269631 +The Hitchhiker's Guide to the Galaxy,Reg Nullify,0.4718965590000152,0.732566560752424,0.5031888484954834,0.9387981627860932,The Hitchhiker's Guide to the Galaxy,0.4947773516178131,1.620227868508112,0.5117180347442627,1.048460238003262,-0.022880792617797907,-0.887661307755688,-0.008529186248779297,-0.10966207521716875 +Dune,Otheym,0.4998379051685333,0.9750208906999622,0.5489936470985413,1.6242758905300028,Dune,0.5967943072319031,2.07091631715095,0.5572136640548706,2.31686868074298,-0.09695640206336975,-1.0958954264509877,-0.008220016956329346,-0.6925927902129774 +The Lord of the Rings,Gil-galad,0.5118858814239502,0.0068857499924548,0.5715324282646179,0.0005677095052421,The Lord of the Rings,0.6103127002716064,0.0028920199616459,0.5794858336448669,0.0144161097849405,-0.09842681884765625,0.0039937300308089,-0.007953405380249023,-0.0138484002796984 +The Lord of the Rings,Ungoliant,0.5175648331642151,0.5045119669209628,0.5658931136131287,0.1311805506644553,The Lord of the Rings,0.524909496307373,0.2464164812303801,0.5736237168312073,0.7277688611379045,-0.007344663143157959,0.2580954856905827,-0.007730603218078613,-0.5965883104734492 +Dune,Leto I Atreides,0.4957177937030792,0.0713538467969338,0.5478718876838684,0.0030558619291654,Dune,0.5601571798324585,0.1023989904643914,0.5555311441421509,0.0417155261758025,-0.06443938612937927,-0.0310451436674576,-0.007659256458282471,-0.0386596642466371 +Twilight,Charlotte,0.475521981716156,0.2087086186847072,0.5121451616287231,0.0037026609804836,Twilight,0.5051864385604858,0.0596528866898714,0.5192722082138062,0.2376004493509231,-0.029664456844329834,0.1490557319948358,-0.007127046585083008,-0.23389778837043948 +The Hitchhiker's Guide to the Galaxy,God,0.4983585476875305,2.80915199636638,0.5157172679901123,3.0529506712113665,The Hitchhiker's Guide to the Galaxy,0.538847804069519,2.2596122948759985,0.5220323801040649,1.4293852203350672,-0.040489256381988525,0.5495397014903816,-0.006315112113952637,1.6235654508762993 +Dune,Bijaz,0.5071148872375488,0.6462591931943981,0.5156342387199402,0.0504894065961158,Dune,0.500070333480835,0.194777491022945,0.5213509202003479,0.9725980765421376,0.007044553756713867,0.45148170217145306,-0.005716681480407715,-0.9221086699460218 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Kwaltz,0.4778609573841095,2.822516176868135,0.5188731551170349,6.296859603897407,The Hitchhiker's Guide to the Galaxy,0.5397637486457825,3.052210660958916,0.5244671106338501,6.27272596489698,-0.061902791261672974,-0.22969448409078108,-0.0055939555168151855,0.024133639000426754 +Dune,Serena Butler,0.5059524774551392,0.1368107426912096,0.5279148817062378,6.365008228406361e-05,Dune,0.5420154333114624,0.001153885083131,0.5333322882652283,0.0049335653498528,-0.03606295585632324,0.1356568576080786,-0.0054174065589904785,-0.004869915267568737 +The Hunger Games,Effie Trinket,0.5257339477539062,7.600320478722381e-05,0.5627817511558533,5.603280758866763e-09,The Hunger Games,0.5359324812889099,8.321606180910708e-05,0.5681807994842529,3.933899465304202e-14,-0.010198533535003662,-7.212857021883268e-06,-0.005399048328399658,5.60324141987211e-09 +Twilight,Riley Biers,0.4901560544967651,0.0527097632436116,0.5125524401664734,0.0001648423605823,Twilight,0.5229548811912537,0.0005162053381782,0.5178256630897522,0.0029624085757236,-0.03279882669448858,0.0521935579054334,-0.005273222923278809,-0.0027975662151413 +The Lord of the Rings,Gollum,0.4888666868209839,9.018845864385908e-07,0.5417248010635376,2.7974571228520384e-07,The Lord of the Rings,0.4790458977222442,2.474754774110922e-28,0.5469645857810974,4.741465540436228e-07,0.00982078909873968,9.018845864385908e-07,-0.0052397847175598145,-1.9440084175841898e-07 +The Lord of the Rings,Boromir,0.5241677165031433,0.1181406419667116,0.5525522828102112,0.0054846795923469,The Lord of the Rings,0.487245500087738,0.0267726651457569,0.5577863454818726,0.0760962279419869,0.03692221641540533,0.09136797682095471,-0.005234062671661377,-0.07061154834964 +The Lord of the Rings,Maedhros,0.5247319340705872,0.2123965678051731,0.5603326559066772,0.0002969941491448,The Lord of the Rings,0.5822654962539673,0.0118733455624457,0.5654446482658386,0.0303042822961876,-0.05753356218338013,0.2005232222427274,-0.005111992359161377,-0.0300072881470428 +Dune,Siona Atreides,0.525655210018158,0.760034515851974,0.5492343306541443,0.1137882348869456,Dune,0.5566157698631287,0.7132382625515441,0.554270327091217,0.2215421654128753,-0.030960559844970703,0.04679625330042991,-0.005035996437072754,-0.1077539305259297 +Twilight,Billy Black,0.5037399530410767,0.0011753254804401,0.5305846333503723,3.265647245663343e-08,Twilight,0.5093494057655334,2.3591983499352122e-07,0.5355236530303955,0.0005672443480786,-0.005609452724456787,0.0011750895606051066,-0.004939019680023193,-0.0005672116916061433 +Dune,Tyekanik,0.4869306087493896,0.5850379611842363,0.5662058591842651,3.932007099913652,Dune,0.5200982689857483,0.8706128152474562,0.5710911154747009,1.0321123382009028,-0.0331676602363587,-0.2855748540632198,-0.004885256290435791,2.8998947617127495 +The Lord of the Rings,Thranduil,0.5080153346061707,0.015795075382359,0.5616160035133362,0.0010448700161254,The Lord of the Rings,0.515102207660675,3.7983051277183866e-11,0.5661547780036926,0.0140890316963217,-0.0070868730545043945,0.01579507534437595,-0.004538774490356445,-0.0130441616801963 +Twilight,Paul Lahote,0.4901941120624542,0.0053238377358169,0.5420800447463989,0.0003242660314437,Twilight,0.5150099992752075,0.0303382441467537,0.5465271472930908,0.0221356357462167,-0.024815887212753296,-0.0250144064109368,-0.0044471025466918945,-0.021811369714773002 +The Lord of the Rings,Ancalagon,0.5332438945770264,1.3377617161546485,0.6009135246276855,1.4144417320430205,The Lord of the Rings,0.5745759010314941,4.189269457296343,0.6052698493003845,4.544569991484027,-0.04133200645446777,-2.851507741141695,-0.004356324672698975,-3.130128259441007 +Dune,Moneo Atreides,0.4783799648284912,0.4628469607843391,0.5353717803955078,0.0102032453119768,Dune,0.5522628426551819,0.2040862951867797,0.5395599007606506,0.032820311689115,-0.07388287782669067,0.2587606655975594,-0.004188120365142822,-0.0226170663771382 +The Hitchhiker's Guide to the Galaxy,Lallafa,0.3855247795581817,0.3642502465315573,0.5176847577095032,0.9539209876634652,The Hitchhiker's Guide to the Galaxy,0.5180431008338928,1.4061786046354934,0.5211470723152161,0.9665751629373902,-0.13251832127571112,-1.041928358103936,-0.0034623146057128906,-0.012654175273924984 +The Hitchhiker's Guide to the Galaxy,Humma Kavula,0.4809923768043518,1.477938828676986,0.5316513776779175,5.388965569722715,The Hitchhiker's Guide to the Galaxy,0.5110021829605103,2.0183648713233,0.5350873470306396,4.865023727382481,-0.030009806156158447,-0.5404260426463139,-0.003435969352722168,0.5239418423402338 +The Hitchhiker's Guide to the Galaxy,Prak,0.3869447112083435,1.1668621031031616,0.5115901231765747,0.5061764822984539,The Hitchhiker's Guide to the Galaxy,0.4743108451366424,0.8805545389287109,0.5147708058357239,0.2908535552733367,-0.0873661339282989,0.2863075641744507,-0.00318068265914917,0.21532292702511724 +Dune,Stilgar,0.497808039188385,0.5928535300523808,0.5342109203338623,0.0981198917767718,Dune,0.4978335201740265,1.050191588802027,0.5372103452682495,0.4579809007162451,-2.5480985641479492e-05,-0.45733805874964617,-0.002999424934387207,-0.35986100893947326 +Dune,Ghanima Atreides,0.4968699812889099,0.8369040135915626,0.5,0.0190412889652953,Dune,0.5155541300773621,0.2499762320736255,0.5028332471847534,0.453167202126176,-0.01868414878845215,0.5869277815179371,-0.002833247184753418,-0.4341259131608807 +The Hitchhiker's Guide to the Galaxy,Lunkwill and Fook,0.4703220129013061,0.7222041232070177,0.50676429271698,1.3777189736983275,The Hitchhiker's Guide to the Galaxy,0.4774085283279419,1.5053924682447637,0.5095489621162415,0.74077942371084,-0.007086515426635798,-0.783188345037746,-0.0027846693992614746,0.6369395499874875 +Harry Potter,Angelina Johnson,0.4544048607349396,0.4981234406919799,0.4686422944068908,0.4752837056976108,Harry Potter,0.4537081718444824,1.8427468955960171e-16,0.4713198542594909,9.816952547824026e-11,0.0006966888904571533,0.4981234406919797,-0.0026775598526000977,0.4752837055994413 +The Hitchhiker's Guide to the Galaxy,Haggunenons,0.4784274697303772,0.0611463148321988,0.5442502498626709,0.7159532413067194,The Hitchhiker's Guide to the Galaxy,0.5453197956085205,0.3291761873612753,0.5468650460243225,0.920699640644659,-0.06689232587814331,-0.2680298725290765,-0.0026147961616516113,-0.2047463993379396 +Dune,Farok,0.4914568066596985,0.2526507789809973,0.513570249080658,1.2662744929738627,Dune,0.5553319454193115,2.3081063709412537,0.5157051682472229,1.8509081586007976,-0.06387513875961304,-2.055455591960256,-0.0021349191665649414,-0.5846336656269349 +The Hitchhiker's Guide to the Galaxy,The Lord,0.3071805536746979,0.539492840010531,0.5095160007476807,3.5966796013484585,The Hitchhiker's Guide to the Galaxy,0.5007612705230713,2.066419580043978,0.5112965703010559,1.3281270743648217,-0.1935807168483734,-1.526926740033447,-0.0017805695533752441,2.268552526983637 +Dune,Lucilla,0.5099300146102905,1.401826511542328,0.5361635088920593,0.4152892026386919,Dune,0.5077373385429382,0.7368252249282593,0.5373562574386597,1.3430112354343922,0.002192676067352295,0.6650012866140688,-0.0011927485466003418,-0.9277220327957003 +The Lord of the Rings,Celeborn,0.5215296149253845,0.0167471083468386,0.5615239143371582,2.142140399366893e-05,The Lord of the Rings,0.4809964895248413,3.0929334752995546e-11,0.5626426339149475,0.00886908460637,0.04053312540054321,0.016747108315909264,-0.0011187195777893066,-0.008847663202376331 +Twilight,Jared Cameron,0.4876453280448913,0.202755256826061,0.5355255603790283,0.0052561758728482,Twilight,0.5024563670158386,0.0557968494229464,0.5359641909599304,0.0320030351326334,-0.014811038970947321,0.14695840740311458,-0.0004386305809020996,-0.026746859259785205 +The Hitchhiker's Guide to the Galaxy,Murray Bost Henson,0.5009537935256958,0.8650247165365152,0.5307431817054749,2.131904644327854,The Hitchhiker's Guide to the Galaxy,0.4902479350566864,1.2326925936283584,0.5304598212242126,2.1115138981949566,0.0107058584690094,-0.3676678770918431,0.00028336048126220703,0.020390746132897597 +Dune,Scytale,0.5065829157829285,0.9726858826492012,0.533208966255188,0.0221545722323805,Dune,0.521210253238678,0.5930412116541532,0.5328407883644104,0.2677262583362687,-0.014627337455749512,0.37964467099504795,0.0003681778907775879,-0.2455716861038882 +Dune,Kwisatz Haderach,0.5288949608802795,0.6063077049825519,0.5786898732185364,0.003697619306239,Dune,0.527566134929657,0.3652673873188247,0.5783027410507202,0.6787766995793216,0.0013288259506225586,0.24104031766372724,0.0003871321678161621,-0.6750790802730826 +Twilight,Quil Ateara III,0.5086703896522522,1.3297878312640377,0.5293914675712585,0.6705967737576495,Twilight,0.5304310917854309,3.3693445809070885,0.5289638638496399,3.843474799960733,-0.02176070213317871,-2.039556749643051,0.00042760372161865234,-3.172878026203083 +Twilight,Zafrina,0.4987817406654358,0.2025233082579344,0.5411728620529175,0.0028857634549945,Twilight,0.5134309530258179,0.0060094369545604,0.5406683683395386,0.0198820398641118,-0.01464921236038208,0.196513871303374,0.0005044937133789062,-0.0169962764091173 +Twilight,Huilen,0.4822165071964264,0.0970548485684503,0.4986706674098968,0.0099519003700454,Twilight,0.5121077299118042,0.0233117597090182,0.4981113970279693,0.0021069506874706,-0.029891222715377808,0.0737430888594321,0.0005592703819274902,0.007844949682574799 +The Hitchhiker's Guide to the Galaxy,Agda,0.5112017393112183,0.0090290968271346,0.5287888646125793,2.0108659815402974,The Hitchhiker's Guide to the Galaxy,0.5139344334602356,1.6046755314659846,0.5281763672828674,2.435745000064001,-0.002732694149017334,-1.59564643463885,0.0006124973297119141,-0.4248790185237037 +Dune,Darwi Odrade,0.536483108997345,0.0083372774090292,0.551603376865387,8.973373912887733e-05,Dune,0.5547276735305786,0.002377769984988,0.5509737133979797,0.0001683148322433,-0.018244564533233643,0.0059595074240412,0.0006296634674072266,-7.858109311442267e-05 +Twilight,Caius,0.5130079388618469,0.0324452166180314,0.5396819114685059,1.3461209166752e-05,Twilight,0.5032059550285339,0.004225557163603,0.5385996103286743,0.0044691226682601,0.009801983833312988,0.028219659454428402,0.001082301139831543,-0.004455661459093348 +Dune,Mapes,0.4613449871540069,0.4332185225362724,0.542668879032135,0.9897316516413972,Dune,0.5276244282722473,0.0458423124801677,0.5413835644721985,2.2664236242419347,-0.06627944111824041,0.38737621005610473,0.0012853145599365234,-1.2766919726005375 +Dune,Nayla,0.4786968827247619,0.6588261872586595,0.5447108149528503,2.623758321475784,Dune,0.5117801427841187,1.2422612366213277,0.5429883599281311,1.5111770122717076,-0.033083260059356745,-0.5834350493626682,0.0017224550247192383,1.1125813092040762 +Dune,Wellington Yueh,0.5484734773635864,1.4385439187818103,0.5203583240509033,0.0994703658148618,Dune,0.4970987439155578,0.2325143240007675,0.5185472369194031,0.2033587989177272,0.05137473344802862,1.2060295947810429,0.0018110871315002441,-0.10388843310286541 +Dune,Abulurd Harkonnen,0.4777737557888031,0.4430687366664146,0.5658541917800903,1.861695997521908,Dune,0.5195108652114868,1.1375128614763077,0.563437819480896,0.8915872034693118,-0.041737109422683716,-0.6944441248098931,0.002416372299194336,0.9701087940525963 +The Hitchhiker's Guide to the Galaxy,Judiciary Pag,0.4077497720718384,0.3879200827809871,0.5317800045013428,3.631708981719817,The Hitchhiker's Guide to the Galaxy,0.4990079998970032,2.7655560556335304,0.5291802883148193,2.0222538527401874,-0.0912582278251648,-2.377635972852543,0.0025997161865234375,1.6094551289796297 +Dune,Pardot Kynes,0.5138195753097534,0.3631800161713162,0.54291170835495,0.1188006488069928,Dune,0.548527717590332,0.672247439672272,0.5399633049964905,0.0884621745392188,-0.03470814228057861,-0.3090674235009558,0.0029484033584594727,0.030338474267774 +Dune,Minotauros Atreides,0.4936800599098205,1.0926740097497365,0.5304136872291565,0.1683827785651912,Dune,0.4983564913272857,0.8598707847609885,0.5270689725875854,1.0406608076188153,-0.00467643141746521,0.23280322498874795,0.003344714641571045,-0.8722780290536241 +Twilight,Laurent,0.4904041588306427,0.0904030974613761,0.526269257068634,0.0005237260678788,Twilight,0.4753958880901336,0.0014116932360878,0.5218551158905029,0.0066333819862924,0.015008270740509089,0.08899140422528831,0.0044141411781311035,-0.0061096559184136 +Twilight,Tyler Crowley,0.5106507539749146,0.3095111610422963,0.5545148253440857,0.0622954379124793,Twilight,0.5305580496788025,0.0755971518111978,0.5499755144119263,0.2944422307977792,-0.01990729570388794,0.2339140092310985,0.004539310932159424,-0.2321467928852999 +The Hitchhiker's Guide to the Galaxy,Pizpot Gargravarr,0.3139541745185852,0.3622527754839205,0.5040284395217896,1.7450559279627826,The Hitchhiker's Guide to the Galaxy,0.4787600934505462,0.9577454175059584,0.4993785619735718,1.5612964447779745,-0.164805918931961,-0.5954926420220379,0.0046498775482177734,0.18375948318480817 +The Hitchhiker's Guide to the Galaxy,Lajestic Vantrashell of Lob,0.4946290254592895,0.788683257973526,0.5325215458869934,1.4285529850515457,The Hitchhiker's Guide to the Galaxy,0.5036670565605164,0.995913763020436,0.5276214480400085,5.068278898090996,-0.009038031101226862,-0.20723050504690999,0.004900097846984863,-3.6397259130394497 +The Hitchhiker's Guide to the Galaxy,Colin the Security Robot,0.4999342858791351,0.976077601788665,0.5409278273582458,1.6172071174414118,The Hitchhiker's Guide to the Galaxy,0.5057948231697083,1.244740878257223,0.5356009006500244,1.521336768726183,-0.005860537290573176,-0.2686632764685579,0.0053269267082214355,0.09587034871522881 +The Hunger Games,Alma Coin,0.4886846244335174,0.468572036166586,0.5130079388618469,2.4837320395148105e-05,The Hunger Games,0.5310269594192505,0.0579975632837664,0.507499635219574,0.0027280961559054,-0.04234233498573309,0.41057447288281956,0.005508303642272949,-0.0027032588355102517 +Harry Potter,Harry Potter,0.4443931877613067,0.087749434911205,0.4571187496185303,0.4741091192206796,Harry Potter,0.4013104438781738,2.3430883707773023e-302,0.4515830278396606,1.8861245582152952e-90,0.043082743883132935,0.087749434911205,0.005535721778869684,0.4741091192206796 +The Hitchhiker's Guide to the Galaxy,Enid Kapelsen,0.3291886150836944,0.4689406271306049,0.5459449291229248,1.4302111081764557,The Hitchhiker's Guide to the Galaxy,0.4951694905757904,1.255892682117142,0.5399518013000488,1.751950865087436,-0.165980875492096,-0.786952054986537,0.0059931278228759766,-0.32173975691098033 +The Hitchhiker's Guide to the Galaxy,Lady Cynthia Fitzmelton,0.4701345562934875,0.4745346768104099,0.5366035103797913,0.945121595575924,The Hitchhiker's Guide to the Galaxy,0.509372889995575,1.866133674698825,0.5305003523826599,2.344663893372813,-0.03923833370208746,-1.3915989978884151,0.006103157997131348,-1.3995422977968888 +The Hitchhiker's Guide to the Galaxy,Random Dent,0.4872552454471588,0.730590806312388,0.5017336010932922,0.5736767084024997,The Hitchhiker's Guide to the Galaxy,0.473728746175766,1.4937575705922388,0.4956254959106445,0.950463493923778,0.013526499271392822,-0.7631667642798508,0.006108105182647761,-0.3767867855212783 +Twilight,Eleazar,0.5092800259590149,0.0770331382266352,0.5318141579627991,0.0042686269341244,Twilight,0.4954434037208557,8.21575146284907e-06,0.5252564549446106,0.0046762128614364,0.01383662223815918,0.07702492247517236,0.0065577030181884766,-0.000407585927312 +Dune,Hedley Tuek,0.4864819049835205,0.7164396077823254,0.5281742215156555,1.6249834470605626,Dune,0.5025479197502136,0.8595255704490478,0.5215905904769897,1.2034179134975411,-0.016066014766693115,-0.14308596266672235,0.0065836310386657715,0.4215655335630215 +Twilight,Seth Clearwater,0.4928677082061767,0.0003410076353034,0.5481706857681274,1.3472232653530088e-08,Twilight,0.5169409513473511,5.498352064403032e-07,0.5414804816246033,5.633002374780094e-05,-0.024073243141174372,0.00034045780009695967,0.00669020414352417,-5.631655151514741e-05 +The Hitchhiker's Guide to the Galaxy,Captain,0.427333116531372,0.5894758492741129,0.514319658279419,1.5084252457658365,The Hitchhiker's Guide to the Galaxy,0.4852561056613922,1.3337660049817803,0.5076146721839905,0.9621542476535582,-0.0579229891300202,-0.7442901557076674,0.006704986095428467,0.5462709981122783 +Dune,Miles Teg,0.557686984539032,0.6657775249077086,0.5225208401679993,0.0391958714219403,Dune,0.5230474472045898,0.0899397912265296,0.5156404376029968,0.1163706711457741,0.03463953733444214,0.575837733681179,0.006880402565002441,-0.07717479972383379 +The Hunger Games,Coral,0.5041736960411072,0.0364129919837355,0.5333076119422913,0.0004916603460607,The Hunger Games,0.4890300333499908,0.0080261692520166,0.5262603163719177,0.0648888114158943,0.015143662691116389,0.0283868227317189,0.007047295570373535,-0.0643971510698336 +Harry Potter,Ronald Weasley,0.4654512703418731,0.4721455504174071,0.4626748859882355,0.1901574130328153,Harry Potter,0.4568961858749389,3.0121077517168323e-67,0.4556145966053009,1.5991470488320035e-30,0.008555084466934204,0.4721455504174071,0.00706028938293457,0.1901574130328153 +The Hitchhiker's Guide to the Galaxy,Lig Lury Jr,0.5063257217407227,4.814829618872357,0.5402927994728088,1.1890879353641042,The Hitchhiker's Guide to the Galaxy,0.5064576864242554,1.4415529324090486,0.5332200527191162,2.406554908545643,-0.00013196468353271484,3.373276686463309,0.007072746753692627,-1.2174669731815388 +The Hitchhiker's Guide to the Galaxy,Phouchg,0.4561991989612579,0.5018064406777262,0.5188992023468018,1.040299760549525,The Hitchhiker's Guide to the Galaxy,0.558274507522583,3.1433265221504385,0.511775553226471,0.8516334959792943,-0.10207530856132513,-2.6415200814727124,0.0071236491203308105,0.18866626457023072 +Dune,Daniel,0.5189328193664551,1.777215148070226,0.5223586559295654,0.8866722560686856,Dune,0.4878224730491638,1.5604541803826115,0.5150571465492249,2.135764787601336,0.03111034631729126,0.21676096768761455,0.007301509380340576,-1.2490925315326504 +Harry Potter,Cormac McLaggen,0.5016866326332092,0.0045685164798883,0.5371431112289429,4.969169167102703e-05,Harry Potter,0.5474498867988586,0.0013196453172605,0.5296474099159241,0.0006933806875067,-0.045763254165649414,0.0032488711626278,0.007495701313018799,-0.0006436889958356729 +Dune,Marcus Claire Luyseyal,0.4881881177425384,1.7373048076086937,0.5107654929161072,2.478274282387815,Dune,0.4626936614513397,1.0868284645373023,0.5031079053878784,1.939214834068864,0.025494456291198675,0.6504763430713913,0.00765758752822876,0.5390594483189513 +The Hunger Games,Hilarius Heavensbee,0.4951103627681732,0.7161396962156683,0.5291473865509033,1.248197113966103,The Hunger Games,0.5345776081085205,2.11777440643859,0.5213660597801208,2.95474443474159,-0.03946724534034729,-1.4016347102229219,0.007781326770782471,-1.706547320775487 +Twilight,Tanya,0.4948145747184753,0.0279751042987792,0.5204833745956421,8.002467585252991e-06,Twilight,0.4598340392112732,3.2839210098507054e-15,0.511573314666748,9.316443602184018e-07,0.03498053550720209,0.027975104298775914,0.008910059928894043,7.0708232250345894e-06 +The Hitchhiker's Guide to the Galaxy,Gag Halfrunt,0.4925911724567413,0.4585229949614054,0.5219084620475769,2.089596555298776,The Hitchhiker's Guide to the Galaxy,0.4621201157569885,1.6535225458766083,0.5127925276756287,4.510724437648572,0.030471056699752752,-1.194999550915203,0.009115934371948242,-2.421127882349796 +The Hitchhiker's Guide to the Galaxy,Mella,0.481859028339386,0.3536485779118626,0.5125448703765869,3.864342768834259,The Hitchhiker's Guide to the Galaxy,0.487587034702301,1.8086497148552143,0.5032673478126526,2.9962824801325185,-0.005728006362915039,-1.4550011369433518,0.009277522563934326,0.8680602887017406 +The Hitchhiker's Guide to the Galaxy,Frankie and Benjy,0.4984708130359649,2.5810864289806434,0.529952347278595,0.4140006520024565,The Hitchhiker's Guide to the Galaxy,0.4938448667526245,0.0661239444775259,0.5206273794174194,0.1932430384039708,0.004625946283340399,2.5149624845031173,0.009324967861175537,0.2207576135984857 +Harry Potter,Padma Patil,0.4924223721027374,0.0811999984045298,0.5555651187896729,0.0015191952303639,Harry Potter,0.4872567057609558,6.378623810573792e-06,0.5460124611854553,0.0552383572989323,0.005165666341781616,0.08119361978071922,0.00955265760421753,-0.053719162068568395 +The Hitchhiker's Guide to the Galaxy,Googleplex Starthinker,0.49622243642807,0.7685041051682417,0.5458606481552124,1.4505408685686187,The Hitchhiker's Guide to the Galaxy,0.5102677345275879,1.5426929913351373,0.5362627506256104,2.2513618535087176,-0.014045298099517878,-0.7741888861668955,0.00959789752960205,-0.8008209849400989 +Twilight,Quil Ateara V,0.5131765604019165,0.5332838435645686,0.5482388138771057,0.0046602708874737,Twilight,0.5615991950035095,0.0493345792024236,0.5382692217826843,0.0347674485236213,-0.04842263460159302,0.48394926436214497,0.009969592094421387,-0.0301071776361476 +Dune,Duncan Idaho,0.4306022822856903,0.7432827616520465,0.4569325149059295,0.985797118046122,Dune,0.4661685228347778,7.297284294208589e-05,0.4469107091426849,0.000229876418894,-0.03556624054908747,0.7432097888091045,0.010021805763244629,0.985567241627228 +Twilight,Irina,0.470138281583786,0.0024579253265756,0.5045228004455566,1.5320277844471137e-05,Twilight,0.4536858797073364,0.0013092396599973,0.4939875900745392,0.0013506494225449,0.016452401876449585,0.0011486856665783,0.010535210371017456,-0.001335329144700429 +The Hitchhiker's Guide to the Galaxy,Effrafax of Wug,0.361553281545639,0.5747696922517948,0.5487123727798462,1.4568019978263285,The Hitchhiker's Guide to the Galaxy,0.5174126625061035,2.4604352678384305,0.5381537079811096,3.3004362825008813,-0.15585938096046453,-1.8856655755866356,0.010558664798736572,-1.8436342846745528 +Twilight,Peter,0.4881868064403534,0.0055139473766313,0.5223390460014343,3.571632622594117e-07,Twilight,0.477811336517334,0.0035910733978483,0.5113801956176758,8.112589315640874e-05,0.01037546992301941,0.0019228739787829998,0.010958850383758545,-8.076872989414934e-05 +Dune,Helena Atreides,0.4995802938938141,0.6356990969259351,0.54463130235672,0.2251058415891642,Dune,0.55311119556427,0.3863628588487818,0.5335257053375244,0.2456276973392827,-0.05353090167045593,0.24933623807715327,0.011105597019195557,-0.0205218557501185 +Dune,Gurney Halleck,0.5444483160972595,0.5339192887295017,0.5520815253257751,0.0189497470896588,Dune,0.4746912121772766,0.0132546012270145,0.5403727293014526,0.0163296967836743,0.06975710391998291,0.5206646875024872,0.01170879602432251,0.0026200503059845004 +The Hitchhiker's Guide to the Galaxy,Ruler of the Universe,0.5010707974433899,1.112097138724288,0.5338650941848755,3.4558857645636705,The Hitchhiker's Guide to the Galaxy,0.5280703902244568,11.006996540280486,0.521700382232666,6.962456970037287,-0.026999592781066895,-9.894899401556199,0.012164711952209473,-3.506571205473617 +Dune,Leto Atreides I,0.4865462183952331,0.4045024875718957,0.4962663054466247,0.024227455622362,Dune,0.4105958044528961,0.0206977719287023,0.4836027324199676,0.50074308350192,0.07595041394233698,0.3838047156431934,0.012663573026657104,-0.476515627879558 +Dune,Edric,0.507510781288147,0.7897315362747146,0.5188983678817749,0.3442989693934002,Dune,0.4717606902122497,1.5474047775962123,0.5060545206069946,1.0497433254976,0.03575009107589727,-0.7576732413214977,0.012843847274780273,-0.7054443561041999 +Dune,Norma Cevna,0.504818320274353,0.9409330621425288,0.528740406036377,0.6579051343177426,Dune,0.5122960805892944,0.7993872527996245,0.5158432126045227,0.6773874968887998,-0.007477760314941406,0.14154580934290428,0.012897193431854248,-0.019482362571057288 +Dune,Quintinius Violet Chenoeh,0.4865981042385101,0.059151077314588,0.5501734614372253,0.0001830646333515,Dune,0.503670334815979,0.003929017584763,0.5365883708000183,0.0071388692042059,-0.017072230577468928,0.055222059729824996,0.013585090637207031,-0.0069558045708544005 +Dune,Paul Atreides,0.475263386964798,1.0560189280223136,0.4689085483551025,0.6532529036219028,Dune,0.4406875669956207,2.358466546337092e-14,0.4551504552364349,2.737971189246936e-07,0.034575819969177246,1.05601892802229,0.013758093118667603,0.6532526298247838 +Dune,Korba,0.5202980637550354,0.919296385613698,0.5151761174201965,1.1408700423282307,Dune,0.4850527346134186,1.211352121437672,0.5010478496551514,1.7559935864881495,0.03524532914161682,-0.2920557358239739,0.014128267765045166,-0.6151235441599188 +Dune,Glossu Rabban Harkonnen,0.5234180092811584,1.040041833978686,0.5540176033973694,1.0121267484968228,Dune,0.5142450332641602,2.34971710324303,0.5398516654968262,3.508803037015137,0.009172976016998291,-1.309675269264344,0.014165937900543213,-2.496676288518314 +Twilight,Rachel Black,0.4595691263675689,0.2576749869769676,0.5207951068878174,0.0190418830757729,Twilight,0.4946772158145904,0.4461437557674763,0.5062205791473389,0.2900946600663232,-0.035108089447021484,-0.18846876879050867,0.014574527740478516,-0.27105277699055025 +Twilight,Alec,0.4980205297470093,5.69776817895873e-05,0.5346221327781677,0.0001958884672121,Twilight,0.4573462605476379,3.3593638855767326e-08,0.5198443531990051,0.0005200181715442,0.04067426919937139,5.694408815073153e-05,0.014777779579162598,-0.00032412970433209995 +Dune,Margot Fenring,0.5196251273155212,1.287933709101413,0.587001383304596,0.4281066526230737,Dune,0.5554811954498291,1.886456070361856,0.5722024440765381,3.858722627527751,-0.03585606813430786,-0.5985223612604431,0.014798939228057861,-3.4306159749046774 +Harry Potter,Vincent Crabbe,0.4900419116020202,0.019456977760415,0.5308857560157776,9.875276038060636e-07,Harry Potter,0.4622730612754822,1.1250639826776048e-08,0.5160602331161499,0.0004350931133402,0.02776885032653803,0.019456966509775173,0.014825522899627686,-0.00043410558573639396 +Dune,Murbella,0.5210418105125427,0.4673540113703712,0.5690101981163025,0.0237317653805878,Dune,0.5431306958198547,0.1647578209637947,0.5540927648544312,0.3209911285770032,-0.02208888530731201,0.3025961904065765,0.014917433261871338,-0.2972593631964154 +Dune,Thufir Hawat,0.5405481457710266,0.892894372436974,0.5702359080314636,0.0228922649099119,Dune,0.4564379751682281,0.0023243158719375,0.5546550154685974,0.0420107217075216,0.08411017060279852,0.8905700565650365,0.015580892562866211,-0.0191184567976097 +Twilight,J. Jenks,0.5021610856056213,1.1749364426276203,0.5415865182876587,0.0636886270483935,Twilight,0.5219054818153381,0.094675581562965,0.5259211659431458,0.0063786709959909,-0.019744396209716797,1.0802608610646554,0.01566535234451294,0.05730995605240259 +Twilight,Felix,0.5224718451499939,0.0693820901641001,0.5610885620117188,0.0005803898269925,Twilight,0.488877922296524,1.5009940594018296e-05,0.5447016954421997,0.0014592390895059,0.033593922853469904,0.06936708022350609,0.016386866569519043,-0.0008788492625134 +Twilight,Demetri,0.5160878300666809,0.0362002180763083,0.5621719360351562,3.9644251217159456e-05,Twilight,0.5109078884124756,8.155717012021489e-05,0.545673668384552,0.0394128451447977,0.005179941654205322,0.03611866090618809,0.016498267650604248,-0.03937320089358054 +Twilight,Marcus,0.4986763596534729,0.0955367626922656,0.5225239396095276,0.0002537160997281,Twilight,0.5242221355438232,0.0003123954626464,0.5059548616409302,0.0002575812630279,-0.025545775890350342,0.0952243672296192,0.016569077968597412,-3.865163299800038e-06 +Dune,Jehanne Butler,0.4977191984653473,1.160610281011882,0.5291381478309631,0.3361658627024659,Dune,0.5041056871414185,0.7578706297314075,0.511239230632782,0.7765911703854489,-0.006386488676071167,0.4027396512804744,0.017898917198181152,-0.440425307682983 +The Hitchhiker's Guide to the Galaxy,Hotblack Desiato,0.4843844473361969,0.5442587992941074,0.5540450811386108,3.018975403984865,The Hitchhiker's Guide to the Galaxy,0.5200538635253906,3.951519228743921,0.5353698134422302,2.8489468857505824,-0.035669416189193726,-3.4072604294498134,0.018675267696380615,0.17002851823428244 +The Lord of the Rings,Tom Bombadil,0.5555573105812073,0.0046206003765287,0.5867260694503784,0.0001369321232673,The Lord of the Rings,0.560651421546936,0.0005328502053433,0.5672776699066162,0.0005428128490563,-0.00509411096572876,0.004087750171185399,0.019448399543762207,-0.00040588072578900004 +Twilight,Bree Tanner,0.4895860850811004,0.0027619723448355,0.5328367352485657,4.932456015088068e-07,Twilight,0.5580485463142395,0.0113079999916323,0.5131526589393616,0.0001464595674742,-0.0684624612331391,-0.0085460276467968,0.0196840763092041,-0.00014596632187269118 +Dune,Tyros Reffa,0.4748443067073822,0.6859880148079427,0.5335310101509094,0.5082867544066283,Dune,0.4846203923225403,0.8964724246466521,0.5130773186683655,0.7053993910320941,-0.009776085615158081,-0.21048440983870942,0.020453691482543945,-0.19711263662546585 +Twilight,Sue Clearwater,0.5133580565452576,0.4495958995794494,0.5527017712593079,0.0077884962486747,Twilight,0.5145647525787354,0.0258926919519143,0.5306036472320557,0.012183993251342,-0.0012066960334777832,0.4237032076275351,0.022098124027252197,-0.0043954970026672995 +The Hitchhiker's Guide to the Galaxy,Number One,0.4428691864013672,0.377350079843268,0.5162665843963623,1.3980420177545387,The Hitchhiker's Guide to the Galaxy,0.5280580520629883,1.4328597399698952,0.493426501750946,0.9568505357678344,-0.0851888656616211,-1.0555096601266272,0.022840082645416315,0.4411914819867043 +Twilight,James,0.4843384027481079,0.0001932872771006,0.5438632369041443,7.270975490567214e-08,Twilight,0.4569451510906219,1.873352245885299e-12,0.5209974050521851,5.469161351854039e-06,0.027393251657486017,0.00019328727522724775,0.02286583185195923,-5.396451596948367e-06 +Twilight,Mike Newton,0.5011588335037231,0.141374825432708,0.5439550280570984,0.0013103557818105,Twilight,0.509818971157074,0.0566707227136515,0.5195896625518799,0.0013125449480526,-0.00866013765335083,0.08470410271905648,0.024365365505218506,-2.189166242100044e-06 +The Lord of the Rings,Isildur,0.5210660099983215,0.0171125267976959,0.5709381103515625,0.0036278594316332,The Lord of the Rings,0.514318585395813,0.0002690887948658,0.54621821641922,0.0173277243707655,0.006747424602508545,0.0168434380028301,0.02471989393234253,-0.0136998649391323 +The Hitchhiker's Guide to the Galaxy,Hillman Hunter,0.5095416307449341,1.5175507068390162,0.5432708859443665,1.765636244338519,The Hitchhiker's Guide to the Galaxy,0.519244909286499,3.550699065130454,0.5177202820777893,2.1707907641217323,-0.009703278541564941,-2.033148358291438,0.02555060386657715,-0.4051545197832134 +The Lord of the Rings,Arwen,0.5305920243263245,0.3775532856238124,0.5569050312042236,0.0198458560674264,The Lord of the Rings,0.493246465921402,0.0876554934573564,0.531183660030365,0.2635930426979998,0.037345558404922485,0.289897792166456,0.025721371173858643,-0.24374718663057343 +The Hitchhiker's Guide to the Galaxy,Alice Beeblebrox,0.4957469999790191,0.4318234513995117,0.5307592153549194,1.3733599282782645,The Hitchhiker's Guide to the Galaxy,0.4696454703807831,0.8978039968744738,0.5031110644340515,1.1097740115014256,0.02610152959823603,-0.46598054547496204,0.02764815092086792,0.26358591677683885 +The Hitchhiker's Guide to the Galaxy,Questular Rontok,0.4900446832180023,1.1360314227027488,0.4767529368400574,4.434786665064095,The Hitchhiker's Guide to the Galaxy,0.4678911566734314,0.9307606330728296,0.4485040605068207,5.86522394679092,0.022153526544570923,0.20527078962991918,0.028248876333236694,-1.4304372817268245 +The Hitchhiker's Guide to the Galaxy,Great Circling Poets of Arium,0.506938099861145,3.108880398631926,0.5965229272842407,3.48934247178035,The Hitchhiker's Guide to the Galaxy,0.5566425323486328,5.327887898814819,0.5682133436203003,4.149285679691731,-0.04970443248748779,-2.219007500182893,0.02830958366394043,-0.6599432079113812 +The Lord of the Rings,Celebrimbor,0.5067253708839417,1.057553330185533,0.5297908186912537,4.509701427063241,The Lord of the Rings,0.516136646270752,1.3411937602809202e-06,0.5013521313667297,5.955852752708689e-11,-0.009411275386810303,1.0575519889917728,0.028438687324523926,4.509701427003683 +Dune,Hayt,0.5157616138458252,1.1372734117655994,0.5824491381645203,3.2943028197495816,Dune,0.5623521208763123,1.488815995076424,0.5540022253990173,2.7630196330461185,-0.04659050703048706,-0.35154258331082455,0.02844691276550293,0.5312831867034631 +Dune,Hasimir Fenring,0.5153005123138428,1.5385246976002915,0.5507274270057678,1.985205607864301,Dune,0.5189106464385986,0.7464248043860787,0.5208718776702881,1.5108144082637671,-0.0036101341247558594,0.7920998932142128,0.029855549335479736,0.4743911996005339 +The Hunger Games,Treech,0.4814959466457367,0.1205940027584875,0.5275515913963318,0.020602210904005,The Hunger Games,0.4770993590354919,0.3687356863387556,0.4976861178874969,0.1049643699751414,0.0043965876102448065,-0.24814168358026809,0.029865473508834894,-0.0843621590711364 +Twilight,Lauren Mallory,0.4392404556274414,0.4852898117353846,0.550056517124176,0.0953384896121278,Twilight,0.5076858997344971,0.0148204148834229,0.5188787579536438,1.9971218720906192,-0.06844544410705566,0.4704693968519617,0.031177759170532227,-1.9017833824784913 +The Hitchhiker's Guide to the Galaxy,Max Quordlepleen,0.4683612883090973,0.6472498624723172,0.4973364174365997,3.2147789399329074,The Hitchhiker's Guide to the Galaxy,0.4801921248435974,1.9751599362663192,0.4648252129554748,4.165068703849383,-0.011830836534500122,-1.3279100737940022,0.03251120448112488,-0.9502897639164756 +The Lord of the Rings,Radagast,0.506693422794342,0.0213537349432444,0.5546278357505798,1.0152234499330084e-06,The Lord of the Rings,0.5262231826782227,1.7547469280061835e-05,0.5205216407775879,2.6606774322600487e-05,-0.019529759883880615,0.021336187473964336,0.03410619497299194,-2.559155087266748e-05 +The Hitchhiker's Guide to the Galaxy,Roosta,0.4013340473175049,0.5160362064200719,0.5600486993789673,7.561060928517275,The Hitchhiker's Guide to the Galaxy,0.5169205665588379,2.102114009073872,0.5259182453155518,5.666003639061062,-0.11558651924133301,-1.5860778026538003,0.03413045406341553,1.8950572894562132 +Twilight,Angela Weber,0.5035080909729004,0.0211686308059395,0.5863727331161499,0.0001996363772614,Twilight,0.5237318873405457,0.0032600961595887,0.5503565073013306,0.0799621913934073,-0.020223796367645264,0.0179085346463508,0.036016225814819336,-0.07976255501614589 +Dune,Dama,0.4721208810806274,0.6013867057595473,0.5488190054893494,1.4037338737375893,Dune,0.4485619664192199,0.4845491510995697,0.5121527910232544,0.7110396160190182,0.02355891466140747,0.11683755465997764,0.03666621446609497,0.6926942577185711 +Twilight,Benjamin,0.5235551595687866,0.2703467370796133,0.5271337032318115,1.699205690109834e-05,Twilight,0.5174652934074402,0.021134095012226,0.4865785241127014,8.920801700391271e-07,0.0060898661613464355,0.24921264206738733,0.04055517911911011,1.6099976731059215e-05 +Twilight,Emily Young,0.4844948351383209,0.0241715203413158,0.5346267819404602,0.0071704607373847,Twilight,0.4843425154685974,5.8861067356876075e-08,0.4932059049606323,0.0021554370112846,0.00015231966972351074,0.024171461480248443,0.04142087697982788,0.005015023726100101 +The Hitchhiker's Guide to the Galaxy,Know-Nothing-Bozo,0.3952953815460205,0.2783315400326001,0.5313194990158081,1.1784301044494518,The Hitchhiker's Guide to the Galaxy,0.4955277740955353,0.5778292685825147,0.4897610247135162,0.6143910796859021,-0.10023239254951477,-0.29949772854991463,0.041558474302291926,0.5640390247635497 +Twilight,Jane,0.5112879276275635,0.0299260924886111,0.5439932942390442,2.910038324003551e-06,Twilight,0.4662284553050995,7.231129503729666e-06,0.498564600944519,7.089014437417576e-08,0.04505947232246399,0.02991886135910737,0.0454286932945252,2.839148179629375e-06 +The Hitchhiker's Guide to the Galaxy,Mr Prosser,0.5088934302330017,4.318724304727283,0.5321364998817444,6.693953706336869,The Hitchhiker's Guide to the Galaxy,0.4827904403209686,4.507037385340246,0.4820026457309723,3.286594095395597,0.026102989912033137,-0.18831308061296337,0.050133854150772095,3.4073596109412714 +The Hitchhiker's Guide to the Galaxy,Old Woman in the Cave,0.4835208356380462,0.8531443032854303,0.5800648927688599,10.905864690592557,The Hitchhiker's Guide to the Galaxy,0.5089417099952698,4.67116185980418,0.5259667634963989,6.319423488592738,-0.025420874357223566,-3.81801755651875,0.05409812927246094,4.586441201999818 +The Hitchhiker's Guide to the Galaxy,Constant Mown,0.4446617364883423,0.3350513854588815,0.5357279777526855,1.584814100444835,The Hitchhiker's Guide to the Galaxy,0.5038566589355469,3.265715467731482,0.4810433089733124,3.086949363020123,-0.05919492244720459,-2.9306640822726004,0.05468466877937317,-1.502135262575288 +Dune,Glossu Rabban,0.5158686637878418,0.9112838441922432,0.5629866123199463,0.508575296527618,Dune,0.5129092931747437,1.0069395582773502,0.4982693493366241,0.8636006270233796,0.0029593706130981445,-0.09565571408510698,0.0647172629833222,-0.35502533049576157 diff --git a/ressources/data/total_comparisson/normal_eval2_comparisonwh.csv b/ressources/data/total_comparisson/normal_eval2_comparisonwh.csv new file mode 100644 index 0000000000000000000000000000000000000000..13b1f620fc30d91cd48cbf37f9aad4b7ec8ac914 --- /dev/null +++ b/ressources/data/total_comparisson/normal_eval2_comparisonwh.csv @@ -0,0 +1,312 @@ +Book_1,Character,F1_1,h_1,wF1_1,wh_1,Book_2,F1_2,h_2,wF1_2,wh_2,F1c,hc,wF1c,whc +The Hitchhiker's Guide to the Galaxy,Majikthise,0.5712370276451111,10.386016033098292,0.5231562852859497,2.245254897374209,The Hitchhiker's Guide to the Galaxy,0.5403741002082825,3.0068773709123358,0.551992654800415,8.413546322822135,0.030862927436828613,7.379138662185956,-0.028836369514465332,-6.168291425447927 +The Hitchhiker's Guide to the Galaxy,Great Hyperlobic Omnicognate Neutron Wrangler,0.3563226461410522,0.2968392444170915,0.538632333278656,2.1133419090118397,The Hitchhiker's Guide to the Galaxy,0.5384833216667175,2.4184494776517766,0.6105626225471497,7.005432719867193,-0.18216067552566534,-2.1216102332346853,-0.07193028926849365,-4.892090810855354 +The Hitchhiker's Guide to the Galaxy,Guide Mark II,0.4657743871212005,2.6638920729684443,0.546289324760437,1.816169121645537,The Hitchhiker's Guide to the Galaxy,0.5517412424087524,3.014383230731099,0.5583321452140808,5.972646482817048,-0.08596685528755194,-0.3504911577626548,-0.012042820453643799,-4.156477361171511 +The Hitchhiker's Guide to the Galaxy,Lajestic Vantrashell of Lob,0.4946290254592895,0.788683257973526,0.5325215458869934,1.4285529850515457,The Hitchhiker's Guide to the Galaxy,0.5036670565605164,0.995913763020436,0.5276214480400085,5.068278898090996,-0.009038031101226862,-0.20723050504690999,0.004900097846984863,-3.6397259130394497 +The Hitchhiker's Guide to the Galaxy,Ruler of the Universe,0.5010707974433899,1.112097138724288,0.5338650941848755,3.4558857645636705,The Hitchhiker's Guide to the Galaxy,0.5280703902244568,11.006996540280486,0.521700382232666,6.962456970037287,-0.026999592781066895,-9.894899401556199,0.012164711952209473,-3.506571205473617 +Dune,Margot Fenring,0.5196251273155212,1.287933709101413,0.587001383304596,0.4281066526230737,Dune,0.5554811954498291,1.886456070361856,0.5722024440765381,3.858722627527751,-0.03585606813430786,-0.5985223612604431,0.014798939228057861,-3.4306159749046774 +Twilight,Rebecca Black,0.4915410280227661,0.918700707863489,0.4832848310470581,0.2138217510688916,Twilight,0.4971699118614197,1.2935049089247452,0.517520546913147,3.558757023917906,-0.0056288838386535645,-0.3748042010612562,-0.03423571586608887,-3.344935272849014 +Twilight,Senna,0.5137305855751038,0.7764955341732236,0.4481615424156189,0.0017553523032034,Twilight,0.5020114183425903,1.1654473847385365,0.5421069860458374,3.339938662868396,0.011719167232513428,-0.3889518505653129,-0.0939454436302185,-3.3381833105651926 +The Hitchhiker's Guide to the Galaxy,Emperor of the Galaxy,0.3234719932079315,0.3146953704338651,0.491729736328125,3.674797705066148,The Hitchhiker's Guide to the Galaxy,0.4816323816776275,4.000186235659046,0.5285906791687012,6.886287217357911,-0.158160388469696,-3.685490865225181,-0.03686094284057617,-3.2114895122917626 +Twilight,Randall,0.5105313062667847,0.7926058356692781,0.5362573862075806,0.6021940269499707,Twilight,0.553048312664032,1.454575429737306,0.5498643517494202,3.8130195171475982,-0.042517006397247314,-0.6619695940680278,-0.0136069655418396,-3.2108254901976276 +Twilight,Quil Ateara III,0.5086703896522522,1.3297878312640377,0.5293914675712585,0.6705967737576495,Twilight,0.5304310917854309,3.3693445809070885,0.5289638638496399,3.843474799960733,-0.02176070213317871,-2.039556749643051,0.00042760372161865234,-3.172878026203083 +The Lord of the Rings,Ancalagon,0.5332438945770264,1.3377617161546485,0.6009135246276855,1.4144417320430205,The Lord of the Rings,0.5745759010314941,4.189269457296343,0.6052698493003845,4.544569991484027,-0.04133200645446777,-2.851507741141695,-0.004356324672698975,-3.130128259441007 +Twilight,Kachiri,0.511444628238678,1.431598498390504,0.4789679944515228,0.1002454252921603,Twilight,0.5337878465652466,1.2243431248416543,0.5379436016082764,3.230076547233832,-0.022343218326568604,0.2072553735488496,-0.05897560715675354,-3.1298311219416717 +Dune,Glossu Rabban Harkonnen,0.5234180092811584,1.040041833978686,0.5540176033973694,1.0121267484968228,Dune,0.5142450332641602,2.34971710324303,0.5398516654968262,3.508803037015137,0.009172976016998291,-1.309675269264344,0.014165937900543213,-2.496676288518314 +The Hitchhiker's Guide to the Galaxy,Gag Halfrunt,0.4925911724567413,0.4585229949614054,0.5219084620475769,2.089596555298776,The Hitchhiker's Guide to the Galaxy,0.4621201157569885,1.6535225458766083,0.5127925276756287,4.510724437648572,0.030471056699752752,-1.194999550915203,0.009115934371948242,-2.421127882349796 +The Hunger Games,Vipsania Sickle,0.4687986373901367,0.6673281913400538,0.4317727088928222,0.0093496491249441,The Hunger Games,0.494323194026947,1.5781923253593952,0.5286621451377869,2.421608415197159,-0.025524556636810303,-0.9108641340193414,-0.09688943624496466,-2.4122587660722146 +The Hitchhiker's Guide to the Galaxy,Old Man on the Pole,0.4790807068347931,1.1817041078963724,0.5179263353347778,5.0785527838217,The Hitchhiker's Guide to the Galaxy,0.5013925433158875,4.9671203983264665,0.5283668041229248,7.481179459003158,-0.02231183648109436,-3.785416290430094,-0.010440468788146973,-2.402626675181458 +Dune,Piter de Vries,0.5492623448371887,0.7538928578703038,0.5279063582420349,0.1856799652173605,Dune,0.5234078764915466,2.121741244796618,0.5473734140396118,2.341555622457318,0.02585446834564209,-1.3678483869263145,-0.019467055797576904,-2.1558756572399576 +Dune,Piter De Vries,0.5379225611686707,0.5988211129863868,0.526581346988678,0.9056059650963464,Dune,0.5457844734191895,2.264401020878476,0.5682894587516785,3.001800801270369,-0.007861912250518799,-1.6655799078920892,-0.04170811176300049,-2.0961948361740226 +Dune,Sheeana Brugh,0.5043639540672302,0.5192340812650102,0.5130999088287354,0.0895398934958691,Dune,0.5689539313316345,3.879076295351741,0.5332396626472473,2.092447271800819,-0.0645899772644043,-3.3598422140867306,-0.020139753818511963,-2.00290737830495 +The Hunger Games,Livia Cardew,0.4863074123859405,1.0567839430066268,0.43594691157341,0.0002431795767737,The Hunger Games,0.4969425797462463,0.601184000557319,0.5460469126701355,1.993355810689457,-0.010635167360305786,0.4555999424493078,-0.11010000109672552,-1.9931126311126834 +Twilight,Lauren Mallory,0.4392404556274414,0.4852898117353846,0.550056517124176,0.0953384896121278,Twilight,0.5076858997344971,0.0148204148834229,0.5188787579536438,1.9971218720906192,-0.06844544410705566,0.4704693968519617,0.031177759170532227,-1.9017833824784913 +The Hitchhiker's Guide to the Galaxy,Great Green Arkleseizure,0.4108148217201233,0.3765649406570394,0.5255516171455383,3.246125440506177,The Hitchhiker's Guide to the Galaxy,0.5522434115409851,4.391415220193749,0.5681037306785583,5.109643200946081,-0.14142858982086182,-4.014850279536709,-0.04255211353302002,-1.8635177604399042 +The Hitchhiker's Guide to the Galaxy,Effrafax of Wug,0.361553281545639,0.5747696922517948,0.5487123727798462,1.4568019978263285,The Hitchhiker's Guide to the Galaxy,0.5174126625061035,2.4604352678384305,0.5381537079811096,3.3004362825008813,-0.15585938096046453,-1.8856655755866356,0.010558664798736572,-1.8436342846745528 +Dune,Bellonda,0.5110083222389221,1.4250345742292878,0.5434740781784058,1.319385444025332,Dune,0.566320538520813,2.080836282967017,0.572908878326416,3.142909773513882,-0.05531221628189087,-0.6558017087377292,-0.029434800148010254,-1.8235243294885497 +The Hunger Games,Felix Ravinstill,0.5016847252845764,2.291929646798982,0.4419227540493011,0.0122104275031614,The Hunger Games,0.5140994787216187,1.570545047804901,0.5395987629890442,1.752262925950918,-0.012414753437042236,0.721384598994081,-0.0976760089397431,-1.7400524984477566 +The Hunger Games,Hilarius Heavensbee,0.4951103627681732,0.7161396962156683,0.5291473865509033,1.248197113966103,The Hunger Games,0.5345776081085205,2.11777440643859,0.5213660597801208,2.95474443474159,-0.03946724534034729,-1.4016347102229219,0.007781326770782471,-1.706547320775487 +Dune,Marty,0.4792817533016205,0.7280740326746394,0.4993573129177093,0.1588863758641067,Dune,0.5066540837287903,1.1714954308479877,0.5216068029403687,1.8426423024082883,-0.0273723304271698,-0.44342139817334825,-0.022249490022659357,-1.6837559265441815 +The Hitchhiker's Guide to the Galaxy,Genghis Khan,0.424543023109436,0.5671710824059766,0.4711781740188598,0.9350327254876516,The Hitchhiker's Guide to the Galaxy,0.5663809180259705,2.074380728007357,0.5443081259727478,2.531551998571767,-0.14183789491653448,-1.5072096456013806,-0.073129951953888,-1.5965192730841153 +The Hitchhiker's Guide to the Galaxy,Old Thrashbarg,0.4717856347560882,0.734133117188203,0.5298166275024414,2.8792323369555364,The Hitchhiker's Guide to the Galaxy,0.5672872066497803,4.087518235317492,0.546647310256958,4.474187102026901,-0.09550157189369207,-3.353385118129289,-0.0168306827545166,-1.594954765071365 +Dune,Tylwyth Waff,0.509412407875061,1.1437715938563466,0.451562762260437,0.058983343730529,Dune,0.5559523701667786,1.7187419585481665,0.5639292001724243,1.6008048102770898,-0.04653996229171753,-0.5749703646918198,-0.1123664379119873,-1.5418214665465608 +The Hitchhiker's Guide to the Galaxy,Constant Mown,0.4446617364883423,0.3350513854588815,0.5357279777526855,1.584814100444835,The Hitchhiker's Guide to the Galaxy,0.5038566589355469,3.265715467731482,0.4810433089733124,3.086949363020123,-0.05919492244720459,-2.9306640822726004,0.05468466877937317,-1.502135262575288 +Dune,Mohandas Suk,0.4980094134807586,0.777807305732695,0.4519886970520019,0.0335985023101957,Dune,0.4978834688663482,1.0267002706159707,0.540614664554596,1.529749728452501,0.0001259446144104004,-0.24889296488327572,-0.08862596750259405,-1.4961512261423053 +Twilight,Harry Clearwater,0.5209450721740723,2.484474152342066,0.5603581666946411,0.2954096021337358,Twilight,0.534866988658905,0.1401510615761508,0.5757616758346558,1.7593148768518931,-0.013921916484832764,2.3443230907659154,-0.015403509140014648,-1.4639052747181573 +The Hitchhiker's Guide to the Galaxy,Questular Rontok,0.4900446832180023,1.1360314227027488,0.4767529368400574,4.434786665064095,The Hitchhiker's Guide to the Galaxy,0.4678911566734314,0.9307606330728296,0.4485040605068207,5.86522394679092,0.022153526544570923,0.20527078962991918,0.028248876333236694,-1.4304372817268245 +The Hitchhiker's Guide to the Galaxy,Lady Cynthia Fitzmelton,0.4701345562934875,0.4745346768104099,0.5366035103797913,0.945121595575924,The Hitchhiker's Guide to the Galaxy,0.509372889995575,1.866133674698825,0.5305003523826599,2.344663893372813,-0.03923833370208746,-1.3915989978884151,0.006103157997131348,-1.3995422977968888 +Dune,Mapes,0.4613449871540069,0.4332185225362724,0.542668879032135,0.9897316516413972,Dune,0.5276244282722473,0.0458423124801677,0.5413835644721985,2.2664236242419347,-0.06627944111824041,0.38737621005610473,0.0012853145599365234,-1.2766919726005375 +Dune,Victor Atreides,0.5053738355636597,0.8780493156250442,0.5219838619232178,0.6441260360836389,Dune,0.5181224346160889,0.5430793792140399,0.5632820129394531,1.9181918906205708,-0.0127485990524292,0.33496993641100425,-0.04129815101623535,-1.2740658545369319 +Dune,Chani Kynes,0.519978404045105,0.6258408328432263,0.507990837097168,0.180328439611831,Dune,0.5317520499229431,1.1616693733240029,0.5398597121238708,1.4438592161520991,-0.011773645877838135,-0.5358285404807765,-0.03186887502670288,-1.2635307765402681 +Dune,Gaius Helen Mohiam,0.5053005814552307,0.5883202830516998,0.5277078747749329,0.486373662513295,Dune,0.526899516582489,0.2654334195320227,0.5729935765266418,1.7485603659038411,-0.0215989351272583,0.3228868635196771,-0.045285701751708984,-1.262186703390546 +Dune,Daniel,0.5189328193664551,1.777215148070226,0.5223586559295654,0.8866722560686856,Dune,0.4878224730491638,1.5604541803826115,0.5150571465492249,2.135764787601336,0.03111034631729126,0.21676096768761455,0.007301509380340576,-1.2490925315326504 +The Hitchhiker's Guide to the Galaxy,Ameglian Major Cow,0.4171024262905121,2.9120419274441147,0.5268067121505737,0.4504755133943672,The Hitchhiker's Guide to the Galaxy,0.524772584438324,0.4754265145147631,0.5391592383384705,1.6993015589938314,-0.10767015814781189,2.436615412929352,-0.012352526187896729,-1.2488260455994642 +The Lord of the Rings,Khamûl,0.5237871408462524,2.43887942795052,0.5735595226287842,0.1545603458683955,The Lord of the Rings,0.5351359248161316,0.4660404983610751,0.5849636793136597,1.381356707874084,-0.01134878396987915,1.9728389295894448,-0.011404156684875488,-1.2267963620056885 +The Hitchhiker's Guide to the Galaxy,Lig Lury Jr,0.5063257217407227,4.814829618872357,0.5402927994728088,1.1890879353641042,The Hitchhiker's Guide to the Galaxy,0.5064576864242554,1.4415529324090486,0.5332200527191162,2.406554908545643,-0.00013196468353271484,3.373276686463309,0.007072746753692627,-1.2174669731815388 +Dune,Lichna,0.4484536945819855,0.3209750417245773,0.5563443303108215,1.0913543433308168,Dune,0.5000667572021484,0.8253871268352208,0.5714812278747559,2.2966022270097417,-0.051613062620162964,-0.5044120851106435,-0.015136897563934326,-1.2052478836789249 +Dune,Schwangyu,0.5012314915657043,1.6685941357419745,0.5462884306907654,2.5507629847737583,Dune,0.5511276125907898,1.8958544366122756,0.5603456497192383,3.75076187459884,-0.04989612102508545,-0.22726030087030114,-0.0140572190284729,-1.1999988898250815 +Dune,Tlaloc,0.5012189149856567,0.7486960201354296,0.4670414626598358,0.070786805708445,Dune,0.5124073624610901,3.8070235424098406,0.542407751083374,1.1899244749396642,-0.01118844747543335,-3.058327522274411,-0.07536628842353821,-1.1191376692312192 +Dune,Norma Cenva,0.4278644323348999,0.3453006718812716,0.5005387663841248,1.3120403501803808,Dune,0.5233030319213867,0.778264812852435,0.555372953414917,2.386279260997153,-0.09543859958648682,-0.43296414097116337,-0.054834187030792236,-1.074238910816772 +Dune,Raquella Berto-Anirul,0.4950067400932312,0.6736190323678809,0.5390993356704712,0.2187400306732795,Dune,0.5327244997024536,0.2562112091315427,0.5556399822235107,1.244242900357726,-0.03771775960922241,0.4174078232363382,-0.01654064655303955,-1.0255028696844466 +The Hitchhiker's Guide to the Galaxy,Eccentrica Gallumbits,0.4806388914585113,0.7287256191933535,0.5445906519889832,3.1585595168792167,The Hitchhiker's Guide to the Galaxy,0.5966795682907104,7.6688246058673775,0.5707736015319824,4.145647728569833,-0.11604067683219915,-6.940098986674024,-0.026182949542999268,-0.9870882116906166 +Dune,Ziarenko Javid,0.4817750751972198,1.2164039946239296,0.412378579378128,0.003792379896148,Dune,0.467689573764801,0.8923458602015979,0.5024972558021545,0.9705700571787712,0.014085501432418768,0.32405813442233167,-0.09011867642402654,-0.9667776772826232 +The Hitchhiker's Guide to the Galaxy,Loonquawl,0.4905512034893036,1.0880415049049648,0.5231997966766357,0.912282620068297,The Hitchhiker's Guide to the Galaxy,0.5401980876922607,2.7960738546327706,0.5393425226211548,1.8750551413304997,-0.04964688420295715,-1.7080323497278058,-0.016142725944519043,-0.9627725212622027 +The Hitchhiker's Guide to the Galaxy,Max Quordlepleen,0.4683612883090973,0.6472498624723172,0.4973364174365997,3.2147789399329074,The Hitchhiker's Guide to the Galaxy,0.4801921248435974,1.9751599362663192,0.4648252129554748,4.165068703849383,-0.011830836534500122,-1.3279100737940022,0.03251120448112488,-0.9502897639164756 +Dune,Logno,0.5146032571792603,1.9106249426370372,0.5130771398544312,0.2751950568614628,Dune,0.5045991539955139,0.4669420713972166,0.523835301399231,1.217815646928167,0.010004103183746338,1.4436828712398206,-0.010758161544799805,-0.9426205900667042 +Dune,Lucilla,0.5099300146102905,1.401826511542328,0.5361635088920593,0.4152892026386919,Dune,0.5077373385429382,0.7368252249282593,0.5373562574386597,1.3430112354343922,0.002192676067352295,0.6650012866140688,-0.0011927485466003418,-0.9277220327957003 +Dune,Bijaz,0.5071148872375488,0.6462591931943981,0.5156342387199402,0.0504894065961158,Dune,0.500070333480835,0.194777491022945,0.5213509202003479,0.9725980765421376,0.007044553756713867,0.45148170217145306,-0.005716681480407715,-0.9221086699460218 +Twilight,Vasilii,0.4976499378681183,1.2087148512733323,0.524995744228363,0.7252319602120292,Twilight,0.4868839085102081,0.9821019779920626,0.5375935435295105,1.6325823342779708,0.010766029357910212,0.22661287328126978,-0.012597799301147461,-0.9073503740659417 +Dune,Alma Mavis Taraza,0.5058012008666992,1.3960892703791925,0.4692151844501495,0.0009345553339762,Dune,0.5149604678153992,0.8999436439874243,0.5610169768333435,0.9030535975180288,-0.009159266948699951,0.4961456263917682,-0.09180179238319403,-0.9021190421840526 +Twilight,Ephraim Black,0.4526848793029785,0.5033109066451074,0.5182806849479675,0.0905480977732796,Twilight,0.495035707950592,0.0450036994060215,0.5283763408660889,0.9754689028889536,-0.04235082864761347,0.45830720723908586,-0.010095655918121338,-0.8849208051156741 +The Hitchhiker's Guide to the Galaxy,Caveman,0.4493281543254852,0.8532140394068194,0.4843088090419769,1.553444973821121,The Hitchhiker's Guide to the Galaxy,0.4620581865310669,1.1378235127068754,0.511817455291748,2.426670574784131,-0.01273003220558172,-0.28460947330005604,-0.027508646249771174,-0.8732256009630102 +Dune,Minotauros Atreides,0.4936800599098205,1.0926740097497365,0.5304136872291565,0.1683827785651912,Dune,0.4983564913272857,0.8598707847609885,0.5270689725875854,1.0406608076188153,-0.00467643141746521,0.23280322498874795,0.003344714641571045,-0.8722780290536241 +The Hitchhiker's Guide to the Galaxy,Golgafrinchans,0.4871600866317749,0.8266789267927431,0.5505149364471436,0.5544471130203781,The Hitchhiker's Guide to the Galaxy,0.5678676962852478,1.1610192491706892,0.5612878203392029,1.4139129371358898,-0.0807076096534729,-0.3343403223779461,-0.010772883892059326,-0.8594658241155118 +Dune,Octa Butler,0.4880781173706054,0.6217094571902593,0.4583471715450287,0.1195954437816999,Dune,0.5055363774299622,1.1788144831676244,0.5349791646003723,0.9440785315735382,-0.017458260059356745,-0.5571050259773651,-0.07663199305534363,-0.8244830877918383 +The Hitchhiker's Guide to the Galaxy,Rob McKenna,0.4893811643123626,0.5788952977260052,0.4645346999168396,0.1847243935123878,The Hitchhiker's Guide to the Galaxy,0.5017083287239075,1.667916825646644,0.5132248997688293,0.986423940066365,-0.012327164411544855,-1.0890215279206386,-0.048690199851989746,-0.8016995465539772 +The Hitchhiker's Guide to the Galaxy,Googleplex Starthinker,0.49622243642807,0.7685041051682417,0.5458606481552124,1.4505408685686187,The Hitchhiker's Guide to the Galaxy,0.5102677345275879,1.5426929913351373,0.5362627506256104,2.2513618535087176,-0.014045298099517878,-0.7741888861668955,0.00959789752960205,-0.8008209849400989 +Dune,Edric,0.507510781288147,0.7897315362747146,0.5188983678817749,0.3442989693934002,Dune,0.4717606902122497,1.5474047775962123,0.5060545206069946,1.0497433254976,0.03575009107589727,-0.7576732413214977,0.012843847274780273,-0.7054443561041999 +Dune,Hwi Noree,0.5152681469917297,1.0109310615941849,0.5379900336265564,0.1518654640025657,Dune,0.5299132466316223,0.4767344742662933,0.5516391396522522,0.8540949176886722,-0.014645099639892578,0.5341965873278915,-0.0136491060256958,-0.7022294536861065 +Dune,Otheym,0.4998379051685333,0.9750208906999622,0.5489936470985413,1.6242758905300028,Dune,0.5967943072319031,2.07091631715095,0.5572136640548706,2.31686868074298,-0.09695640206336975,-1.0958954264509877,-0.008220016956329346,-0.6925927902129774 +Dune,Kwisatz Haderach,0.5288949608802795,0.6063077049825519,0.5786898732185364,0.003697619306239,Dune,0.527566134929657,0.3652673873188247,0.5783027410507202,0.6787766995793216,0.0013288259506225586,0.24104031766372724,0.0003871321678161621,-0.6750790802730826 +Dune,Aramsham,0.4641391634941101,0.4544422923442146,0.4845773875713348,0.8127568286147788,Dune,0.5344614386558533,1.4950078491961325,0.558563232421875,1.4762572326855694,-0.07032227516174316,-1.0405655568519179,-0.07398584485054022,-0.6635004040707906 +The Hitchhiker's Guide to the Galaxy,Great Circling Poets of Arium,0.506938099861145,3.108880398631926,0.5965229272842407,3.48934247178035,The Hitchhiker's Guide to the Galaxy,0.5566425323486328,5.327887898814819,0.5682133436203003,4.149285679691731,-0.04970443248748779,-2.219007500182893,0.02830958366394043,-0.6599432079113812 +The Lord of the Rings,Meriadoc Brandybuck,0.5133464932441711,0.5250487917458937,0.550666332244873,0.0315829500147008,The Lord of the Rings,0.5441402792930603,0.0021317408663048,0.562679648399353,0.6799241297925943,-0.03079378604888916,0.5229170508795888,-0.01201331615447998,-0.6483411797778935 +The Hitchhiker's Guide to the Galaxy,Elvis Presley,0.4119135737419128,0.3797633349632493,0.4842294752597809,0.9820755274381016,The Hitchhiker's Guide to the Galaxy,0.4907255470752716,1.351894932353983,0.5306002497673035,1.626699947685858,-0.07881197333335882,-0.9721315973907337,-0.04637077450752258,-0.6446244202477563 +Dune,Tertius Eileen Anteac,0.5171214938163757,0.9599716945215118,0.5144374966621399,0.2580117834826692,Dune,0.4842688739299774,1.6092160416916077,0.5371854901313782,0.9017624269997888,0.032852619886398315,-0.6492443471700959,-0.02274799346923828,-0.6437506435171196 +The Hitchhiker's Guide to the Galaxy,Dan Streetmentioner,0.498556911945343,2.340850178909282,0.5353698134422302,2.77695805865376,The Hitchhiker's Guide to the Galaxy,0.518623411655426,1.0481372819919772,0.5506841540336609,3.3942237237839783,-0.020066499710083008,1.292712896917305,-0.015314340591430664,-0.6172656651302182 +Dune,Korba,0.5202980637550354,0.919296385613698,0.5151761174201965,1.1408700423282307,Dune,0.4850527346134186,1.211352121437672,0.5010478496551514,1.7559935864881495,0.03524532914161682,-0.2920557358239739,0.014128267765045166,-0.6151235441599188 +The Lord of the Rings,Ungoliant,0.5175648331642151,0.5045119669209628,0.5658931136131287,0.1311805506644553,The Lord of the Rings,0.524909496307373,0.2464164812303801,0.5736237168312073,0.7277688611379045,-0.007344663143157959,0.2580954856905827,-0.007730603218078613,-0.5965883104734492 +The Lord of the Rings,Halbarad,0.5402034521102905,1.5555165009375898,0.5443882346153259,0.9193734631361064,The Lord of the Rings,0.4990382194519043,0.1382394741821053,0.5650730133056641,1.5125902145942676,0.04116523265838623,1.4172770267554844,-0.020684778690338135,-0.5932167514581612 +Dune,Farok,0.4914568066596985,0.2526507789809973,0.513570249080658,1.2662744929738627,Dune,0.5553319454193115,2.3081063709412537,0.5157051682472229,1.8509081586007976,-0.06387513875961304,-2.055455591960256,-0.0021349191665649414,-0.5846336656269349 +Twilight,Collin Littlesea,0.4267337918281555,0.1959290491151384,0.4282884001731872,0.2757751569891288,Twilight,0.4317830801010132,0.6549329661210603,0.4445505440235138,0.8581127887388902,-0.005049288272857666,-0.4590039170059219,-0.016262143850326594,-0.5823376317497614 +Twilight,Mary,0.4860509932041168,0.7267298526381508,0.4364092946052551,0.0079322244466564,Twilight,0.4660108685493469,0.3373203105847336,0.5035999417304993,0.5700600729471494,0.020040124654769897,0.3894095420534172,-0.06719064712524414,-0.562127848500493 +The Lord of the Rings,Glaurung,0.5107595324516296,1.0976330498120732,0.5491192936897278,0.2809735471299492,The Lord of the Rings,0.5535544753074646,0.3629630472734391,0.5826680660247803,0.8313548871362959,-0.04279494285583496,0.7346700025386341,-0.03354877233505249,-0.5503813400063466 +Twilight,Kebi,0.5147552490234375,0.3721088239934548,0.4482637941837311,6.781821117860223e-06,Twilight,0.4648018479347229,0.0602315246081563,0.5248673558235168,0.5233448042994691,0.0499534010887146,0.3118772993852985,-0.07660356163978577,-0.5233380224783512 +Dune,Ramallo,0.4951575994491577,0.9747248480575008,0.5169386267662048,0.7338078391350811,Dune,0.5678929090499878,1.154690518665489,0.5771474838256836,1.2469760206362497,-0.07273530960083008,-0.17996567060798818,-0.06020885705947876,-0.5131681815011686 +Dune,Wensicia Corrino,0.5032896399497986,0.5391336026435865,0.5432509183883667,0.4904736340133676,Dune,0.5715660452842712,1.819849624453167,0.5675203800201416,0.9927692781062312,-0.06827640533447266,-1.2807160218095806,-0.024269461631774902,-0.5022956440928636 +The Hitchhiker's Guide to the Galaxy,Hig Hurtenflurst,0.4581269919872284,1.1332647343625395,0.5268608331680298,1.5980802997919823,The Hitchhiker's Guide to the Galaxy,0.4566085934638977,0.9668784992035736,0.5390203595161438,2.0755742165154047,0.0015183985233306885,0.1663862351589659,-0.012159526348114014,-0.47749391672342245 +Dune,Leto Atreides I,0.4865462183952331,0.4045024875718957,0.4962663054466247,0.024227455622362,Dune,0.4105958044528961,0.0206977719287023,0.4836027324199676,0.50074308350192,0.07595041394233698,0.3838047156431934,0.012663573026657104,-0.476515627879558 +The Hitchhiker's Guide to the Galaxy,Paul Neil Milne Johnstone,0.3960185945034027,0.5478944495090049,0.5309251546859741,3.0383673200038266,The Hitchhiker's Guide to the Galaxy,0.5163652896881104,2.7351682821906733,0.5477356910705566,3.51385000822408,-0.12034669518470764,-2.1872738326816683,-0.01681053638458252,-0.4754826882202532 +The Hitchhiker's Guide to the Galaxy,Number Two,0.4727605879306793,0.5012591080546629,0.5356969833374023,1.3391366496133603,The Hitchhiker's Guide to the Galaxy,0.5003491044044495,1.2324191217297131,0.5516855120658875,1.8112055895966903,-0.02758851647377014,-0.7311600136750502,-0.015988528728485107,-0.47206893998333 +The Hitchhiker's Guide to the Galaxy,Garkbit,0.4613436758518219,0.3191123091025339,0.570511519908905,1.989116101173145,The Hitchhiker's Guide to the Galaxy,0.5236223936080933,1.0433548950697888,0.5911267399787903,2.4572819478109995,-0.06227871775627136,-0.724242585967255,-0.020615220069885254,-0.46816584663785443 +The Hitchhiker's Guide to the Galaxy,Allitnils,0.4362064599990845,0.3346937327370324,0.4490273594856262,1.3148000331605807,The Hitchhiker's Guide to the Galaxy,0.4965316355228424,0.8980947810572045,0.5122107267379761,1.7813170644012286,-0.060325175523757935,-0.5634010483201721,-0.06318336725234985,-0.4665170312406479 +Dune,Lady Jessica,0.527129590511322,1.0146471545741351,0.4561772346496582,0.0774615841061969,Dune,0.4113405346870422,0.0023579364569927,0.5031242370605469,0.5388505817298004,0.11578905582427984,1.0122892181171423,-0.04694700241088867,-0.46138899762360347 +The Hunger Games,Lucretius Flickerman,0.4977657794952392,0.1629415961848473,0.5035482048988342,0.0133227253071535,The Hunger Games,0.4888031184673309,0.3311301477382859,0.5430733561515808,0.4712395986169309,0.008962661027908325,-0.16818855155343862,-0.03952515125274658,-0.4579168733097774 +Dune,Zufa Cenva,0.4905062317848205,0.4587798233452558,0.5150262713432312,0.0418490094817323,Dune,0.5469627380371094,0.2514755578288763,0.5501323938369751,0.497377813153401,-0.056456506252288874,0.20730426551637948,-0.035106122493743896,-0.4555288036716687 +The Hitchhiker's Guide to the Galaxy,Lintilla,0.4855124652385711,1.233854575936455,0.5066788196563721,0.1356336097707527,The Hitchhiker's Guide to the Galaxy,0.5287073850631714,0.558869123703348,0.5504475831985474,0.5872657301781092,-0.043194919824600275,0.674985452233107,-0.04376876354217529,-0.45163212040735656 +Dune,Jehanne Butler,0.4977191984653473,1.160610281011882,0.5291381478309631,0.3361658627024659,Dune,0.5041056871414185,0.7578706297314075,0.511239230632782,0.7765911703854489,-0.006386488676071167,0.4027396512804744,0.017898917198181152,-0.440425307682983 +Dune,Ghanima Atreides,0.4968699812889099,0.8369040135915626,0.5,0.0190412889652953,Dune,0.5155541300773621,0.2499762320736255,0.5028332471847534,0.453167202126176,-0.01868414878845215,0.5869277815179371,-0.002833247184753418,-0.4341259131608807 +The Lord of the Rings,Denethor II,0.5090440511703491,0.4427748040732883,0.5393776297569275,0.0150714007096932,The Lord of the Rings,0.5417104363441467,0.1426756873688543,0.5651096701622009,0.4485476149051312,-0.03266638517379761,0.300099116704434,-0.025732040405273438,-0.43347621419543797 +The Hitchhiker's Guide to the Galaxy,Agda,0.5112017393112183,0.0090290968271346,0.5287888646125793,2.0108659815402974,The Hitchhiker's Guide to the Galaxy,0.5139344334602356,1.6046755314659846,0.5281763672828674,2.435745000064001,-0.002732694149017334,-1.59564643463885,0.0006124973297119141,-0.4248790185237037 +The Hitchhiker's Guide to the Galaxy,Hillman Hunter,0.5095416307449341,1.5175507068390162,0.5432708859443665,1.765636244338519,The Hitchhiker's Guide to the Galaxy,0.519244909286499,3.550699065130454,0.5177202820777893,2.1707907641217323,-0.009703278541564941,-2.033148358291438,0.02555060386657715,-0.4051545197832134 +Dune,Anirul Corrino,0.477915495634079,0.5785452349450044,0.5409173369407654,2.184465197505393,Dune,0.5521725416183472,1.7887946758179385,0.5885332226753235,2.588326357345893,-0.07425704598426819,-1.210249440872934,-0.047615885734558105,-0.4038611598405 +Twilight,Brady Fuller,0.414991170167923,0.2777492253670694,0.3972945213317871,0.2222973154747086,Twilight,0.4130733013153076,0.6068299589117829,0.4249446392059326,0.6052303750544059,0.0019178688526153564,-0.3290807335447135,-0.027650117874145508,-0.3829330595796973 +The Hitchhiker's Guide to the Galaxy,Random Dent,0.4872552454471588,0.730590806312388,0.5017336010932922,0.5736767084024997,The Hitchhiker's Guide to the Galaxy,0.473728746175766,1.4937575705922388,0.4956254959106445,0.950463493923778,0.013526499271392822,-0.7631667642798508,0.006108105182647761,-0.3767867855212783 +The Hunger Games,Dill,0.4879874885082245,0.9374200025446748,0.4474625587463379,0.0008715085921698,The Hunger Games,0.510287880897522,0.1673106770659258,0.5264093279838562,0.3645071642658643,-0.022300392389297485,0.770109325478749,-0.07894676923751831,-0.36363565567369455 +Dune,Stilgar,0.497808039188385,0.5928535300523808,0.5342109203338623,0.0981198917767718,Dune,0.4978335201740265,1.050191588802027,0.5372103452682495,0.4579809007162451,-2.5480985641479492e-05,-0.45733805874964617,-0.002999424934387207,-0.35986100893947326 +Twilight,Sasha,0.5193257927894592,1.3981505767285414,0.4952841997146606,0.0391430500603783,Twilight,0.4636020064353943,0.434826142440545,0.5213740468025208,0.3945277143916048,0.05572378635406494,0.9633244342879963,-0.026089847087860163,-0.3553846643312265 +Dune,Glossu Rabban,0.5158686637878418,0.9112838441922432,0.5629866123199463,0.508575296527618,Dune,0.5129092931747437,1.0069395582773502,0.4982693493366241,0.8636006270233796,0.0029593706130981445,-0.09565571408510698,0.0647172629833222,-0.35502533049576157 +The Lord of the Rings,Shadowfax,0.5600701570510864,3.11919735731716,0.5659462809562683,1.640608785919145,The Lord of the Rings,0.6224778294563293,1.7175942891378289,0.6148388385772705,1.9714219260473624,-0.06240767240524292,1.4016030681793312,-0.0488925576210022,-0.3308131401282175 +The Hitchhiker's Guide to the Galaxy,Enid Kapelsen,0.3291886150836944,0.4689406271306049,0.5459449291229248,1.4302111081764557,The Hitchhiker's Guide to the Galaxy,0.4951694905757904,1.255892682117142,0.5399518013000488,1.751950865087436,-0.165980875492096,-0.786952054986537,0.0059931278228759766,-0.32173975691098033 +The Hitchhiker's Guide to the Galaxy,Hactar,0.3989352285861969,0.7576601357314339,0.5416232943534851,0.7711947173289098,The Hitchhiker's Guide to the Galaxy,0.5371614098548889,1.459193337851069,0.574628472328186,1.092209836230405,-0.13822618126869202,-0.7015332021196352,-0.03300517797470093,-0.32101511890149514 +Dune,Jessica Atreides,0.4802019000053406,0.4161399961091878,0.4718683063983917,0.0930419518554409,Dune,0.4973728954792022,0.376441262810641,0.4970850646495819,0.4108089338864428,-0.01717099547386164,0.039698733298546784,-0.025216758251190186,-0.3177669820310019 +The Hitchhiker's Guide to the Galaxy,Poodoo,0.322559654712677,0.4345295743733599,0.487070620059967,1.1780212850157157,The Hitchhiker's Guide to the Galaxy,0.450519859790802,1.0020379796927297,0.5223364233970642,1.4941446530390217,-0.127960205078125,-0.5675084053193697,-0.035265803337097223,-0.316123368023306 +The Lord of the Rings,Treebeard,0.5185574889183044,1.2924189206223544,0.5584478378295898,0.0426045557781971,The Lord of the Rings,0.4938358664512634,0.0103694590954731,0.5689936876296997,0.3546676867674176,0.024721622467041016,1.2820494615268814,-0.010545849800109863,-0.3120631309892205 +The Hunger Games,Festus Creed,0.5137855410575867,0.4488251552008332,0.4304147660732269,1.1489411666581085e-07,The Hunger Games,0.4831237196922302,0.2742316573049203,0.5206208825111389,0.3036459530122752,0.030661821365356445,0.17459349789591294,-0.09020611643791204,-0.30364583811815854 +Dune,Murbella,0.5210418105125427,0.4673540113703712,0.5690101981163025,0.0237317653805878,Dune,0.5431306958198547,0.1647578209637947,0.5540927648544312,0.3209911285770032,-0.02208888530731201,0.3025961904065765,0.014917433261871338,-0.2972593631964154 +Dune,Alia Atreides,0.4822726249694824,0.5359149302021396,0.4800700843334198,0.3977599518639994,Dune,0.4886529445648193,0.2486703479700113,0.5153259038925171,0.6871300640953478,-0.0063803195953368586,0.28724458223212834,-0.03525581955909729,-0.28937011223134845 +Dune,Iakin Nefud,0.4791484773159027,0.2640108801746009,0.5199869871139526,0.98270983524692,Dune,0.5314460396766663,1.5068754477787645,0.5381607413291931,1.2583039126290727,-0.05229756236076355,-1.2428645676041636,-0.01817375421524048,-0.2755940773821527 +Twilight,Rachel Black,0.4595691263675689,0.2576749869769676,0.5207951068878174,0.0190418830757729,Twilight,0.4946772158145904,0.4461437557674763,0.5062205791473389,0.2900946600663232,-0.035108089447021484,-0.18846876879050867,0.014574527740478516,-0.27105277699055025 +The Hitchhiker's Guide to the Galaxy,Barman,0.4852215051651001,0.892994337150235,0.53641277551651,1.711163363707738,The Hitchhiker's Guide to the Galaxy,0.511643648147583,1.608056616499328,0.5494937896728516,1.9716792377981351,-0.02642214298248291,-0.7150622793490929,-0.013081014156341553,-0.2605158740903972 +Dune,Shaddam Corrino IV,0.4909803569316864,0.4651901071166394,0.484107106924057,0.2707872922110672,Dune,0.4910401105880737,0.2161713518518647,0.5092676877975464,0.5253868339563927,-5.975365638727359e-05,0.24901875526477468,-0.02516058087348938,-0.25459954174532556 +The Lord of the Rings,Shelob,0.5020247101783752,0.3466171382980677,0.5636788010597229,0.0397422885959737,The Lord of the Rings,0.5028041005134583,1.2144310358752952e-12,0.5753321647644043,0.2937028728612532,-0.0007793903350830078,0.34661713829685326,-0.011653363704681396,-0.25396058426527945 +Dune,Scytale,0.5065829157829285,0.9726858826492012,0.533208966255188,0.0221545722323805,Dune,0.521210253238678,0.5930412116541532,0.5328407883644104,0.2677262583362687,-0.014627337455749512,0.37964467099504795,0.0003681778907775879,-0.2455716861038882 +Dune,Kailea Vernius,0.5006990432739258,1.2819557902143066,0.5422921180725098,0.5114421845178385,Dune,0.5170943737030029,0.3752516692902247,0.5739883184432983,0.7558099218848111,-0.01639533042907715,0.9067041209240819,-0.031696200370788574,-0.2443677373669726 +The Lord of the Rings,Arwen,0.5305920243263245,0.3775532856238124,0.5569050312042236,0.0198458560674264,The Lord of the Rings,0.493246465921402,0.0876554934573564,0.531183660030365,0.2635930426979998,0.037345558404922485,0.289897792166456,0.025721371173858643,-0.24374718663057343 +Twilight,Charlotte,0.475521981716156,0.2087086186847072,0.5121451616287231,0.0037026609804836,Twilight,0.5051864385604858,0.0596528866898714,0.5192722082138062,0.2376004493509231,-0.029664456844329834,0.1490557319948358,-0.007127046585083008,-0.23389778837043948 +Twilight,Tyler Crowley,0.5106507539749146,0.3095111610422963,0.5545148253440857,0.0622954379124793,Twilight,0.5305580496788025,0.0755971518111978,0.5499755144119263,0.2944422307977792,-0.01990729570388794,0.2339140092310985,0.004539310932159424,-0.2321467928852999 +The Lord of the Rings,Peregrin Took,0.5051109790802002,0.0387485409175478,0.5279164910316467,0.014012182356224,The Lord of the Rings,0.5318484306335449,0.2692060335335933,0.5542590618133545,0.2374488441743688,-0.026737451553344727,-0.23045749261604548,-0.026342570781707764,-0.22343666181814478 +The Lord of the Rings,Thingol,0.4958104193210602,0.2436274625626812,0.5246247053146362,0.0049826164501031,The Lord of the Rings,0.5166316032409668,0.0077201613206518,0.5382469296455383,0.2264463580282318,-0.020821183919906616,0.2359073012420294,-0.0136222243309021,-0.2214637415781287 +Dune,Shando Vernius,0.4806986451148987,0.7962298181287515,0.5127638578414917,0.5847123792064839,Dune,0.5465232133865356,0.7520822598278919,0.5261800289154053,0.8021177618208027,-0.06582456827163696,0.04414755830085959,-0.013416171073913574,-0.21740538261431885 +The Hitchhiker's Guide to the Galaxy,Haggunenons,0.4784274697303772,0.0611463148321988,0.5442502498626709,0.7159532413067194,The Hitchhiker's Guide to the Galaxy,0.5453197956085205,0.3291761873612753,0.5468650460243225,0.920699640644659,-0.06689232587814331,-0.2680298725290765,-0.0026147961616516113,-0.2047463993379396 +Dune,Tyros Reffa,0.4748443067073822,0.6859880148079427,0.5335310101509094,0.5082867544066283,Dune,0.4846203923225403,0.8964724246466521,0.5130773186683655,0.7053993910320941,-0.009776085615158081,-0.21048440983870942,0.020453691482543945,-0.19711263662546585 +Twilight,Mexican coven,0.4761538505554199,0.617374634753648,0.5001615285873413,0.279628874873398,Twilight,0.4998178482055664,0.5380650017431479,0.512706995010376,0.4692169152583046,-0.023663997650146484,0.07930963301050009,-0.012545466423034668,-0.18958804038490662 +Dune,Tio Holtzman,0.5274263620376587,0.515163478282085,0.5471019148826599,0.023445820625701,Dune,0.5365378260612488,0.4520475765011633,0.5751590132713318,0.2024374726113764,-0.009111464023590088,0.06311590178092169,-0.028057098388671875,-0.1789916519856754 +The Hitchhiker's Guide to the Galaxy,Oolon Colluphid,0.5109764337539673,3.494924471198232,0.523297131061554,2.332563684862649,The Hitchhiker's Guide to the Galaxy,0.5784218311309814,4.851148934817749,0.5522536039352417,2.5080001062957518,-0.06744539737701416,-1.3562244636195167,-0.028956472873687744,-0.17543642143310256 +The Lord of the Rings,Fíli and Kíli,0.5192292332649231,0.2731083845726587,0.5307999849319458,3.5865667022029726e-06,The Lord of the Rings,0.5735980868339539,0.0009851667951868,0.5889543890953064,0.1636460379511975,-0.05436885356903076,0.2721232177774719,-0.058154404163360596,-0.1636424513844953 +Dune,Liet Kynes,0.5239098072052002,1.0709727789405448,0.5483620166778564,0.3553751776220851,Dune,0.5779098868370056,0.5893175192449547,0.5671825408935547,0.5113138194072281,-0.05400007963180542,0.4816552596955901,-0.018820524215698242,-0.155938641785143 +Twilight,Embry Call,0.4736196398735046,0.6357518729027831,0.5026254653930664,0.0012737631569219,Twilight,0.4495475590229034,1.2256301981221556e-05,0.5312647819519043,0.1356989120483769,0.024072080850601196,0.6357396166008019,-0.02863931655883789,-0.134425148891455 +Twilight,Tia,0.4881680905818939,0.121222893372583,0.5040939450263977,6.961811002554015e-05,Twilight,0.4475622475147247,0.0001213449980344,0.5206810235977173,0.1201431568196889,0.040605843067169245,0.1211015483745486,-0.01658707857131958,-0.12007353870966336 +Twilight,Santiago,0.4853374063968658,0.5795768905286605,0.4533033072948456,0.0020581764638911,Twilight,0.500321090221405,1.2468754962383273,0.4711087644100189,0.1209499717076706,-0.01498368382453924,-0.6672986057096668,-0.01780545711517334,-0.1188917952437795 +Dune,Harah,0.4790497124195099,0.7169978842049008,0.5105242133140564,0.0005540146539405,Dune,0.4883544445037842,0.0001861030552235,0.5431880950927734,0.117351796543035,-0.009304732084274292,0.7168117811496774,-0.03266388177871704,-0.1167977818890945 +The Hitchhiker's Guide to the Galaxy,Reg Nullify,0.4718965590000152,0.732566560752424,0.5031888484954834,0.9387981627860932,The Hitchhiker's Guide to the Galaxy,0.4947773516178131,1.620227868508112,0.5117180347442627,1.048460238003262,-0.022880792617797907,-0.887661307755688,-0.008529186248779297,-0.10966207521716875 +Dune,Siona Atreides,0.525655210018158,0.760034515851974,0.5492343306541443,0.1137882348869456,Dune,0.5566157698631287,0.7132382625515441,0.554270327091217,0.2215421654128753,-0.030960559844970703,0.04679625330042991,-0.005035996437072754,-0.1077539305259297 +Dune,Wellington Yueh,0.5484734773635864,1.4385439187818103,0.5203583240509033,0.0994703658148618,Dune,0.4970987439155578,0.2325143240007675,0.5185472369194031,0.2033587989177272,0.05137473344802862,1.2060295947810429,0.0018110871315002441,-0.10388843310286541 +Dune,Alef Burzmali,0.4665161967277527,0.982452391156567,0.5583000183105469,2.8614034158046757,Dune,0.5303556323051453,0.8859958499328504,0.5734409093856812,2.9636699586674617,-0.06383943557739258,0.09645654122371661,-0.015140891075134277,-0.10226654286278603 +The Hunger Games,Treech,0.4814959466457367,0.1205940027584875,0.5275515913963318,0.020602210904005,The Hunger Games,0.4770993590354919,0.3687356863387556,0.4976861178874969,0.1049643699751414,0.0043965876102448065,-0.24814168358026809,0.029865473508834894,-0.0843621590711364 +The Hunger Games,Casca Highbottom,0.4940409958362579,0.0587936886949867,0.4224543273448944,1.3918421137300102e-09,The Hunger Games,0.5193358063697815,0.067383490854419,0.5250967144966125,0.0839281652098627,-0.025294810533523615,-0.008589802159432301,-0.10264238715171814,-0.08392816381802058 +Dune,Irulan Corrino,0.5143793225288391,0.3348602584278514,0.5152375102043152,0.0094716067630267,Dune,0.5549029111862183,0.3883706492553182,0.5475248694419861,0.0924784031698652,-0.04052358865737915,-0.053510390827466836,-0.0322873592376709,-0.0830067964068385 +Twilight,Angela Weber,0.5035080909729004,0.0211686308059395,0.5863727331161499,0.0001996363772614,Twilight,0.5237318873405457,0.0032600961595887,0.5503565073013306,0.0799621913934073,-0.020223796367645264,0.0179085346463508,0.036016225814819336,-0.07976255501614589 +Dune,Miles Teg,0.557686984539032,0.6657775249077086,0.5225208401679993,0.0391958714219403,Dune,0.5230474472045898,0.0899397912265296,0.5156404376029968,0.1163706711457741,0.03463953733444214,0.575837733681179,0.006880402565002441,-0.07717479972383379 +The Lord of the Rings,Boromir,0.5241677165031433,0.1181406419667116,0.5525522828102112,0.0054846795923469,The Lord of the Rings,0.487245500087738,0.0267726651457569,0.5577863454818726,0.0760962279419869,0.03692221641540533,0.09136797682095471,-0.005234062671661377,-0.07061154834964 +Twilight,Carmen,0.4952872097492218,0.0745045757995176,0.4914722442626953,0.0001590148750256,Twilight,0.4769243597984314,0.0020450478101498,0.529487669467926,0.0667213460788601,0.018362849950790405,0.07245952798936779,-0.03801542520523071,-0.0665623312038345 +The Hunger Games,Coral,0.5041736960411072,0.0364129919837355,0.5333076119422913,0.0004916603460607,The Hunger Games,0.4890300333499908,0.0080261692520166,0.5262603163719177,0.0648888114158943,0.015143662691116389,0.0283868227317189,0.007047295570373535,-0.0643971510698336 +The Lord of the Rings,Beorn,0.5323838591575623,0.4035582584195729,0.5768317580223083,0.0997077545284254,The Lord of the Rings,0.5743336081504822,0.2859192303420603,0.598109781742096,0.1540755443137909,-0.04194974899291992,0.11763902807751259,-0.021278023719787598,-0.054367789785365495 +Harry Potter,Padma Patil,0.4924223721027374,0.0811999984045298,0.5555651187896729,0.0015191952303639,Harry Potter,0.4872567057609558,6.378623810573792e-06,0.5460124611854553,0.0552383572989323,0.005165666341781616,0.08119361978071922,0.00955265760421753,-0.053719162068568395 +The Lord of the Rings,Théoden,0.5182898044586182,0.7738611620859397,0.5532655715942383,0.0117856317736442,The Lord of the Rings,0.5545390844345093,0.1281139861151609,0.562267005443573,0.0641638199573162,-0.03624927997589111,0.6457471759707788,-0.009001433849334717,-0.05237818818367199 +The Lord of the Rings,Éomer,0.5233268737792969,1.31307278010033,0.5731189846992493,0.0120439070935844,The Lord of the Rings,0.569170355796814,0.066327741860287,0.5846097469329834,0.0604223548725145,-0.04584348201751709,1.246745038240043,-0.01149076223373413,-0.048378447778930106 +Twilight,Jessica Stanley,0.4544233083724975,0.0662294271312639,0.5578256249427795,9.421336264408823e-05,Twilight,0.5203374624252319,2.209583549370973e-06,0.5668190717697144,0.0473474140753404,-0.06591415405273443,0.06622721754771453,-0.008993446826934814,-0.04725320071269631 +The Lord of the Rings,Thrór,0.5086534023284912,0.3902141821370657,0.5392593145370483,0.0189457615107746,The Lord of the Rings,0.5830733180046082,0.1168014483449544,0.5529870390892029,0.0606224964542881,-0.07441991567611694,0.2734127337921113,-0.013727724552154541,-0.041676734943513497 +Twilight,Demetri,0.5160878300666809,0.0362002180763083,0.5621719360351562,3.9644251217159456e-05,Twilight,0.5109078884124756,8.155717012021489e-05,0.545673668384552,0.0394128451447977,0.005179941654205322,0.03611866090618809,0.016498267650604248,-0.03937320089358054 +Dune,Leto I Atreides,0.4957177937030792,0.0713538467969338,0.5478718876838684,0.0030558619291654,Dune,0.5601571798324585,0.1023989904643914,0.5555311441421509,0.0417155261758025,-0.06443938612937927,-0.0310451436674576,-0.007659256458282471,-0.0386596642466371 +The Lord of the Rings,Éowyn,0.5037795305252075,0.361386855873899,0.5493127107620239,0.0015152985022966,The Lord of the Rings,0.5752246379852295,0.1766522094437725,0.5742315649986267,0.0361872465904922,-0.07144510746002197,0.18473464643012652,-0.024918854236602783,-0.034671948088195605 +The Hunger Games,Lysistrata Vickers,0.5213034749031067,0.3922486209001253,0.4561924338340759,3.3421247235283436e-10,The Hunger Games,0.530523419380188,0.0118625476820695,0.5598405003547668,0.0343174409523811,-0.009219944477081299,0.3803860732180558,-0.10364806652069092,-0.03431744061816863 +Twilight,Quil Ateara V,0.5131765604019165,0.5332838435645686,0.5482388138771057,0.0046602708874737,Twilight,0.5615991950035095,0.0493345792024236,0.5382692217826843,0.0347674485236213,-0.04842263460159302,0.48394926436214497,0.009969592094421387,-0.0301071776361476 +The Lord of the Rings,Maedhros,0.5247319340705872,0.2123965678051731,0.5603326559066772,0.0002969941491448,The Lord of the Rings,0.5822654962539673,0.0118733455624457,0.5654446482658386,0.0303042822961876,-0.05753356218338013,0.2005232222427274,-0.005111992359161377,-0.0300072881470428 +Twilight,Jared Cameron,0.4876453280448913,0.202755256826061,0.5355255603790283,0.0052561758728482,Twilight,0.5024563670158386,0.0557968494229464,0.5359641909599304,0.0320030351326334,-0.014811038970947321,0.14695840740311458,-0.0004386305809020996,-0.026746859259785205 +Dune,Xavier Harkonnen,0.5392778515815735,0.6381818425165202,0.5134580135345459,0.0014583260076786,Dune,0.5171380639076233,0.0743896149171771,0.5296557545661926,0.026693979818351,0.022139787673950195,0.5637922275993431,-0.01619774103164673,-0.0252356538106724 +Twilight,Garrett,0.4824860095977783,0.1012772571840393,0.5020184516906738,0.0170618728211953,Twilight,0.4718561172485351,0.000427357599277,0.5253652334213257,0.0422177982688839,0.01062989234924322,0.10084989958476229,-0.023346781730651855,-0.0251559254476886 +The Lord of the Rings,Gimli,0.5107972621917725,0.1344380169885839,0.5312908291816711,0.0010502826036163,The Lord of the Rings,0.4835466742515564,1.7847412999035477e-06,0.5416079163551331,0.0246381498587795,0.027250587940216064,0.134436232247284,-0.010317087173461914,-0.0235878672551632 +Dune,Moneo Atreides,0.4783799648284912,0.4628469607843391,0.5353717803955078,0.0102032453119768,Dune,0.5522628426551819,0.2040862951867797,0.5395599007606506,0.032820311689115,-0.07388287782669067,0.2587606655975594,-0.004188120365142822,-0.0226170663771382 +The Hunger Games,Clemensia Dovecote,0.4968879520893097,0.0170611288397921,0.523499071598053,0.0001008222030743,The Hunger Games,0.5120881795883179,0.0047036399681221,0.5367035269737244,0.0222355032350336,-0.015200227499008179,0.01235748887167,-0.013204455375671387,-0.0221346810319593 +Twilight,Paul Lahote,0.4901941120624542,0.0053238377358169,0.5420800447463989,0.0003242660314437,Twilight,0.5150099992752075,0.0303382441467537,0.5465271472930908,0.0221356357462167,-0.024815887212753296,-0.0250144064109368,-0.0044471025466918945,-0.021811369714773002 +The Lord of the Rings,Gríma,0.5452985763549805,0.1250742541756265,0.5739209651947021,0.0014445505754212,The Lord of the Rings,0.5414962768554688,0.0014040690327283,0.5831183195114136,0.0226204631359317,0.0038022994995117188,0.12367018514289821,-0.009197354316711426,-0.0211759125605105 +Dune,Helena Atreides,0.4995802938938141,0.6356990969259351,0.54463130235672,0.2251058415891642,Dune,0.55311119556427,0.3863628588487818,0.5335257053375244,0.2456276973392827,-0.05353090167045593,0.24933623807715327,0.011105597019195557,-0.0205218557501185 +The Hitchhiker's Guide to the Galaxy,Russell,0.3510933518409729,0.1425238221075055,0.4901808202266693,1.2995699622920482,The Hitchhiker's Guide to the Galaxy,0.4608912467956543,0.9779045702858556,0.5067327618598938,1.3193558646808417,-0.1097978949546814,-0.8353807481783502,-0.016551941633224487,-0.019785902388793408 +Dune,Norma Cevna,0.504818320274353,0.9409330621425288,0.528740406036377,0.6579051343177426,Dune,0.5122960805892944,0.7993872527996245,0.5158432126045227,0.6773874968887998,-0.007477760314941406,0.14154580934290428,0.012897193431854248,-0.019482362571057288 +Dune,Thufir Hawat,0.5405481457710266,0.892894372436974,0.5702359080314636,0.0228922649099119,Dune,0.4564379751682281,0.0023243158719375,0.5546550154685974,0.0420107217075216,0.08411017060279852,0.8905700565650365,0.015580892562866211,-0.0191184567976097 +Twilight,Zafrina,0.4987817406654358,0.2025233082579344,0.5411728620529175,0.0028857634549945,Twilight,0.5134309530258179,0.0060094369545604,0.5406683683395386,0.0198820398641118,-0.01464921236038208,0.196513871303374,0.0005044937133789062,-0.0169962764091173 +The Lord of the Rings,Lúthien,0.502149760723114,0.409620335566205,0.5771726965904236,0.0454235640070587,The Lord of the Rings,0.5956390500068665,0.0112333518610646,0.5993440747261047,0.0595055290157494,-0.09348928928375244,0.39838698370514036,-0.022171378135681152,-0.014081965008690703 +The Lord of the Rings,Gil-galad,0.5118858814239502,0.0068857499924548,0.5715324282646179,0.0005677095052421,The Lord of the Rings,0.6103127002716064,0.0028920199616459,0.5794858336448669,0.0144161097849405,-0.09842681884765625,0.0039937300308089,-0.007953405380249023,-0.0138484002796984 +The Lord of the Rings,Isildur,0.5210660099983215,0.0171125267976959,0.5709381103515625,0.0036278594316332,The Lord of the Rings,0.514318585395813,0.0002690887948658,0.54621821641922,0.0173277243707655,0.006747424602508545,0.0168434380028301,0.02471989393234253,-0.0136998649391323 +The Lord of the Rings,Thranduil,0.5080153346061707,0.015795075382359,0.5616160035133362,0.0010448700161254,The Lord of the Rings,0.515102207660675,3.7983051277183866e-11,0.5661547780036926,0.0140890316963217,-0.0070868730545043945,0.01579507534437595,-0.004538774490356445,-0.0130441616801963 +The Hitchhiker's Guide to the Galaxy,Lallafa,0.3855247795581817,0.3642502465315573,0.5176847577095032,0.9539209876634652,The Hitchhiker's Guide to the Galaxy,0.5180431008338928,1.4061786046354934,0.5211470723152161,0.9665751629373902,-0.13251832127571112,-1.041928358103936,-0.0034623146057128906,-0.012654175273924984 +The Lord of the Rings,Círdan,0.5244083404541016,0.0041011724128416,0.5692238807678223,0.0052680420482716,The Lord of the Rings,0.5649707317352295,0.0396925836048516,0.5829378366470337,0.0174921897736828,-0.04056239128112793,-0.03559141119201,-0.013713955879211426,-0.012224147725411201 +Twilight,Nahuel,0.4806161224842071,0.0030237759400889,0.4974486529827118,4.074022142901286e-06,Twilight,0.487690657377243,3.267971768044545e-06,0.5109698176383972,0.0100261470848423,-0.007074534893035889,0.0030205079683208558,-0.013521164655685425,-0.010022073062699399 +The Hunger Games,Mizzen,0.52642822265625,0.0647341297750277,0.4569679498672485,8.724480654851951e-09,The Hunger Games,0.4994212985038757,0.0027858218807353,0.5460163354873657,0.0096939378827912,0.027006924152374323,0.0619483078942924,-0.08904838562011724,-0.009693929158310544 +The Hunger Games,Reaper Ash,0.495331734418869,0.2943598198840083,0.4755721688270569,4.42166229972471e-06,The Hunger Games,0.4778136610984802,0.0003236972647869,0.5199940204620361,0.0091448316415742,0.017518073320388794,0.29403612261922135,-0.04442185163497925,-0.009140409979274476 +The Lord of the Rings,Celeborn,0.5215296149253845,0.0167471083468386,0.5615239143371582,2.142140399366893e-05,The Lord of the Rings,0.4809964895248413,3.0929334752995546e-11,0.5626426339149475,0.00886908460637,0.04053312540054321,0.016747108315909264,-0.0011187195777893066,-0.008847663202376331 +The Lord of the Rings,Balin,0.5085909962654114,0.1189396903892646,0.5512982606887817,0.000619367526984,The Lord of the Rings,0.5153865814208984,0.0037171150859989,0.5659844875335693,0.0089930416383406,-0.0067955851554870605,0.1152225753032657,-0.014686226844787598,-0.008373674111356599 +Dune,Quintinius Violet Chenoeh,0.4865981042385101,0.059151077314588,0.5501734614372253,0.0001830646333515,Dune,0.503670334815979,0.003929017584763,0.5365883708000183,0.0071388692042059,-0.017072230577468928,0.055222059729824996,0.013585090637207031,-0.0069558045708544005 +Twilight,Laurent,0.4904041588306427,0.0904030974613761,0.526269257068634,0.0005237260678788,Twilight,0.4753958880901336,0.0014116932360878,0.5218551158905029,0.0066333819862924,0.015008270740509089,0.08899140422528831,0.0044141411781311035,-0.0061096559184136 +Dune,Serena Butler,0.5059524774551392,0.1368107426912096,0.5279148817062378,6.365008228406361e-05,Dune,0.5420154333114624,0.001153885083131,0.5333322882652283,0.0049335653498528,-0.03606295585632324,0.1356568576080786,-0.0054174065589904785,-0.004869915267568737 +Twilight,Caius,0.5130079388618469,0.0324452166180314,0.5396819114685059,1.3461209166752e-05,Twilight,0.5032059550285339,0.004225557163603,0.5385996103286743,0.0044691226682601,0.009801983833312988,0.028219659454428402,0.001082301139831543,-0.004455661459093348 +Twilight,Sue Clearwater,0.5133580565452576,0.4495958995794494,0.5527017712593079,0.0077884962486747,Twilight,0.5145647525787354,0.0258926919519143,0.5306036472320557,0.012183993251342,-0.0012066960334777832,0.4237032076275351,0.022098124027252197,-0.0043954970026672995 +The Lord of the Rings,Bard,0.5050056576728821,0.0263558218554472,0.5294986367225647,3.8916732286303865e-05,The Lord of the Rings,0.5035655498504639,0.0116677526904767,0.5629619359970093,0.0031130032542259,0.0014401078224182129,0.0146880691649705,-0.03346329927444458,-0.003074086521939596 +Twilight,Riley Biers,0.4901560544967651,0.0527097632436116,0.5125524401664734,0.0001648423605823,Twilight,0.5229548811912537,0.0005162053381782,0.5178256630897522,0.0029624085757236,-0.03279882669448858,0.0521935579054334,-0.005273222923278809,-0.0027975662151413 +The Lord of the Rings,Thorin II,0.5045325756072998,0.0007322934482175,0.5158685445785522,6.198932369864243e-14,The Lord of the Rings,0.5464227199554443,0.0004284126620413,0.575333297252655,0.0027267432030499,-0.04189014434814453,0.00030388078617619996,-0.05946475267410278,-0.0027267432029879106 +The Hunger Games,Alma Coin,0.4886846244335174,0.468572036166586,0.5130079388618469,2.4837320395148105e-05,The Hunger Games,0.5310269594192505,0.0579975632837664,0.507499635219574,0.0027280961559054,-0.04234233498573309,0.41057447288281956,0.005508303642272949,-0.0027032588355102517 +Twilight,Leah Clearwater,0.5022733211517334,0.0041175914692589,0.5302123427391052,4.384355372214623e-07,Twilight,0.5080369710922241,8.0013803633786e-08,0.5539224147796631,0.0024517969115172,-0.005763649940490723,0.004117511455455266,-0.02371007204055786,-0.0024513584759799784 +Twilight,Amun,0.507752001285553,0.0532664143586604,0.4271788001060486,2.712021848055028e-15,Twilight,0.4475617110729217,0.0002119297826385,0.5199306011199951,0.0018816264449106,0.06019029021263128,0.053054484576021896,-0.09275180101394653,-0.001881626444907888 +The Lord of the Rings,Túrin,0.5115970969200134,0.0049511909120823,0.5016611218452454,5.695012396675375e-07,The Lord of the Rings,0.5421173572540283,0.0429806611634024,0.5550504326820374,0.0017625311475901,-0.030520260334014893,-0.0380294702513201,-0.05338931083679199,-0.0017619616463504324 +Twilight,Irina,0.470138281583786,0.0024579253265756,0.5045228004455566,1.5320277844471137e-05,Twilight,0.4536858797073364,0.0013092396599973,0.4939875900745392,0.0013506494225449,0.016452401876449585,0.0011486856665783,0.010535210371017456,-0.001335329144700429 +Twilight,Heidi,0.4885730743408203,0.3045840415013427,0.4366976916790008,5.880942816393087e-09,Twilight,0.4520511627197265,0.0001680023447723,0.471882551908493,0.0009332466402578,0.036521911621093806,0.3044160391565704,-0.03518486022949219,-0.0009332407593149836 +Twilight,Felix,0.5224718451499939,0.0693820901641001,0.5610885620117188,0.0005803898269925,Twilight,0.488877922296524,1.5009940594018296e-05,0.5447016954421997,0.0014592390895059,0.033593922853469904,0.06936708022350609,0.016386866569519043,-0.0008788492625134 +Dune,Jamis,0.4976398944854736,0.4601588857393504,0.5307971239089966,0.0620733998485597,Dune,0.4380188286304474,4.0357943122665017e-08,0.5405598878860474,0.0628581234073116,0.05962106585502619,0.4601588453814073,-0.009762763977050781,-0.0007847235587519 +Harry Potter,Cormac McLaggen,0.5016866326332092,0.0045685164798883,0.5371431112289429,4.969169167102703e-05,Harry Potter,0.5474498867988586,0.0013196453172605,0.5296474099159241,0.0006933806875067,-0.045763254165649414,0.0032488711626278,0.007495701313018799,-0.0006436889958356729 +Twilight,Billy Black,0.5037399530410767,0.0011753254804401,0.5305846333503723,3.265647245663343e-08,Twilight,0.5093494057655334,2.3591983499352122e-07,0.5355236530303955,0.0005672443480786,-0.005609452724456787,0.0011750895606051066,-0.004939019680023193,-0.0005672116916061433 +Twilight,Kate,0.5082175731658936,0.0092909007967654,0.5042892098426819,3.1359330333416675e-06,Twilight,0.4700287282466888,0.011458645602367,0.522560179233551,0.0005613060321858,0.03818884491920477,-0.0021677448056016003,-0.01827096939086914,-0.0005581700991524582 +Harry Potter,Vincent Crabbe,0.4900419116020202,0.019456977760415,0.5308857560157776,9.875276038060636e-07,Harry Potter,0.4622730612754822,1.1250639826776048e-08,0.5160602331161499,0.0004350931133402,0.02776885032653803,0.019456966509775173,0.014825522899627686,-0.00043410558573639396 +Twilight,Eleazar,0.5092800259590149,0.0770331382266352,0.5318141579627991,0.0042686269341244,Twilight,0.4954434037208557,8.21575146284907e-06,0.5252564549446106,0.0046762128614364,0.01383662223815918,0.07702492247517236,0.0065577030181884766,-0.000407585927312 +The Lord of the Rings,Tom Bombadil,0.5555573105812073,0.0046206003765287,0.5867260694503784,0.0001369321232673,The Lord of the Rings,0.560651421546936,0.0005328502053433,0.5672776699066162,0.0005428128490563,-0.00509411096572876,0.004087750171185399,0.019448399543762207,-0.00040588072578900004 +Twilight,Alec,0.4980205297470093,5.69776817895873e-05,0.5346221327781677,0.0001958884672121,Twilight,0.4573462605476379,3.3593638855767326e-08,0.5198443531990051,0.0005200181715442,0.04067426919937139,5.694408815073153e-05,0.014777779579162598,-0.00032412970433209995 +The Lord of the Rings,Samwise Gamgee,0.516346275806427,0.0086353743028511,0.5517829060554504,6.587088113698992e-06,The Lord of the Rings,0.5425846576690674,3.937179946292413e-10,0.5823348760604858,0.0002485532633412,-0.02623838186264038,0.008635373909133106,-0.0305519700050354,-0.00024196617522750103 +Twilight,Bree Tanner,0.4895860850811004,0.0027619723448355,0.5328367352485657,4.932456015088068e-07,Twilight,0.5580485463142395,0.0113079999916323,0.5131526589393616,0.0001464595674742,-0.0684624612331391,-0.0085460276467968,0.0196840763092041,-0.00014596632187269118 +Twilight,Peter,0.4881868064403534,0.0055139473766313,0.5223390460014343,3.571632622594117e-07,Twilight,0.477811336517334,0.0035910733978483,0.5113801956176758,8.112589315640874e-05,0.01037546992301941,0.0019228739787829998,0.010958850383758545,-8.076872989414934e-05 +Dune,Darwi Odrade,0.536483108997345,0.0083372774090292,0.551603376865387,8.973373912887733e-05,Dune,0.5547276735305786,0.002377769984988,0.5509737133979797,0.0001683148322433,-0.018244564533233643,0.0059595074240412,0.0006296634674072266,-7.858109311442267e-05 +Twilight,Seth Clearwater,0.4928677082061767,0.0003410076353034,0.5481706857681274,1.3472232653530088e-08,Twilight,0.5169409513473511,5.498352064403032e-07,0.5414804816246033,5.633002374780094e-05,-0.024073243141174372,0.00034045780009695967,0.00669020414352417,-5.631655151514741e-05 +Harry Potter,Katie Bell,0.4919006526470184,0.0001769203239268,0.5337795615196228,9.19940473134516e-10,Harry Potter,0.5012985467910767,0.0004962681969855,0.5672582387924194,4.619072452139013e-05,-0.009397894144058283,-0.0003193478730587,-0.03347867727279663,-4.6189804580916995e-05 +The Lord of the Rings,Radagast,0.506693422794342,0.0213537349432444,0.5546278357505798,1.0152234499330084e-06,The Lord of the Rings,0.5262231826782227,1.7547469280061835e-05,0.5205216407775879,2.6606774322600487e-05,-0.019529759883880615,0.021336187473964336,0.03410619497299194,-2.559155087266748e-05 +Twilight,James,0.4843384027481079,0.0001932872771006,0.5438632369041443,7.270975490567214e-08,Twilight,0.4569451510906219,1.873352245885299e-12,0.5209974050521851,5.469161351854039e-06,0.027393251657486017,0.00019328727522724775,0.02286583185195923,-5.396451596948367e-06 +Twilight,Marcus,0.4986763596534729,0.0955367626922656,0.5225239396095276,0.0002537160997281,Twilight,0.5242221355438232,0.0003123954626464,0.5059548616409302,0.0002575812630279,-0.025545775890350342,0.0952243672296192,0.016569077968597412,-3.865163299800038e-06 +Twilight,Mike Newton,0.5011588335037231,0.141374825432708,0.5439550280570984,0.0013103557818105,Twilight,0.509818971157074,0.0566707227136515,0.5195896625518799,0.0013125449480526,-0.00866013765335083,0.08470410271905648,0.024365365505218506,-2.189166242100044e-06 +The Lord of the Rings,Gollum,0.4888666868209839,9.018845864385908e-07,0.5417248010635376,2.7974571228520384e-07,The Lord of the Rings,0.4790458977222442,2.474754774110922e-28,0.5469645857810974,4.741465540436228e-07,0.00982078909873968,9.018845864385908e-07,-0.0052397847175598145,-1.9440084175841898e-07 +The Hunger Games,Effie Trinket,0.5257339477539062,7.600320478722381e-05,0.5627817511558533,5.603280758866763e-09,The Hunger Games,0.5359324812889099,8.321606180910708e-05,0.5681807994842529,3.933899465304202e-14,-0.010198533535003662,-7.212857021883268e-06,-0.005399048328399658,5.60324141987211e-09 +Twilight,Jane,0.5112879276275635,0.0299260924886111,0.5439932942390442,2.910038324003551e-06,Twilight,0.4662284553050995,7.231129503729666e-06,0.498564600944519,7.089014437417576e-08,0.04505947232246399,0.02991886135910737,0.0454286932945252,2.839148179629375e-06 +Twilight,Tanya,0.4948145747184753,0.0279751042987792,0.5204833745956421,8.002467585252991e-06,Twilight,0.4598340392112732,3.2839210098507054e-15,0.511573314666748,9.316443602184018e-07,0.03498053550720209,0.027975104298775914,0.008910059928894043,7.0708232250345894e-06 +Twilight,Benjamin,0.5235551595687866,0.2703467370796133,0.5271337032318115,1.699205690109834e-05,Twilight,0.5174652934074402,0.021134095012226,0.4865785241127014,8.920801700391271e-07,0.0060898661613464355,0.24921264206738733,0.04055517911911011,1.6099976731059215e-05 +The Lord of the Rings,Watcher in the Water,0.509591817855835,0.0042405603228484,0.5722002983093262,0.0050986009448787,The Lord of the Rings,0.58259117603302,0.0008455740605946,0.6002125144004822,0.0048471313602718,-0.07299935817718506,0.0033949862622538,-0.028012216091156006,0.00025146958460689917 +Dune,Gurney Halleck,0.5444483160972595,0.5339192887295017,0.5520815253257751,0.0189497470896588,Dune,0.4746912121772766,0.0132546012270145,0.5403727293014526,0.0163296967836743,0.06975710391998291,0.5206646875024872,0.01170879602432251,0.0026200503059845004 +Twilight,Emily Young,0.4844948351383209,0.0241715203413158,0.5346267819404602,0.0071704607373847,Twilight,0.4843425154685974,5.8861067356876075e-08,0.4932059049606323,0.0021554370112846,0.00015231966972351074,0.024171461480248443,0.04142087697982788,0.005015023726100101 +Twilight,Huilen,0.4822165071964264,0.0970548485684503,0.4986706674098968,0.0099519003700454,Twilight,0.5121077299118042,0.0233117597090182,0.4981113970279693,0.0021069506874706,-0.029891222715377808,0.0737430888594321,0.0005592703819274902,0.007844949682574799 +The Hitchhiker's Guide to the Galaxy,Murray Bost Henson,0.5009537935256958,0.8650247165365152,0.5307431817054749,2.131904644327854,The Hitchhiker's Guide to the Galaxy,0.4902479350566864,1.2326925936283584,0.5304598212242126,2.1115138981949566,0.0107058584690094,-0.3676678770918431,0.00028336048126220703,0.020390746132897597 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Kwaltz,0.4778609573841095,2.822516176868135,0.5188731551170349,6.296859603897407,The Hitchhiker's Guide to the Galaxy,0.5397637486457825,3.052210660958916,0.5244671106338501,6.27272596489698,-0.061902791261672974,-0.22969448409078108,-0.0055939555168151855,0.024133639000426754 +The Lord of the Rings,Melian,0.5110530853271484,0.907273705024486,0.558221161365509,0.6104079360669264,The Lord of the Rings,0.568642795085907,0.4820294146165659,0.5772488117218018,0.5859594915320728,-0.057589709758758545,0.4252442904079201,-0.019027650356292725,0.02444844453485362 +Twilight,Eric Yorkie,0.500085711479187,0.7050694621904712,0.5122127532958984,0.0416485098261703,Twilight,0.4972875118255615,0.0263127727884052,0.5217227935791016,0.016041407862509,0.0027981996536254883,0.678756689402066,-0.009510040283203125,0.0256071019636613 +Dune,Pardot Kynes,0.5138195753097534,0.3631800161713162,0.54291170835495,0.1188006488069928,Dune,0.548527717590332,0.672247439672272,0.5399633049964905,0.0884621745392188,-0.03470814228057861,-0.3090674235009558,0.0029484033584594727,0.030338474267774 +The Lord of the Rings,Thráin II,0.5144786238670349,0.207425169155333,0.5409236550331116,0.101525871987325,The Lord of the Rings,0.5807884335517883,0.0296818214378983,0.5639391541481018,0.0503974339656662,-0.06630980968475342,0.1777433477174347,-0.023015499114990234,0.051128438021658805 +Twilight,J. Jenks,0.5021610856056213,1.1749364426276203,0.5415865182876587,0.0636886270483935,Twilight,0.5219054818153381,0.094675581562965,0.5259211659431458,0.0063786709959909,-0.019744396209716797,1.0802608610646554,0.01566535234451294,0.05730995605240259 +Dune,Paulus Atreides,0.5223171710968018,0.5989475974585898,0.5316929817199707,0.503055581073807,Dune,0.5355798602104187,0.271578043577058,0.5614880919456482,0.4179249168729293,-0.013262689113616943,0.3273695538815318,-0.02979511022567749,0.08513066420087767 +The Hitchhiker's Guide to the Galaxy,Colin the Security Robot,0.4999342858791351,0.976077601788665,0.5409278273582458,1.6172071174414118,The Hitchhiker's Guide to the Galaxy,0.5057948231697083,1.244740878257223,0.5356009006500244,1.521336768726183,-0.005860537290573176,-0.2686632764685579,0.0053269267082214355,0.09587034871522881 +Dune,Feyd-Rautha Harkonnen,0.5162959694862366,1.1772004111068048,0.4807954728603363,0.3885420702506556,Dune,0.5048120021820068,0.0491797741805462,0.5505842566490173,0.2825709889059585,0.011483967304229736,1.1280206369262586,-0.06978878378868103,0.10597108134469713 +Dune,Rhombur Vernius,0.4708586931228637,0.1710636479778642,0.5153435468673706,0.3311951378907922,Dune,0.5298475623130798,0.4492802922201242,0.5671092867851257,0.2153144695845419,-0.05898886919021612,-0.27821664424226,-0.05176573991775513,0.1158806683062503 +The Hitchhiker's Guide to the Galaxy,Heimdall,0.4221406280994415,0.5328247346765147,0.5135451555252075,1.5380454113971236,The Hitchhiker's Guide to the Galaxy,0.5255253911018372,2.0622431163773225,0.5286298394203186,1.3716973750191226,-0.10338476300239569,-1.5294183817008078,-0.015084683895111084,0.166348036378001 +The Hitchhiker's Guide to the Galaxy,Hotblack Desiato,0.4843844473361969,0.5442587992941074,0.5540450811386108,3.018975403984865,The Hitchhiker's Guide to the Galaxy,0.5200538635253906,3.951519228743921,0.5353698134422302,2.8489468857505824,-0.035669416189193726,-3.4072604294498134,0.018675267696380615,0.17002851823428244 +The Hitchhiker's Guide to the Galaxy,Pizpot Gargravarr,0.3139541745185852,0.3622527754839205,0.5040284395217896,1.7450559279627826,The Hitchhiker's Guide to the Galaxy,0.4787600934505462,0.9577454175059584,0.4993785619735718,1.5612964447779745,-0.164805918931961,-0.5954926420220379,0.0046498775482177734,0.18375948318480817 +The Hitchhiker's Guide to the Galaxy,Phouchg,0.4561991989612579,0.5018064406777262,0.5188992023468018,1.040299760549525,The Hitchhiker's Guide to the Galaxy,0.558274507522583,3.1433265221504385,0.511775553226471,0.8516334959792943,-0.10207530856132513,-2.6415200814727124,0.0071236491203308105,0.18866626457023072 +Harry Potter,Ronald Weasley,0.4654512703418731,0.4721455504174071,0.4626748859882355,0.1901574130328153,Harry Potter,0.4568961858749389,3.0121077517168323e-67,0.4556145966053009,1.5991470488320035e-30,0.008555084466934204,0.4721455504174071,0.00706028938293457,0.1901574130328153 +Dune,Liet-Kynes,0.5251116156578064,0.7487577307844114,0.544280469417572,1.1512298258502456,Dune,0.4854009747505188,0.1085691714704211,0.5855634212493896,0.9576363986833852,0.0397106409072876,0.6401885593139903,-0.04128295183181763,0.19359342716686034 +The Hitchhiker's Guide to the Galaxy,Prak,0.3869447112083435,1.1668621031031616,0.5115901231765747,0.5061764822984539,The Hitchhiker's Guide to the Galaxy,0.4743108451366424,0.8805545389287109,0.5147708058357239,0.2908535552733367,-0.0873661339282989,0.2863075641744507,-0.00318068265914917,0.21532292702511724 +The Hitchhiker's Guide to the Galaxy,Frankie and Benjy,0.4984708130359649,2.5810864289806434,0.529952347278595,0.4140006520024565,The Hitchhiker's Guide to the Galaxy,0.4938448667526245,0.0661239444775259,0.5206273794174194,0.1932430384039708,0.004625946283340399,2.5149624845031173,0.009324967861175537,0.2207576135984857 +The Hitchhiker's Guide to the Galaxy,Alice Beeblebrox,0.4957469999790191,0.4318234513995117,0.5307592153549194,1.3733599282782645,The Hitchhiker's Guide to the Galaxy,0.4696454703807831,0.8978039968744738,0.5031110644340515,1.1097740115014256,0.02610152959823603,-0.46598054547496204,0.02764815092086792,0.26358591677683885 +The Hitchhiker's Guide to the Galaxy,Gail Andrews,0.3995009064674377,0.2916095789617625,0.5061356425285339,2.919661862620716,The Hitchhiker's Guide to the Galaxy,0.4509778022766113,0.9562000321919004,0.5595822334289551,2.624409782313436,-0.051476895809173584,-0.6645904532301379,-0.05344659090042114,0.29525208030728 +The Hitchhiker's Guide to the Galaxy,Grunthos the Flatulent,0.4379906356334686,0.5884191202262163,0.5056959390640259,2.533949332902004,The Hitchhiker's Guide to the Galaxy,0.5995125770568848,17.001846737223865,0.5219007730484009,2.133263321573577,-0.1615219414234162,-16.413427616997648,-0.016204833984375,0.40068601132842696 +Harry Potter,Seamus Finnigan,0.4365192055702209,0.2414835028043452,0.4489688575267792,0.4189462516119065,Harry Potter,0.5138559937477112,6.541696306138895e-16,0.5381180644035339,2.4033985258907307e-06,-0.07733678817749029,0.24148350280434452,-0.08914920687675476,0.41894384821338065 +Dune,Hedley Tuek,0.4864819049835205,0.7164396077823254,0.5281742215156555,1.6249834470605626,Dune,0.5025479197502136,0.8595255704490478,0.5215905904769897,1.2034179134975411,-0.016066014766693115,-0.14308596266672235,0.0065836310386657715,0.4215655335630215 +The Hitchhiker's Guide to the Galaxy,Number One,0.4428691864013672,0.377350079843268,0.5162665843963623,1.3980420177545387,The Hitchhiker's Guide to the Galaxy,0.5280580520629883,1.4328597399698952,0.493426501750946,0.9568505357678344,-0.0851888656616211,-1.0555096601266272,0.022840082645416315,0.4411914819867043 +Harry Potter,Hermione Granger,0.4517130553722381,0.0933303298809143,0.4399486184120178,0.4492240611908405,Harry Potter,0.3828257620334625,0.0,0.452903002500534,1.365026639534582e-49,0.06888729333877558,0.0933303298809143,-0.01295438408851618,0.4492240611908405 +The Hitchhiker's Guide to the Galaxy,Almighty Bob,0.4905094504356384,0.5909423247352042,0.5002472996711731,1.8500763634272333,The Hitchhiker's Guide to the Galaxy,0.5236132144927979,3.957909785382811,0.5205970406532288,1.3806195933359589,-0.033103764057159424,-3.366967460647607,-0.020349740982055664,0.4694567700912744 +Harry Potter,Harry Potter,0.4443931877613067,0.087749434911205,0.4571187496185303,0.4741091192206796,Harry Potter,0.4013104438781738,2.3430883707773023e-302,0.4515830278396606,1.8861245582152952e-90,0.043082743883132935,0.087749434911205,0.005535721778869684,0.4741091192206796 +Dune,Hasimir Fenring,0.5153005123138428,1.5385246976002915,0.5507274270057678,1.985205607864301,Dune,0.5189106464385986,0.7464248043860787,0.5208718776702881,1.5108144082637671,-0.0036101341247558594,0.7920998932142128,0.029855549335479736,0.4743911996005339 +Harry Potter,Angelina Johnson,0.4544048607349396,0.4981234406919799,0.4686422944068908,0.4752837056976108,Harry Potter,0.4537081718444824,1.8427468955960171e-16,0.4713198542594909,9.816952547824026e-11,0.0006966888904571533,0.4981234406919797,-0.0026775598526000977,0.4752837055994413 +The Hitchhiker's Guide to the Galaxy,Humma Kavula,0.4809923768043518,1.477938828676986,0.5316513776779175,5.388965569722715,The Hitchhiker's Guide to the Galaxy,0.5110021829605103,2.0183648713233,0.5350873470306396,4.865023727382481,-0.030009806156158447,-0.5404260426463139,-0.003435969352722168,0.5239418423402338 +Dune,Hayt,0.5157616138458252,1.1372734117655994,0.5824491381645203,3.2943028197495816,Dune,0.5623521208763123,1.488815995076424,0.5540022253990173,2.7630196330461185,-0.04659050703048706,-0.35154258331082455,0.02844691276550293,0.5312831867034631 +Dune,Marcus Claire Luyseyal,0.4881881177425384,1.7373048076086937,0.5107654929161072,2.478274282387815,Dune,0.4626936614513397,1.0868284645373023,0.5031079053878784,1.939214834068864,0.025494456291198675,0.6504763430713913,0.00765758752822876,0.5390594483189513 +The Hitchhiker's Guide to the Galaxy,Captain,0.427333116531372,0.5894758492741129,0.514319658279419,1.5084252457658365,The Hitchhiker's Guide to the Galaxy,0.4852561056613922,1.3337660049817803,0.5076146721839905,0.9621542476535582,-0.0579229891300202,-0.7442901557076674,0.006704986095428467,0.5462709981122783 +The Hitchhiker's Guide to the Galaxy,Know-Nothing-Bozo,0.3952953815460205,0.2783315400326001,0.5313194990158081,1.1784301044494518,The Hitchhiker's Guide to the Galaxy,0.4955277740955353,0.5778292685825147,0.4897610247135162,0.6143910796859021,-0.10023239254951477,-0.29949772854991463,0.041558474302291926,0.5640390247635497 +Harry Potter,Bartemius Crouch Junior,0.4792044460773468,0.3325170388966956,0.4619598388671875,0.6034569700781027,Harry Potter,0.5438398122787476,2.068045174634521e-09,0.5474404096603394,1.3919049480481646e-09,-0.06463536620140076,0.3325170368286504,-0.08548057079315186,0.6034569686861978 +Dune,Vorian Atreides,0.4654883146286011,0.4810919510127356,0.461676150560379,0.6263714752302175,Dune,0.5141591429710388,1.5746219723473062e-11,0.5186734795570374,2.5327050753729173e-14,-0.048670828342437744,0.48109195099698937,-0.05699732899665838,0.6263714752301922 +Twilight,Renesmee Cullen,0.4533692896366119,0.2003957739847295,0.449503093957901,0.6336242809830143,Twilight,0.497202605009079,3.8947510848525565e-11,0.4866980016231537,1.0830165529302885e-12,-0.043833315372467097,0.20039577394578198,-0.037194907665252686,0.6336242809819312 +The Hitchhiker's Guide to the Galaxy,Vroomfondel,0.4920307099819183,6.379823034810391,0.5519132018089294,5.594354917271374,The Hitchhiker's Guide to the Galaxy,0.5289682745933533,6.720129576328287,0.5723767876625061,4.958258342843732,-0.03693756461143499,-0.3403065415178963,-0.02046358585357666,0.6360965744276417 +The Hitchhiker's Guide to the Galaxy,Lunkwill and Fook,0.4703220129013061,0.7222041232070177,0.50676429271698,1.3777189736983275,The Hitchhiker's Guide to the Galaxy,0.4774085283279419,1.5053924682447637,0.5095489621162415,0.74077942371084,-0.007086515426635798,-0.783188345037746,-0.0027846693992614746,0.6369395499874875 +Dune,Paul Atreides,0.475263386964798,1.0560189280223136,0.4689085483551025,0.6532529036219028,Dune,0.4406875669956207,2.358466546337092e-14,0.4551504552364349,2.737971189246936e-07,0.034575819969177246,1.05601892802229,0.013758093118667603,0.6532526298247838 +Twilight,Victoria,0.4694638848304748,0.2857169373512564,0.4436642229557037,0.6672516060492069,Twilight,0.4500223100185394,2.4296132185068976e-12,0.5165584683418274,4.3097260621781655e-09,0.019441574811935425,0.2857169373488268,-0.07289424538612371,0.6672516017394808 +Dune,Dama,0.4721208810806274,0.6013867057595473,0.5488190054893494,1.4037338737375893,Dune,0.4485619664192199,0.4845491510995697,0.5121527910232544,0.7110396160190182,0.02355891466140747,0.11683755465997764,0.03666621446609497,0.6926942577185711 +Twilight,Sam Uley,0.4465399384498596,0.1580871110863526,0.4652275443077087,0.715707424161233,Twilight,0.5355950593948364,3.600960145056e-05,0.540189266204834,1.1542121422218382e-05,-0.0890551209449768,0.15805110148490203,-0.0749617218971253,0.7156958820398108 +The Lord of the Rings,Legolas,0.449033111333847,0.4938407484802042,0.4525555372238159,0.7749630835867346,The Lord of the Rings,0.5186892151832581,4.7944220802678974e-24,0.583724319934845,2.8502492893339547e-09,-0.06965610384941107,0.4938407484802042,-0.13116878271102905,0.7749630807364853 +Dune,Elrood Corrino IX,0.4567656815052032,0.4789964367943902,0.525293231010437,3.7146401915141753,Dune,0.5237322449684143,1.7444766368832163,0.5411025285720825,2.93718753271404,-0.06696656346321112,-1.2654802000888261,-0.015809297561645508,0.7774526588001351 +The Hitchhiker's Guide to the Galaxy,Mella,0.481859028339386,0.3536485779118626,0.5125448703765869,3.864342768834259,The Hitchhiker's Guide to the Galaxy,0.487587034702301,1.8086497148552143,0.5032673478126526,2.9962824801325185,-0.005728006362915039,-1.4550011369433518,0.009277522563934326,0.8680602887017406 +Dune,Abulurd Harkonnen,0.4777737557888031,0.4430687366664146,0.5658541917800903,1.861695997521908,Dune,0.5195108652114868,1.1375128614763077,0.563437819480896,0.8915872034693118,-0.041737109422683716,-0.6944441248098931,0.002416372299194336,0.9701087940525963 +Dune,Duncan Idaho,0.4306022822856903,0.7432827616520465,0.4569325149059295,0.985797118046122,Dune,0.4661685228347778,7.297284294208589e-05,0.4469107091426849,0.000229876418894,-0.03556624054908747,0.7432097888091045,0.010021805763244629,0.985567241627228 +The Lord of the Rings,Faramir,0.4891777634620666,1.9933056139062688,0.4946576356887817,1.0009769697555702,The Lord of the Rings,0.4902814328670501,1.67007031583667e-22,0.5523663759231567,4.15414819828084e-05,-0.0011036694049835205,1.9933056139062688,-0.057708740234375056,1.0009354282735874 +The Hitchhiker's Guide to the Galaxy,Hurling Frootmig,0.3751438558101654,0.6959301679234284,0.5332341194152832,4.491338073974113,The Hitchhiker's Guide to the Galaxy,0.5172088146209717,1.3230990334518309,0.5507286787033081,3.484903478663206,-0.14206495881080627,-0.6271688655284025,-0.017494559288024902,1.0064345953109068 +Harry Potter,Rita Skeeter,0.4587719142436981,0.9114597085491148,0.4738492369651794,1.0104308133364373,Harry Potter,0.4429920613765716,2.1620884269442426e-18,0.5543853044509888,5.9324980022154e-07,0.01577985286712652,0.9114597085491148,-0.08053606748580938,1.010430220086637 +Dune,Nayla,0.4786968827247619,0.6588261872586595,0.5447108149528503,2.623758321475784,Dune,0.5117801427841187,1.2422612366213277,0.5429883599281311,1.5111770122717076,-0.033083260059356745,-0.5834350493626682,0.0017224550247192383,1.1125813092040762 +Twilight,Aro,0.4622293412685394,0.3203764627510057,0.4565318822860718,1.161789809079368,Twilight,0.4543935358524322,9.889850379521285e-13,0.5243455767631531,8.342864762593227e-07,0.007835805416107178,0.3203764627500167,-0.0678136944770813,1.1617889747928916 +Dune,Leto Atreides II,0.435349702835083,0.3584839649690369,0.4671371281147003,1.162239077604367,Dune,0.5101075768470764,0.0009207827013981,0.5217192769050598,0.000183900062533,-0.07475787401199341,0.3575631822676388,-0.0545821487903595,1.162055177541834 +The Lord of the Rings,Smaug,0.4648820757865906,0.3524463914799617,0.4800652265548706,1.3515472953976442,The Lord of the Rings,0.5015507340431213,5.0048383037670566e-12,0.5529960989952087,5.611996296469298e-07,-0.03666865825653076,0.3524463914749569,-0.07293087244033813,1.3515467341980145 +The Lord of the Rings,Frodo Baggins,0.4845083951950073,1.1586468251538449,0.4625139534473419,1.4225173697938494,The Lord of the Rings,0.4864082634449005,2.1745984994112282e-17,0.5676297545433044,1.848452970455668e-08,-0.0018998682498931885,1.1586468251538449,-0.10511580109596252,1.4225173513093197 +The Lord of the Rings,Bilbo Baggins,0.4849622249603271,0.4667388614757454,0.4552127122879028,1.5087656836859384,The Lord of the Rings,0.4778127372264862,5.997080118325448e-93,0.5490546822547913,5.605650315565308e-07,0.007149487733840887,0.4667388614757454,-0.09384196996688848,1.508765123120907 +The Hunger Games,Katniss Everdeen,0.4845563769340515,0.1099882937826055,0.4817208051681518,1.510473580635784,The Hunger Games,0.4919271767139435,3.5075124594518224e-74,0.5602644085884094,3.947301730599182e-27,-0.007370799779891968,0.1099882937826055,-0.07854360342025762,1.510473580635784 +The Hunger Games,Haymitch Abernathy,0.4719663858413696,0.2746674204021431,0.4384087026119232,1.578231987325297,The Hunger Games,0.4491443932056427,1.2683325876099306e-41,0.5349822640419006,2.641567310653902e-21,0.022821992635726873,0.2746674204021431,-0.09657356142997742,1.578231987325297 +The Hitchhiker's Guide to the Galaxy,Judiciary Pag,0.4077497720718384,0.3879200827809871,0.5317800045013428,3.631708981719817,The Hitchhiker's Guide to the Galaxy,0.4990079998970032,2.7655560556335304,0.5291802883148193,2.0222538527401874,-0.0912582278251648,-2.377635972852543,0.0025997161865234375,1.6094551289796297 +The Hitchhiker's Guide to the Galaxy,God,0.4983585476875305,2.80915199636638,0.5157172679901123,3.0529506712113665,The Hitchhiker's Guide to the Galaxy,0.538847804069519,2.2596122948759985,0.5220323801040649,1.4293852203350672,-0.040489256381988525,0.5495397014903816,-0.006315112113952637,1.6235654508762993 +Twilight,Charlie Swan,0.4213856756687164,0.4498903362913304,0.4323393404483795,1.666027704785033,Twilight,0.50819993019104,1.7029831075784686e-20,0.5111526250839233,1.0789891481000245e-15,-0.08681425452232366,0.4498903362913304,-0.07881328463554382,1.6660277047850318 +The Hunger Games,Coriolanus Snow,0.4579843580722809,0.9129836935607708,0.4332753419876098,1.7283589187069268,The Hunger Games,0.4886925816535949,1.7029677076940517e-18,0.518031120300293,7.187736589710056e-17,-0.03070822358131403,0.9129836935607708,-0.08475577831268316,1.7283589187069268 +The Hitchhiker's Guide to the Galaxy,Roosta,0.4013340473175049,0.5160362064200719,0.5600486993789673,7.561060928517275,The Hitchhiker's Guide to the Galaxy,0.5169205665588379,2.102114009073872,0.5259182453155518,5.666003639061062,-0.11558651924133301,-1.5860778026538003,0.03413045406341553,1.8950572894562132 +Harry Potter,Dean Thomas,0.4422601759433746,0.3565506139410043,0.4590863287448883,1.938231684929948,Harry Potter,0.4910069108009338,1.964056739711877e-21,0.5423886179924011,6.595244790795994e-09,-0.048746734857559204,0.3565506139410043,-0.08330228924751282,1.9382316783347031 +The Lord of the Rings,Aragorn II,0.5159305930137634,0.8487244291573735,0.4953894317150116,2.043826256497426,The Lord of the Rings,0.5183244943618774,1.4765109316005042e-08,0.5439724326133728,6.747405139781331e-12,-0.0023939013481140137,0.8487244143922641,-0.048583000898361206,2.0438262564906786 +The Hitchhiker's Guide to the Galaxy,The Lord,0.3071805536746979,0.539492840010531,0.5095160007476807,3.5966796013484585,The Hitchhiker's Guide to the Galaxy,0.5007612705230713,2.066419580043978,0.5112965703010559,1.3281270743648217,-0.1935807168483734,-1.526926740033447,-0.0017805695533752441,2.268552526983637 +Dune,Tyekanik,0.4869306087493896,0.5850379611842363,0.5662058591842651,3.932007099913652,Dune,0.5200982689857483,0.8706128152474562,0.5710911154747009,1.0321123382009028,-0.0331676602363587,-0.2855748540632198,-0.004885256290435791,2.8998947617127495 +Harry Potter,Myrtle Warren,0.4804550409317016,1.0701752161855695,0.4709806740283966,2.919664660674945,Harry Potter,0.508208155632019,1.076582645255686e-05,0.5474299788475037,2.642506336340502e-06,-0.02775311470031744,1.070164450359117,-0.07644930481910706,2.9196620181686086 +The Lord of the Rings,Gandalf,0.4683649241924286,1.8641340440344576,0.479445606470108,2.943566129836775,The Lord of the Rings,0.4894548654556274,3.482748800879476e-39,0.5559438467025757,8.537526913583036e-14,-0.021089941263198797,1.8641340440344576,-0.0764982402324677,2.9435661298366895 +The Lord of the Rings,Elrond,0.4814432561397552,1.9066771373142477,0.4988417327404022,2.981981024107577,The Lord of the Rings,0.5360152721405029,2.839668591472706e-05,0.5335156321525574,1.633587481324431e-05,-0.054572016000747736,1.906648740628333,-0.03467389941215515,2.9819646882327637 +The Lord of the Rings,Sauron,0.4608953893184662,1.53141237184999,0.4845940172672272,3.1077663702399985,The Lord of the Rings,0.4822040498256683,1.5777603004678571e-62,0.5719515085220337,1.2221334063712123e-19,-0.021308660507202093,1.53141237184999,-0.08735749125480652,3.1077663702399985 +The Lord of the Rings,Galadriel,0.4836136102676391,1.6749693381935893,0.4992484152317047,3.2063685807969784,The Lord of the Rings,0.5415364503860474,4.372329747200607e-11,0.5580785274505615,7.375608451744264e-10,-0.05792284011840826,1.674969338149866,-0.05883011221885681,3.2063685800594177 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Jeltz,0.4988266229629516,0.8692090518030713,0.5272074341773987,5.493615467566085,The Hitchhiker's Guide to the Galaxy,0.5014403462409973,1.5210810540607456,0.5499670505523682,2.281380024832352,-0.00261372327804571,-0.6518720022576743,-0.022759616374969482,3.2122354427337325 +The Hitchhiker's Guide to the Galaxy,Mr Prosser,0.5088934302330017,4.318724304727283,0.5321364998817444,6.693953706336869,The Hitchhiker's Guide to the Galaxy,0.4827904403209686,4.507037385340246,0.4820026457309723,3.286594095395597,0.026102989912033137,-0.18831308061296337,0.050133854150772095,3.4073596109412714 +The Lord of the Rings,Saruman,0.4527406990528106,0.6746712656900681,0.482961505651474,3.480506052068393,The Lord of the Rings,0.4671428799629211,5.896204108889357e-98,0.5533922910690308,1.1844731084685679e-11,-0.014402180910110474,0.6746712656900681,-0.07043078541755676,3.480506052056548 +The Lord of the Rings,Morgoth,0.4952822923660278,0.7517437502222779,0.5033573508262634,3.605734869013335,The Lord of the Rings,0.5276913642883301,5.316404165253476e-17,0.5421412587165833,1.5246684081734516e-13,-0.0324090719223023,0.7517437502222779,-0.038783907890319824,3.6057348690131827 +The Hunger Games,Palmyra Monty,0.487560361623764,1.3511176525859887,0.5095211863517761,6.760745934657895,The Hunger Games,0.4658852517604828,1.4012232545944838,0.5263291597366333,2.776145655403921,0.021675109863281194,-0.05010560200849512,-0.016807973384857178,3.984600279253974 +The Lord of the Rings,Celebrimbor,0.5067253708839417,1.057553330185533,0.5297908186912537,4.509701427063241,The Lord of the Rings,0.516136646270752,1.3411937602809202e-06,0.5013521313667297,5.955852752708689e-11,-0.009411275386810303,1.0575519889917728,0.028438687324523926,4.509701427003683 +The Hitchhiker's Guide to the Galaxy,Old Woman in the Cave,0.4835208356380462,0.8531443032854303,0.5800648927688599,10.905864690592557,The Hitchhiker's Guide to the Galaxy,0.5089417099952698,4.67116185980418,0.5259667634963989,6.319423488592738,-0.025420874357223566,-3.81801755651875,0.05409812927246094,4.586441201999818 diff --git a/ressources/data/total_comparisson/normal_eval_comparisonF.csv b/ressources/data/total_comparisson/normal_eval_comparisonF.csv new file mode 100644 index 0000000000000000000000000000000000000000..7bebcc17b8e8d37b931b22dff5adb4e80de0d06d --- /dev/null +++ b/ressources/data/total_comparisson/normal_eval_comparisonF.csv @@ -0,0 +1,312 @@ +Book_1,Character,F1_1,h_1,wF1_1,wh_1,Book_2,F1_2,h_2,wF1_2,wh_2,F1c,hc,wF1c,whc +The Lord of the Rings,Lúthien,0.4240851700305938,1.3768888823489491e-10,0.5941258072853088,0.1462831108081908,The Lord of the Rings,0.5956390500068665,0.0112333518610646,0.5993440747261047,0.0595055290157494,-0.17155387997627264,-0.011233351723375713,-0.0052182674407958984,0.08677758179244141 +Dune,Ramallo,0.4325161278247833,0.0687161399514886,0.501629650592804,1.872451841371104,Dune,0.5678929090499878,1.154690518665489,0.5771474838256836,1.2469760206362497,-0.13537678122520447,-1.0859743787140004,-0.07551783323287964,0.6254758207348543 +Dune,Aramsham,0.4058475792407989,0.8238137072393069,0.4876619875431061,0.9168460982084708,Dune,0.5344614386558533,1.4950078491961325,0.558563232421875,1.4762572326855694,-0.12861385941505438,-0.6711941419568256,-0.07090124487876892,-0.5594111344770986 +The Lord of the Rings,Beorn,0.4574282765388489,7.964547045271094e-06,0.6069895625114441,0.5130365078530041,The Lord of the Rings,0.5743336081504822,0.2859192303420603,0.598109781742096,0.1540755443137909,-0.1169053316116333,-0.285911265795015,0.008879780769348145,0.35896096353921325 +The Lord of the Rings,Gil-galad,0.4937008917331695,2.8875881748037804e-14,0.5870011448860168,0.0041511127078988,The Lord of the Rings,0.6103127002716064,0.0028920199616459,0.5794858336448669,0.0144161097849405,-0.11661180853843695,-0.0028920199616170243,0.007515311241149902,-0.0102649970770417 +The Lord of the Rings,Thráin II,0.4682380259037018,6.8213707629566455e-09,0.5730043649673462,0.0226963133225233,The Lord of the Rings,0.5807884335517883,0.0296818214378983,0.5639391541481018,0.0503974339656662,-0.11255040764808655,-0.029681814616527538,0.009065210819244385,-0.0277011206431429 +Twilight,Randall,0.4445645213127136,0.2113762974976194,0.4651248753070831,0.1869984820936673,Twilight,0.553048312664032,1.454575429737306,0.5498643517494202,3.8130195171475982,-0.10848379135131836,-1.2431991322396865,-0.08473947644233709,-3.626021035053931 +Dune,Kailea Vernius,0.4088099002838135,3.335268626224189e-07,0.5558974742889404,0.6014721844717049,Dune,0.5170943737030029,0.3752516692902247,0.5739883184432983,0.7558099218848111,-0.10828447341918945,-0.37525133576336206,-0.01809084415435791,-0.1543377374131062 +The Hitchhiker's Guide to the Galaxy,Hactar,0.4329808056354522,0.0638868818155731,0.5714038014411926,2.182541127424045,The Hitchhiker's Guide to the Galaxy,0.5371614098548889,1.459193337851069,0.574628472328186,1.092209836230405,-0.1041806042194367,-1.395306456035496,-0.003224670886993408,1.0903312911936403 +The Hitchhiker's Guide to the Galaxy,Ameglian Major Cow,0.4219990670681,0.0333257116217055,0.5657427310943604,4.5520837618766254,The Hitchhiker's Guide to the Galaxy,0.524772584438324,0.4754265145147631,0.5391592383384705,1.6993015589938314,-0.102773517370224,-0.4421008028930576,0.026583492755889893,2.852782202882794 +The Lord of the Rings,Thrór,0.4825860559940338,7.743723490880978e-06,0.5413334965705872,0.2404470966108232,The Lord of the Rings,0.5830733180046082,0.1168014483449544,0.5529870390892029,0.0606224964542881,-0.10048726201057434,-0.11679370462146352,-0.011653542518615723,0.1798246001565351 +The Lord of the Rings,Melian,0.4705244600772857,0.0005430458619563,0.5702692866325378,1.151224722893621,The Lord of the Rings,0.568642795085907,0.4820294146165659,0.5772488117218018,0.5859594915320728,-0.09811833500862127,-0.4814863687546096,-0.006979525089263916,0.5652652313615482 +The Lord of the Rings,Ancalagon,0.477145254611969,0.0110481038998085,0.5791114568710327,2.0878972244703298,The Lord of the Rings,0.5745759010314941,4.189269457296343,0.6052698493003845,4.544569991484027,-0.09743064641952515,-4.178221353396535,-0.026158392429351807,-2.4566727670136976 +The Hitchhiker's Guide to the Galaxy,Lintilla,0.4331122636795044,0.0054116694166139,0.5091831088066101,0.2562651870653857,The Hitchhiker's Guide to the Galaxy,0.5287073850631714,0.558869123703348,0.5504475831985474,0.5872657301781092,-0.09559512138366699,-0.5534574542867341,-0.041264474391937256,-0.33100054311272353 +Twilight,Rebecca Black,0.4065530896186828,0.094421984457344,0.4780859351158142,1.0728798273423112,Twilight,0.4971699118614197,1.2935049089247452,0.517520546913147,3.558757023917906,-0.09061682224273687,-1.1990829244674013,-0.039434611797332764,-2.4858771965755944 +Dune,Tio Holtzman,0.4509092569351196,5.580479411464467e-05,0.5041067600250244,0.0065064358970146,Dune,0.5365378260612488,0.4520475765011633,0.5751590132713318,0.2024374726113764,-0.0856285691261292,-0.45199177170704863,-0.07105225324630737,-0.1959310367143618 +Dune,Tlaloc,0.4285541176795959,0.0118315451596015,0.5015847682952881,0.9321172489174157,Dune,0.5124073624610901,3.8070235424098406,0.542407751083374,1.1899244749396642,-0.0838532447814942,-3.7951919972502393,-0.04082298278808594,-0.2578072260222486 +The Lord of the Rings,Legolas,0.4352049231529236,0.4679468441090048,0.4515453577041626,1.3105177750316803,The Lord of the Rings,0.5186892151832581,4.7944220802678974e-24,0.583724319934845,2.8502492893339547e-09,-0.08348429203033447,0.4679468441090048,-0.13217896223068237,1.310517772181431 +The Hunger Games,Coriolanus Snow,0.4087497889995575,0.3796436125093209,0.4526492655277252,1.5742954966856622,The Hunger Games,0.4886925816535949,1.7029677076940517e-18,0.518031120300293,7.187736589710056e-17,-0.07994279265403742,0.3796436125093209,-0.06538185477256775,1.5742954966856622 +Dune,Zufa Cenva,0.4670575857162475,0.0112104319609969,0.5524097681045532,0.3717184737716069,Dune,0.5469627380371094,0.2514755578288763,0.5501323938369751,0.497377813153401,-0.07990515232086187,-0.2402651258678794,0.002277374267578125,-0.12565933938179413 +The Lord of the Rings,Maedhros,0.5035333037376404,2.6845660125638523e-09,0.5534624457359314,0.0007071572139962,The Lord of the Rings,0.5822654962539673,0.0118733455624457,0.5654446482658386,0.0303042822961876,-0.0787321925163269,-0.011873342877879688,-0.011982202529907227,-0.0295971250821914 +The Hunger Games,Lysistrata Vickers,0.4519827663898468,7.61478911561517e-07,0.4958251416683197,0.0011258190365234,The Hunger Games,0.530523419380188,0.0118625476820695,0.5598405003547668,0.0343174409523811,-0.07854065299034119,-0.011861786203157938,-0.06401535868644714,-0.0331916219158577 +Dune,Leto Atreides II,0.4332444071769714,1.0353937872588983,0.4626670479774475,1.236763637671174,Dune,0.5101075768470764,0.0009207827013981,0.5217192769050598,0.000183900062533,-0.07686316967010504,1.0344730045575001,-0.059052228927612305,1.236579737608641 +The Hunger Games,Dill,0.4356289803981781,0.0002891011143852,0.4885352551937103,0.0960276098361049,The Hunger Games,0.510287880897522,0.1673106770659258,0.5264093279838562,0.3645071642658643,-0.07465890049934387,-0.1670215759515406,-0.037874072790145874,-0.26847955442975946 +The Hunger Games,Mizzen,0.4259211421012878,1.2010382943299564e-06,0.4469455778598785,1.869939636121712e-07,The Hunger Games,0.4994212985038757,0.0027858218807353,0.5460163354873657,0.0096939378827912,-0.07350015640258789,-0.00278462084244097,-0.09907075762748724,-0.009693750888827587 +Dune,Chani Kynes,0.4593413472175598,0.765399971568981,0.4882956147193908,0.8681908027060506,Dune,0.5317520499229431,1.1616693733240029,0.5398597121238708,1.4438592161520991,-0.0724107027053833,-0.3962694017550219,-0.051564097404480036,-0.5756684134460485 +Twilight,Sam Uley,0.4657468497753143,0.7360231784276465,0.4671300649642944,0.9117944123315556,Twilight,0.5355950593948364,3.600960145056e-05,0.540189266204834,1.1542121422218382e-05,-0.06984820961952215,0.735987168826196,-0.0730592012405396,0.9117828702101334 +The Lord of the Rings,Morgoth,0.4580369889736175,1.168327412862539,0.4980153143405914,1.836967770407093,The Lord of the Rings,0.5276913642883301,5.316404165253476e-17,0.5421412587165833,1.5246684081734516e-13,-0.06965437531471258,1.168327412862539,-0.04412594437599188,1.8369677704069405 +The Lord of the Rings,Thorin II,0.4779637455940246,1.9999888091541057e-19,0.5533391833305359,1.7823173898844698e-06,The Lord of the Rings,0.5464227199554443,0.0004284126620413,0.575333297252655,0.0027267432030499,-0.06845897436141973,-0.0004284126620412998,-0.02199411392211914,-0.0027249608856600156 +The Hitchhiker's Guide to the Galaxy,Golgafrinchans,0.4998741745948791,0.0022159234741147,0.5546774864196777,0.9447810135592936,The Hitchhiker's Guide to the Galaxy,0.5678676962852478,1.1610192491706892,0.5612878203392029,1.4139129371358898,-0.06799352169036871,-1.1588033256965746,-0.0066103339195251465,-0.4691319235765963 +The Lord of the Rings,Círdan,0.4970964193344116,1.1359558026426888e-15,0.5533652901649475,0.0023556687549475,The Lord of the Rings,0.5649707317352295,0.0396925836048516,0.5829378366470337,0.0174921897736828,-0.06787431240081787,-0.039692583604850465,-0.02957254648208618,-0.0151365210187353 +Twilight,Vasilii,0.4197364151477813,0.0006704062509159,0.4228555858135223,0.0588528301541689,Twilight,0.4868839085102081,0.9821019779920626,0.5375935435295105,1.6325823342779708,-0.06714749336242676,-0.9814315717411467,-0.11473795771598821,-1.573729504123802 +The Hitchhiker's Guide to the Galaxy,God,0.4720796644687652,0.000474325132103,0.5213883519172668,2.9978883732699493,The Hitchhiker's Guide to the Galaxy,0.538847804069519,2.2596122948759985,0.5220323801040649,1.4293852203350672,-0.06676813960075384,-2.2591379697438954,-0.0006440281867980957,1.568503152934882 +Dune,Jehanne Butler,0.4389314949512481,0.0288194764317802,0.4444078803062439,0.0512613213413012,Dune,0.5041056871414185,0.7578706297314075,0.511239230632782,0.7765911703854489,-0.06517419219017034,-0.7290511532996273,-0.06683135032653809,-0.7253298490441477 +The Hitchhiker's Guide to the Galaxy,Dan Streetmentioner,0.4536094069480896,0.3031424793759491,0.5627984404563904,3.105531301877437,The Hitchhiker's Guide to the Galaxy,0.518623411655426,1.0481372819919772,0.5506841540336609,3.3942237237839783,-0.06501400470733643,-0.744994802616028,0.012114286422729492,-0.28869242190654143 +Harry Potter,Bartemius Crouch Junior,0.4790416359901428,3.9225961309581856,0.4808548986911773,3.138785448592562,Harry Potter,0.5438398122787476,2.068045174634521e-09,0.5474404096603394,1.3919049480481646e-09,-0.06479817628860474,3.9225961288901403,-0.06658551096916204,3.1387854472006573 +The Hitchhiker's Guide to the Galaxy,Number Two,0.43616983294487,0.9727470646024056,0.4991006553173065,1.892146497758362,The Hitchhiker's Guide to the Galaxy,0.5003491044044495,1.2324191217297131,0.5516855120658875,1.8112055895966903,-0.06417927145957947,-0.25967205712730757,-0.05258485674858093,0.08094090816167165 +Twilight,Renesmee Cullen,0.4330266118049621,0.6311994326354685,0.4501892328262329,0.6259689675029592,Twilight,0.497202605009079,3.8947510848525565e-11,0.4866980016231537,1.0830165529302885e-12,-0.06417599320411688,0.631199432596521,-0.036508768796920776,0.6259689675018761 +The Lord of the Rings,Shadowfax,0.558815598487854,0.2268558574927122,0.5979445576667786,1.6379879568324147,The Lord of the Rings,0.6224778294563293,1.7175942891378289,0.6148388385772705,1.9714219260473624,-0.06366223096847534,-1.4907384316451167,-0.016894280910491943,-0.3334339692149477 +The Hitchhiker's Guide to the Galaxy,Almighty Bob,0.460065096616745,1.8494015249277385,0.5477994680404663,2.8131422225838065,The Hitchhiker's Guide to the Galaxy,0.5236132144927979,3.957909785382811,0.5205970406532288,1.3806195933359589,-0.06354811787605286,-2.1085082604550727,0.02720242738723755,1.4325226292478477 +The Hitchhiker's Guide to the Galaxy,Grunthos the Flatulent,0.5367152690887451,2.4596168074797715,0.5372061729431152,2.8103312219034,The Hitchhiker's Guide to the Galaxy,0.5995125770568848,17.001846737223865,0.5219007730484009,2.133263321573577,-0.06279730796813965,-14.542229929744092,0.015305399894714355,0.6770679003298228 +The Hitchhiker's Guide to the Galaxy,Genghis Khan,0.5043528079986572,1.1397913126863477,0.5355144143104553,3.3542247691558065,The Hitchhiker's Guide to the Galaxy,0.5663809180259705,2.074380728007357,0.5443081259727478,2.531551998571767,-0.06202811002731323,-0.9345894153210095,-0.00879371166229248,0.8226727705840395 +The Hitchhiker's Guide to the Galaxy,Hurling Frootmig,0.4553157687187195,0.5980317027887777,0.496841698884964,2.427544772938232,The Hitchhiker's Guide to the Galaxy,0.5172088146209717,1.3230990334518309,0.5507286787033081,3.484903478663206,-0.0618930459022522,-0.7250673306630532,-0.053886979818344116,-1.0573587057249743 +The Hitchhiker's Guide to the Galaxy,Oolon Colluphid,0.5167138576507568,0.3045699755027859,0.5419318079948425,4.214868428260779,The Hitchhiker's Guide to the Galaxy,0.5784218311309814,4.851148934817749,0.5522536039352417,2.5080001062957518,-0.06170797348022461,-4.546578959314963,-0.01032179594039917,1.7068683219650271 +Harry Potter,Seamus Finnigan,0.4527804553508758,1.5254552835269637,0.4320342540740967,1.6758501032135402,Harry Potter,0.5138559937477112,6.541696306138895e-16,0.5381180644035339,2.4033985258907307e-06,-0.06107553839683538,1.525455283526963,-0.10608381032943726,1.6758476998150142 +The Lord of the Rings,Glaurung,0.4925675988197326,0.0105043637293916,0.5601674318313599,0.5209951886978874,The Lord of the Rings,0.5535544753074646,0.3629630472734391,0.5826680660247803,0.8313548871362959,-0.06098687648773199,-0.35245868354404747,-0.02250063419342041,-0.3103596984384085 +Twilight,Charlie Swan,0.4474963545799255,0.6579660924865371,0.4262187480926513,1.7776992499067172,Twilight,0.50819993019104,1.7029831075784686e-20,0.5111526250839233,1.0789891481000245e-15,-0.06070357561111456,0.6579660924865371,-0.08493387699127203,1.7776992499067161 +The Hunger Games,Coral,0.4286750257015228,4.980235540597977e-07,0.4535006880760193,4.3197941769261226e-08,The Hunger Games,0.4890300333499908,0.0080261692520166,0.5262603163719177,0.0648888114158943,-0.06035500764846796,-0.00802567122846254,-0.07275962829589844,-0.06488876821795253 +Twilight,Santiago,0.4405513107776642,0.0113096824479289,0.4655430316925049,0.0218416827716768,Twilight,0.500321090221405,1.2468754962383273,0.4711087644100189,0.1209499717076706,-0.059769779443740845,-1.2355658137903984,-0.005565732717514038,-0.0991082889359938 +Dune,Piter de Vries,0.463932991027832,0.7901284138439427,0.5120517611503601,1.5202778799386392,Dune,0.5234078764915466,2.121741244796618,0.5473734140396118,2.341555622457318,-0.059474885463714655,-1.3316128309526754,-0.03532165288925171,-0.821277742518679 +Dune,Shando Vernius,0.4891597926616668,0.1598593751666299,0.5207884311676025,0.4678524818639373,Dune,0.5465232133865356,0.7520822598278919,0.5261800289154053,0.8021177618208027,-0.05736342072486883,-0.592222884661262,-0.005391597747802734,-0.33426527995686545 +The Hitchhiker's Guide to the Galaxy,Lig Lury Jr,0.4491147696971893,0.167543472843609,0.4874661862850189,3.8898089760996233,The Hitchhiker's Guide to the Galaxy,0.5064576864242554,1.4415529324090486,0.5332200527191162,2.406554908545643,-0.057342916727066096,-1.2740094595654397,-0.04575386643409729,1.4832540675539803 +Harry Potter,Myrtle Warren,0.4512809216976166,4.066192632689464,0.4595744013786316,4.842941977938914,Harry Potter,0.508208155632019,1.076582645255686e-05,0.5474299788475037,2.642506336340502e-06,-0.056927233934402466,4.066181866863012,-0.08785557746887207,4.842939335432577 +The Hitchhiker's Guide to the Galaxy,Agda,0.4573055505752563,1.421807429387134,0.5298096537590027,6.014122812135902,The Hitchhiker's Guide to the Galaxy,0.5139344334602356,1.6046755314659846,0.5281763672828674,2.435745000064001,-0.056628882884979304,-0.18286810207885074,0.001633286476135254,3.578377812071901 +Dune,Liet Kynes,0.5218409895896912,1.278225329638197,0.5362000465393066,0.7457589774633218,Dune,0.5779098868370056,0.5893175192449547,0.5671825408935547,0.5113138194072281,-0.05606889724731445,0.6889078103932422,-0.030982494354248047,0.23444515805609367 +Dune,Leto I Atreides,0.504253625869751,0.0099520281209106,0.5509100556373596,0.1195720031412774,Dune,0.5601571798324585,0.1023989904643914,0.5555311441421509,0.0417155261758025,-0.05590355396270752,-0.09244696234348079,-0.00462108850479126,0.0778564769654749 +The Hunger Games,Livia Cardew,0.4411150813102722,0.0011644289971937,0.4497662484645843,0.018320461370184,The Hunger Games,0.4969425797462463,0.601184000557319,0.5460469126701355,1.993355810689457,-0.055827498435974066,-0.6000195715601253,-0.0962806642055512,-1.9750353493192732 +Twilight,Lauren Mallory,0.452099472284317,0.0881345951046566,0.4402539134025574,0.0103526996278594,Twilight,0.5076858997344971,0.0148204148834229,0.5188787579536438,1.9971218720906192,-0.055586427450180054,0.0733141802212337,-0.07862484455108643,-1.9867691724627599 +Dune,Tyros Reffa,0.42983078956604,0.1327862233708681,0.4983071088790893,1.1056474255429347,Dune,0.4846203923225403,0.8964724246466521,0.5130773186683655,0.7053993910320941,-0.0547896027565003,-0.763686201275784,-0.014770209789276179,0.40024803451084057 +Dune,Elrood Corrino IX,0.4714115262031555,1.3470757706131942,0.5571887493133545,3.313130230889499,Dune,0.5237322449684143,1.7444766368832163,0.5411025285720825,2.93718753271404,-0.05232071876525879,-0.39740086627002214,0.016086220741271973,0.375942698175459 +Twilight,Quil Ateara V,0.5100683569908142,0.1399546709235932,0.561724066734314,0.0447618215796129,Twilight,0.5615991950035095,0.0493345792024236,0.5382692217826843,0.0347674485236213,-0.05153083801269531,0.09062009172116961,0.02345484495162964,0.009994373055991601 +Dune,Lichna,0.4485637843608856,1.328797911591771,0.4464889764785766,0.7906917182421546,Dune,0.5000667572021484,0.8253871268352208,0.5714812278747559,2.2966022270097417,-0.05150297284126282,0.5034107847565502,-0.12499225139617925,-1.5059105087675873 +The Hunger Games,Alma Coin,0.4811421930789947,2.95861523989604e-20,0.5374076962471008,0.0030204198098382,The Hunger Games,0.5310269594192505,0.0579975632837664,0.507499635219574,0.0027280961559054,-0.04988476634025579,-0.0579975632837664,0.029908061027526855,0.0002923236539328 +The Lord of the Rings,Túrin,0.4932235479354858,1.9729607394382167e-10,0.4993710517883301,2.1667083816749173e-05,The Lord of the Rings,0.5421173572540283,0.0429806611634024,0.5550504326820374,0.0017625311475901,-0.048893809318542536,-0.042980660966106324,-0.055679380893707275,-0.001740864063773351 +The Hitchhiker's Guide to the Galaxy,Number One,0.4791897237300873,1.594780988308329,0.5081092715263367,1.295263558473435,The Hitchhiker's Guide to the Galaxy,0.5280580520629883,1.4328597399698952,0.493426501750946,0.9568505357678344,-0.048868328332901,0.1619212483384338,0.01468276977539068,0.3384130227056007 +The Lord of the Rings,Galadriel,0.4945986270904541,1.1028929795254774,0.498959481716156,2.6947653102196303,The Lord of the Rings,0.5415364503860474,4.372329747200607e-11,0.5580785274505615,7.375608451744264e-10,-0.04693782329559326,1.1028929794817541,-0.05911904573440552,2.6947653094820696 +The Hitchhiker's Guide to the Galaxy,Hillman Hunter,0.4723850190639496,0.3463285279502558,0.526846706867218,1.3370309332758832,The Hitchhiker's Guide to the Galaxy,0.519244909286499,3.550699065130454,0.5177202820777893,2.1707907641217323,-0.04685989022254944,-3.2043705371801985,0.009126424789428711,-0.8337598308458491 +Dune,Helena Atreides,0.5068652033805847,0.1119035016338069,0.5462532639503479,0.3454311405400564,Dune,0.55311119556427,0.3863628588487818,0.5335257053375244,0.2456276973392827,-0.0462459921836853,-0.2744593572149749,0.012727558612823486,0.09980344320077372 +Dune,Octa Butler,0.4596191346645355,0.0260518392912217,0.5119488835334778,0.9994224406668474,Dune,0.5055363774299622,1.1788144831676244,0.5349791646003723,0.9440785315735382,-0.045917242765426636,-1.1527626438764027,-0.02303028106689453,0.05534390909330922 +Dune,Irulan Corrino,0.5094133019447327,0.0134960327501953,0.5159376263618469,0.0779417916071164,Dune,0.5549029111862183,0.3883706492553182,0.5475248694419861,0.0924784031698652,-0.045489609241485596,-0.37487461650512294,-0.03158724308013916,-0.01453661156274881 +The Hitchhiker's Guide to the Galaxy,Allitnils,0.4514158368110657,0.7028346729424548,0.4638689458370209,1.177709601829284,The Hitchhiker's Guide to the Galaxy,0.4965316355228424,0.8980947810572045,0.5122107267379761,1.7813170644012286,-0.04511579871177673,-0.1952601081147497,-0.0483417809009552,-0.6036074625719445 +Dune,Otheym,0.5519803762435913,1.9190665607807564,0.488323450088501,0.4175151666718351,Dune,0.5967943072319031,2.07091631715095,0.5572136640548706,2.31686868074298,-0.04481393098831177,-0.1518497563701935,-0.06889021396636963,-1.899353514071145 +Dune,Duncan Idaho,0.4214058220386505,1.0528955818498733,0.4439141750335693,2.1972041209773283,Dune,0.4661685228347778,7.297284294208589e-05,0.4469107091426849,0.000229876418894,-0.044762700796127264,1.0528226090069313,-0.0029965341091156006,2.1969742445584344 +The Hitchhiker's Guide to the Galaxy,Old Woman in the Cave,0.4645183086395263,1.170952580145992,0.5418444275856018,7.01581392016772,The Hitchhiker's Guide to the Galaxy,0.5089417099952698,4.67116185980418,0.5259667634963989,6.319423488592738,-0.044423401355743464,-3.5002092796581885,0.01587766408920288,0.696390431574982 +Dune,Feyd-Rautha Harkonnen,0.460873395204544,1.219083792235549,0.4707494080066681,0.8714558397648315,Dune,0.5048120021820068,0.0491797741805462,0.5505842566490173,0.2825709889059585,-0.043938606977462824,1.1699040180550029,-0.07983484864234924,0.5888848508588731 +The Hitchhiker's Guide to the Galaxy,Haggunenons,0.5025545358657837,0.4367676940461874,0.5594968795776367,1.4825687364523716,The Hitchhiker's Guide to the Galaxy,0.5453197956085205,0.3291761873612753,0.5468650460243225,0.920699640644659,-0.042765259742736816,0.10759150668491213,0.012631833553314209,0.5618690958077126 +The Hitchhiker's Guide to the Galaxy,Lallafa,0.4753203988075256,0.7379222995063882,0.5090602040290833,1.4554464099777698,The Hitchhiker's Guide to the Galaxy,0.5180431008338928,1.4061786046354934,0.5211470723152161,0.9665751629373902,-0.04272270202636724,-0.6682563051291052,-0.012086868286132812,0.48887124704037954 +Dune,Mohandas Suk,0.4551697373390198,0.2720735772913702,0.5508387684822083,1.4002093038690775,Dune,0.4978834688663482,1.0267002706159707,0.540614664554596,1.529749728452501,-0.042713731527328436,-0.7546266933246004,0.010224103927612305,-0.12954042458342352 +The Hunger Games,Katniss Everdeen,0.4497995972633362,1.4265105776332534,0.474838376045227,2.195442424563712,The Hunger Games,0.4919271767139435,3.5075124594518224e-74,0.5602644085884094,3.947301730599182e-27,-0.0421275794506073,1.4265105776332534,-0.08542603254318243,2.195442424563712 +Dune,Vorian Atreides,0.4723348021507263,0.7620755642897297,0.4491121768951416,1.0658716977179965,Dune,0.5141591429710388,1.5746219723473062e-11,0.5186734795570374,2.5327050753729173e-14,-0.0418243408203125,0.7620755642739835,-0.06956130266189575,1.0658716977179712 +Dune,Rhombur Vernius,0.4880791306495666,0.0403226233838716,0.5621006488800049,0.4523142109796731,Dune,0.5298475623130798,0.4492802922201242,0.5671092867851257,0.2153144695845419,-0.04176843166351324,-0.4089576688362526,-0.00500863790512085,0.23699974139513122 +Dune,Jessica Atreides,0.4570485055446625,0.144439164385024,0.4733946025371551,0.5619218432663521,Dune,0.4973728954792022,0.376441262810641,0.4970850646495819,0.4108089338864428,-0.04032438993453974,-0.232002098425617,-0.023690462112426813,0.1511129093799093 +The Lord of the Rings,Éowyn,0.5354081392288208,0.0446670784607137,0.5591710209846497,0.0808981344760647,The Lord of the Rings,0.5752246379852295,0.1766522094437725,0.5742315649986267,0.0361872465904922,-0.03981649875640869,-0.1319851309830588,-0.01506054401397705,0.044710887885572495 +Twilight,Bree Tanner,0.5183275938034058,2.555710534939857e-06,0.5305123329162598,4.429474834340514e-05,Twilight,0.5580485463142395,0.0113079999916323,0.5131526589393616,0.0001464595674742,-0.03972095251083374,-0.01130544428109736,0.017359673976898193,-0.00010216481913079486 +The Lord of the Rings,Fíli and Kíli,0.535077691078186,0.0390663683312621,0.6048795580863953,0.1515881549037747,The Lord of the Rings,0.5735980868339539,0.0009851667951868,0.5889543890953064,0.1636460379511975,-0.03852039575576782,0.0380812015360753,0.015925168991088867,-0.012057883047422807 +Dune,Anirul Corrino,0.5136567950248718,1.876669671550019,0.5680137276649475,2.9275031075382563,Dune,0.5521725416183472,1.7887946758179385,0.5885332226753235,2.588326357345893,-0.03851574659347534,0.08787499573208057,-0.020519495010375977,0.3391767501923635 +The Hitchhiker's Guide to the Galaxy,Mella,0.4520410597324371,1.4347506010220392,0.5313006639480591,8.1670382369449,The Hitchhiker's Guide to the Galaxy,0.487587034702301,1.8086497148552143,0.5032673478126526,2.9962824801325185,-0.03554597496986395,-0.3738991138331751,0.028033316135406494,5.170755756812382 +The Hitchhiker's Guide to the Galaxy,Know-Nothing-Bozo,0.460536777973175,1.4569908972698322,0.4859395027160644,1.0203099039770764,The Hitchhiker's Guide to the Galaxy,0.4955277740955353,0.5778292685825147,0.4897610247135162,0.6143910796859021,-0.034990996122360285,0.8791616286873175,-0.0038215219974517822,0.4059188242911743 +Dune,Sheeana Brugh,0.5340063571929932,0.9987176212057696,0.5581178069114685,2.533198754228731,Dune,0.5689539313316345,3.879076295351741,0.5332396626472473,2.092447271800819,-0.03494757413864136,-2.8803586741459712,0.02487814426422119,0.44075148242791196 +The Hitchhiker's Guide to the Galaxy,Phouchg,0.5244225859642029,3.808853748013472,0.4926845729351043,1.0361474155167532,The Hitchhiker's Guide to the Galaxy,0.558274507522583,3.1433265221504385,0.511775553226471,0.8516334959792943,-0.03385192155838013,0.6655272258630336,-0.019090980291366633,0.18451391953745888 +The Hitchhiker's Guide to the Galaxy,Prak,0.4407698810100555,0.1180049148389614,0.514369547367096,0.4189564750491458,The Hitchhiker's Guide to the Galaxy,0.4743108451366424,0.8805545389287109,0.5147708058357239,0.2908535552733367,-0.033540964126586914,-0.7625496240897496,-0.0004012584686279297,0.12810291977580912 +The Hitchhiker's Guide to the Galaxy,Judiciary Pag,0.4658540189266205,2.2053176174830877,0.5554378628730774,1.6235163327564248,The Hitchhiker's Guide to the Galaxy,0.4990079998970032,2.7655560556335304,0.5291802883148193,2.0222538527401874,-0.03315398097038269,-0.5602384381504426,0.026257574558258057,-0.3987375199837626 +The Hunger Games,Casca Highbottom,0.4864108562469482,0.0053927922680926,0.4324418902397156,2.4006125507516925e-06,The Hunger Games,0.5193358063697815,0.067383490854419,0.5250967144966125,0.0839281652098627,-0.03292495012283331,-0.0619906985863264,-0.09265482425689697,-0.08392576459731195 +The Lord of the Rings,Frodo Baggins,0.4546349644660949,1.7198854026994104,0.4846213757991791,1.250914683541555,The Lord of the Rings,0.4864082634449005,2.1745984994112282e-17,0.5676297545433044,1.848452970455668e-08,-0.0317732989788056,1.7198854026994104,-0.08300837874412537,1.2509146650570253 +Dune,Scytale,0.4897126257419586,0.4730752657490815,0.5085275173187256,0.5772822226475126,Dune,0.521210253238678,0.5930412116541532,0.5328407883644104,0.2677262583362687,-0.03149762749671936,-0.11996594590507176,-0.024313271045684814,0.30955596431124394 +The Hitchhiker's Guide to the Galaxy,Lunkwill and Fook,0.4459331035614013,0.9297680416501386,0.5080600380897522,1.226444792424524,The Hitchhiker's Guide to the Galaxy,0.4774085283279419,1.5053924682447637,0.5095489621162415,0.74077942371084,-0.03147542476654058,-0.5756244265946251,-0.0014889240264892578,0.48566536871368404 +Harry Potter,Dean Thomas,0.4605115950107574,1.521156044271354,0.448440670967102,1.828053777490866,Harry Potter,0.4910069108009338,1.964056739711877e-21,0.5423886179924011,6.595244790795994e-09,-0.03049531579017639,1.521156044271354,-0.09394794702529913,1.8280537708956213 +The Hitchhiker's Guide to the Galaxy,Ruler of the Universe,0.4977446794509887,4.313830727905722,0.5375468134880066,9.833476668039363,The Hitchhiker's Guide to the Galaxy,0.5280703902244568,11.006996540280486,0.521700382232666,6.962456970037287,-0.030325710773468073,-6.693165812374764,0.015846431255340576,2.871019698002076 +Twilight,Collin Littlesea,0.4015692770481109,0.3932931368504643,0.4368025660514831,0.3934013293951621,Twilight,0.4317830801010132,0.6549329661210603,0.4445505440235138,0.8581127887388902,-0.030213803052902277,-0.26163982927059604,-0.007747977972030695,-0.4647114593437281 +Twilight,Aro,0.4243939220905304,0.460612241210917,0.4378767609596252,0.6814359492698534,Twilight,0.4543935358524322,9.889850379521285e-13,0.5243455767631531,8.342864762593227e-07,-0.0299996137619018,0.460612241209928,-0.08646881580352789,0.6814351149833772 +Dune,Serena Butler,0.512681782245636,0.0034786939474873,0.5410799384117126,0.0026481038198425,Dune,0.5420154333114624,0.001153885083131,0.5333322882652283,0.0049335653498528,-0.029333651065826416,0.0023248088643563003,0.007747650146484375,-0.0022854615300103003 +Dune,Norma Cenva,0.494139552116394,1.279041748836781,0.5010496973991394,0.8907502084443788,Dune,0.5233030319213867,0.778264812852435,0.555372953414917,2.386279260997153,-0.02916347980499273,0.5007769359843459,-0.05432325601577759,-1.495529052552774 +The Hunger Games,Felix Ravinstill,0.485382467508316,0.2378235069555312,0.4536113142967224,0.3712447120353729,The Hunger Games,0.5140994787216187,1.570545047804901,0.5395987629890442,1.752262925950918,-0.028717011213302668,-1.3327215408493698,-0.08598744869232178,-1.381018213915545 +The Hitchhiker's Guide to the Galaxy,Old Thrashbarg,0.5388432741165161,4.580215516699263,0.5233867764472961,2.5792795717445203,The Hitchhiker's Guide to the Galaxy,0.5672872066497803,4.087518235317492,0.546647310256958,4.474187102026901,-0.02844393253326416,0.49269728138177094,-0.023260533809661865,-1.894907530282381 +The Hitchhiker's Guide to the Galaxy,Eccentrica Gallumbits,0.5684916377067566,1.600421665398035,0.5986104011535645,5.373714248134763,The Hitchhiker's Guide to the Galaxy,0.5966795682907104,7.6688246058673775,0.5707736015319824,4.145647728569833,-0.028187930583953857,-6.068402940469342,0.02783679962158203,1.2280665195649298 +Twilight,Sasha,0.4354710578918457,0.0038431673822077,0.5104660987854004,1.085126858305472,Twilight,0.4636020064353943,0.434826142440545,0.5213740468025208,0.3945277143916048,-0.028130948543548584,-0.4309829750583373,-0.010907948017120361,0.6905991439138672 +The Hunger Games,Vipsania Sickle,0.4668054580688476,0.0091408931120802,0.4577060341835022,0.2628891810579304,The Hunger Games,0.494323194026947,1.5781923253593952,0.5286621451377869,2.421608415197159,-0.02751773595809942,-1.569051432247315,-0.07095611095428467,-2.1587192341392285 +Twilight,Rachel Black,0.4674018919467926,0.0019080303123256,0.4487326741218567,0.0005745818831719,Twilight,0.4946772158145904,0.4461437557674763,0.5062205791473389,0.2900946600663232,-0.027275323867797796,-0.44423572545515067,-0.05748790502548218,-0.2895200781831513 +The Lord of the Rings,Thranduil,0.4878326654434204,1.3411993964995826e-27,0.5475040078163147,0.0032064112663925,The Lord of the Rings,0.515102207660675,3.7983051277183866e-11,0.5661547780036926,0.0140890316963217,-0.02726954221725464,-3.7983051277183866e-11,-0.01865077018737793,-0.0108826204299292 +The Lord of the Rings,Éomer,0.5421885848045349,0.0170643806662626,0.5727627873420715,0.0765165006720312,The Lord of the Rings,0.569170355796814,0.066327741860287,0.5846097469329834,0.0604223548725145,-0.026981770992279053,-0.0492633611940244,-0.011846959590911865,0.016094145799516693 +The Hitchhiker's Guide to the Galaxy,Humma Kavula,0.4854157567024231,1.8566239223449013,0.5276848077774048,5.14095889510766,The Hitchhiker's Guide to the Galaxy,0.5110021829605103,2.0183648713233,0.5350873470306396,4.865023727382481,-0.025586426258087158,-0.16174094897839852,-0.007402539253234863,0.2759351677251791 +The Lord of the Rings,Watcher in the Water,0.5586118102073669,0.0005535213703505,0.5981280207633972,0.0051045433536228,The Lord of the Rings,0.58259117603302,0.0008455740605946,0.6002125144004822,0.0048471313602718,-0.023979365825653076,-0.00029205269024409994,-0.002084493637084961,0.00025741199335099947 +The Hitchhiker's Guide to the Galaxy,Great Green Arkleseizure,0.528576135635376,3.3641340015274275,0.5669288635253906,6.084616931515877,The Hitchhiker's Guide to the Galaxy,0.5522434115409851,4.391415220193749,0.5681037306785583,5.109643200946081,-0.02366727590560913,-1.0272812186663214,-0.0011748671531677246,0.9749737305697961 +Twilight,Quil Ateara III,0.5075376033782959,1.6239529934461778,0.5255942344665527,1.253521363478485,Twilight,0.5304310917854309,3.3693445809070885,0.5289638638496399,3.843474799960733,-0.02289348840713501,-1.7453915874609107,-0.003369629383087158,-2.589953436482248 +Dune,Alia Atreides,0.4658108353614807,0.3335438271517829,0.4670486748218536,0.1940878944588636,Dune,0.4886529445648193,0.2486703479700113,0.5153259038925171,0.6871300640953478,-0.022842109203338568,0.08487347918177157,-0.04827722907066351,-0.49304216963648423 +The Hitchhiker's Guide to the Galaxy,Reg Nullify,0.4720154106616974,1.902039103801027,0.5031870007514954,2.457118678686294,The Hitchhiker's Guide to the Galaxy,0.4947773516178131,1.620227868508112,0.5117180347442627,1.048460238003262,-0.022761940956115723,0.28181123529291496,-0.008531033992767334,1.4086584406830323 +The Hitchhiker's Guide to the Galaxy,Great Circling Poets of Arium,0.5344204902648926,4.215717009037368,0.4994305968284607,2.7808154040086315,The Hitchhiker's Guide to the Galaxy,0.5566425323486328,5.327887898814819,0.5682133436203003,4.149285679691731,-0.022222042083740234,-1.1121708897774507,-0.0687827467918396,-1.3684702756830998 +Dune,Farok,0.5331273078918457,2.0201251314036,0.5111566185951233,0.8885105448392211,Dune,0.5553319454193115,2.3081063709412537,0.5157051682472229,1.8509081586007976,-0.02220463752746582,-0.28798123953765353,-0.004548549652099609,-0.9623976137615765 +The Hitchhiker's Guide to the Galaxy,The Lord,0.4792201817035675,1.354531018545949,0.5172358751296997,3.7359408086054313,The Hitchhiker's Guide to the Galaxy,0.5007612705230713,2.066419580043978,0.5112965703010559,1.3281270743648217,-0.021541088819503784,-0.711888561498029,0.005939304828643799,2.4078137342406096 +Dune,Piter De Vries,0.5243019461631775,1.1976779929079375,0.524216890335083,1.2231867428278729,Dune,0.5457844734191895,2.264401020878476,0.5682894587516785,3.001800801270369,-0.021482527256011963,-1.0667230279705386,-0.04407256841659546,-1.778614058442496 +The Hitchhiker's Guide to the Galaxy,Enid Kapelsen,0.4745515286922455,1.8897915120627369,0.4854231774806976,1.4991200642594105,The Hitchhiker's Guide to the Galaxy,0.4951694905757904,1.255892682117142,0.5399518013000488,1.751950865087436,-0.020617961883544922,0.633898829945595,-0.05452862381935125,-0.25283080082802556 +The Hitchhiker's Guide to the Galaxy,Guide Mark II,0.531345784664154,0.967506182327614,0.5462780594825745,4.615148925284156,The Hitchhiker's Guide to the Galaxy,0.5517412424087524,3.014383230731099,0.5583321452140808,5.972646482817048,-0.02039545774459839,-2.046877048403485,-0.012054085731506348,-1.3574975575328914 +Dune,Victor Atreides,0.4980299174785614,0.2910350286240949,0.5519011616706848,0.6685790952560978,Dune,0.5181224346160889,0.5430793792140399,0.5632820129394531,1.9181918906205708,-0.020092517137527466,-0.252044350589945,-0.01138085126876831,-1.249612795364473 +Dune,Moneo Atreides,0.5322074890136719,0.1221604302703853,0.552431046962738,0.0376465890712522,Dune,0.5522628426551819,0.2040862951867797,0.5395599007606506,0.032820311689115,-0.02005535364151001,-0.0819258649163944,0.012871146202087402,0.004826277382137201 +Dune,Ghanima Atreides,0.4960546195507049,0.4661478620566122,0.507136881351471,0.6183888868445536,Dune,0.5155541300773621,0.2499762320736255,0.5028332471847534,0.453167202126176,-0.01949951052665716,0.2161716299829867,0.004303634166717529,0.16522168471837761 +The Hitchhiker's Guide to the Galaxy,Constant Mown,0.4848194122314453,2.6657217316758315,0.4528148770332336,1.86553460742644,The Hitchhiker's Guide to the Galaxy,0.5038566589355469,3.265715467731482,0.4810433089733124,3.086949363020123,-0.019037246704101562,-0.5999937360556507,-0.02822843194007879,-1.221414755593683 +Dune,Hedley Tuek,0.4837548434734344,1.07362282470827,0.5231477618217468,1.5332853064468446,Dune,0.5025479197502136,0.8595255704490478,0.5215905904769897,1.2034179134975411,-0.01879307627677923,0.2140972542592222,0.00155717134475708,0.32986739294930345 +Dune,Hayt,0.5439981818199158,3.035260854687782,0.5676808953285217,1.8890437314339483,Dune,0.5623521208763123,1.488815995076424,0.5540022253990173,2.7630196330461185,-0.018353939056396484,1.546444859611358,0.013678669929504395,-0.8739759016121702 +Dune,Raquella Berto-Anirul,0.5147691369056702,0.0505092472857887,0.5281753540039062,0.2529816771656182,Dune,0.5327244997024536,0.2562112091315427,0.5556399822235107,1.244242900357726,-0.017955362796783447,-0.205701961845754,-0.027464628219604492,-0.9912612231921079 +The Hitchhiker's Guide to the Galaxy,Hotblack Desiato,0.5021933913230896,3.3008269824014618,0.5471504330635071,4.551225292467061,The Hitchhiker's Guide to the Galaxy,0.5200538635253906,3.951519228743921,0.5353698134422302,2.8489468857505824,-0.017860472202301025,-0.6506922463424591,0.011780619621276855,1.7022784067164785 +Twilight,Marcus,0.5064879059791565,0.000135643522374,0.5018938779830933,9.792731027764253e-06,Twilight,0.5242221355438232,0.0003123954626464,0.5059548616409302,0.0002575812630279,-0.017734229564666748,-0.0001767519402724,-0.004060983657836914,-0.00024778853200013576 +The Hunger Games,Haymitch Abernathy,0.4316339194774627,1.134473813765434,0.4425918161869049,1.229173845922611,The Hunger Games,0.4491443932056427,1.2683325876099306e-41,0.5349822640419006,2.641567310653902e-21,-0.017510473728179987,1.134473813765434,-0.09239044785499573,1.229173845922611 +The Lord of the Rings,Samwise Gamgee,0.5255295634269714,0.0002127983320222,0.5717642307281494,0.0005201358644656,The Lord of the Rings,0.5425846576690674,3.937179946292413e-10,0.5823348760604858,0.0002485532633412,-0.017055094242095947,0.00021279793830420539,-0.010570645332336426,0.0002715826011244 +Twilight,Riley Biers,0.5060179233551025,5.831605686072552e-05,0.5028755068778992,0.0007274335295509,Twilight,0.5229548811912537,0.0005162053381782,0.5178256630897522,0.0029624085757236,-0.016936957836151123,-0.0004578892813174745,-0.014950156211853027,-0.0022349750461727 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Kwaltz,0.5228808522224426,1.413300164165216,0.5617323517799377,5.506559981534626,The Hitchhiker's Guide to the Galaxy,0.5397637486457825,3.052210660958916,0.5244671106338501,6.27272596489698,-0.016882896423339844,-1.6389104967937,0.037265241146087646,-0.7661659833623542 +Dune,Minotauros Atreides,0.481614202260971,0.1604432397909353,0.5114316344261169,0.3985008488922756,Dune,0.4983564913272857,0.8598707847609885,0.5270689725875854,1.0406608076188153,-0.016742289066314697,-0.6994275449700532,-0.015637338161468506,-0.6421599587265396 +Dune,Tyekanik,0.5045052170753479,0.8605449177709994,0.5404890775680542,1.138484106188053,Dune,0.5200982689857483,0.8706128152474562,0.5710911154747009,1.0321123382009028,-0.01559305191040039,-0.010067897476456755,-0.03060203790664673,0.10637176798715031 +Dune,Siona Atreides,0.5410712957382202,0.5836693720482895,0.5667243003845215,0.1415506545006138,Dune,0.5566157698631287,0.7132382625515441,0.554270327091217,0.2215421654128753,-0.015544474124908447,-0.1295688905032546,0.012453973293304443,-0.0799915109122615 +The Lord of the Rings,Celebrimbor,0.5008432269096375,0.3055048819347499,0.5453246831893921,4.317380873481824,The Lord of the Rings,0.516136646270752,1.3411937602809202e-06,0.5013521313667297,5.955852752708689e-11,-0.015293419361114502,0.3055035407409896,0.043972551822662354,4.317380873422265 +The Lord of the Rings,Bilbo Baggins,0.4629913568496704,0.7427334673811882,0.4710036516189575,0.7643137653901765,The Lord of the Rings,0.4778127372264862,5.997080118325448e-93,0.5490546822547913,5.605650315565308e-07,-0.014821380376815796,0.7427334673811882,-0.07805103063583374,0.764313204825145 +The Hitchhiker's Guide to the Galaxy,Rob McKenna,0.4869276583194732,0.3086540700572138,0.4509564638137817,0.2733458965409725,The Hitchhiker's Guide to the Galaxy,0.5017083287239075,1.667916825646644,0.5132248997688293,0.986423940066365,-0.01478067040443426,-1.35926275558943,-0.06226843595504766,-0.7130780435253925 +Twilight,Jessica Stanley,0.5055686235427856,0.0003780182242173,0.5701385736465454,0.0041601556336921,Twilight,0.5203374624252319,2.209583549370973e-06,0.5668190717697144,0.0473474140753404,-0.014768838882446289,0.000375808640667929,0.0033195018768310547,-0.0431872584416483 +Dune,Marty,0.4924050271511078,0.932898749248838,0.5335819125175476,1.646799387111592,Dune,0.5066540837287903,1.1714954308479877,0.5216068029403687,1.8426423024082883,-0.014249056577682495,-0.2385966815991497,0.011975109577178955,-0.19584291529669628 +Dune,Alef Burzmali,0.5161446928977966,1.0354349672963867,0.5568660497665405,1.6205280729583174,Dune,0.5303556323051453,0.8859958499328504,0.5734409093856812,2.9636699586674617,-0.014210939407348633,0.14943911736353632,-0.016574859619140625,-1.3431418857091444 +The Hitchhiker's Guide to the Galaxy,Old Man on the Pole,0.4875471293926239,4.7026631692738174,0.5063191056251526,6.556842986455579,The Hitchhiker's Guide to the Galaxy,0.5013925433158875,4.9671203983264665,0.5283668041229248,7.481179459003158,-0.01384541392326355,-0.264457229052649,-0.022047698497772217,-0.9243364725475791 +Dune,Norma Cevna,0.4986927509307861,0.2939918557389265,0.5146554112434387,1.1904821789395426,Dune,0.5122960805892944,0.7993872527996245,0.5158432126045227,0.6773874968887998,-0.013603329658508356,-0.505395397060698,-0.0011878013610839844,0.5130946820507427 +The Lord of the Rings,Elrond,0.5225498080253601,2.1405124896213987,0.5052364468574524,2.5439314310177656,The Lord of the Rings,0.5360152721405029,2.839668591472706e-05,0.5335156321525574,1.633587481324431e-05,-0.013465464115142822,2.140484092935484,-0.02827918529510498,2.5439150951429523 +Dune,Murbella,0.5306856632232666,0.1161153578347403,0.5490666627883911,0.311518693349403,Dune,0.5431306958198547,0.1647578209637947,0.5540927648544312,0.3209911285770032,-0.012445032596588135,-0.04864246312905442,-0.005026102066040039,-0.009472435227600162 +Harry Potter,Angelina Johnson,0.4413478076457977,0.4817691565597695,0.4609935581684112,1.61538573750937,Harry Potter,0.4537081718444824,1.8427468955960171e-16,0.4713198542594909,9.816952547824026e-11,-0.012360364198684748,0.4817691565597693,-0.010326296091079712,1.6153857374112006 +Dune,Shaddam Corrino IV,0.4789293706417084,0.1121077979174268,0.4741994738578796,0.1294522849521067,Dune,0.4910401105880737,0.2161713518518647,0.5092676877975464,0.5253868339563927,-0.012110739946365301,-0.1040635539344379,-0.035068213939666804,-0.39593454900428604 +Dune,Xavier Harkonnen,0.5057855248451233,0.0001623178149653,0.5143126249313354,0.0432104443771766,Dune,0.5171380639076233,0.0743896149171771,0.5296557545661926,0.026693979818351,-0.0113525390625,-0.0742272971022118,-0.015343129634857178,0.016516464558825602 +The Hunger Games,Clemensia Dovecote,0.5008890628814697,1.6014022585481102e-05,0.4638417661190033,4.811672253580727e-08,The Hunger Games,0.5120881795883179,0.0047036399681221,0.5367035269737244,0.0222355032350336,-0.011199116706848145,-0.004687625945536619,-0.07286176085472107,-0.022235455118311064 +The Hunger Games,Hilarius Heavensbee,0.5234611630439758,2.0099604890001523,0.5248605608940125,0.90694244099205,The Hunger Games,0.5345776081085205,2.11777440643859,0.5213660597801208,2.95474443474159,-0.011116445064544678,-0.10781391743843782,0.0034945011138916016,-2.04780199374954 +Twilight,Victoria,0.439033567905426,0.6875448458491541,0.4483987092971802,0.7681029253884348,Twilight,0.4500223100185394,2.4296132185068976e-12,0.5165584683418274,4.3097260621781655e-09,-0.010988742113113348,0.6875448458467245,-0.06815975904464722,0.7681029210787088 +The Hitchhiker's Guide to the Galaxy,Garkbit,0.5128700733184814,1.946174109013354,0.5239087343215942,2.7189349347234626,The Hitchhiker's Guide to the Galaxy,0.5236223936080933,1.0433548950697888,0.5911267399787903,2.4572819478109995,-0.010752320289611816,0.9028192139435651,-0.06721800565719604,0.2616529869124631 +The Hitchhiker's Guide to the Galaxy,Lady Cynthia Fitzmelton,0.4988591372966766,0.1258692840482537,0.4810832440853119,0.3714832006276615,The Hitchhiker's Guide to the Galaxy,0.509372889995575,1.866133674698825,0.5305003523826599,2.344663893372813,-0.010513752698898371,-1.7402643906505713,-0.04941710829734802,-1.9731806927451512 +Harry Potter,Ronald Weasley,0.4466086626052856,0.5717791795437712,0.4628472924232483,0.8329823782588229,Harry Potter,0.4568961858749389,3.0121077517168323e-67,0.4556145966053009,1.5991470488320035e-30,-0.01028752326965332,0.5717791795437712,0.007232695817947388,0.8329823782588229 +The Lord of the Rings,Théoden,0.5443832278251648,0.0742075913758281,0.5772528052330017,0.1807967875535116,The Lord of the Rings,0.5545390844345093,0.1281139861151609,0.562267005443573,0.0641638199573162,-0.010155856609344482,-0.0539063947393328,0.014985799789428711,0.11663296759619542 +The Hitchhiker's Guide to the Galaxy,Effrafax of Wug,0.5077013373374939,2.7731462138051746,0.5334528088569641,2.335238629716953,The Hitchhiker's Guide to the Galaxy,0.5174126625061035,2.4604352678384305,0.5381537079811096,3.3004362825008813,-0.00971132516860962,0.3127109459667441,-0.004700899124145508,-0.9651976527839281 +Dune,Logno,0.4954418241977691,0.8754907556427473,0.4983513653278351,0.6225424791607346,Dune,0.5045991539955139,0.4669420713972166,0.523835301399231,1.217815646928167,-0.009157329797744806,0.40854868424553065,-0.025483936071395874,-0.5952731677674323 +The Lord of the Rings,Radagast,0.5174330472946167,0.00017497649855,0.5598633289337158,0.0032167003587381,The Lord of the Rings,0.5262231826782227,1.7547469280061835e-05,0.5205216407775879,2.6606774322600487e-05,-0.008790135383605957,0.00015742902926993817,0.03934168815612793,0.0031900935844154992 +Harry Potter,Rita Skeeter,0.4344606101512909,0.5426442446824509,0.4388675093650818,1.2415302305645854,Harry Potter,0.4429920613765716,2.1620884269442426e-18,0.5543853044509888,5.9324980022154e-07,-0.008531451225280706,0.5426442446824509,-0.11551779508590698,1.2415296373147853 +The Lord of the Rings,Thingol,0.5081369876861572,4.428451715613721e-05,0.5225947499275208,0.0055173497932467,The Lord of the Rings,0.5166316032409668,0.0077201613206518,0.5382469296455383,0.2264463580282318,-0.00849461555480957,-0.007675876803495663,-0.015652179718017578,-0.2209290082349851 +Dune,Schwangyu,0.542707085609436,2.5322962807125675,0.4593090415000915,1.3245332225874222,Dune,0.5511276125907898,1.8958544366122756,0.5603456497192383,3.75076187459884,-0.00842052698135376,0.6364418441002919,-0.10103660821914678,-2.4262286520114174 +Dune,Edric,0.4637089073657989,1.474504801773972,0.4967652559280395,1.1583227412688253,Dune,0.4717606902122497,1.5474047775962123,0.5060545206069946,1.0497433254976,-0.008051782846450806,-0.07289997582224039,-0.009289264678955134,0.10857941577122521 +The Lord of the Rings,Khamûl,0.5273112654685974,0.3111839518759664,0.5779586434364319,1.5488645441375015,The Lord of the Rings,0.5351359248161316,0.4660404983610751,0.5849636793136597,1.381356707874084,-0.00782465934753418,-0.15485654648510866,-0.007005035877227783,0.16750783626341748 +The Hitchhiker's Guide to the Galaxy,Great Hyperlobic Omnicognate Neutron Wrangler,0.5309005975723267,1.657872944449094,0.5062478184700012,1.0521555069322066,The Hitchhiker's Guide to the Galaxy,0.5384833216667175,2.4184494776517766,0.6105626225471497,7.005432719867193,-0.007582724094390869,-0.7605765332026826,-0.10431480407714844,-5.953277212934987 +Harry Potter,Cormac McLaggen,0.5400038957595825,0.0082151004331804,0.530128002166748,0.0002208664604471,Harry Potter,0.5474498867988586,0.0013196453172605,0.5296474099159241,0.0006933806875067,-0.007445991039276123,0.0068954551159199,0.0004805922508239746,-0.00047251422705959996 +Dune,Alma Mavis Taraza,0.5075234174728394,0.6880329098557795,0.4995601177215576,0.2924849668415627,Dune,0.5149604678153992,0.8999436439874243,0.5610169768333435,0.9030535975180288,-0.0074370503425598145,-0.21191073413164485,-0.06145685911178589,-0.6105686306764662 +Twilight,Charlotte,0.4985171854496002,0.0262960061436414,0.4373162090778351,7.300929998184094e-06,Twilight,0.5051864385604858,0.0596528866898714,0.5192722082138062,0.2376004493509231,-0.00666925311088562,-0.03335688054623,-0.08195599913597107,-0.2375931484209249 +Twilight,Heidi,0.4454536139965057,1.0930883456035096e-07,0.4894866943359375,0.0184495655810594,Twilight,0.4520511627197265,0.0001680023447723,0.471882551908493,0.0009332466402578,-0.006597548723220825,-0.00016789303593773964,0.017604142427444514,0.0175163189408016 +The Lord of the Rings,Smaug,0.4951056838035583,1.369934426713461,0.5086314678192139,1.0657703146783388,The Lord of the Rings,0.5015507340431213,5.0048383037670566e-12,0.5529960989952087,5.611996296469298e-07,-0.006445050239563044,1.369934426708456,-0.04436463117599487,1.0657697534787092 +Twilight,Brady Fuller,0.4072178900241852,0.4258262646188319,0.3713338673114776,0.1247171649284515,Twilight,0.4130733013153076,0.6068299589117829,0.4249446392059326,0.6052303750544059,-0.0058554112911224365,-0.18100369429295105,-0.05361077189445501,-0.4805132101259544 +The Lord of the Rings,Aragorn II,0.514411449432373,1.2754050915206687,0.49165078997612,1.2727238428741576,The Lord of the Rings,0.5183244943618774,1.4765109316005042e-08,0.5439724326133728,6.747405139781331e-12,-0.0039130449295043945,1.2754050767555594,-0.05232164263725281,1.2727238428674101 +The Lord of the Rings,Sauron,0.4784235060214996,1.6349855311995525,0.473971426486969,3.107573119386748,The Lord of the Rings,0.4822040498256683,1.5777603004678571e-62,0.5719515085220337,1.2221334063712123e-19,-0.003780543804168701,1.6349855311995525,-0.0979800820350647,3.107573119386748 +The Hitchhiker's Guide to the Galaxy,Pizpot Gargravarr,0.4750292301177978,0.8398734947705285,0.4932797253131866,1.082886502347771,The Hitchhiker's Guide to the Galaxy,0.4787600934505462,0.9577454175059584,0.4993785619735718,1.5612964447779745,-0.003730863332748413,-0.1178719227354299,-0.006098836660385187,-0.4784099424302035 +The Hunger Games,Reaper Ash,0.4743912518024444,0.0004285614472345,0.4919630885124206,0.007660071244621,The Hunger Games,0.4778136610984802,0.0003236972647869,0.5199940204620361,0.0091448316415742,-0.003422409296035822,0.00010486418244760003,-0.028030931949615534,-0.0014847603969532011 +The Hitchhiker's Guide to the Galaxy,Heimdall,0.5224384665489197,2.6783508235738216,0.5182178020477295,2.607389714298064,The Hitchhiker's Guide to the Galaxy,0.5255253911018372,2.0622431163773225,0.5286298394203186,1.3716973750191226,-0.0030869245529174805,0.6161077071964991,-0.010412037372589111,1.2356923392789416 +The Hunger Games,Festus Creed,0.4804655015468597,0.0004364852600695,0.5087020397186279,0.0077027971029612,The Hunger Games,0.4831237196922302,0.2742316573049203,0.5206208825111389,0.3036459530122752,-0.002658218145370539,-0.27379517204485077,-0.011918842792510986,-0.295943155909314 +Twilight,Ephraim Black,0.4925296306610107,0.3658229524051135,0.5327481627464294,0.7108240690539922,Twilight,0.495035707950592,0.0450036994060215,0.5283763408660889,0.9754689028889536,-0.002506077289581299,0.320819252999092,0.004371821880340576,-0.2646448338349614 +Dune,Wensicia Corrino,0.5699851512908936,1.352215822644708,0.5664901733398438,1.7340149761303842,Dune,0.5715660452842712,1.819849624453167,0.5675203800201416,0.9927692781062312,-0.0015808939933776855,-0.4676338018084589,-0.0010302066802978516,0.7412456980241531 +The Hitchhiker's Guide to the Galaxy,Max Quordlepleen,0.4794408977031708,2.500813108490748,0.5032950639724731,3.402245075624442,The Hitchhiker's Guide to the Galaxy,0.4801921248435974,1.9751599362663192,0.4648252129554748,4.165068703849383,-0.0007512271404266357,0.5256531722244286,0.038469851016998347,-0.762823628224941 +Dune,Gaius Helen Mohiam,0.526836097240448,1.1550383866306306,0.5425923466682434,1.538226544406715,Dune,0.526899516582489,0.2654334195320227,0.5729935765266418,1.7485603659038411,-6.341934204101562e-05,0.8896049670986079,-0.030401229858398438,-0.2103338214971262 +The Lord of the Rings,Ungoliant,0.5248897075653076,0.0068898861689286,0.55659019947052,0.4206666712385319,The Lord of the Rings,0.524909496307373,0.2464164812303801,0.5736237168312073,0.7277688611379045,-1.9788742065429688e-05,-0.2395265950614515,-0.017033517360687256,-0.3071021898993726 +The Lord of the Rings,Bard,0.5038110613822937,0.0044467726571034,0.5618695616722107,0.0068535072910567,The Lord of the Rings,0.5035655498504639,0.0116677526904767,0.5629619359970093,0.0031130032542259,0.000245511531829834,-0.0072209800333733,-0.001092374324798584,0.0037405040368307997 +The Lord of the Rings,Faramir,0.4913611710071563,0.8622361224149409,0.4823136627674103,1.0867150159587091,The Lord of the Rings,0.4902814328670501,1.67007031583667e-22,0.5523663759231567,4.15414819828084e-05,0.0010797381401062012,0.8622361224149409,-0.07005271315574646,1.0866734744767264 +Twilight,James,0.4592633545398712,2.1330016673097883e-08,0.5340688228607178,0.00052318268686,Twilight,0.4569451510906219,1.873352245885299e-12,0.5209974050521851,5.469161351854039e-06,0.002318203449249323,2.1328143320851998e-08,0.013071417808532715,0.000517713525508146 +The Hitchhiker's Guide to the Galaxy,Poodoo,0.452880322933197,1.4072647612067786,0.4860747456550598,1.3931414530091124,The Hitchhiker's Guide to the Galaxy,0.450519859790802,1.0020379796927297,0.5223364233970642,1.4941446530390217,0.0023604631423950195,0.4052267815140489,-0.036261677742004395,-0.10100320002990926 +The Hitchhiker's Guide to the Galaxy,Gail Andrews,0.4535467624664306,2.1617533355470595,0.4651680290699005,1.5026311790084164,The Hitchhiker's Guide to the Galaxy,0.4509778022766113,0.9562000321919004,0.5595822334289551,2.624409782313436,0.002568960189819336,1.205553303355159,-0.09441420435905457,-1.1217786033050194 +The Lord of the Rings,Gandalf,0.493848979473114,0.7690076168971675,0.4897597432136535,2.593182433548461,The Lord of the Rings,0.4894548654556274,3.482748800879476e-39,0.5559438467025757,8.537526913583036e-14,0.004394114017486628,0.7690076168971675,-0.06618410348892217,2.5931824335483755 +Twilight,Zafrina,0.5180833339691162,0.0561211749005394,0.5461707711219788,0.1718688423167518,Twilight,0.5134309530258179,0.0060094369545604,0.5406683683395386,0.0198820398641118,0.00465238094329834,0.050111737945979,0.0055024027824401855,0.15198680245264 +The Lord of the Rings,Denethor II,0.5466106534004211,0.1223507951938338,0.5836129784584045,0.3042194992237594,The Lord of the Rings,0.5417104363441467,0.1426756873688543,0.5651096701622009,0.4485476149051312,0.004900217056274414,-0.02032489217502051,0.018503308296203613,-0.14432811568137177 +Twilight,Seth Clearwater,0.5219919085502625,2.6690509572979773e-05,0.5368380546569824,2.2557357816646632e-08,Twilight,0.5169409513473511,5.498352064403032e-07,0.5414804816246033,5.633002374780094e-05,0.005050957202911377,2.614067436653947e-05,-0.00464242696762085,-5.630746638998429e-05 +Dune,Darwi Odrade,0.5599603652954102,0.0043853748137809,0.5430006980895996,0.0014113899537567,Dune,0.5547276735305786,0.002377769984988,0.5509737133979797,0.0001683148322433,0.005232691764831543,0.0020076048287929003,-0.007973015308380127,0.0012430751215134 +Dune,Korba,0.4905959963798523,1.9028732015359175,0.4283231496810913,0.0761158108795646,Dune,0.4850527346134186,1.211352121437672,0.5010478496551514,1.7559935864881495,0.005543261766433716,0.6915210800982456,-0.07272469997406006,-1.679877775608585 +The Lord of the Rings,Saruman,0.4741404950618744,0.8696719536245657,0.4654025435447693,1.2235656275977629,The Lord of the Rings,0.4671428799629211,5.896204108889357e-98,0.5533922910690308,1.1844731084685679e-11,0.006997615098953303,0.8696719536245657,-0.08798974752426147,1.2235656275859181 +Dune,Wellington Yueh,0.5041899085044861,0.4257537731570264,0.5070567727088928,0.2773105966965404,Dune,0.4970987439155578,0.2325143240007675,0.5185472369194031,0.2033587989177272,0.007091164588928278,0.1932394491562589,-0.011490464210510254,0.0739517977788132 +Twilight,Mexican coven,0.5069307088851929,0.0362351906965213,0.4671769738197326,0.0880664320824296,Twilight,0.4998178482055664,0.5380650017431479,0.512706995010376,0.4692169152583046,0.007112860679626465,-0.5018298110466266,-0.045530021190643366,-0.381150483175875 +The Hitchhiker's Guide to the Galaxy,Colin the Security Robot,0.5130603909492493,2.195416666697422,0.5294987559318542,2.83372619940594,The Hitchhiker's Guide to the Galaxy,0.5057948231697083,1.244740878257223,0.5356009006500244,1.521336768726183,0.007265567779541016,0.9506757884401991,-0.006102144718170166,1.3123894306797572 +Dune,Margot Fenring,0.5632591843605042,0.0901246651570515,0.5906767249107361,1.5331309572850005,Dune,0.5554811954498291,1.886456070361856,0.5722024440765381,3.858722627527751,0.007777988910675049,-1.7963314052048045,0.018474280834197998,-2.3255916702427504 +Twilight,Paul Lahote,0.5231663584709167,0.0037034459416706,0.4577199518680572,9.125731580496854e-11,Twilight,0.5150099992752075,0.0303382441467537,0.5465271472930908,0.0221356357462167,0.008156359195709229,-0.0266347982050831,-0.08880719542503362,-0.022135635654959386 +Dune,Stilgar,0.5065039992332458,0.3521997169623891,0.532167375087738,0.5102105680812854,Dune,0.4978335201740265,1.050191588802027,0.5372103452682495,0.4579809007162451,0.00867047905921936,-0.6979918718396378,-0.005042970180511475,0.05222966736504031 +Dune,Harah,0.4979162812232971,0.0725353494553252,0.5090550184249878,0.0058115788910207,Dune,0.4883544445037842,0.0001861030552235,0.5431880950927734,0.117351796543035,0.00956183671951294,0.0723492464001017,-0.034133076667785645,-0.1115402176520143 +The Hunger Games,Palmyra Monty,0.4756408631801605,2.723208990680631,0.5241082310676575,3.4981564388107538,The Hunger Games,0.4658852517604828,1.4012232545944838,0.5263291597366333,2.776145655403921,0.009755611419677734,1.3219857360861471,-0.00222092866897583,0.7220107834068328 +Twilight,Billy Black,0.5193422436714172,0.0001874504207676,0.5135833621025085,2.3514188956747863e-06,Twilight,0.5093494057655334,2.3591983499352122e-07,0.5355236530303955,0.0005672443480786,0.009992837905883789,0.00018721450093260646,-0.021940290927886963,-0.0005648929291829252 +Twilight,Caius,0.5134718418121338,0.0041258673936078,0.524796724319458,0.0036320872433338,Twilight,0.5032059550285339,0.004225557163603,0.5385996103286743,0.0044691226682601,0.010265886783599854,-9.968976999519957e-05,-0.013802886009216309,-0.0008370354249262997 +Dune,Hwi Noree,0.5402935743331909,0.9546559571623304,0.5494601726531982,0.328316116884358,Dune,0.5299132466316223,0.4767344742662933,0.5516391396522522,0.8540949176886722,0.010380327701568604,0.47792148289603714,-0.002178966999053955,-0.5257788008043142 +The Hitchhiker's Guide to the Galaxy,Roosta,0.5273421406745911,4.546129077375875,0.526216983795166,4.499983689897789,The Hitchhiker's Guide to the Galaxy,0.5169205665588379,2.102114009073872,0.5259182453155518,5.666003639061062,0.010421574115753174,2.444015068302003,0.0002987384796142578,-1.1660199491632728 +Twilight,Kachiri,0.5447333455085754,0.92798029818798,0.4272400140762329,0.0480980095476665,Twilight,0.5337878465652466,1.2243431248416543,0.5379436016082764,3.230076547233832,0.010945498943328857,-0.2963628266536743,-0.11070358753204346,-3.1819785376861653 +The Hitchhiker's Guide to the Galaxy,Caveman,0.4730314910411834,1.0964563631165871,0.4764082133769989,3.0170284945414987,The Hitchhiker's Guide to the Galaxy,0.4620581865310669,1.1378235127068754,0.511817455291748,2.426670574784131,0.010973304510116522,-0.04136714959028831,-0.035409241914749146,0.5903579197573676 +The Lord of the Rings,Peregrin Took,0.5437358021736145,0.0542727872519525,0.5529078841209412,0.1864921831796264,The Lord of the Rings,0.5318484306335449,0.2692060335335933,0.5542590618133545,0.2374488441743688,0.01188737154006958,-0.2149332462816408,-0.00135117769241333,-0.050956660994742387 +Twilight,Harry Clearwater,0.5476050972938538,0.0438943956407439,0.5528291463851929,0.988138735717682,Twilight,0.534866988658905,0.1401510615761508,0.5757616758346558,1.7593148768518931,0.01273810863494873,-0.09625666593540688,-0.02293252944946289,-0.7711761411342112 +Dune,Daniel,0.5007641315460205,1.631312666915827,0.5122811198234558,1.1045714636700712,Dune,0.4878224730491638,1.5604541803826115,0.5150571465492249,2.135764787601336,0.01294165849685669,0.07085848653321558,-0.002776026725769043,-1.031193323931265 +Twilight,Eleazar,0.5085576176643372,0.0235834368810516,0.471886932849884,2.449435515698204e-05,Twilight,0.4954434037208557,8.21575146284907e-06,0.5252564549446106,0.0046762128614364,0.013114213943481445,0.02357522112958875,-0.05336952209472662,-0.0046517185062794186 +The Hitchhiker's Guide to the Galaxy,Alice Beeblebrox,0.484935998916626,2.711765617333668,0.541314423084259,1.1895178198195084,The Hitchhiker's Guide to the Galaxy,0.4696454703807831,0.8978039968744738,0.5031110644340515,1.1097740115014256,0.015290528535842896,1.8139616204591942,0.03820335865020752,0.07974380831808281 +Dune,Bellonda,0.5828205943107605,3.054110317840824,0.592597246170044,3.691212952707253,Dune,0.566320538520813,2.080836282967017,0.572908878326416,3.142909773513882,0.01650005578994751,0.9732740348738069,0.01968836784362793,0.548303179193371 +The Lord of the Rings,Meriadoc Brandybuck,0.561441957950592,0.0648408954241231,0.5652663707733154,0.9112354140815888,The Lord of the Rings,0.5441402792930603,0.0021317408663048,0.562679648399353,0.6799241297925943,0.01730167865753174,0.0627091545578183,0.0025867223739624023,0.2313112842889945 +Dune,Tylwyth Waff,0.5741361379623413,5.170779834619342,0.4583922624588012,0.1531923656668821,Dune,0.5559523701667786,1.7187419585481665,0.5639292001724243,1.6008048102770898,0.018183767795562744,3.4520378760711754,-0.1055369377136231,-1.4476124446102077 +Twilight,Kate,0.4886078834533691,0.0004188823951983,0.501785933971405,3.64939274318443e-05,Twilight,0.4700287282466888,0.011458645602367,0.522560179233551,0.0005613060321858,0.018579155206680298,-0.0110397632071687,-0.020774245262145996,-0.0005248121047539557 +Twilight,Senna,0.5209641456604004,0.1763051382946032,0.4448743462562561,0.0162425166037513,Twilight,0.5020114183425903,1.1654473847385365,0.5421069860458374,3.339938662868396,0.01895272731781006,-0.9891422464439332,-0.0972326397895813,-3.3236961462646444 +The Hunger Games,Lucretius Flickerman,0.5081245303153992,1.4047005526211074e-06,0.5309379696846008,0.3740077622090239,The Hunger Games,0.4888031184673309,0.3311301477382859,0.5430733561515808,0.4712395986169309,0.019321411848068293,-0.3311287430377333,-0.01213538646697998,-0.097231836407907 +Dune,Abulurd Harkonnen,0.5403276085853577,2.013332878603165,0.5230582356452942,2.1064208263373607,Dune,0.5195108652114868,1.1375128614763077,0.563437819480896,0.8915872034693118,0.02081674337387085,0.8758200171268573,-0.04037958383560181,1.214833622868049 +The Hitchhiker's Guide to the Galaxy,Lajestic Vantrashell of Lob,0.5244877934455872,1.6782123801521862,0.4863301217556,3.513824218687684,The Hitchhiker's Guide to the Galaxy,0.5036670565605164,0.995913763020436,0.5276214480400085,5.068278898090996,0.0208207368850708,0.6822986171317502,-0.04129132628440857,-1.5544546794033116 +Dune,Mapes,0.5485497713088989,2.672092425420998,0.4881096184253692,0.6152978619282995,Dune,0.5276244282722473,0.0458423124801677,0.5413835644721985,2.2664236242419347,0.02092534303665161,2.62625011294083,-0.05327394604682928,-1.6511257623136353 +The Hitchhiker's Guide to the Galaxy,Loonquawl,0.5614513754844666,1.0392012009479468,0.5413311123847961,1.8312584658984103,The Hitchhiker's Guide to the Galaxy,0.5401980876922607,2.7960738546327706,0.5393425226211548,1.8750551413304997,0.02125328779220581,-1.7568726536848238,0.0019885897636413574,-0.043796675432089316 +Twilight,Leah Clearwater,0.5293238162994385,8.166267693146855e-05,0.518864095211029,6.573006431824589e-06,Twilight,0.5080369710922241,8.0013803633786e-08,0.5539224147796631,0.0024517969115172,0.021286845207214355,8.158266312783477e-05,-0.03505831956863403,-0.0024452239050853754 +Dune,Bijaz,0.5214598178863525,0.274879842394981,0.5157041549682617,0.2647359742327518,Dune,0.500070333480835,0.194777491022945,0.5213509202003479,0.9725980765421376,0.021389484405517578,0.08010235137203597,-0.005646765232086182,-0.7078621023093858 +Twilight,Angela Weber,0.5451338291168213,0.0179369636990772,0.5681806206703186,0.0080092662495488,Twilight,0.5237318873405457,0.0032600961595887,0.5503565073013306,0.0799621913934073,0.021401941776275635,0.014676867539488499,0.017824113368988037,-0.0719529251438585 +Twilight,Jared Cameron,0.5240994691848755,0.0186014665449711,0.532151997089386,0.0067800101584847,Twilight,0.5024563670158386,0.0557968494229464,0.5359641909599304,0.0320030351326334,0.021643102169036865,-0.0371953828779753,-0.0038121938705444336,-0.025223024974148703 +Twilight,Nahuel,0.5094461441040039,0.0122782688457226,0.4904480576515198,1.6070452396395075e-05,Twilight,0.487690657377243,3.267971768044545e-06,0.5109698176383972,0.0100261470848423,0.02175548672676092,0.012275000873954556,-0.02052175998687744,-0.010010076632445906 +Twilight,Garrett,0.4939342439174652,0.0974875565247484,0.4706915915012359,7.563791265191502e-06,Twilight,0.4718561172485351,0.000427357599277,0.5253652334213257,0.0422177982688839,0.02207812666893011,0.0970601989254714,-0.05467364192008978,-0.04221023447761871 +Dune,Glossu Rabban Harkonnen,0.5374839901924133,2.346730239086161,0.5518556237220764,3.595008864263438,Dune,0.5142450332641602,2.34971710324303,0.5398516654968262,3.508803037015137,0.023238956928253174,-0.0029868641568691068,0.012003958225250244,0.08620582724830106 +The Lord of the Rings,Tom Bombadil,0.5839139819145203,3.449736913810358e-05,0.574947714805603,0.000480317382217,The Lord of the Rings,0.560651421546936,0.0005328502053433,0.5672776699066162,0.0005428128490563,0.02326256036758423,-0.0004983528362051963,0.007670044898986816,-6.249546683930005e-05 +Twilight,Eric Yorkie,0.5205509662628174,0.0642821243823755,0.5471195578575134,0.1757533347555896,Twilight,0.4972875118255615,0.0263127727884052,0.5217227935791016,0.016041407862509,0.02326345443725586,0.0379693515939703,0.025396764278411865,0.1597119268930806 +The Lord of the Rings,Gríma,0.5651068687438965,0.0263081311492341,0.5924745798110962,0.0689119201878415,The Lord of the Rings,0.5414962768554688,0.0014040690327283,0.5831183195114136,0.0226204631359317,0.023610591888427734,0.0249040621165058,0.009356260299682617,0.04629145705190979 +Twilight,Sue Clearwater,0.5386261343955994,0.2446133009175692,0.5701732635498047,0.0704058026402606,Twilight,0.5145647525787354,0.0258926919519143,0.5306036472320557,0.012183993251342,0.024061381816864014,0.2187206089656549,0.03956961631774902,0.0582218093889186 +The Hitchhiker's Guide to the Galaxy,Mr Prosser,0.5069112777709961,3.1382313033558216,0.5113053321838379,4.395576469021057,The Hitchhiker's Guide to the Galaxy,0.4827904403209686,4.507037385340246,0.4820026457309723,3.286594095395597,0.02412083745002752,-1.3688060819844248,0.0293026864528656,1.1089823736254596 +Twilight,Emily Young,0.5085493326187134,7.213279249480357e-06,0.5158069729804993,0.0330255215871768,Twilight,0.4843425154685974,5.8861067356876075e-08,0.4932059049606323,0.0021554370112846,0.024206817150115967,7.154418182123481e-06,0.022601068019866943,0.0308700845758922 +Dune,Glossu Rabban,0.5381055474281311,2.142668830782992,0.5276147723197937,1.656558769139198,Dune,0.5129092931747437,1.0069395582773502,0.4982693493366241,0.8636006270233796,0.02519625425338745,1.135729272505642,0.02934542298316961,0.7929581421158185 +The Hitchhiker's Guide to the Galaxy,Hig Hurtenflurst,0.4822753369808197,2.544482997403323,0.5229754447937012,1.666027704785033,The Hitchhiker's Guide to the Galaxy,0.4566085934638977,0.9668784992035736,0.5390203595161438,2.0755742165154047,0.025666743516921997,1.5776044981997495,-0.016044914722442627,-0.4095465117303718 +Harry Potter,Katie Bell,0.5273134112358093,2.134555659548249e-05,0.5541184544563293,6.941469957752831e-05,Harry Potter,0.5012985467910767,0.0004962681969855,0.5672582387924194,4.619072452139013e-05,0.026014864444732666,-0.0004749226403900175,-0.013139784336090088,2.3223975056138177e-05 +The Hitchhiker's Guide to the Galaxy,Frankie and Benjy,0.5203325748443604,0.4796580016301606,0.5363255739212036,1.6535834987703122,The Hitchhiker's Guide to the Galaxy,0.4938448667526245,0.0661239444775259,0.5206273794174194,0.1932430384039708,0.02648770809173584,0.4135340571526347,0.01569819450378418,1.4603404603663415 +Twilight,Benjamin,0.5442827343940735,0.0002199300895121,0.4993562400341034,3.5617777723742515e-06,Twilight,0.5174652934074402,0.021134095012226,0.4865785241127014,8.920801700391271e-07,0.0268174409866333,-0.0209141649227139,0.012777715921401978,2.6696976023351244e-06 +The Hitchhiker's Guide to the Galaxy,Gag Halfrunt,0.4889803230762481,0.0982620976643629,0.5009781122207642,1.4467308498254026,The Hitchhiker's Guide to the Galaxy,0.4621201157569885,1.6535225458766083,0.5127925276756287,4.510724437648572,0.026860207319259588,-1.5552604482122454,-0.011814415454864502,-3.0639935878231697 +The Hitchhiker's Guide to the Galaxy,Russell,0.4884125888347626,1.8988536444481336,0.4713529944419861,3.520367733124405,The Hitchhiker's Guide to the Galaxy,0.4608912467956543,0.9779045702858556,0.5067327618598938,1.3193558646808417,0.027521342039108276,0.920949074162278,-0.035379767417907715,2.2010118684435636 +The Hitchhiker's Guide to the Galaxy,Random Dent,0.5012661218643188,1.1383587611249018,0.4745690524578094,0.1524974019494977,The Hitchhiker's Guide to the Galaxy,0.473728746175766,1.4937575705922388,0.4956254959106445,0.950463493923778,0.027537375688552856,-0.35539880946733704,-0.021056443452835083,-0.7979660919742804 +The Hitchhiker's Guide to the Galaxy,Barman,0.5393004417419434,4.006915173714827,0.5009679794311523,1.4300801901079685,The Hitchhiker's Guide to the Galaxy,0.511643648147583,1.608056616499328,0.5494937896728516,1.9716792377981351,0.02765679359436035,2.398858557215499,-0.04852581024169922,-0.5415990476901666 +Dune,Hasimir Fenring,0.547031044960022,3.7819609171032647,0.5571539402008057,1.9510502823437563,Dune,0.5189106464385986,0.7464248043860787,0.5208718776702881,1.5108144082637671,0.02812039852142334,3.035536112717186,0.03628206253051758,0.4402358740799892 +The Hitchhiker's Guide to the Galaxy,Questular Rontok,0.4964897036552429,1.9219703990808992,0.4972619116306305,4.186321044159038,The Hitchhiker's Guide to the Galaxy,0.4678911566734314,0.9307606330728296,0.4485040605068207,5.86522394679092,0.028598546981811523,0.9912097660080695,0.048757851123809814,-1.678902902631882 +Dune,Pardot Kynes,0.5781580805778503,0.667386054851426,0.5367116928100586,0.4363991678386836,Dune,0.548527717590332,0.672247439672272,0.5399633049964905,0.0884621745392188,0.02963036298751831,-0.004861384820845971,-0.0032516121864318848,0.3479369932994648 +Dune,Quintinius Violet Chenoeh,0.5333386659622192,0.0006095256747923,0.4813452661037445,2.004955329972975e-05,Dune,0.503670334815979,0.003929017584763,0.5365883708000183,0.0071388692042059,0.029668331146240234,-0.0033194919099707003,-0.055243104696273804,-0.00711881965090617 +Dune,Lucilla,0.5374746918678284,2.789838649157089,0.5433661341667175,4.21780433563992,Dune,0.5077373385429382,0.7368252249282593,0.5373562574386597,1.3430112354343922,0.029737353324890137,2.05301342422883,0.006009876728057861,2.8747931002055283 +The Hunger Games,Treech,0.5075646638870239,0.117626392781118,0.4749631881713867,0.0002962613432383,The Hunger Games,0.4770993590354919,0.3687356863387556,0.4976861178874969,0.1049643699751414,0.030465304851532038,-0.25110929355763756,-0.022722929716110174,-0.1046681086319031 +Twilight,J. Jenks,0.5524166822433472,0.2216549059922535,0.4394181370735168,0.0001588303121254,Twilight,0.5219054818153381,0.094675581562965,0.5259211659431458,0.0063786709959909,0.030511200428009033,0.1269793244292885,-0.08650302886962896,-0.006219840683865501 +Harry Potter,Padma Patil,0.5182434916496277,0.0007101262299604,0.5555219054222107,0.0044738017133605,Harry Potter,0.4872567057609558,6.378623810573792e-06,0.5460124611854553,0.0552383572989323,0.030986785888671875,0.0007037476061498262,0.009509444236755371,-0.050764555585571795 +Twilight,Mike Newton,0.5422773957252502,0.0228071631416192,0.5342537760734558,0.0119840056601496,Twilight,0.509818971157074,0.0566707227136515,0.5195896625518799,0.0013125449480526,0.03245842456817627,-0.0338635595720323,0.014664113521575928,0.010671460712097 +Twilight,Tyler Crowley,0.5633716583251953,1.140472973049515,0.554145872592926,0.4903717002677769,Twilight,0.5305580496788025,0.0755971518111978,0.5499755144119263,0.2944422307977792,0.03281360864639282,1.0648758212383171,0.004170358180999756,0.19592946946999767 +Twilight,Laurent,0.5089563727378845,0.0012824595639473,0.5217602252960205,0.0286178367409613,Twilight,0.4753958880901336,0.0014116932360878,0.5218551158905029,0.0066333819862924,0.03356048464775091,-0.00012923367214050002,-9.489059448242188e-05,0.0219844547546689 +Dune,Nayla,0.5458073019981384,1.1268773215155374,0.5432273745536804,1.7074506944108572,Dune,0.5117801427841187,1.2422612366213277,0.5429883599281311,1.5111770122717076,0.034027159214019775,-0.11538391510579027,0.0002390146255493164,0.19627368213914953 +Twilight,Tanya,0.4943207502365112,2.3001461533403246e-07,0.5129669904708862,1.017026482000468e-06,Twilight,0.4598340392112732,3.2839210098507054e-15,0.511573314666748,9.316443602184018e-07,0.03448671102523798,2.3001461205011146e-07,0.0013936758041381836,8.538212178206627e-08 +Twilight,Carmen,0.5116759538650513,0.0083180897352118,0.4351828396320343,4.641500438336512e-07,Twilight,0.4769243597984314,0.0020450478101498,0.529487669467926,0.0667213460788601,0.03475159406661987,0.006273041925062,-0.09430482983589172,-0.06672088192881627 +Dune,Kwisatz Haderach,0.562592089176178,0.2092850384260413,0.5722053050994873,0.8231619434607415,Dune,0.527566134929657,0.3652673873188247,0.5783027410507202,0.6787766995793216,0.035025954246520996,-0.1559823488927834,-0.00609743595123291,0.14438524388141982 +The Hitchhiker's Guide to the Galaxy,Googleplex Starthinker,0.5453110933303833,6.22332899740104,0.4888273477554321,1.7581331973296717,The Hitchhiker's Guide to the Galaxy,0.5102677345275879,1.5426929913351373,0.5362627506256104,2.2513618535087176,0.03504335880279541,4.680636006065903,-0.04743540287017828,-0.493228656179046 +The Hitchhiker's Guide to the Galaxy,Vroomfondel,0.5641388893127441,6.758901834977475,0.5593463778495789,9.166721456417331,The Hitchhiker's Guide to the Galaxy,0.5289682745933533,6.720129576328287,0.5723767876625061,4.958258342843732,0.03517061471939087,0.038772258649188096,-0.013030409812927246,4.2084631135735995 +Dune,Paul Atreides,0.477653831243515,1.4512494341597175,0.4664964973926544,1.45505341540141,Dune,0.4406875669956207,2.358466546337092e-14,0.4551504552364349,2.737971189246936e-07,0.03696626424789429,1.451249434159694,0.011346042156219538,1.4550531416042911 +Dune,Dama,0.4857421815395355,1.715304963446476,0.4941137433052063,0.6593159783259328,Dune,0.4485619664192199,0.4845491510995697,0.5121527910232544,0.7110396160190182,0.03718021512031561,1.2307558123469065,-0.018039047718048096,-0.05172363769308541 +The Hitchhiker's Guide to the Galaxy,Elvis Presley,0.5296612977981567,1.509792747521029,0.5141420960426331,3.454116112209741,The Hitchhiker's Guide to the Galaxy,0.4907255470752716,1.351894932353983,0.5306002497673035,1.626699947685858,0.03893575072288513,0.15789781516704604,-0.01645815372467041,1.8274161645238831 +The Lord of the Rings,Isildur,0.5536698698997498,0.0001405835555204,0.5754685997962952,0.0019145160582926,The Lord of the Rings,0.514318585395813,0.0002690887948658,0.54621821641922,0.0173277243707655,0.03935128450393677,-0.00012850523934539998,0.029250383377075195,-0.015413208312472901 +Dune,Paulus Atreides,0.5753435492515564,0.7760784009369951,0.5783288478851318,0.6385111652421047,Dune,0.5355798602104187,0.271578043577058,0.5614880919456482,0.4179249168729293,0.039763689041137695,0.5045003573599371,0.016840755939483643,0.2205862483691754 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Jeltz,0.5412886142730713,3.643808150265752,0.5502378940582275,5.653932292970884,The Hitchhiker's Guide to the Galaxy,0.5014403462409973,1.5210810540607456,0.5499670505523682,2.281380024832352,0.039848268032073975,2.122727096205007,0.000270843505859375,3.372552268138532 +The Hitchhiker's Guide to the Galaxy,Murray Bost Henson,0.5320996642112732,2.2800785875024605,0.5120303630828857,2.9196774427018526,The Hitchhiker's Guide to the Galaxy,0.4902479350566864,1.2326925936283584,0.5304598212242126,2.1115138981949566,0.04185172915458679,1.0473859938741021,-0.018429458141326904,0.808163544506896 +The Lord of the Rings,Balin,0.5572898387908936,6.873337123824756e-05,0.5653225183486938,0.0107615077965567,The Lord of the Rings,0.5153865814208984,0.0037171150859989,0.5659844875335693,0.0089930416383406,0.04190325736999512,-0.003648381714760652,-0.0006619691848754883,0.0017684661582161015 +Twilight,Jane,0.5082261562347412,0.0001358791583441,0.5344328284263611,1.017502052202691e-05,Twilight,0.4662284553050995,7.231129503729666e-06,0.498564600944519,7.089014437417576e-08,0.041997700929641724,0.00012864802884037034,0.035868227481842097,1.0104130377652734e-05 +Twilight,Huilen,0.5564388036727905,0.4284589161086818,0.503710150718689,0.0176898436123173,Twilight,0.5121077299118042,0.0233117597090182,0.4981113970279693,0.0021069506874706,0.04433107376098633,0.4051471563996636,0.00559875369071966,0.0155828929248467 +Dune,Iakin Nefud,0.5762370824813843,3.774862952073259,0.5554256439208984,1.3726203168044029,Dune,0.5314460396766663,1.5068754477787645,0.5381607413291931,1.2583039126290727,0.04479104280471802,2.267987504294495,0.017264902591705322,0.11431640417533018 +Twilight,Irina,0.4988650679588318,0.0077706609258345,0.5048238039016724,0.0002198406798161,Twilight,0.4536858797073364,0.0013092396599973,0.4939875900745392,0.0013506494225449,0.04517918825149536,0.0064614212658372,0.010836213827133179,-0.0011308087427288002 +The Hunger Games,Effie Trinket,0.5815386772155762,3.0792937880716245e-06,0.5591163039207458,1.2126429404944133e-06,The Hunger Games,0.5359324812889099,8.321606180910708e-05,0.5681807994842529,3.933899465304202e-14,0.04560619592666626,-8.013676802103546e-05,-0.00906449556350708,1.2126429011554186e-06 +The Lord of the Rings,Gimli,0.5303179025650024,0.0018958562640058,0.5486525297164917,0.007278140322566,The Lord of the Rings,0.4835466742515564,1.7847412999035477e-06,0.5416079163551331,0.0246381498587795,0.046771228313446045,0.0018940715227058966,0.007044613361358643,-0.0173600095362135 +Twilight,Felix,0.5359938740730286,0.0005091215912758,0.438522458076477,1.548957681363193e-10,Twilight,0.488877922296524,1.5009940594018296e-05,0.5447016954421997,0.0014592390895059,0.04711595177650457,0.0004941116506817817,-0.10617923736572271,-0.001459238934610132 +Harry Potter,Harry Potter,0.4503121674060821,0.5536328923594419,0.4723129868507385,0.9263211683672428,Harry Potter,0.4013104438781738,2.3430883707773023e-302,0.4515830278396606,1.8861245582152952e-90,0.049001723527908325,0.5536328923594419,0.020729959011077936,0.9263211683672428 +The Hitchhiker's Guide to the Galaxy,Paul Neil Milne Johnstone,0.5655339360237122,1.9738671343872247,0.4687610566616058,2.227910665168056,The Hitchhiker's Guide to the Galaxy,0.5163652896881104,2.7351682821906733,0.5477356910705566,3.51385000822408,0.04916864633560181,-0.7613011478034486,-0.07897463440895086,-1.285939343056024 +The Lord of the Rings,Halbarad,0.5482879281044006,0.0377240224085869,0.5678908228874207,1.2505198519541445,The Lord of the Rings,0.4990382194519043,0.1382394741821053,0.5650730133056641,1.5125902145942676,0.04924970865249634,-0.1005154517735184,0.002817809581756592,-0.26207036264012307 +Twilight,Demetri,0.5613125562667847,0.0012281161893588,0.5580273866653442,0.0040244895400104,Twilight,0.5109078884124756,8.155717012021489e-05,0.545673668384552,0.0394128451447977,0.05040466785430908,0.001146559019238585,0.012353718280792236,-0.0353883556047873 +Dune,Miles Teg,0.5735767483711243,0.5392183891587967,0.5745278596878052,0.3328531911163241,Dune,0.5230474472045898,0.0899397912265296,0.5156404376029968,0.1163706711457741,0.050529301166534424,0.4492785979322671,0.05888742208480835,0.21648251997055 +Dune,Gurney Halleck,0.5254309177398682,0.0210078510281879,0.5530193448066711,0.076351204570937,Dune,0.4746912121772766,0.0132546012270145,0.5403727293014526,0.0163296967836743,0.05073970556259155,0.0077532498011734004,0.012646615505218506,0.0600215077872627 +The Hitchhiker's Guide to the Galaxy,Majikthise,0.5912110805511475,12.419892748137844,0.5154204964637756,1.6728761877985672,The Hitchhiker's Guide to the Galaxy,0.5403741002082825,3.0068773709123358,0.551992654800415,8.413546322822135,0.05083698034286499,9.41301537722551,-0.036572158336639404,-6.740670135023568 +The Hitchhiker's Guide to the Galaxy,Captain,0.5367289185523987,2.805112306823628,0.5163926482200623,1.8205771236547,The Hitchhiker's Guide to the Galaxy,0.4852561056613922,1.3337660049817803,0.5076146721839905,0.9621542476535582,0.05147281289100647,1.4713463018418478,0.008777976036071777,0.8584228760011418 +The Lord of the Rings,Gollum,0.5312132835388184,0.0012175108716184,0.5351508259773254,0.0002608758122073,The Lord of the Rings,0.4790458977222442,2.474754774110922e-28,0.5469645857810974,4.741465540436228e-07,0.05216738581657415,0.0012175108716184,-0.011813759803771973,0.00026040166565325637 +Dune,Tertius Eileen Anteac,0.5371912717819214,1.3095758687498087,0.4741029441356659,0.0657697811943477,Dune,0.4842688739299774,1.6092160416916077,0.5371854901313782,0.9017624269997888,0.05292239785194397,-0.299640172941799,-0.06308254599571228,-0.8359926458054411 +Dune,Liet-Kynes,0.5388694405555725,0.7744858351693394,0.5246624946594238,0.6364821227227504,Dune,0.4854009747505188,0.1085691714704211,0.5855634212493896,0.9576363986833852,0.05346846580505371,0.6659166636989183,-0.06090092658996582,-0.32115427596063484 +Dune,Ziarenko Javid,0.5213062167167664,0.7372080900214711,0.4195296764373779,0.1327686030114251,Dune,0.467689573764801,0.8923458602015979,0.5024972558021545,0.9705700571787712,0.05361664295196533,-0.15513777018012676,-0.08296757936477667,-0.8378014541673461 +Dune,Leto Atreides I,0.4644840657711029,0.1561335935662264,0.4951279759407043,0.440357396190372,Dune,0.4105958044528961,0.0206977719287023,0.4836027324199676,0.50074308350192,0.05388826131820679,0.1354358216375241,0.011525243520736694,-0.060385687311547975 +Twilight,Mary,0.5204862356185913,1.4050623647905562,0.5231702923774719,1.023507485669433,Twilight,0.4660108685493469,0.3373203105847336,0.5035999417304993,0.5700600729471494,0.054475367069244385,1.0677420542058227,0.019570350646972656,0.4534474127222836 +The Lord of the Rings,Arwen,0.5495935678482056,0.0917615574909407,0.5545570254325867,0.4326173121468185,The Lord of the Rings,0.493246465921402,0.0876554934573564,0.531183660030365,0.2635930426979998,0.05634710192680359,0.004106064033584295,0.02337336540222168,0.16902426944881865 +The Lord of the Rings,Shelob,0.5592805743217468,0.0758405306378195,0.5853018164634705,0.3406007945047815,The Lord of the Rings,0.5028041005134583,1.2144310358752952e-12,0.5753321647644043,0.2937028728612532,0.056476473808288574,0.07584053063660506,0.009969651699066162,0.046897921643528295 +Dune,Lady Jessica,0.468407541513443,0.2028299003667993,0.4681082963943481,0.3171852694143707,Dune,0.4113405346870422,0.0023579364569927,0.5031242370605469,0.5388505817298004,0.05706700682640081,0.2004719639098066,-0.035015940666198786,-0.22166531231542969 +Twilight,Amun,0.5048414468765259,0.0363424946666695,0.4782496392726898,0.0001141380678301,Twilight,0.4475617110729217,0.0002119297826385,0.5199306011199951,0.0018816264449106,0.05727973580360418,0.036130564884031,-0.0416809618473053,-0.0017674883770805 +Harry Potter,Vincent Crabbe,0.5198566317558289,0.0006169246388136,0.5248391628265381,0.0007503214476635,Harry Potter,0.4622730612754822,1.1250639826776048e-08,0.5160602331161499,0.0004350931133402,0.05758357048034668,0.0006169133881737733,0.008778929710388184,0.00031522833432329997 +The Lord of the Rings,Celeborn,0.5386183857917786,8.960520794475933e-07,0.5627967715263367,0.0024571792711473,The Lord of the Rings,0.4809964895248413,3.0929334752995546e-11,0.5626426339149475,0.00886908460637,0.057621896266937256,8.960211501128403e-07,0.00015413761138916016,-0.006411905335222701 +Twilight,Peter,0.5418391227722168,0.0016953537711623,0.5076555609703064,1.2035564024001924e-05,Twilight,0.477811336517334,0.0035910733978483,0.5113801956176758,8.112589315640874e-05,0.06402778625488281,-0.001895719626686,-0.0037246346473693848,-6.909032913240683e-05 +Twilight,Embry Call,0.5151413679122925,0.0214462358855365,0.5060939192771912,0.0093058597417683,Twilight,0.4495475590229034,1.2256301981221556e-05,0.5312647819519043,0.1356989120483769,0.0655938088893891,0.02143397958355528,-0.025170862674713135,-0.12639305230660858 +Twilight,Tia,0.5152443051338196,8.281582664851085e-06,0.4440155327320099,2.194075915816099e-07,Twilight,0.4475622475147247,0.0001213449980344,0.5206810235977173,0.1201431568196889,0.0676820576190949,-0.00011306341536954892,-0.0766654908657074,-0.12014293741209732 +Dune,Thufir Hawat,0.5250611901283264,0.0538646829607475,0.5541090965270996,0.034884852362595,Dune,0.4564379751682281,0.0023243158719375,0.5546550154685974,0.0420107217075216,0.06862321496009832,0.05154036708881,-0.0005459189414978027,-0.007125869344926601 +The Hitchhiker's Guide to the Galaxy,Emperor of the Galaxy,0.5510367751121521,4.235283767584108,0.5142906308174133,5.053041068047337,The Hitchhiker's Guide to the Galaxy,0.4816323816776275,4.000186235659046,0.5285906791687012,6.886287217357911,0.06940439343452459,0.2350975319250619,-0.014300048351287842,-1.8332461493105736 +Harry Potter,Hermione Granger,0.4524604678153991,0.704830134611921,0.4401030540466308,1.4039408463334415,Harry Potter,0.3828257620334625,0.0,0.452903002500534,1.365026639534582e-49,0.06963470578193659,0.704830134611921,-0.012799948453903198,1.4039408463334415 +Twilight,Alec,0.528445303440094,0.0011680431373348,0.515385627746582,2.8397931685995056e-05,Twilight,0.4573462605476379,3.3593638855767326e-08,0.5198443531990051,0.0005200181715442,0.07109904289245611,0.0011680095436959442,-0.004458725452423096,-0.0004916202398582049 +Dune,Marcus Claire Luyseyal,0.5409387946128845,5.817468506746241,0.4750081300735473,1.6040966020982437,Dune,0.4626936614513397,1.0868284645373023,0.5031079053878784,1.939214834068864,0.0782451331615448,4.730640042208939,-0.02809977531433111,-0.3351182319706203 +The Lord of the Rings,Boromir,0.567672073841095,0.0269396313274863,0.542649507522583,0.0314407638735158,The Lord of the Rings,0.487245500087738,0.0267726651457569,0.5577863454818726,0.0760962279419869,0.08042657375335699,0.00016696618172939992,-0.01513683795928955,-0.044655464068471096 +Twilight,Kebi,0.5474962592124939,0.0136361783219434,0.5137883424758911,0.0668578732688211,Twilight,0.4648018479347229,0.0602315246081563,0.5248673558235168,0.5233448042994691,0.082694411277771,-0.046595346286212896,-0.011079013347625732,-0.45648693103064797 +The Lord of the Rings,Treebeard,0.5894725322723389,0.0374304636551114,0.5587906837463379,0.6738879374362026,The Lord of the Rings,0.4938358664512634,0.0103694590954731,0.5689936876296997,0.3546676867674176,0.09563666582107544,0.0270610045596383,-0.010203003883361816,0.31922025066878496 +Dune,Jamis,0.5443645715713501,0.0881118874436091,0.5378723740577698,0.1472962292049995,Dune,0.4380188286304474,4.0357943122665017e-08,0.5405598878860474,0.0628581234073116,0.10634574294090271,0.08811184708566597,-0.002687513828277588,0.08443810579768789 diff --git a/ressources/data/total_comparisson/normal_eval_comparisonh.csv b/ressources/data/total_comparisson/normal_eval_comparisonh.csv new file mode 100644 index 0000000000000000000000000000000000000000..5ee7a5932623d5140b0d935eda1d8e0d302000d8 --- /dev/null +++ b/ressources/data/total_comparisson/normal_eval_comparisonh.csv @@ -0,0 +1,312 @@ +Book_1,Character,F1_1,h_1,wF1_1,wh_1,Book_2,F1_2,h_2,wF1_2,wh_2,F1c,hc,wF1c,whc +The Hitchhiker's Guide to the Galaxy,Grunthos the Flatulent,0.5367152690887451,2.4596168074797715,0.5372061729431152,2.8103312219034,The Hitchhiker's Guide to the Galaxy,0.5995125770568848,17.001846737223865,0.5219007730484009,2.133263321573577,-0.06279730796813965,-14.542229929744092,0.015305399894714355,0.6770679003298228 +The Hitchhiker's Guide to the Galaxy,Ruler of the Universe,0.4977446794509887,4.313830727905722,0.5375468134880066,9.833476668039363,The Hitchhiker's Guide to the Galaxy,0.5280703902244568,11.006996540280486,0.521700382232666,6.962456970037287,-0.030325710773468073,-6.693165812374764,0.015846431255340576,2.871019698002076 +The Hitchhiker's Guide to the Galaxy,Eccentrica Gallumbits,0.5684916377067566,1.600421665398035,0.5986104011535645,5.373714248134763,The Hitchhiker's Guide to the Galaxy,0.5966795682907104,7.6688246058673775,0.5707736015319824,4.145647728569833,-0.028187930583953857,-6.068402940469342,0.02783679962158203,1.2280665195649298 +The Hitchhiker's Guide to the Galaxy,Oolon Colluphid,0.5167138576507568,0.3045699755027859,0.5419318079948425,4.214868428260779,The Hitchhiker's Guide to the Galaxy,0.5784218311309814,4.851148934817749,0.5522536039352417,2.5080001062957518,-0.06170797348022461,-4.546578959314963,-0.01032179594039917,1.7068683219650271 +The Lord of the Rings,Ancalagon,0.477145254611969,0.0110481038998085,0.5791114568710327,2.0878972244703298,The Lord of the Rings,0.5745759010314941,4.189269457296343,0.6052698493003845,4.544569991484027,-0.09743064641952515,-4.178221353396535,-0.026158392429351807,-2.4566727670136976 +Dune,Tlaloc,0.4285541176795959,0.0118315451596015,0.5015847682952881,0.9321172489174157,Dune,0.5124073624610901,3.8070235424098406,0.542407751083374,1.1899244749396642,-0.0838532447814942,-3.7951919972502393,-0.04082298278808594,-0.2578072260222486 +The Hitchhiker's Guide to the Galaxy,Old Woman in the Cave,0.4645183086395263,1.170952580145992,0.5418444275856018,7.01581392016772,The Hitchhiker's Guide to the Galaxy,0.5089417099952698,4.67116185980418,0.5259667634963989,6.319423488592738,-0.044423401355743464,-3.5002092796581885,0.01587766408920288,0.696390431574982 +The Hitchhiker's Guide to the Galaxy,Hillman Hunter,0.4723850190639496,0.3463285279502558,0.526846706867218,1.3370309332758832,The Hitchhiker's Guide to the Galaxy,0.519244909286499,3.550699065130454,0.5177202820777893,2.1707907641217323,-0.04685989022254944,-3.2043705371801985,0.009126424789428711,-0.8337598308458491 +Dune,Sheeana Brugh,0.5340063571929932,0.9987176212057696,0.5581178069114685,2.533198754228731,Dune,0.5689539313316345,3.879076295351741,0.5332396626472473,2.092447271800819,-0.03494757413864136,-2.8803586741459712,0.02487814426422119,0.44075148242791196 +The Hitchhiker's Guide to the Galaxy,God,0.4720796644687652,0.000474325132103,0.5213883519172668,2.9978883732699493,The Hitchhiker's Guide to the Galaxy,0.538847804069519,2.2596122948759985,0.5220323801040649,1.4293852203350672,-0.06676813960075384,-2.2591379697438954,-0.0006440281867980957,1.568503152934882 +The Hitchhiker's Guide to the Galaxy,Almighty Bob,0.460065096616745,1.8494015249277385,0.5477994680404663,2.8131422225838065,The Hitchhiker's Guide to the Galaxy,0.5236132144927979,3.957909785382811,0.5205970406532288,1.3806195933359589,-0.06354811787605286,-2.1085082604550727,0.02720242738723755,1.4325226292478477 +The Hitchhiker's Guide to the Galaxy,Guide Mark II,0.531345784664154,0.967506182327614,0.5462780594825745,4.615148925284156,The Hitchhiker's Guide to the Galaxy,0.5517412424087524,3.014383230731099,0.5583321452140808,5.972646482817048,-0.02039545774459839,-2.046877048403485,-0.012054085731506348,-1.3574975575328914 +Dune,Margot Fenring,0.5632591843605042,0.0901246651570515,0.5906767249107361,1.5331309572850005,Dune,0.5554811954498291,1.886456070361856,0.5722024440765381,3.858722627527751,0.007777988910675049,-1.7963314052048045,0.018474280834197998,-2.3255916702427504 +The Hitchhiker's Guide to the Galaxy,Loonquawl,0.5614513754844666,1.0392012009479468,0.5413311123847961,1.8312584658984103,The Hitchhiker's Guide to the Galaxy,0.5401980876922607,2.7960738546327706,0.5393425226211548,1.8750551413304997,0.02125328779220581,-1.7568726536848238,0.0019885897636413574,-0.043796675432089316 +Twilight,Quil Ateara III,0.5075376033782959,1.6239529934461778,0.5255942344665527,1.253521363478485,Twilight,0.5304310917854309,3.3693445809070885,0.5289638638496399,3.843474799960733,-0.02289348840713501,-1.7453915874609107,-0.003369629383087158,-2.589953436482248 +The Hitchhiker's Guide to the Galaxy,Lady Cynthia Fitzmelton,0.4988591372966766,0.1258692840482537,0.4810832440853119,0.3714832006276615,The Hitchhiker's Guide to the Galaxy,0.509372889995575,1.866133674698825,0.5305003523826599,2.344663893372813,-0.010513752698898371,-1.7402643906505713,-0.04941710829734802,-1.9731806927451512 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Kwaltz,0.5228808522224426,1.413300164165216,0.5617323517799377,5.506559981534626,The Hitchhiker's Guide to the Galaxy,0.5397637486457825,3.052210660958916,0.5244671106338501,6.27272596489698,-0.016882896423339844,-1.6389104967937,0.037265241146087646,-0.7661659833623542 +The Hunger Games,Vipsania Sickle,0.4668054580688476,0.0091408931120802,0.4577060341835022,0.2628891810579304,The Hunger Games,0.494323194026947,1.5781923253593952,0.5286621451377869,2.421608415197159,-0.02751773595809942,-1.569051432247315,-0.07095611095428467,-2.1587192341392285 +The Hitchhiker's Guide to the Galaxy,Gag Halfrunt,0.4889803230762481,0.0982620976643629,0.5009781122207642,1.4467308498254026,The Hitchhiker's Guide to the Galaxy,0.4621201157569885,1.6535225458766083,0.5127925276756287,4.510724437648572,0.026860207319259588,-1.5552604482122454,-0.011814415454864502,-3.0639935878231697 +The Lord of the Rings,Shadowfax,0.558815598487854,0.2268558574927122,0.5979445576667786,1.6379879568324147,The Lord of the Rings,0.6224778294563293,1.7175942891378289,0.6148388385772705,1.9714219260473624,-0.06366223096847534,-1.4907384316451167,-0.016894280910491943,-0.3334339692149477 +The Hitchhiker's Guide to the Galaxy,Hactar,0.4329808056354522,0.0638868818155731,0.5714038014411926,2.182541127424045,The Hitchhiker's Guide to the Galaxy,0.5371614098548889,1.459193337851069,0.574628472328186,1.092209836230405,-0.1041806042194367,-1.395306456035496,-0.003224670886993408,1.0903312911936403 +The Hitchhiker's Guide to the Galaxy,Mr Prosser,0.5069112777709961,3.1382313033558216,0.5113053321838379,4.395576469021057,The Hitchhiker's Guide to the Galaxy,0.4827904403209686,4.507037385340246,0.4820026457309723,3.286594095395597,0.02412083745002752,-1.3688060819844248,0.0293026864528656,1.1089823736254596 +The Hitchhiker's Guide to the Galaxy,Rob McKenna,0.4869276583194732,0.3086540700572138,0.4509564638137817,0.2733458965409725,The Hitchhiker's Guide to the Galaxy,0.5017083287239075,1.667916825646644,0.5132248997688293,0.986423940066365,-0.01478067040443426,-1.35926275558943,-0.06226843595504766,-0.7130780435253925 +The Hunger Games,Felix Ravinstill,0.485382467508316,0.2378235069555312,0.4536113142967224,0.3712447120353729,The Hunger Games,0.5140994787216187,1.570545047804901,0.5395987629890442,1.752262925950918,-0.028717011213302668,-1.3327215408493698,-0.08598744869232178,-1.381018213915545 +Dune,Piter de Vries,0.463932991027832,0.7901284138439427,0.5120517611503601,1.5202778799386392,Dune,0.5234078764915466,2.121741244796618,0.5473734140396118,2.341555622457318,-0.059474885463714655,-1.3316128309526754,-0.03532165288925171,-0.821277742518679 +The Hitchhiker's Guide to the Galaxy,Lig Lury Jr,0.4491147696971893,0.167543472843609,0.4874661862850189,3.8898089760996233,The Hitchhiker's Guide to the Galaxy,0.5064576864242554,1.4415529324090486,0.5332200527191162,2.406554908545643,-0.057342916727066096,-1.2740094595654397,-0.04575386643409729,1.4832540675539803 +Twilight,Randall,0.4445645213127136,0.2113762974976194,0.4651248753070831,0.1869984820936673,Twilight,0.553048312664032,1.454575429737306,0.5498643517494202,3.8130195171475982,-0.10848379135131836,-1.2431991322396865,-0.08473947644233709,-3.626021035053931 +Twilight,Santiago,0.4405513107776642,0.0113096824479289,0.4655430316925049,0.0218416827716768,Twilight,0.500321090221405,1.2468754962383273,0.4711087644100189,0.1209499717076706,-0.059769779443740845,-1.2355658137903984,-0.005565732717514038,-0.0991082889359938 +Twilight,Rebecca Black,0.4065530896186828,0.094421984457344,0.4780859351158142,1.0728798273423112,Twilight,0.4971699118614197,1.2935049089247452,0.517520546913147,3.558757023917906,-0.09061682224273687,-1.1990829244674013,-0.039434611797332764,-2.4858771965755944 +The Hitchhiker's Guide to the Galaxy,Golgafrinchans,0.4998741745948791,0.0022159234741147,0.5546774864196777,0.9447810135592936,The Hitchhiker's Guide to the Galaxy,0.5678676962852478,1.1610192491706892,0.5612878203392029,1.4139129371358898,-0.06799352169036871,-1.1588033256965746,-0.0066103339195251465,-0.4691319235765963 +Dune,Octa Butler,0.4596191346645355,0.0260518392912217,0.5119488835334778,0.9994224406668474,Dune,0.5055363774299622,1.1788144831676244,0.5349791646003723,0.9440785315735382,-0.045917242765426636,-1.1527626438764027,-0.02303028106689453,0.05534390909330922 +The Hitchhiker's Guide to the Galaxy,Great Circling Poets of Arium,0.5344204902648926,4.215717009037368,0.4994305968284607,2.7808154040086315,The Hitchhiker's Guide to the Galaxy,0.5566425323486328,5.327887898814819,0.5682133436203003,4.149285679691731,-0.022222042083740234,-1.1121708897774507,-0.0687827467918396,-1.3684702756830998 +Dune,Ramallo,0.4325161278247833,0.0687161399514886,0.501629650592804,1.872451841371104,Dune,0.5678929090499878,1.154690518665489,0.5771474838256836,1.2469760206362497,-0.13537678122520447,-1.0859743787140004,-0.07551783323287964,0.6254758207348543 +Dune,Piter De Vries,0.5243019461631775,1.1976779929079375,0.524216890335083,1.2231867428278729,Dune,0.5457844734191895,2.264401020878476,0.5682894587516785,3.001800801270369,-0.021482527256011963,-1.0667230279705386,-0.04407256841659546,-1.778614058442496 +The Hitchhiker's Guide to the Galaxy,Great Green Arkleseizure,0.528576135635376,3.3641340015274275,0.5669288635253906,6.084616931515877,The Hitchhiker's Guide to the Galaxy,0.5522434115409851,4.391415220193749,0.5681037306785583,5.109643200946081,-0.02366727590560913,-1.0272812186663214,-0.0011748671531677246,0.9749737305697961 +Twilight,Senna,0.5209641456604004,0.1763051382946032,0.4448743462562561,0.0162425166037513,Twilight,0.5020114183425903,1.1654473847385365,0.5421069860458374,3.339938662868396,0.01895272731781006,-0.9891422464439332,-0.0972326397895813,-3.3236961462646444 +Twilight,Vasilii,0.4197364151477813,0.0006704062509159,0.4228555858135223,0.0588528301541689,Twilight,0.4868839085102081,0.9821019779920626,0.5375935435295105,1.6325823342779708,-0.06714749336242676,-0.9814315717411467,-0.11473795771598821,-1.573729504123802 +The Hitchhiker's Guide to the Galaxy,Genghis Khan,0.5043528079986572,1.1397913126863477,0.5355144143104553,3.3542247691558065,The Hitchhiker's Guide to the Galaxy,0.5663809180259705,2.074380728007357,0.5443081259727478,2.531551998571767,-0.06202811002731323,-0.9345894153210095,-0.00879371166229248,0.8226727705840395 +Dune,Tyros Reffa,0.42983078956604,0.1327862233708681,0.4983071088790893,1.1056474255429347,Dune,0.4846203923225403,0.8964724246466521,0.5130773186683655,0.7053993910320941,-0.0547896027565003,-0.763686201275784,-0.014770209789276179,0.40024803451084057 +The Hitchhiker's Guide to the Galaxy,Prak,0.4407698810100555,0.1180049148389614,0.514369547367096,0.4189564750491458,The Hitchhiker's Guide to the Galaxy,0.4743108451366424,0.8805545389287109,0.5147708058357239,0.2908535552733367,-0.033540964126586914,-0.7625496240897496,-0.0004012584686279297,0.12810291977580912 +The Hitchhiker's Guide to the Galaxy,Paul Neil Milne Johnstone,0.5655339360237122,1.9738671343872247,0.4687610566616058,2.227910665168056,The Hitchhiker's Guide to the Galaxy,0.5163652896881104,2.7351682821906733,0.5477356910705566,3.51385000822408,0.04916864633560181,-0.7613011478034486,-0.07897463440895086,-1.285939343056024 +The Hitchhiker's Guide to the Galaxy,Great Hyperlobic Omnicognate Neutron Wrangler,0.5309005975723267,1.657872944449094,0.5062478184700012,1.0521555069322066,The Hitchhiker's Guide to the Galaxy,0.5384833216667175,2.4184494776517766,0.6105626225471497,7.005432719867193,-0.007582724094390869,-0.7605765332026826,-0.10431480407714844,-5.953277212934987 +Dune,Mohandas Suk,0.4551697373390198,0.2720735772913702,0.5508387684822083,1.4002093038690775,Dune,0.4978834688663482,1.0267002706159707,0.540614664554596,1.529749728452501,-0.042713731527328436,-0.7546266933246004,0.010224103927612305,-0.12954042458342352 +The Hitchhiker's Guide to the Galaxy,Dan Streetmentioner,0.4536094069480896,0.3031424793759491,0.5627984404563904,3.105531301877437,The Hitchhiker's Guide to the Galaxy,0.518623411655426,1.0481372819919772,0.5506841540336609,3.3942237237839783,-0.06501400470733643,-0.744994802616028,0.012114286422729492,-0.28869242190654143 +Dune,Jehanne Butler,0.4389314949512481,0.0288194764317802,0.4444078803062439,0.0512613213413012,Dune,0.5041056871414185,0.7578706297314075,0.511239230632782,0.7765911703854489,-0.06517419219017034,-0.7290511532996273,-0.06683135032653809,-0.7253298490441477 +The Hitchhiker's Guide to the Galaxy,Hurling Frootmig,0.4553157687187195,0.5980317027887777,0.496841698884964,2.427544772938232,The Hitchhiker's Guide to the Galaxy,0.5172088146209717,1.3230990334518309,0.5507286787033081,3.484903478663206,-0.0618930459022522,-0.7250673306630532,-0.053886979818344116,-1.0573587057249743 +The Hitchhiker's Guide to the Galaxy,The Lord,0.4792201817035675,1.354531018545949,0.5172358751296997,3.7359408086054313,The Hitchhiker's Guide to the Galaxy,0.5007612705230713,2.066419580043978,0.5112965703010559,1.3281270743648217,-0.021541088819503784,-0.711888561498029,0.005939304828643799,2.4078137342406096 +Dune,Minotauros Atreides,0.481614202260971,0.1604432397909353,0.5114316344261169,0.3985008488922756,Dune,0.4983564913272857,0.8598707847609885,0.5270689725875854,1.0406608076188153,-0.016742289066314697,-0.6994275449700532,-0.015637338161468506,-0.6421599587265396 +Dune,Stilgar,0.5065039992332458,0.3521997169623891,0.532167375087738,0.5102105680812854,Dune,0.4978335201740265,1.050191588802027,0.5372103452682495,0.4579809007162451,0.00867047905921936,-0.6979918718396378,-0.005042970180511475,0.05222966736504031 +Dune,Aramsham,0.4058475792407989,0.8238137072393069,0.4876619875431061,0.9168460982084708,Dune,0.5344614386558533,1.4950078491961325,0.558563232421875,1.4762572326855694,-0.12861385941505438,-0.6711941419568256,-0.07090124487876892,-0.5594111344770986 +The Hitchhiker's Guide to the Galaxy,Lallafa,0.4753203988075256,0.7379222995063882,0.5090602040290833,1.4554464099777698,The Hitchhiker's Guide to the Galaxy,0.5180431008338928,1.4061786046354934,0.5211470723152161,0.9665751629373902,-0.04272270202636724,-0.6682563051291052,-0.012086868286132812,0.48887124704037954 +The Hitchhiker's Guide to the Galaxy,Hotblack Desiato,0.5021933913230896,3.3008269824014618,0.5471504330635071,4.551225292467061,The Hitchhiker's Guide to the Galaxy,0.5200538635253906,3.951519228743921,0.5353698134422302,2.8489468857505824,-0.017860472202301025,-0.6506922463424591,0.011780619621276855,1.7022784067164785 +The Hunger Games,Livia Cardew,0.4411150813102722,0.0011644289971937,0.4497662484645843,0.018320461370184,The Hunger Games,0.4969425797462463,0.601184000557319,0.5460469126701355,1.993355810689457,-0.055827498435974066,-0.6000195715601253,-0.0962806642055512,-1.9750353493192732 +The Hitchhiker's Guide to the Galaxy,Constant Mown,0.4848194122314453,2.6657217316758315,0.4528148770332336,1.86553460742644,The Hitchhiker's Guide to the Galaxy,0.5038566589355469,3.265715467731482,0.4810433089733124,3.086949363020123,-0.019037246704101562,-0.5999937360556507,-0.02822843194007879,-1.221414755593683 +Dune,Shando Vernius,0.4891597926616668,0.1598593751666299,0.5207884311676025,0.4678524818639373,Dune,0.5465232133865356,0.7520822598278919,0.5261800289154053,0.8021177618208027,-0.05736342072486883,-0.592222884661262,-0.005391597747802734,-0.33426527995686545 +The Hitchhiker's Guide to the Galaxy,Lunkwill and Fook,0.4459331035614013,0.9297680416501386,0.5080600380897522,1.226444792424524,The Hitchhiker's Guide to the Galaxy,0.4774085283279419,1.5053924682447637,0.5095489621162415,0.74077942371084,-0.03147542476654058,-0.5756244265946251,-0.0014889240264892578,0.48566536871368404 +The Hitchhiker's Guide to the Galaxy,Judiciary Pag,0.4658540189266205,2.2053176174830877,0.5554378628730774,1.6235163327564248,The Hitchhiker's Guide to the Galaxy,0.4990079998970032,2.7655560556335304,0.5291802883148193,2.0222538527401874,-0.03315398097038269,-0.5602384381504426,0.026257574558258057,-0.3987375199837626 +The Hitchhiker's Guide to the Galaxy,Lintilla,0.4331122636795044,0.0054116694166139,0.5091831088066101,0.2562651870653857,The Hitchhiker's Guide to the Galaxy,0.5287073850631714,0.558869123703348,0.5504475831985474,0.5872657301781092,-0.09559512138366699,-0.5534574542867341,-0.041264474391937256,-0.33100054311272353 +Dune,Norma Cevna,0.4986927509307861,0.2939918557389265,0.5146554112434387,1.1904821789395426,Dune,0.5122960805892944,0.7993872527996245,0.5158432126045227,0.6773874968887998,-0.013603329658508356,-0.505395397060698,-0.0011878013610839844,0.5130946820507427 +Twilight,Mexican coven,0.5069307088851929,0.0362351906965213,0.4671769738197326,0.0880664320824296,Twilight,0.4998178482055664,0.5380650017431479,0.512706995010376,0.4692169152583046,0.007112860679626465,-0.5018298110466266,-0.045530021190643366,-0.381150483175875 +The Lord of the Rings,Melian,0.4705244600772857,0.0005430458619563,0.5702692866325378,1.151224722893621,The Lord of the Rings,0.568642795085907,0.4820294146165659,0.5772488117218018,0.5859594915320728,-0.09811833500862127,-0.4814863687546096,-0.006979525089263916,0.5652652313615482 +Dune,Wensicia Corrino,0.5699851512908936,1.352215822644708,0.5664901733398438,1.7340149761303842,Dune,0.5715660452842712,1.819849624453167,0.5675203800201416,0.9927692781062312,-0.0015808939933776855,-0.4676338018084589,-0.0010302066802978516,0.7412456980241531 +Dune,Tio Holtzman,0.4509092569351196,5.580479411464467e-05,0.5041067600250244,0.0065064358970146,Dune,0.5365378260612488,0.4520475765011633,0.5751590132713318,0.2024374726113764,-0.0856285691261292,-0.45199177170704863,-0.07105225324630737,-0.1959310367143618 +Twilight,Rachel Black,0.4674018919467926,0.0019080303123256,0.4487326741218567,0.0005745818831719,Twilight,0.4946772158145904,0.4461437557674763,0.5062205791473389,0.2900946600663232,-0.027275323867797796,-0.44423572545515067,-0.05748790502548218,-0.2895200781831513 +The Hitchhiker's Guide to the Galaxy,Ameglian Major Cow,0.4219990670681,0.0333257116217055,0.5657427310943604,4.5520837618766254,The Hitchhiker's Guide to the Galaxy,0.524772584438324,0.4754265145147631,0.5391592383384705,1.6993015589938314,-0.102773517370224,-0.4421008028930576,0.026583492755889893,2.852782202882794 +Twilight,Sasha,0.4354710578918457,0.0038431673822077,0.5104660987854004,1.085126858305472,Twilight,0.4636020064353943,0.434826142440545,0.5213740468025208,0.3945277143916048,-0.028130948543548584,-0.4309829750583373,-0.010907948017120361,0.6905991439138672 +Dune,Rhombur Vernius,0.4880791306495666,0.0403226233838716,0.5621006488800049,0.4523142109796731,Dune,0.5298475623130798,0.4492802922201242,0.5671092867851257,0.2153144695845419,-0.04176843166351324,-0.4089576688362526,-0.00500863790512085,0.23699974139513122 +Dune,Elrood Corrino IX,0.4714115262031555,1.3470757706131942,0.5571887493133545,3.313130230889499,Dune,0.5237322449684143,1.7444766368832163,0.5411025285720825,2.93718753271404,-0.05232071876525879,-0.39740086627002214,0.016086220741271973,0.375942698175459 +Dune,Chani Kynes,0.4593413472175598,0.765399971568981,0.4882956147193908,0.8681908027060506,Dune,0.5317520499229431,1.1616693733240029,0.5398597121238708,1.4438592161520991,-0.0724107027053833,-0.3962694017550219,-0.051564097404480036,-0.5756684134460485 +Dune,Kailea Vernius,0.4088099002838135,3.335268626224189e-07,0.5558974742889404,0.6014721844717049,Dune,0.5170943737030029,0.3752516692902247,0.5739883184432983,0.7558099218848111,-0.10828447341918945,-0.37525133576336206,-0.01809084415435791,-0.1543377374131062 +Dune,Irulan Corrino,0.5094133019447327,0.0134960327501953,0.5159376263618469,0.0779417916071164,Dune,0.5549029111862183,0.3883706492553182,0.5475248694419861,0.0924784031698652,-0.045489609241485596,-0.37487461650512294,-0.03158724308013916,-0.01453661156274881 +The Hitchhiker's Guide to the Galaxy,Mella,0.4520410597324371,1.4347506010220392,0.5313006639480591,8.1670382369449,The Hitchhiker's Guide to the Galaxy,0.487587034702301,1.8086497148552143,0.5032673478126526,2.9962824801325185,-0.03554597496986395,-0.3738991138331751,0.028033316135406494,5.170755756812382 +The Hitchhiker's Guide to the Galaxy,Random Dent,0.5012661218643188,1.1383587611249018,0.4745690524578094,0.1524974019494977,The Hitchhiker's Guide to the Galaxy,0.473728746175766,1.4937575705922388,0.4956254959106445,0.950463493923778,0.027537375688552856,-0.35539880946733704,-0.021056443452835083,-0.7979660919742804 +The Lord of the Rings,Glaurung,0.4925675988197326,0.0105043637293916,0.5601674318313599,0.5209951886978874,The Lord of the Rings,0.5535544753074646,0.3629630472734391,0.5826680660247803,0.8313548871362959,-0.06098687648773199,-0.35245868354404747,-0.02250063419342041,-0.3103596984384085 +The Hunger Games,Lucretius Flickerman,0.5081245303153992,1.4047005526211074e-06,0.5309379696846008,0.3740077622090239,The Hunger Games,0.4888031184673309,0.3311301477382859,0.5430733561515808,0.4712395986169309,0.019321411848068293,-0.3311287430377333,-0.01213538646697998,-0.097231836407907 +Dune,Tertius Eileen Anteac,0.5371912717819214,1.3095758687498087,0.4741029441356659,0.0657697811943477,Dune,0.4842688739299774,1.6092160416916077,0.5371854901313782,0.9017624269997888,0.05292239785194397,-0.299640172941799,-0.06308254599571228,-0.8359926458054411 +Twilight,Kachiri,0.5447333455085754,0.92798029818798,0.4272400140762329,0.0480980095476665,Twilight,0.5337878465652466,1.2243431248416543,0.5379436016082764,3.230076547233832,0.010945498943328857,-0.2963628266536743,-0.11070358753204346,-3.1819785376861653 +Dune,Farok,0.5331273078918457,2.0201251314036,0.5111566185951233,0.8885105448392211,Dune,0.5553319454193115,2.3081063709412537,0.5157051682472229,1.8509081586007976,-0.02220463752746582,-0.28798123953765353,-0.004548549652099609,-0.9623976137615765 +The Lord of the Rings,Beorn,0.4574282765388489,7.964547045271094e-06,0.6069895625114441,0.5130365078530041,The Lord of the Rings,0.5743336081504822,0.2859192303420603,0.598109781742096,0.1540755443137909,-0.1169053316116333,-0.285911265795015,0.008879780769348145,0.35896096353921325 +Dune,Helena Atreides,0.5068652033805847,0.1119035016338069,0.5462532639503479,0.3454311405400564,Dune,0.55311119556427,0.3863628588487818,0.5335257053375244,0.2456276973392827,-0.0462459921836853,-0.2744593572149749,0.012727558612823486,0.09980344320077372 +The Hunger Games,Festus Creed,0.4804655015468597,0.0004364852600695,0.5087020397186279,0.0077027971029612,The Hunger Games,0.4831237196922302,0.2742316573049203,0.5206208825111389,0.3036459530122752,-0.002658218145370539,-0.27379517204485077,-0.011918842792510986,-0.295943155909314 +The Hitchhiker's Guide to the Galaxy,Old Man on the Pole,0.4875471293926239,4.7026631692738174,0.5063191056251526,6.556842986455579,The Hitchhiker's Guide to the Galaxy,0.5013925433158875,4.9671203983264665,0.5283668041229248,7.481179459003158,-0.01384541392326355,-0.264457229052649,-0.022047698497772217,-0.9243364725475791 +Twilight,Collin Littlesea,0.4015692770481109,0.3932931368504643,0.4368025660514831,0.3934013293951621,Twilight,0.4317830801010132,0.6549329661210603,0.4445505440235138,0.8581127887388902,-0.030213803052902277,-0.26163982927059604,-0.007747977972030695,-0.4647114593437281 +The Hitchhiker's Guide to the Galaxy,Number Two,0.43616983294487,0.9727470646024056,0.4991006553173065,1.892146497758362,The Hitchhiker's Guide to the Galaxy,0.5003491044044495,1.2324191217297131,0.5516855120658875,1.8112055895966903,-0.06417927145957947,-0.25967205712730757,-0.05258485674858093,0.08094090816167165 +Dune,Victor Atreides,0.4980299174785614,0.2910350286240949,0.5519011616706848,0.6685790952560978,Dune,0.5181224346160889,0.5430793792140399,0.5632820129394531,1.9181918906205708,-0.020092517137527466,-0.252044350589945,-0.01138085126876831,-1.249612795364473 +The Hunger Games,Treech,0.5075646638870239,0.117626392781118,0.4749631881713867,0.0002962613432383,The Hunger Games,0.4770993590354919,0.3687356863387556,0.4976861178874969,0.1049643699751414,0.030465304851532038,-0.25110929355763756,-0.022722929716110174,-0.1046681086319031 +Dune,Zufa Cenva,0.4670575857162475,0.0112104319609969,0.5524097681045532,0.3717184737716069,Dune,0.5469627380371094,0.2514755578288763,0.5501323938369751,0.497377813153401,-0.07990515232086187,-0.2402651258678794,0.002277374267578125,-0.12565933938179413 +The Lord of the Rings,Ungoliant,0.5248897075653076,0.0068898861689286,0.55659019947052,0.4206666712385319,The Lord of the Rings,0.524909496307373,0.2464164812303801,0.5736237168312073,0.7277688611379045,-1.9788742065429688e-05,-0.2395265950614515,-0.017033517360687256,-0.3071021898993726 +Dune,Marty,0.4924050271511078,0.932898749248838,0.5335819125175476,1.646799387111592,Dune,0.5066540837287903,1.1714954308479877,0.5216068029403687,1.8426423024082883,-0.014249056577682495,-0.2385966815991497,0.011975109577178955,-0.19584291529669628 +Dune,Jessica Atreides,0.4570485055446625,0.144439164385024,0.4733946025371551,0.5619218432663521,Dune,0.4973728954792022,0.376441262810641,0.4970850646495819,0.4108089338864428,-0.04032438993453974,-0.232002098425617,-0.023690462112426813,0.1511129093799093 +The Lord of the Rings,Peregrin Took,0.5437358021736145,0.0542727872519525,0.5529078841209412,0.1864921831796264,The Lord of the Rings,0.5318484306335449,0.2692060335335933,0.5542590618133545,0.2374488441743688,0.01188737154006958,-0.2149332462816408,-0.00135117769241333,-0.050956660994742387 +Dune,Alma Mavis Taraza,0.5075234174728394,0.6880329098557795,0.4995601177215576,0.2924849668415627,Dune,0.5149604678153992,0.8999436439874243,0.5610169768333435,0.9030535975180288,-0.0074370503425598145,-0.21191073413164485,-0.06145685911178589,-0.6105686306764662 +Dune,Raquella Berto-Anirul,0.5147691369056702,0.0505092472857887,0.5281753540039062,0.2529816771656182,Dune,0.5327244997024536,0.2562112091315427,0.5556399822235107,1.244242900357726,-0.017955362796783447,-0.205701961845754,-0.027464628219604492,-0.9912612231921079 +The Hitchhiker's Guide to the Galaxy,Allitnils,0.4514158368110657,0.7028346729424548,0.4638689458370209,1.177709601829284,The Hitchhiker's Guide to the Galaxy,0.4965316355228424,0.8980947810572045,0.5122107267379761,1.7813170644012286,-0.04511579871177673,-0.1952601081147497,-0.0483417809009552,-0.6036074625719445 +The Hitchhiker's Guide to the Galaxy,Agda,0.4573055505752563,1.421807429387134,0.5298096537590027,6.014122812135902,The Hitchhiker's Guide to the Galaxy,0.5139344334602356,1.6046755314659846,0.5281763672828674,2.435745000064001,-0.056628882884979304,-0.18286810207885074,0.001633286476135254,3.578377812071901 +Twilight,Brady Fuller,0.4072178900241852,0.4258262646188319,0.3713338673114776,0.1247171649284515,Twilight,0.4130733013153076,0.6068299589117829,0.4249446392059326,0.6052303750544059,-0.0058554112911224365,-0.18100369429295105,-0.05361077189445501,-0.4805132101259544 +The Hunger Games,Dill,0.4356289803981781,0.0002891011143852,0.4885352551937103,0.0960276098361049,The Hunger Games,0.510287880897522,0.1673106770659258,0.5264093279838562,0.3645071642658643,-0.07465890049934387,-0.1670215759515406,-0.037874072790145874,-0.26847955442975946 +The Hitchhiker's Guide to the Galaxy,Humma Kavula,0.4854157567024231,1.8566239223449013,0.5276848077774048,5.14095889510766,The Hitchhiker's Guide to the Galaxy,0.5110021829605103,2.0183648713233,0.5350873470306396,4.865023727382481,-0.025586426258087158,-0.16174094897839852,-0.007402539253234863,0.2759351677251791 +Dune,Kwisatz Haderach,0.562592089176178,0.2092850384260413,0.5722053050994873,0.8231619434607415,Dune,0.527566134929657,0.3652673873188247,0.5783027410507202,0.6787766995793216,0.035025954246520996,-0.1559823488927834,-0.00609743595123291,0.14438524388141982 +Dune,Ziarenko Javid,0.5213062167167664,0.7372080900214711,0.4195296764373779,0.1327686030114251,Dune,0.467689573764801,0.8923458602015979,0.5024972558021545,0.9705700571787712,0.05361664295196533,-0.15513777018012676,-0.08296757936477667,-0.8378014541673461 +The Lord of the Rings,Khamûl,0.5273112654685974,0.3111839518759664,0.5779586434364319,1.5488645441375015,The Lord of the Rings,0.5351359248161316,0.4660404983610751,0.5849636793136597,1.381356707874084,-0.00782465934753418,-0.15485654648510866,-0.007005035877227783,0.16750783626341748 +Dune,Otheym,0.5519803762435913,1.9190665607807564,0.488323450088501,0.4175151666718351,Dune,0.5967943072319031,2.07091631715095,0.5572136640548706,2.31686868074298,-0.04481393098831177,-0.1518497563701935,-0.06889021396636963,-1.899353514071145 +The Lord of the Rings,Éowyn,0.5354081392288208,0.0446670784607137,0.5591710209846497,0.0808981344760647,The Lord of the Rings,0.5752246379852295,0.1766522094437725,0.5742315649986267,0.0361872465904922,-0.03981649875640869,-0.1319851309830588,-0.01506054401397705,0.044710887885572495 +Dune,Siona Atreides,0.5410712957382202,0.5836693720482895,0.5667243003845215,0.1415506545006138,Dune,0.5566157698631287,0.7132382625515441,0.554270327091217,0.2215421654128753,-0.015544474124908447,-0.1295688905032546,0.012453973293304443,-0.0799915109122615 +Dune,Scytale,0.4897126257419586,0.4730752657490815,0.5085275173187256,0.5772822226475126,Dune,0.521210253238678,0.5930412116541532,0.5328407883644104,0.2677262583362687,-0.03149762749671936,-0.11996594590507176,-0.024313271045684814,0.30955596431124394 +The Hitchhiker's Guide to the Galaxy,Pizpot Gargravarr,0.4750292301177978,0.8398734947705285,0.4932797253131866,1.082886502347771,The Hitchhiker's Guide to the Galaxy,0.4787600934505462,0.9577454175059584,0.4993785619735718,1.5612964447779745,-0.003730863332748413,-0.1178719227354299,-0.006098836660385187,-0.4784099424302035 +The Lord of the Rings,Thrór,0.4825860559940338,7.743723490880978e-06,0.5413334965705872,0.2404470966108232,The Lord of the Rings,0.5830733180046082,0.1168014483449544,0.5529870390892029,0.0606224964542881,-0.10048726201057434,-0.11679370462146352,-0.011653542518615723,0.1798246001565351 +Dune,Nayla,0.5458073019981384,1.1268773215155374,0.5432273745536804,1.7074506944108572,Dune,0.5117801427841187,1.2422612366213277,0.5429883599281311,1.5111770122717076,0.034027159214019775,-0.11538391510579027,0.0002390146255493164,0.19627368213914953 +The Hunger Games,Hilarius Heavensbee,0.5234611630439758,2.0099604890001523,0.5248605608940125,0.90694244099205,The Hunger Games,0.5345776081085205,2.11777440643859,0.5213660597801208,2.95474443474159,-0.011116445064544678,-0.10781391743843782,0.0034945011138916016,-2.04780199374954 +Dune,Shaddam Corrino IV,0.4789293706417084,0.1121077979174268,0.4741994738578796,0.1294522849521067,Dune,0.4910401105880737,0.2161713518518647,0.5092676877975464,0.5253868339563927,-0.012110739946365301,-0.1040635539344379,-0.035068213939666804,-0.39593454900428604 +The Lord of the Rings,Halbarad,0.5482879281044006,0.0377240224085869,0.5678908228874207,1.2505198519541445,The Lord of the Rings,0.4990382194519043,0.1382394741821053,0.5650730133056641,1.5125902145942676,0.04924970865249634,-0.1005154517735184,0.002817809581756592,-0.26207036264012307 +Twilight,Harry Clearwater,0.5476050972938538,0.0438943956407439,0.5528291463851929,0.988138735717682,Twilight,0.534866988658905,0.1401510615761508,0.5757616758346558,1.7593148768518931,0.01273810863494873,-0.09625666593540688,-0.02293252944946289,-0.7711761411342112 +Dune,Leto I Atreides,0.504253625869751,0.0099520281209106,0.5509100556373596,0.1195720031412774,Dune,0.5601571798324585,0.1023989904643914,0.5555311441421509,0.0417155261758025,-0.05590355396270752,-0.09244696234348079,-0.00462108850479126,0.0778564769654749 +Dune,Moneo Atreides,0.5322074890136719,0.1221604302703853,0.552431046962738,0.0376465890712522,Dune,0.5522628426551819,0.2040862951867797,0.5395599007606506,0.032820311689115,-0.02005535364151001,-0.0819258649163944,0.012871146202087402,0.004826277382137201 +Dune,Xavier Harkonnen,0.5057855248451233,0.0001623178149653,0.5143126249313354,0.0432104443771766,Dune,0.5171380639076233,0.0743896149171771,0.5296557545661926,0.026693979818351,-0.0113525390625,-0.0742272971022118,-0.015343129634857178,0.016516464558825602 +Dune,Edric,0.4637089073657989,1.474504801773972,0.4967652559280395,1.1583227412688253,Dune,0.4717606902122497,1.5474047775962123,0.5060545206069946,1.0497433254976,-0.008051782846450806,-0.07289997582224039,-0.009289264678955134,0.10857941577122521 +The Hunger Games,Casca Highbottom,0.4864108562469482,0.0053927922680926,0.4324418902397156,2.4006125507516925e-06,The Hunger Games,0.5193358063697815,0.067383490854419,0.5250967144966125,0.0839281652098627,-0.03292495012283331,-0.0619906985863264,-0.09265482425689697,-0.08392576459731195 +The Hunger Games,Alma Coin,0.4811421930789947,2.95861523989604e-20,0.5374076962471008,0.0030204198098382,The Hunger Games,0.5310269594192505,0.0579975632837664,0.507499635219574,0.0027280961559054,-0.04988476634025579,-0.0579975632837664,0.029908061027526855,0.0002923236539328 +The Lord of the Rings,Théoden,0.5443832278251648,0.0742075913758281,0.5772528052330017,0.1807967875535116,The Lord of the Rings,0.5545390844345093,0.1281139861151609,0.562267005443573,0.0641638199573162,-0.010155856609344482,-0.0539063947393328,0.014985799789428711,0.11663296759619542 +The Lord of the Rings,Éomer,0.5421885848045349,0.0170643806662626,0.5727627873420715,0.0765165006720312,The Lord of the Rings,0.569170355796814,0.066327741860287,0.5846097469329834,0.0604223548725145,-0.026981770992279053,-0.0492633611940244,-0.011846959590911865,0.016094145799516693 +Dune,Murbella,0.5306856632232666,0.1161153578347403,0.5490666627883911,0.311518693349403,Dune,0.5431306958198547,0.1647578209637947,0.5540927648544312,0.3209911285770032,-0.012445032596588135,-0.04864246312905442,-0.005026102066040039,-0.009472435227600162 +Twilight,Kebi,0.5474962592124939,0.0136361783219434,0.5137883424758911,0.0668578732688211,Twilight,0.4648018479347229,0.0602315246081563,0.5248673558235168,0.5233448042994691,0.082694411277771,-0.046595346286212896,-0.011079013347625732,-0.45648693103064797 +The Lord of the Rings,Túrin,0.4932235479354858,1.9729607394382167e-10,0.4993710517883301,2.1667083816749173e-05,The Lord of the Rings,0.5421173572540283,0.0429806611634024,0.5550504326820374,0.0017625311475901,-0.048893809318542536,-0.042980660966106324,-0.055679380893707275,-0.001740864063773351 +The Hitchhiker's Guide to the Galaxy,Caveman,0.4730314910411834,1.0964563631165871,0.4764082133769989,3.0170284945414987,The Hitchhiker's Guide to the Galaxy,0.4620581865310669,1.1378235127068754,0.511817455291748,2.426670574784131,0.010973304510116522,-0.04136714959028831,-0.035409241914749146,0.5903579197573676 +The Lord of the Rings,Círdan,0.4970964193344116,1.1359558026426888e-15,0.5533652901649475,0.0023556687549475,The Lord of the Rings,0.5649707317352295,0.0396925836048516,0.5829378366470337,0.0174921897736828,-0.06787431240081787,-0.039692583604850465,-0.02957254648208618,-0.0151365210187353 +Twilight,Jared Cameron,0.5240994691848755,0.0186014665449711,0.532151997089386,0.0067800101584847,Twilight,0.5024563670158386,0.0557968494229464,0.5359641909599304,0.0320030351326334,0.021643102169036865,-0.0371953828779753,-0.0038121938705444336,-0.025223024974148703 +Twilight,Mike Newton,0.5422773957252502,0.0228071631416192,0.5342537760734558,0.0119840056601496,Twilight,0.509818971157074,0.0566707227136515,0.5195896625518799,0.0013125449480526,0.03245842456817627,-0.0338635595720323,0.014664113521575928,0.010671460712097 +Twilight,Charlotte,0.4985171854496002,0.0262960061436414,0.4373162090778351,7.300929998184094e-06,Twilight,0.5051864385604858,0.0596528866898714,0.5192722082138062,0.2376004493509231,-0.00666925311088562,-0.03335688054623,-0.08195599913597107,-0.2375931484209249 +The Lord of the Rings,Thráin II,0.4682380259037018,6.8213707629566455e-09,0.5730043649673462,0.0226963133225233,The Lord of the Rings,0.5807884335517883,0.0296818214378983,0.5639391541481018,0.0503974339656662,-0.11255040764808655,-0.029681814616527538,0.009065210819244385,-0.0277011206431429 +Twilight,Paul Lahote,0.5231663584709167,0.0037034459416706,0.4577199518680572,9.125731580496854e-11,Twilight,0.5150099992752075,0.0303382441467537,0.5465271472930908,0.0221356357462167,0.008156359195709229,-0.0266347982050831,-0.08880719542503362,-0.022135635654959386 +Twilight,Benjamin,0.5442827343940735,0.0002199300895121,0.4993562400341034,3.5617777723742515e-06,Twilight,0.5174652934074402,0.021134095012226,0.4865785241127014,8.920801700391271e-07,0.0268174409866333,-0.0209141649227139,0.012777715921401978,2.6696976023351244e-06 +The Lord of the Rings,Denethor II,0.5466106534004211,0.1223507951938338,0.5836129784584045,0.3042194992237594,The Lord of the Rings,0.5417104363441467,0.1426756873688543,0.5651096701622009,0.4485476149051312,0.004900217056274414,-0.02032489217502051,0.018503308296203613,-0.14432811568137177 +The Lord of the Rings,Maedhros,0.5035333037376404,2.6845660125638523e-09,0.5534624457359314,0.0007071572139962,The Lord of the Rings,0.5822654962539673,0.0118733455624457,0.5654446482658386,0.0303042822961876,-0.0787321925163269,-0.011873342877879688,-0.011982202529907227,-0.0295971250821914 +The Hunger Games,Lysistrata Vickers,0.4519827663898468,7.61478911561517e-07,0.4958251416683197,0.0011258190365234,The Hunger Games,0.530523419380188,0.0118625476820695,0.5598405003547668,0.0343174409523811,-0.07854065299034119,-0.011861786203157938,-0.06401535868644714,-0.0331916219158577 +Twilight,Bree Tanner,0.5183275938034058,2.555710534939857e-06,0.5305123329162598,4.429474834340514e-05,Twilight,0.5580485463142395,0.0113079999916323,0.5131526589393616,0.0001464595674742,-0.03972095251083374,-0.01130544428109736,0.017359673976898193,-0.00010216481913079486 +The Lord of the Rings,Lúthien,0.4240851700305938,1.3768888823489491e-10,0.5941258072853088,0.1462831108081908,The Lord of the Rings,0.5956390500068665,0.0112333518610646,0.5993440747261047,0.0595055290157494,-0.17155387997627264,-0.011233351723375713,-0.0052182674407958984,0.08677758179244141 +Twilight,Kate,0.4886078834533691,0.0004188823951983,0.501785933971405,3.64939274318443e-05,Twilight,0.4700287282466888,0.011458645602367,0.522560179233551,0.0005613060321858,0.018579155206680298,-0.0110397632071687,-0.020774245262145996,-0.0005248121047539557 +Dune,Tyekanik,0.5045052170753479,0.8605449177709994,0.5404890775680542,1.138484106188053,Dune,0.5200982689857483,0.8706128152474562,0.5710911154747009,1.0321123382009028,-0.01559305191040039,-0.010067897476456755,-0.03060203790664673,0.10637176798715031 +The Hunger Games,Coral,0.4286750257015228,4.980235540597977e-07,0.4535006880760193,4.3197941769261226e-08,The Hunger Games,0.4890300333499908,0.0080261692520166,0.5262603163719177,0.0648888114158943,-0.06035500764846796,-0.00802567122846254,-0.07275962829589844,-0.06488876821795253 +The Lord of the Rings,Thingol,0.5081369876861572,4.428451715613721e-05,0.5225947499275208,0.0055173497932467,The Lord of the Rings,0.5166316032409668,0.0077201613206518,0.5382469296455383,0.2264463580282318,-0.00849461555480957,-0.007675876803495663,-0.015652179718017578,-0.2209290082349851 +The Lord of the Rings,Bard,0.5038110613822937,0.0044467726571034,0.5618695616722107,0.0068535072910567,The Lord of the Rings,0.5035655498504639,0.0116677526904767,0.5629619359970093,0.0031130032542259,0.000245511531829834,-0.0072209800333733,-0.001092374324798584,0.0037405040368307997 +Dune,Pardot Kynes,0.5781580805778503,0.667386054851426,0.5367116928100586,0.4363991678386836,Dune,0.548527717590332,0.672247439672272,0.5399633049964905,0.0884621745392188,0.02963036298751831,-0.004861384820845971,-0.0032516121864318848,0.3479369932994648 +The Hunger Games,Clemensia Dovecote,0.5008890628814697,1.6014022585481102e-05,0.4638417661190033,4.811672253580727e-08,The Hunger Games,0.5120881795883179,0.0047036399681221,0.5367035269737244,0.0222355032350336,-0.011199116706848145,-0.004687625945536619,-0.07286176085472107,-0.022235455118311064 +The Lord of the Rings,Balin,0.5572898387908936,6.873337123824756e-05,0.5653225183486938,0.0107615077965567,The Lord of the Rings,0.5153865814208984,0.0037171150859989,0.5659844875335693,0.0089930416383406,0.04190325736999512,-0.003648381714760652,-0.0006619691848754883,0.0017684661582161015 +Dune,Quintinius Violet Chenoeh,0.5333386659622192,0.0006095256747923,0.4813452661037445,2.004955329972975e-05,Dune,0.503670334815979,0.003929017584763,0.5365883708000183,0.0071388692042059,0.029668331146240234,-0.0033194919099707003,-0.055243104696273804,-0.00711881965090617 +Dune,Glossu Rabban Harkonnen,0.5374839901924133,2.346730239086161,0.5518556237220764,3.595008864263438,Dune,0.5142450332641602,2.34971710324303,0.5398516654968262,3.508803037015137,0.023238956928253174,-0.0029868641568691068,0.012003958225250244,0.08620582724830106 +The Lord of the Rings,Gil-galad,0.4937008917331695,2.8875881748037804e-14,0.5870011448860168,0.0041511127078988,The Lord of the Rings,0.6103127002716064,0.0028920199616459,0.5794858336448669,0.0144161097849405,-0.11661180853843695,-0.0028920199616170243,0.007515311241149902,-0.0102649970770417 +The Hunger Games,Mizzen,0.4259211421012878,1.2010382943299564e-06,0.4469455778598785,1.869939636121712e-07,The Hunger Games,0.4994212985038757,0.0027858218807353,0.5460163354873657,0.0096939378827912,-0.07350015640258789,-0.00278462084244097,-0.09907075762748724,-0.009693750888827587 +Twilight,Peter,0.5418391227722168,0.0016953537711623,0.5076555609703064,1.2035564024001924e-05,Twilight,0.477811336517334,0.0035910733978483,0.5113801956176758,8.112589315640874e-05,0.06402778625488281,-0.001895719626686,-0.0037246346473693848,-6.909032913240683e-05 +The Lord of the Rings,Tom Bombadil,0.5839139819145203,3.449736913810358e-05,0.574947714805603,0.000480317382217,The Lord of the Rings,0.560651421546936,0.0005328502053433,0.5672776699066162,0.0005428128490563,0.02326256036758423,-0.0004983528362051963,0.007670044898986816,-6.249546683930005e-05 +Harry Potter,Katie Bell,0.5273134112358093,2.134555659548249e-05,0.5541184544563293,6.941469957752831e-05,Harry Potter,0.5012985467910767,0.0004962681969855,0.5672582387924194,4.619072452139013e-05,0.026014864444732666,-0.0004749226403900175,-0.013139784336090088,2.3223975056138177e-05 +Twilight,Riley Biers,0.5060179233551025,5.831605686072552e-05,0.5028755068778992,0.0007274335295509,Twilight,0.5229548811912537,0.0005162053381782,0.5178256630897522,0.0029624085757236,-0.016936957836151123,-0.0004578892813174745,-0.014950156211853027,-0.0022349750461727 +The Lord of the Rings,Thorin II,0.4779637455940246,1.9999888091541057e-19,0.5533391833305359,1.7823173898844698e-06,The Lord of the Rings,0.5464227199554443,0.0004284126620413,0.575333297252655,0.0027267432030499,-0.06845897436141973,-0.0004284126620412998,-0.02199411392211914,-0.0027249608856600156 +The Lord of the Rings,Watcher in the Water,0.5586118102073669,0.0005535213703505,0.5981280207633972,0.0051045433536228,The Lord of the Rings,0.58259117603302,0.0008455740605946,0.6002125144004822,0.0048471313602718,-0.023979365825653076,-0.00029205269024409994,-0.002084493637084961,0.00025741199335099947 +Twilight,Marcus,0.5064879059791565,0.000135643522374,0.5018938779830933,9.792731027764253e-06,Twilight,0.5242221355438232,0.0003123954626464,0.5059548616409302,0.0002575812630279,-0.017734229564666748,-0.0001767519402724,-0.004060983657836914,-0.00024778853200013576 +Twilight,Heidi,0.4454536139965057,1.0930883456035096e-07,0.4894866943359375,0.0184495655810594,Twilight,0.4520511627197265,0.0001680023447723,0.471882551908493,0.0009332466402578,-0.006597548723220825,-0.00016789303593773964,0.017604142427444514,0.0175163189408016 +Twilight,Laurent,0.5089563727378845,0.0012824595639473,0.5217602252960205,0.0286178367409613,Twilight,0.4753958880901336,0.0014116932360878,0.5218551158905029,0.0066333819862924,0.03356048464775091,-0.00012923367214050002,-9.489059448242188e-05,0.0219844547546689 +The Lord of the Rings,Isildur,0.5536698698997498,0.0001405835555204,0.5754685997962952,0.0019145160582926,The Lord of the Rings,0.514318585395813,0.0002690887948658,0.54621821641922,0.0173277243707655,0.03935128450393677,-0.00012850523934539998,0.029250383377075195,-0.015413208312472901 +Twilight,Tia,0.5152443051338196,8.281582664851085e-06,0.4440155327320099,2.194075915816099e-07,Twilight,0.4475622475147247,0.0001213449980344,0.5206810235977173,0.1201431568196889,0.0676820576190949,-0.00011306341536954892,-0.0766654908657074,-0.12014293741209732 +Twilight,Caius,0.5134718418121338,0.0041258673936078,0.524796724319458,0.0036320872433338,Twilight,0.5032059550285339,0.004225557163603,0.5385996103286743,0.0044691226682601,0.010265886783599854,-9.968976999519957e-05,-0.013802886009216309,-0.0008370354249262997 +The Hunger Games,Effie Trinket,0.5815386772155762,3.0792937880716245e-06,0.5591163039207458,1.2126429404944133e-06,The Hunger Games,0.5359324812889099,8.321606180910708e-05,0.5681807994842529,3.933899465304202e-14,0.04560619592666626,-8.013676802103546e-05,-0.00906449556350708,1.2126429011554186e-06 +The Lord of the Rings,Thranduil,0.4878326654434204,1.3411993964995826e-27,0.5475040078163147,0.0032064112663925,The Lord of the Rings,0.515102207660675,3.7983051277183866e-11,0.5661547780036926,0.0140890316963217,-0.02726954221725464,-3.7983051277183866e-11,-0.01865077018737793,-0.0108826204299292 +Twilight,James,0.4592633545398712,2.1330016673097883e-08,0.5340688228607178,0.00052318268686,Twilight,0.4569451510906219,1.873352245885299e-12,0.5209974050521851,5.469161351854039e-06,0.002318203449249323,2.1328143320851998e-08,0.013071417808532715,0.000517713525508146 +Twilight,Tanya,0.4943207502365112,2.3001461533403246e-07,0.5129669904708862,1.017026482000468e-06,Twilight,0.4598340392112732,3.2839210098507054e-15,0.511573314666748,9.316443602184018e-07,0.03448671102523798,2.3001461205011146e-07,0.0013936758041381836,8.538212178206627e-08 +The Lord of the Rings,Celeborn,0.5386183857917786,8.960520794475933e-07,0.5627967715263367,0.0024571792711473,The Lord of the Rings,0.4809964895248413,3.0929334752995546e-11,0.5626426339149475,0.00886908460637,0.057621896266937256,8.960211501128403e-07,0.00015413761138916016,-0.006411905335222701 +Twilight,Emily Young,0.5085493326187134,7.213279249480357e-06,0.5158069729804993,0.0330255215871768,Twilight,0.4843425154685974,5.8861067356876075e-08,0.4932059049606323,0.0021554370112846,0.024206817150115967,7.154418182123481e-06,0.022601068019866943,0.0308700845758922 +Twilight,Seth Clearwater,0.5219919085502625,2.6690509572979773e-05,0.5368380546569824,2.2557357816646632e-08,Twilight,0.5169409513473511,5.498352064403032e-07,0.5414804816246033,5.633002374780094e-05,0.005050957202911377,2.614067436653947e-05,-0.00464242696762085,-5.630746638998429e-05 +Twilight,Leah Clearwater,0.5293238162994385,8.166267693146855e-05,0.518864095211029,6.573006431824589e-06,Twilight,0.5080369710922241,8.0013803633786e-08,0.5539224147796631,0.0024517969115172,0.021286845207214355,8.158266312783477e-05,-0.03505831956863403,-0.0024452239050853754 +The Hunger Games,Reaper Ash,0.4743912518024444,0.0004285614472345,0.4919630885124206,0.007660071244621,The Hunger Games,0.4778136610984802,0.0003236972647869,0.5199940204620361,0.0091448316415742,-0.003422409296035822,0.00010486418244760003,-0.028030931949615534,-0.0014847603969532011 +Twilight,Jane,0.5082261562347412,0.0001358791583441,0.5344328284263611,1.017502052202691e-05,Twilight,0.4662284553050995,7.231129503729666e-06,0.498564600944519,7.089014437417576e-08,0.041997700929641724,0.00012864802884037034,0.035868227481842097,1.0104130377652734e-05 +The Lord of the Rings,Radagast,0.5174330472946167,0.00017497649855,0.5598633289337158,0.0032167003587381,The Lord of the Rings,0.5262231826782227,1.7547469280061835e-05,0.5205216407775879,2.6606774322600487e-05,-0.008790135383605957,0.00015742902926993817,0.03934168815612793,0.0031900935844154992 +The Lord of the Rings,Boromir,0.567672073841095,0.0269396313274863,0.542649507522583,0.0314407638735158,The Lord of the Rings,0.487245500087738,0.0267726651457569,0.5577863454818726,0.0760962279419869,0.08042657375335699,0.00016696618172939992,-0.01513683795928955,-0.044655464068471096 +Twilight,Billy Black,0.5193422436714172,0.0001874504207676,0.5135833621025085,2.3514188956747863e-06,Twilight,0.5093494057655334,2.3591983499352122e-07,0.5355236530303955,0.0005672443480786,0.009992837905883789,0.00018721450093260646,-0.021940290927886963,-0.0005648929291829252 +The Lord of the Rings,Samwise Gamgee,0.5255295634269714,0.0002127983320222,0.5717642307281494,0.0005201358644656,The Lord of the Rings,0.5425846576690674,3.937179946292413e-10,0.5823348760604858,0.0002485532633412,-0.017055094242095947,0.00021279793830420539,-0.010570645332336426,0.0002715826011244 +Twilight,Jessica Stanley,0.5055686235427856,0.0003780182242173,0.5701385736465454,0.0041601556336921,Twilight,0.5203374624252319,2.209583549370973e-06,0.5668190717697144,0.0473474140753404,-0.014768838882446289,0.000375808640667929,0.0033195018768310547,-0.0431872584416483 +Twilight,Felix,0.5359938740730286,0.0005091215912758,0.438522458076477,1.548957681363193e-10,Twilight,0.488877922296524,1.5009940594018296e-05,0.5447016954421997,0.0014592390895059,0.04711595177650457,0.0004941116506817817,-0.10617923736572271,-0.001459238934610132 +Harry Potter,Vincent Crabbe,0.5198566317558289,0.0006169246388136,0.5248391628265381,0.0007503214476635,Harry Potter,0.4622730612754822,1.1250639826776048e-08,0.5160602331161499,0.0004350931133402,0.05758357048034668,0.0006169133881737733,0.008778929710388184,0.00031522833432329997 +Harry Potter,Padma Patil,0.5182434916496277,0.0007101262299604,0.5555219054222107,0.0044738017133605,Harry Potter,0.4872567057609558,6.378623810573792e-06,0.5460124611854553,0.0552383572989323,0.030986785888671875,0.0007037476061498262,0.009509444236755371,-0.050764555585571795 +Twilight,Demetri,0.5613125562667847,0.0012281161893588,0.5580273866653442,0.0040244895400104,Twilight,0.5109078884124756,8.155717012021489e-05,0.545673668384552,0.0394128451447977,0.05040466785430908,0.001146559019238585,0.012353718280792236,-0.0353883556047873 +Twilight,Alec,0.528445303440094,0.0011680431373348,0.515385627746582,2.8397931685995056e-05,Twilight,0.4573462605476379,3.3593638855767326e-08,0.5198443531990051,0.0005200181715442,0.07109904289245611,0.0011680095436959442,-0.004458725452423096,-0.0004916202398582049 +The Lord of the Rings,Gollum,0.5312132835388184,0.0012175108716184,0.5351508259773254,0.0002608758122073,The Lord of the Rings,0.4790458977222442,2.474754774110922e-28,0.5469645857810974,4.741465540436228e-07,0.05216738581657415,0.0012175108716184,-0.011813759803771973,0.00026040166565325637 +The Lord of the Rings,Gimli,0.5303179025650024,0.0018958562640058,0.5486525297164917,0.007278140322566,The Lord of the Rings,0.4835466742515564,1.7847412999035477e-06,0.5416079163551331,0.0246381498587795,0.046771228313446045,0.0018940715227058966,0.007044613361358643,-0.0173600095362135 +Dune,Darwi Odrade,0.5599603652954102,0.0043853748137809,0.5430006980895996,0.0014113899537567,Dune,0.5547276735305786,0.002377769984988,0.5509737133979797,0.0001683148322433,0.005232691764831543,0.0020076048287929003,-0.007973015308380127,0.0012430751215134 +Dune,Serena Butler,0.512681782245636,0.0034786939474873,0.5410799384117126,0.0026481038198425,Dune,0.5420154333114624,0.001153885083131,0.5333322882652283,0.0049335653498528,-0.029333651065826416,0.0023248088643563003,0.007747650146484375,-0.0022854615300103003 +The Lord of the Rings,Arwen,0.5495935678482056,0.0917615574909407,0.5545570254325867,0.4326173121468185,The Lord of the Rings,0.493246465921402,0.0876554934573564,0.531183660030365,0.2635930426979998,0.05634710192680359,0.004106064033584295,0.02337336540222168,0.16902426944881865 +Twilight,Carmen,0.5116759538650513,0.0083180897352118,0.4351828396320343,4.641500438336512e-07,Twilight,0.4769243597984314,0.0020450478101498,0.529487669467926,0.0667213460788601,0.03475159406661987,0.006273041925062,-0.09430482983589172,-0.06672088192881627 +Twilight,Irina,0.4988650679588318,0.0077706609258345,0.5048238039016724,0.0002198406798161,Twilight,0.4536858797073364,0.0013092396599973,0.4939875900745392,0.0013506494225449,0.04517918825149536,0.0064614212658372,0.010836213827133179,-0.0011308087427288002 +Harry Potter,Cormac McLaggen,0.5400038957595825,0.0082151004331804,0.530128002166748,0.0002208664604471,Harry Potter,0.5474498867988586,0.0013196453172605,0.5296474099159241,0.0006933806875067,-0.007445991039276123,0.0068954551159199,0.0004805922508239746,-0.00047251422705959996 +Dune,Gurney Halleck,0.5254309177398682,0.0210078510281879,0.5530193448066711,0.076351204570937,Dune,0.4746912121772766,0.0132546012270145,0.5403727293014526,0.0163296967836743,0.05073970556259155,0.0077532498011734004,0.012646615505218506,0.0600215077872627 +Twilight,Nahuel,0.5094461441040039,0.0122782688457226,0.4904480576515198,1.6070452396395075e-05,Twilight,0.487690657377243,3.267971768044545e-06,0.5109698176383972,0.0100261470848423,0.02175548672676092,0.012275000873954556,-0.02052175998687744,-0.010010076632445906 +Twilight,Angela Weber,0.5451338291168213,0.0179369636990772,0.5681806206703186,0.0080092662495488,Twilight,0.5237318873405457,0.0032600961595887,0.5503565073013306,0.0799621913934073,0.021401941776275635,0.014676867539488499,0.017824113368988037,-0.0719529251438585 +Twilight,Embry Call,0.5151413679122925,0.0214462358855365,0.5060939192771912,0.0093058597417683,Twilight,0.4495475590229034,1.2256301981221556e-05,0.5312647819519043,0.1356989120483769,0.0655938088893891,0.02143397958355528,-0.025170862674713135,-0.12639305230660858 +Twilight,Eleazar,0.5085576176643372,0.0235834368810516,0.471886932849884,2.449435515698204e-05,Twilight,0.4954434037208557,8.21575146284907e-06,0.5252564549446106,0.0046762128614364,0.013114213943481445,0.02357522112958875,-0.05336952209472662,-0.0046517185062794186 +The Lord of the Rings,Gríma,0.5651068687438965,0.0263081311492341,0.5924745798110962,0.0689119201878415,The Lord of the Rings,0.5414962768554688,0.0014040690327283,0.5831183195114136,0.0226204631359317,0.023610591888427734,0.0249040621165058,0.009356260299682617,0.04629145705190979 +The Lord of the Rings,Treebeard,0.5894725322723389,0.0374304636551114,0.5587906837463379,0.6738879374362026,The Lord of the Rings,0.4938358664512634,0.0103694590954731,0.5689936876296997,0.3546676867674176,0.09563666582107544,0.0270610045596383,-0.010203003883361816,0.31922025066878496 +Twilight,Amun,0.5048414468765259,0.0363424946666695,0.4782496392726898,0.0001141380678301,Twilight,0.4475617110729217,0.0002119297826385,0.5199306011199951,0.0018816264449106,0.05727973580360418,0.036130564884031,-0.0416809618473053,-0.0017674883770805 +Twilight,Eric Yorkie,0.5205509662628174,0.0642821243823755,0.5471195578575134,0.1757533347555896,Twilight,0.4972875118255615,0.0263127727884052,0.5217227935791016,0.016041407862509,0.02326345443725586,0.0379693515939703,0.025396764278411865,0.1597119268930806 +The Lord of the Rings,Fíli and Kíli,0.535077691078186,0.0390663683312621,0.6048795580863953,0.1515881549037747,The Lord of the Rings,0.5735980868339539,0.0009851667951868,0.5889543890953064,0.1636460379511975,-0.03852039575576782,0.0380812015360753,0.015925168991088867,-0.012057883047422807 +The Hitchhiker's Guide to the Galaxy,Vroomfondel,0.5641388893127441,6.758901834977475,0.5593463778495789,9.166721456417331,The Hitchhiker's Guide to the Galaxy,0.5289682745933533,6.720129576328287,0.5723767876625061,4.958258342843732,0.03517061471939087,0.038772258649188096,-0.013030409812927246,4.2084631135735995 +Twilight,Zafrina,0.5180833339691162,0.0561211749005394,0.5461707711219788,0.1718688423167518,Twilight,0.5134309530258179,0.0060094369545604,0.5406683683395386,0.0198820398641118,0.00465238094329834,0.050111737945979,0.0055024027824401855,0.15198680245264 +Dune,Thufir Hawat,0.5250611901283264,0.0538646829607475,0.5541090965270996,0.034884852362595,Dune,0.4564379751682281,0.0023243158719375,0.5546550154685974,0.0420107217075216,0.06862321496009832,0.05154036708881,-0.0005459189414978027,-0.007125869344926601 +The Lord of the Rings,Meriadoc Brandybuck,0.561441957950592,0.0648408954241231,0.5652663707733154,0.9112354140815888,The Lord of the Rings,0.5441402792930603,0.0021317408663048,0.562679648399353,0.6799241297925943,0.01730167865753174,0.0627091545578183,0.0025867223739624023,0.2313112842889945 +Dune,Daniel,0.5007641315460205,1.631312666915827,0.5122811198234558,1.1045714636700712,Dune,0.4878224730491638,1.5604541803826115,0.5150571465492249,2.135764787601336,0.01294165849685669,0.07085848653321558,-0.002776026725769043,-1.031193323931265 +Dune,Harah,0.4979162812232971,0.0725353494553252,0.5090550184249878,0.0058115788910207,Dune,0.4883544445037842,0.0001861030552235,0.5431880950927734,0.117351796543035,0.00956183671951294,0.0723492464001017,-0.034133076667785645,-0.1115402176520143 +Twilight,Lauren Mallory,0.452099472284317,0.0881345951046566,0.4402539134025574,0.0103526996278594,Twilight,0.5076858997344971,0.0148204148834229,0.5188787579536438,1.9971218720906192,-0.055586427450180054,0.0733141802212337,-0.07862484455108643,-1.9867691724627599 +The Lord of the Rings,Shelob,0.5592805743217468,0.0758405306378195,0.5853018164634705,0.3406007945047815,The Lord of the Rings,0.5028041005134583,1.2144310358752952e-12,0.5753321647644043,0.2937028728612532,0.056476473808288574,0.07584053063660506,0.009969651699066162,0.046897921643528295 +Dune,Bijaz,0.5214598178863525,0.274879842394981,0.5157041549682617,0.2647359742327518,Dune,0.500070333480835,0.194777491022945,0.5213509202003479,0.9725980765421376,0.021389484405517578,0.08010235137203597,-0.005646765232086182,-0.7078621023093858 +Dune,Alia Atreides,0.4658108353614807,0.3335438271517829,0.4670486748218536,0.1940878944588636,Dune,0.4886529445648193,0.2486703479700113,0.5153259038925171,0.6871300640953478,-0.022842109203338568,0.08487347918177157,-0.04827722907066351,-0.49304216963648423 +Dune,Anirul Corrino,0.5136567950248718,1.876669671550019,0.5680137276649475,2.9275031075382563,Dune,0.5521725416183472,1.7887946758179385,0.5885332226753235,2.588326357345893,-0.03851574659347534,0.08787499573208057,-0.020519495010375977,0.3391767501923635 +Dune,Jamis,0.5443645715713501,0.0881118874436091,0.5378723740577698,0.1472962292049995,Dune,0.4380188286304474,4.0357943122665017e-08,0.5405598878860474,0.0628581234073116,0.10634574294090271,0.08811184708566597,-0.002687513828277588,0.08443810579768789 +Twilight,Quil Ateara V,0.5100683569908142,0.1399546709235932,0.561724066734314,0.0447618215796129,Twilight,0.5615991950035095,0.0493345792024236,0.5382692217826843,0.0347674485236213,-0.05153083801269531,0.09062009172116961,0.02345484495162964,0.009994373055991601 +Twilight,Garrett,0.4939342439174652,0.0974875565247484,0.4706915915012359,7.563791265191502e-06,Twilight,0.4718561172485351,0.000427357599277,0.5253652334213257,0.0422177982688839,0.02207812666893011,0.0970601989254714,-0.05467364192008978,-0.04221023447761871 +The Hitchhiker's Guide to the Galaxy,Haggunenons,0.5025545358657837,0.4367676940461874,0.5594968795776367,1.4825687364523716,The Hitchhiker's Guide to the Galaxy,0.5453197956085205,0.3291761873612753,0.5468650460243225,0.920699640644659,-0.042765259742736816,0.10759150668491213,0.012631833553314209,0.5618690958077126 +Twilight,J. Jenks,0.5524166822433472,0.2216549059922535,0.4394181370735168,0.0001588303121254,Twilight,0.5219054818153381,0.094675581562965,0.5259211659431458,0.0063786709959909,0.030511200428009033,0.1269793244292885,-0.08650302886962896,-0.006219840683865501 +Dune,Leto Atreides I,0.4644840657711029,0.1561335935662264,0.4951279759407043,0.440357396190372,Dune,0.4105958044528961,0.0206977719287023,0.4836027324199676,0.50074308350192,0.05388826131820679,0.1354358216375241,0.011525243520736694,-0.060385687311547975 +Dune,Alef Burzmali,0.5161446928977966,1.0354349672963867,0.5568660497665405,1.6205280729583174,Dune,0.5303556323051453,0.8859958499328504,0.5734409093856812,2.9636699586674617,-0.014210939407348633,0.14943911736353632,-0.016574859619140625,-1.3431418857091444 +The Hitchhiker's Guide to the Galaxy,Elvis Presley,0.5296612977981567,1.509792747521029,0.5141420960426331,3.454116112209741,The Hitchhiker's Guide to the Galaxy,0.4907255470752716,1.351894932353983,0.5306002497673035,1.626699947685858,0.03893575072288513,0.15789781516704604,-0.01645815372467041,1.8274161645238831 +The Hitchhiker's Guide to the Galaxy,Number One,0.4791897237300873,1.594780988308329,0.5081092715263367,1.295263558473435,The Hitchhiker's Guide to the Galaxy,0.5280580520629883,1.4328597399698952,0.493426501750946,0.9568505357678344,-0.048868328332901,0.1619212483384338,0.01468276977539068,0.3384130227056007 +Dune,Wellington Yueh,0.5041899085044861,0.4257537731570264,0.5070567727088928,0.2773105966965404,Dune,0.4970987439155578,0.2325143240007675,0.5185472369194031,0.2033587989177272,0.007091164588928278,0.1932394491562589,-0.011490464210510254,0.0739517977788132 +Dune,Lady Jessica,0.468407541513443,0.2028299003667993,0.4681082963943481,0.3171852694143707,Dune,0.4113405346870422,0.0023579364569927,0.5031242370605469,0.5388505817298004,0.05706700682640081,0.2004719639098066,-0.035015940666198786,-0.22166531231542969 +Dune,Hedley Tuek,0.4837548434734344,1.07362282470827,0.5231477618217468,1.5332853064468446,Dune,0.5025479197502136,0.8595255704490478,0.5215905904769897,1.2034179134975411,-0.01879307627677923,0.2140972542592222,0.00155717134475708,0.32986739294930345 +Dune,Ghanima Atreides,0.4960546195507049,0.4661478620566122,0.507136881351471,0.6183888868445536,Dune,0.5155541300773621,0.2499762320736255,0.5028332471847534,0.453167202126176,-0.01949951052665716,0.2161716299829867,0.004303634166717529,0.16522168471837761 +Twilight,Sue Clearwater,0.5386261343955994,0.2446133009175692,0.5701732635498047,0.0704058026402606,Twilight,0.5145647525787354,0.0258926919519143,0.5306036472320557,0.012183993251342,0.024061381816864014,0.2187206089656549,0.03956961631774902,0.0582218093889186 +The Hitchhiker's Guide to the Galaxy,Emperor of the Galaxy,0.5510367751121521,4.235283767584108,0.5142906308174133,5.053041068047337,The Hitchhiker's Guide to the Galaxy,0.4816323816776275,4.000186235659046,0.5285906791687012,6.886287217357911,0.06940439343452459,0.2350975319250619,-0.014300048351287842,-1.8332461493105736 +The Hitchhiker's Guide to the Galaxy,Reg Nullify,0.4720154106616974,1.902039103801027,0.5031870007514954,2.457118678686294,The Hitchhiker's Guide to the Galaxy,0.4947773516178131,1.620227868508112,0.5117180347442627,1.048460238003262,-0.022761940956115723,0.28181123529291496,-0.008531033992767334,1.4086584406830323 +The Lord of the Rings,Celebrimbor,0.5008432269096375,0.3055048819347499,0.5453246831893921,4.317380873481824,The Lord of the Rings,0.516136646270752,1.3411937602809202e-06,0.5013521313667297,5.955852752708689e-11,-0.015293419361114502,0.3055035407409896,0.043972551822662354,4.317380873422265 +The Hitchhiker's Guide to the Galaxy,Effrafax of Wug,0.5077013373374939,2.7731462138051746,0.5334528088569641,2.335238629716953,The Hitchhiker's Guide to the Galaxy,0.5174126625061035,2.4604352678384305,0.5381537079811096,3.3004362825008813,-0.00971132516860962,0.3127109459667441,-0.004700899124145508,-0.9651976527839281 +Twilight,Ephraim Black,0.4925296306610107,0.3658229524051135,0.5327481627464294,0.7108240690539922,Twilight,0.495035707950592,0.0450036994060215,0.5283763408660889,0.9754689028889536,-0.002506077289581299,0.320819252999092,0.004371821880340576,-0.2646448338349614 +The Hunger Games,Coriolanus Snow,0.4087497889995575,0.3796436125093209,0.4526492655277252,1.5742954966856622,The Hunger Games,0.4886925816535949,1.7029677076940517e-18,0.518031120300293,7.187736589710056e-17,-0.07994279265403742,0.3796436125093209,-0.06538185477256775,1.5742954966856622 +Twilight,Huilen,0.5564388036727905,0.4284589161086818,0.503710150718689,0.0176898436123173,Twilight,0.5121077299118042,0.0233117597090182,0.4981113970279693,0.0021069506874706,0.04433107376098633,0.4051471563996636,0.00559875369071966,0.0155828929248467 +The Hitchhiker's Guide to the Galaxy,Poodoo,0.452880322933197,1.4072647612067786,0.4860747456550598,1.3931414530091124,The Hitchhiker's Guide to the Galaxy,0.450519859790802,1.0020379796927297,0.5223364233970642,1.4941446530390217,0.0023604631423950195,0.4052267815140489,-0.036261677742004395,-0.10100320002990926 +Dune,Logno,0.4954418241977691,0.8754907556427473,0.4983513653278351,0.6225424791607346,Dune,0.5045991539955139,0.4669420713972166,0.523835301399231,1.217815646928167,-0.009157329797744806,0.40854868424553065,-0.025483936071395874,-0.5952731677674323 +The Hitchhiker's Guide to the Galaxy,Frankie and Benjy,0.5203325748443604,0.4796580016301606,0.5363255739212036,1.6535834987703122,The Hitchhiker's Guide to the Galaxy,0.4938448667526245,0.0661239444775259,0.5206273794174194,0.1932430384039708,0.02648770809173584,0.4135340571526347,0.01569819450378418,1.4603404603663415 +Dune,Miles Teg,0.5735767483711243,0.5392183891587967,0.5745278596878052,0.3328531911163241,Dune,0.5230474472045898,0.0899397912265296,0.5156404376029968,0.1163706711457741,0.050529301166534424,0.4492785979322671,0.05888742208480835,0.21648251997055 +Twilight,Aro,0.4243939220905304,0.460612241210917,0.4378767609596252,0.6814359492698534,Twilight,0.4543935358524322,9.889850379521285e-13,0.5243455767631531,8.342864762593227e-07,-0.0299996137619018,0.460612241209928,-0.08646881580352789,0.6814351149833772 +The Lord of the Rings,Legolas,0.4352049231529236,0.4679468441090048,0.4515453577041626,1.3105177750316803,The Lord of the Rings,0.5186892151832581,4.7944220802678974e-24,0.583724319934845,2.8502492893339547e-09,-0.08348429203033447,0.4679468441090048,-0.13217896223068237,1.310517772181431 +Dune,Hwi Noree,0.5402935743331909,0.9546559571623304,0.5494601726531982,0.328316116884358,Dune,0.5299132466316223,0.4767344742662933,0.5516391396522522,0.8540949176886722,0.010380327701568604,0.47792148289603714,-0.002178966999053955,-0.5257788008043142 +Harry Potter,Angelina Johnson,0.4413478076457977,0.4817691565597695,0.4609935581684112,1.61538573750937,Harry Potter,0.4537081718444824,1.8427468955960171e-16,0.4713198542594909,9.816952547824026e-11,-0.012360364198684748,0.4817691565597693,-0.010326296091079712,1.6153857374112006 +The Hitchhiker's Guide to the Galaxy,Old Thrashbarg,0.5388432741165161,4.580215516699263,0.5233867764472961,2.5792795717445203,The Hitchhiker's Guide to the Galaxy,0.5672872066497803,4.087518235317492,0.546647310256958,4.474187102026901,-0.02844393253326416,0.49269728138177094,-0.023260533809661865,-1.894907530282381 +Dune,Norma Cenva,0.494139552116394,1.279041748836781,0.5010496973991394,0.8907502084443788,Dune,0.5233030319213867,0.778264812852435,0.555372953414917,2.386279260997153,-0.02916347980499273,0.5007769359843459,-0.05432325601577759,-1.495529052552774 +Dune,Lichna,0.4485637843608856,1.328797911591771,0.4464889764785766,0.7906917182421546,Dune,0.5000667572021484,0.8253871268352208,0.5714812278747559,2.2966022270097417,-0.05150297284126282,0.5034107847565502,-0.12499225139617925,-1.5059105087675873 +Dune,Paulus Atreides,0.5753435492515564,0.7760784009369951,0.5783288478851318,0.6385111652421047,Dune,0.5355798602104187,0.271578043577058,0.5614880919456482,0.4179249168729293,0.039763689041137695,0.5045003573599371,0.016840755939483643,0.2205862483691754 +The Hitchhiker's Guide to the Galaxy,Max Quordlepleen,0.4794408977031708,2.500813108490748,0.5032950639724731,3.402245075624442,The Hitchhiker's Guide to the Galaxy,0.4801921248435974,1.9751599362663192,0.4648252129554748,4.165068703849383,-0.0007512271404266357,0.5256531722244286,0.038469851016998347,-0.762823628224941 +Harry Potter,Rita Skeeter,0.4344606101512909,0.5426442446824509,0.4388675093650818,1.2415302305645854,Harry Potter,0.4429920613765716,2.1620884269442426e-18,0.5543853044509888,5.9324980022154e-07,-0.008531451225280706,0.5426442446824509,-0.11551779508590698,1.2415296373147853 +Harry Potter,Harry Potter,0.4503121674060821,0.5536328923594419,0.4723129868507385,0.9263211683672428,Harry Potter,0.4013104438781738,2.3430883707773023e-302,0.4515830278396606,1.8861245582152952e-90,0.049001723527908325,0.5536328923594419,0.020729959011077936,0.9263211683672428 +Harry Potter,Ronald Weasley,0.4466086626052856,0.5717791795437712,0.4628472924232483,0.8329823782588229,Harry Potter,0.4568961858749389,3.0121077517168323e-67,0.4556145966053009,1.5991470488320035e-30,-0.01028752326965332,0.5717791795437712,0.007232695817947388,0.8329823782588229 +The Hitchhiker's Guide to the Galaxy,Heimdall,0.5224384665489197,2.6783508235738216,0.5182178020477295,2.607389714298064,The Hitchhiker's Guide to the Galaxy,0.5255253911018372,2.0622431163773225,0.5286298394203186,1.3716973750191226,-0.0030869245529174805,0.6161077071964991,-0.010412037372589111,1.2356923392789416 +Twilight,Renesmee Cullen,0.4330266118049621,0.6311994326354685,0.4501892328262329,0.6259689675029592,Twilight,0.497202605009079,3.8947510848525565e-11,0.4866980016231537,1.0830165529302885e-12,-0.06417599320411688,0.631199432596521,-0.036508768796920776,0.6259689675018761 +The Hitchhiker's Guide to the Galaxy,Enid Kapelsen,0.4745515286922455,1.8897915120627369,0.4854231774806976,1.4991200642594105,The Hitchhiker's Guide to the Galaxy,0.4951694905757904,1.255892682117142,0.5399518013000488,1.751950865087436,-0.020617961883544922,0.633898829945595,-0.05452862381935125,-0.25283080082802556 +Dune,Schwangyu,0.542707085609436,2.5322962807125675,0.4593090415000915,1.3245332225874222,Dune,0.5511276125907898,1.8958544366122756,0.5603456497192383,3.75076187459884,-0.00842052698135376,0.6364418441002919,-0.10103660821914678,-2.4262286520114174 +Twilight,Charlie Swan,0.4474963545799255,0.6579660924865371,0.4262187480926513,1.7776992499067172,Twilight,0.50819993019104,1.7029831075784686e-20,0.5111526250839233,1.0789891481000245e-15,-0.06070357561111456,0.6579660924865371,-0.08493387699127203,1.7776992499067161 +The Hitchhiker's Guide to the Galaxy,Phouchg,0.5244225859642029,3.808853748013472,0.4926845729351043,1.0361474155167532,The Hitchhiker's Guide to the Galaxy,0.558274507522583,3.1433265221504385,0.511775553226471,0.8516334959792943,-0.03385192155838013,0.6655272258630336,-0.019090980291366633,0.18451391953745888 +Dune,Liet-Kynes,0.5388694405555725,0.7744858351693394,0.5246624946594238,0.6364821227227504,Dune,0.4854009747505188,0.1085691714704211,0.5855634212493896,0.9576363986833852,0.05346846580505371,0.6659166636989183,-0.06090092658996582,-0.32115427596063484 +The Hitchhiker's Guide to the Galaxy,Lajestic Vantrashell of Lob,0.5244877934455872,1.6782123801521862,0.4863301217556,3.513824218687684,The Hitchhiker's Guide to the Galaxy,0.5036670565605164,0.995913763020436,0.5276214480400085,5.068278898090996,0.0208207368850708,0.6822986171317502,-0.04129132628440857,-1.5544546794033116 +Twilight,Victoria,0.439033567905426,0.6875448458491541,0.4483987092971802,0.7681029253884348,Twilight,0.4500223100185394,2.4296132185068976e-12,0.5165584683418274,4.3097260621781655e-09,-0.010988742113113348,0.6875448458467245,-0.06815975904464722,0.7681029210787088 +Dune,Liet Kynes,0.5218409895896912,1.278225329638197,0.5362000465393066,0.7457589774633218,Dune,0.5779098868370056,0.5893175192449547,0.5671825408935547,0.5113138194072281,-0.05606889724731445,0.6889078103932422,-0.030982494354248047,0.23444515805609367 +Dune,Korba,0.4905959963798523,1.9028732015359175,0.4283231496810913,0.0761158108795646,Dune,0.4850527346134186,1.211352121437672,0.5010478496551514,1.7559935864881495,0.005543261766433716,0.6915210800982456,-0.07272469997406006,-1.679877775608585 +Harry Potter,Hermione Granger,0.4524604678153991,0.704830134611921,0.4401030540466308,1.4039408463334415,Harry Potter,0.3828257620334625,0.0,0.452903002500534,1.365026639534582e-49,0.06963470578193659,0.704830134611921,-0.012799948453903198,1.4039408463334415 +Twilight,Sam Uley,0.4657468497753143,0.7360231784276465,0.4671300649642944,0.9117944123315556,Twilight,0.5355950593948364,3.600960145056e-05,0.540189266204834,1.1542121422218382e-05,-0.06984820961952215,0.735987168826196,-0.0730592012405396,0.9117828702101334 +The Lord of the Rings,Bilbo Baggins,0.4629913568496704,0.7427334673811882,0.4710036516189575,0.7643137653901765,The Lord of the Rings,0.4778127372264862,5.997080118325448e-93,0.5490546822547913,5.605650315565308e-07,-0.014821380376815796,0.7427334673811882,-0.07805103063583374,0.764313204825145 +Dune,Vorian Atreides,0.4723348021507263,0.7620755642897297,0.4491121768951416,1.0658716977179965,Dune,0.5141591429710388,1.5746219723473062e-11,0.5186734795570374,2.5327050753729173e-14,-0.0418243408203125,0.7620755642739835,-0.06956130266189575,1.0658716977179712 +The Lord of the Rings,Gandalf,0.493848979473114,0.7690076168971675,0.4897597432136535,2.593182433548461,The Lord of the Rings,0.4894548654556274,3.482748800879476e-39,0.5559438467025757,8.537526913583036e-14,0.004394114017486628,0.7690076168971675,-0.06618410348892217,2.5931824335483755 +The Lord of the Rings,Faramir,0.4913611710071563,0.8622361224149409,0.4823136627674103,1.0867150159587091,The Lord of the Rings,0.4902814328670501,1.67007031583667e-22,0.5523663759231567,4.15414819828084e-05,0.0010797381401062012,0.8622361224149409,-0.07005271315574646,1.0866734744767264 +The Lord of the Rings,Saruman,0.4741404950618744,0.8696719536245657,0.4654025435447693,1.2235656275977629,The Lord of the Rings,0.4671428799629211,5.896204108889357e-98,0.5533922910690308,1.1844731084685679e-11,0.006997615098953303,0.8696719536245657,-0.08798974752426147,1.2235656275859181 +Dune,Abulurd Harkonnen,0.5403276085853577,2.013332878603165,0.5230582356452942,2.1064208263373607,Dune,0.5195108652114868,1.1375128614763077,0.563437819480896,0.8915872034693118,0.02081674337387085,0.8758200171268573,-0.04037958383560181,1.214833622868049 +The Hitchhiker's Guide to the Galaxy,Know-Nothing-Bozo,0.460536777973175,1.4569908972698322,0.4859395027160644,1.0203099039770764,The Hitchhiker's Guide to the Galaxy,0.4955277740955353,0.5778292685825147,0.4897610247135162,0.6143910796859021,-0.034990996122360285,0.8791616286873175,-0.0038215219974517822,0.4059188242911743 +Dune,Gaius Helen Mohiam,0.526836097240448,1.1550383866306306,0.5425923466682434,1.538226544406715,Dune,0.526899516582489,0.2654334195320227,0.5729935765266418,1.7485603659038411,-6.341934204101562e-05,0.8896049670986079,-0.030401229858398438,-0.2103338214971262 +The Hitchhiker's Guide to the Galaxy,Garkbit,0.5128700733184814,1.946174109013354,0.5239087343215942,2.7189349347234626,The Hitchhiker's Guide to the Galaxy,0.5236223936080933,1.0433548950697888,0.5911267399787903,2.4572819478109995,-0.010752320289611816,0.9028192139435651,-0.06721800565719604,0.2616529869124631 +The Hitchhiker's Guide to the Galaxy,Russell,0.4884125888347626,1.8988536444481336,0.4713529944419861,3.520367733124405,The Hitchhiker's Guide to the Galaxy,0.4608912467956543,0.9779045702858556,0.5067327618598938,1.3193558646808417,0.027521342039108276,0.920949074162278,-0.035379767417907715,2.2010118684435636 +The Hitchhiker's Guide to the Galaxy,Colin the Security Robot,0.5130603909492493,2.195416666697422,0.5294987559318542,2.83372619940594,The Hitchhiker's Guide to the Galaxy,0.5057948231697083,1.244740878257223,0.5356009006500244,1.521336768726183,0.007265567779541016,0.9506757884401991,-0.006102144718170166,1.3123894306797572 +Dune,Bellonda,0.5828205943107605,3.054110317840824,0.592597246170044,3.691212952707253,Dune,0.566320538520813,2.080836282967017,0.572908878326416,3.142909773513882,0.01650005578994751,0.9732740348738069,0.01968836784362793,0.548303179193371 +The Hitchhiker's Guide to the Galaxy,Questular Rontok,0.4964897036552429,1.9219703990808992,0.4972619116306305,4.186321044159038,The Hitchhiker's Guide to the Galaxy,0.4678911566734314,0.9307606330728296,0.4485040605068207,5.86522394679092,0.028598546981811523,0.9912097660080695,0.048757851123809814,-1.678902902631882 +Dune,Leto Atreides II,0.4332444071769714,1.0353937872588983,0.4626670479774475,1.236763637671174,Dune,0.5101075768470764,0.0009207827013981,0.5217192769050598,0.000183900062533,-0.07686316967010504,1.0344730045575001,-0.059052228927612305,1.236579737608641 +The Hitchhiker's Guide to the Galaxy,Murray Bost Henson,0.5320996642112732,2.2800785875024605,0.5120303630828857,2.9196774427018526,The Hitchhiker's Guide to the Galaxy,0.4902479350566864,1.2326925936283584,0.5304598212242126,2.1115138981949566,0.04185172915458679,1.0473859938741021,-0.018429458141326904,0.808163544506896 +Dune,Duncan Idaho,0.4214058220386505,1.0528955818498733,0.4439141750335693,2.1972041209773283,Dune,0.4661685228347778,7.297284294208589e-05,0.4469107091426849,0.000229876418894,-0.044762700796127264,1.0528226090069313,-0.0029965341091156006,2.1969742445584344 +Twilight,Tyler Crowley,0.5633716583251953,1.140472973049515,0.554145872592926,0.4903717002677769,Twilight,0.5305580496788025,0.0755971518111978,0.5499755144119263,0.2944422307977792,0.03281360864639282,1.0648758212383171,0.004170358180999756,0.19592946946999767 +Twilight,Mary,0.5204862356185913,1.4050623647905562,0.5231702923774719,1.023507485669433,Twilight,0.4660108685493469,0.3373203105847336,0.5035999417304993,0.5700600729471494,0.054475367069244385,1.0677420542058227,0.019570350646972656,0.4534474127222836 +The Lord of the Rings,Galadriel,0.4945986270904541,1.1028929795254774,0.498959481716156,2.6947653102196303,The Lord of the Rings,0.5415364503860474,4.372329747200607e-11,0.5580785274505615,7.375608451744264e-10,-0.04693782329559326,1.1028929794817541,-0.05911904573440552,2.6947653094820696 +The Hunger Games,Haymitch Abernathy,0.4316339194774627,1.134473813765434,0.4425918161869049,1.229173845922611,The Hunger Games,0.4491443932056427,1.2683325876099306e-41,0.5349822640419006,2.641567310653902e-21,-0.017510473728179987,1.134473813765434,-0.09239044785499573,1.229173845922611 +Dune,Glossu Rabban,0.5381055474281311,2.142668830782992,0.5276147723197937,1.656558769139198,Dune,0.5129092931747437,1.0069395582773502,0.4982693493366241,0.8636006270233796,0.02519625425338745,1.135729272505642,0.02934542298316961,0.7929581421158185 +The Lord of the Rings,Morgoth,0.4580369889736175,1.168327412862539,0.4980153143405914,1.836967770407093,The Lord of the Rings,0.5276913642883301,5.316404165253476e-17,0.5421412587165833,1.5246684081734516e-13,-0.06965437531471258,1.168327412862539,-0.04412594437599188,1.8369677704069405 +Dune,Feyd-Rautha Harkonnen,0.460873395204544,1.219083792235549,0.4707494080066681,0.8714558397648315,Dune,0.5048120021820068,0.0491797741805462,0.5505842566490173,0.2825709889059585,-0.043938606977462824,1.1699040180550029,-0.07983484864234924,0.5888848508588731 +The Hitchhiker's Guide to the Galaxy,Gail Andrews,0.4535467624664306,2.1617533355470595,0.4651680290699005,1.5026311790084164,The Hitchhiker's Guide to the Galaxy,0.4509778022766113,0.9562000321919004,0.5595822334289551,2.624409782313436,0.002568960189819336,1.205553303355159,-0.09441420435905457,-1.1217786033050194 +Dune,Dama,0.4857421815395355,1.715304963446476,0.4941137433052063,0.6593159783259328,Dune,0.4485619664192199,0.4845491510995697,0.5121527910232544,0.7110396160190182,0.03718021512031561,1.2307558123469065,-0.018039047718048096,-0.05172363769308541 +The Lord of the Rings,Aragorn II,0.514411449432373,1.2754050915206687,0.49165078997612,1.2727238428741576,The Lord of the Rings,0.5183244943618774,1.4765109316005042e-08,0.5439724326133728,6.747405139781331e-12,-0.0039130449295043945,1.2754050767555594,-0.05232164263725281,1.2727238428674101 +The Hunger Games,Palmyra Monty,0.4756408631801605,2.723208990680631,0.5241082310676575,3.4981564388107538,The Hunger Games,0.4658852517604828,1.4012232545944838,0.5263291597366333,2.776145655403921,0.009755611419677734,1.3219857360861471,-0.00222092866897583,0.7220107834068328 +The Lord of the Rings,Smaug,0.4951056838035583,1.369934426713461,0.5086314678192139,1.0657703146783388,The Lord of the Rings,0.5015507340431213,5.0048383037670566e-12,0.5529960989952087,5.611996296469298e-07,-0.006445050239563044,1.369934426708456,-0.04436463117599487,1.0657697534787092 +The Hunger Games,Katniss Everdeen,0.4497995972633362,1.4265105776332534,0.474838376045227,2.195442424563712,The Hunger Games,0.4919271767139435,3.5075124594518224e-74,0.5602644085884094,3.947301730599182e-27,-0.0421275794506073,1.4265105776332534,-0.08542603254318243,2.195442424563712 +Dune,Paul Atreides,0.477653831243515,1.4512494341597175,0.4664964973926544,1.45505341540141,Dune,0.4406875669956207,2.358466546337092e-14,0.4551504552364349,2.737971189246936e-07,0.03696626424789429,1.451249434159694,0.011346042156219538,1.4550531416042911 +The Hitchhiker's Guide to the Galaxy,Captain,0.5367289185523987,2.805112306823628,0.5163926482200623,1.8205771236547,The Hitchhiker's Guide to the Galaxy,0.4852561056613922,1.3337660049817803,0.5076146721839905,0.9621542476535582,0.05147281289100647,1.4713463018418478,0.008777976036071777,0.8584228760011418 +Harry Potter,Dean Thomas,0.4605115950107574,1.521156044271354,0.448440670967102,1.828053777490866,Harry Potter,0.4910069108009338,1.964056739711877e-21,0.5423886179924011,6.595244790795994e-09,-0.03049531579017639,1.521156044271354,-0.09394794702529913,1.8280537708956213 +Harry Potter,Seamus Finnigan,0.4527804553508758,1.5254552835269637,0.4320342540740967,1.6758501032135402,Harry Potter,0.5138559937477112,6.541696306138895e-16,0.5381180644035339,2.4033985258907307e-06,-0.06107553839683538,1.525455283526963,-0.10608381032943726,1.6758476998150142 +Dune,Hayt,0.5439981818199158,3.035260854687782,0.5676808953285217,1.8890437314339483,Dune,0.5623521208763123,1.488815995076424,0.5540022253990173,2.7630196330461185,-0.018353939056396484,1.546444859611358,0.013678669929504395,-0.8739759016121702 +The Hitchhiker's Guide to the Galaxy,Hig Hurtenflurst,0.4822753369808197,2.544482997403323,0.5229754447937012,1.666027704785033,The Hitchhiker's Guide to the Galaxy,0.4566085934638977,0.9668784992035736,0.5390203595161438,2.0755742165154047,0.025666743516921997,1.5776044981997495,-0.016044914722442627,-0.4095465117303718 +The Lord of the Rings,Sauron,0.4784235060214996,1.6349855311995525,0.473971426486969,3.107573119386748,The Lord of the Rings,0.4822040498256683,1.5777603004678571e-62,0.5719515085220337,1.2221334063712123e-19,-0.003780543804168701,1.6349855311995525,-0.0979800820350647,3.107573119386748 +The Lord of the Rings,Frodo Baggins,0.4546349644660949,1.7198854026994104,0.4846213757991791,1.250914683541555,The Lord of the Rings,0.4864082634449005,2.1745984994112282e-17,0.5676297545433044,1.848452970455668e-08,-0.0317732989788056,1.7198854026994104,-0.08300837874412537,1.2509146650570253 +The Hitchhiker's Guide to the Galaxy,Alice Beeblebrox,0.484935998916626,2.711765617333668,0.541314423084259,1.1895178198195084,The Hitchhiker's Guide to the Galaxy,0.4696454703807831,0.8978039968744738,0.5031110644340515,1.1097740115014256,0.015290528535842896,1.8139616204591942,0.03820335865020752,0.07974380831808281 +Dune,Lucilla,0.5374746918678284,2.789838649157089,0.5433661341667175,4.21780433563992,Dune,0.5077373385429382,0.7368252249282593,0.5373562574386597,1.3430112354343922,0.029737353324890137,2.05301342422883,0.006009876728057861,2.8747931002055283 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Jeltz,0.5412886142730713,3.643808150265752,0.5502378940582275,5.653932292970884,The Hitchhiker's Guide to the Galaxy,0.5014403462409973,1.5210810540607456,0.5499670505523682,2.281380024832352,0.039848268032073975,2.122727096205007,0.000270843505859375,3.372552268138532 +The Lord of the Rings,Elrond,0.5225498080253601,2.1405124896213987,0.5052364468574524,2.5439314310177656,The Lord of the Rings,0.5360152721405029,2.839668591472706e-05,0.5335156321525574,1.633587481324431e-05,-0.013465464115142822,2.140484092935484,-0.02827918529510498,2.5439150951429523 +Dune,Iakin Nefud,0.5762370824813843,3.774862952073259,0.5554256439208984,1.3726203168044029,Dune,0.5314460396766663,1.5068754477787645,0.5381607413291931,1.2583039126290727,0.04479104280471802,2.267987504294495,0.017264902591705322,0.11431640417533018 +The Hitchhiker's Guide to the Galaxy,Barman,0.5393004417419434,4.006915173714827,0.5009679794311523,1.4300801901079685,The Hitchhiker's Guide to the Galaxy,0.511643648147583,1.608056616499328,0.5494937896728516,1.9716792377981351,0.02765679359436035,2.398858557215499,-0.04852581024169922,-0.5415990476901666 +The Hitchhiker's Guide to the Galaxy,Roosta,0.5273421406745911,4.546129077375875,0.526216983795166,4.499983689897789,The Hitchhiker's Guide to the Galaxy,0.5169205665588379,2.102114009073872,0.5259182453155518,5.666003639061062,0.010421574115753174,2.444015068302003,0.0002987384796142578,-1.1660199491632728 +Dune,Mapes,0.5485497713088989,2.672092425420998,0.4881096184253692,0.6152978619282995,Dune,0.5276244282722473,0.0458423124801677,0.5413835644721985,2.2664236242419347,0.02092534303665161,2.62625011294083,-0.05327394604682928,-1.6511257623136353 +Dune,Hasimir Fenring,0.547031044960022,3.7819609171032647,0.5571539402008057,1.9510502823437563,Dune,0.5189106464385986,0.7464248043860787,0.5208718776702881,1.5108144082637671,0.02812039852142334,3.035536112717186,0.03628206253051758,0.4402358740799892 +Dune,Tylwyth Waff,0.5741361379623413,5.170779834619342,0.4583922624588012,0.1531923656668821,Dune,0.5559523701667786,1.7187419585481665,0.5639292001724243,1.6008048102770898,0.018183767795562744,3.4520378760711754,-0.1055369377136231,-1.4476124446102077 +Harry Potter,Bartemius Crouch Junior,0.4790416359901428,3.9225961309581856,0.4808548986911773,3.138785448592562,Harry Potter,0.5438398122787476,2.068045174634521e-09,0.5474404096603394,1.3919049480481646e-09,-0.06479817628860474,3.9225961288901403,-0.06658551096916204,3.1387854472006573 +Harry Potter,Myrtle Warren,0.4512809216976166,4.066192632689464,0.4595744013786316,4.842941977938914,Harry Potter,0.508208155632019,1.076582645255686e-05,0.5474299788475037,2.642506336340502e-06,-0.056927233934402466,4.066181866863012,-0.08785557746887207,4.842939335432577 +The Hitchhiker's Guide to the Galaxy,Googleplex Starthinker,0.5453110933303833,6.22332899740104,0.4888273477554321,1.7581331973296717,The Hitchhiker's Guide to the Galaxy,0.5102677345275879,1.5426929913351373,0.5362627506256104,2.2513618535087176,0.03504335880279541,4.680636006065903,-0.04743540287017828,-0.493228656179046 +Dune,Marcus Claire Luyseyal,0.5409387946128845,5.817468506746241,0.4750081300735473,1.6040966020982437,Dune,0.4626936614513397,1.0868284645373023,0.5031079053878784,1.939214834068864,0.0782451331615448,4.730640042208939,-0.02809977531433111,-0.3351182319706203 +The Hitchhiker's Guide to the Galaxy,Majikthise,0.5912110805511475,12.419892748137844,0.5154204964637756,1.6728761877985672,The Hitchhiker's Guide to the Galaxy,0.5403741002082825,3.0068773709123358,0.551992654800415,8.413546322822135,0.05083698034286499,9.41301537722551,-0.036572158336639404,-6.740670135023568 diff --git a/ressources/data/total_comparisson/normal_eval_comparisonwF.csv b/ressources/data/total_comparisson/normal_eval_comparisonwF.csv new file mode 100644 index 0000000000000000000000000000000000000000..c7235004bfa830636d69d1f2f74d27db6313782a --- /dev/null +++ b/ressources/data/total_comparisson/normal_eval_comparisonwF.csv @@ -0,0 +1,312 @@ +Book_1,Character,F1_1,h_1,wF1_1,wh_1,Book_2,F1_2,h_2,wF1_2,wh_2,F1c,hc,wF1c,whc +The Lord of the Rings,Legolas,0.4352049231529236,0.4679468441090048,0.4515453577041626,1.3105177750316803,The Lord of the Rings,0.5186892151832581,4.7944220802678974e-24,0.583724319934845,2.8502492893339547e-09,-0.08348429203033447,0.4679468441090048,-0.13217896223068237,1.310517772181431 +Dune,Lichna,0.4485637843608856,1.328797911591771,0.4464889764785766,0.7906917182421546,Dune,0.5000667572021484,0.8253871268352208,0.5714812278747559,2.2966022270097417,-0.05150297284126282,0.5034107847565502,-0.12499225139617925,-1.5059105087675873 +Harry Potter,Rita Skeeter,0.4344606101512909,0.5426442446824509,0.4388675093650818,1.2415302305645854,Harry Potter,0.4429920613765716,2.1620884269442426e-18,0.5543853044509888,5.9324980022154e-07,-0.008531451225280706,0.5426442446824509,-0.11551779508590698,1.2415296373147853 +Twilight,Vasilii,0.4197364151477813,0.0006704062509159,0.4228555858135223,0.0588528301541689,Twilight,0.4868839085102081,0.9821019779920626,0.5375935435295105,1.6325823342779708,-0.06714749336242676,-0.9814315717411467,-0.11473795771598821,-1.573729504123802 +Twilight,Kachiri,0.5447333455085754,0.92798029818798,0.4272400140762329,0.0480980095476665,Twilight,0.5337878465652466,1.2243431248416543,0.5379436016082764,3.230076547233832,0.010945498943328857,-0.2963628266536743,-0.11070358753204346,-3.1819785376861653 +Twilight,Felix,0.5359938740730286,0.0005091215912758,0.438522458076477,1.548957681363193e-10,Twilight,0.488877922296524,1.5009940594018296e-05,0.5447016954421997,0.0014592390895059,0.04711595177650457,0.0004941116506817817,-0.10617923736572271,-0.001459238934610132 +Harry Potter,Seamus Finnigan,0.4527804553508758,1.5254552835269637,0.4320342540740967,1.6758501032135402,Harry Potter,0.5138559937477112,6.541696306138895e-16,0.5381180644035339,2.4033985258907307e-06,-0.06107553839683538,1.525455283526963,-0.10608381032943726,1.6758476998150142 +Dune,Tylwyth Waff,0.5741361379623413,5.170779834619342,0.4583922624588012,0.1531923656668821,Dune,0.5559523701667786,1.7187419585481665,0.5639292001724243,1.6008048102770898,0.018183767795562744,3.4520378760711754,-0.1055369377136231,-1.4476124446102077 +The Hitchhiker's Guide to the Galaxy,Great Hyperlobic Omnicognate Neutron Wrangler,0.5309005975723267,1.657872944449094,0.5062478184700012,1.0521555069322066,The Hitchhiker's Guide to the Galaxy,0.5384833216667175,2.4184494776517766,0.6105626225471497,7.005432719867193,-0.007582724094390869,-0.7605765332026826,-0.10431480407714844,-5.953277212934987 +Dune,Schwangyu,0.542707085609436,2.5322962807125675,0.4593090415000915,1.3245332225874222,Dune,0.5511276125907898,1.8958544366122756,0.5603456497192383,3.75076187459884,-0.00842052698135376,0.6364418441002919,-0.10103660821914678,-2.4262286520114174 +The Hunger Games,Mizzen,0.4259211421012878,1.2010382943299564e-06,0.4469455778598785,1.869939636121712e-07,The Hunger Games,0.4994212985038757,0.0027858218807353,0.5460163354873657,0.0096939378827912,-0.07350015640258789,-0.00278462084244097,-0.09907075762748724,-0.009693750888827587 +The Lord of the Rings,Sauron,0.4784235060214996,1.6349855311995525,0.473971426486969,3.107573119386748,The Lord of the Rings,0.4822040498256683,1.5777603004678571e-62,0.5719515085220337,1.2221334063712123e-19,-0.003780543804168701,1.6349855311995525,-0.0979800820350647,3.107573119386748 +Twilight,Senna,0.5209641456604004,0.1763051382946032,0.4448743462562561,0.0162425166037513,Twilight,0.5020114183425903,1.1654473847385365,0.5421069860458374,3.339938662868396,0.01895272731781006,-0.9891422464439332,-0.0972326397895813,-3.3236961462646444 +The Hunger Games,Livia Cardew,0.4411150813102722,0.0011644289971937,0.4497662484645843,0.018320461370184,The Hunger Games,0.4969425797462463,0.601184000557319,0.5460469126701355,1.993355810689457,-0.055827498435974066,-0.6000195715601253,-0.0962806642055512,-1.9750353493192732 +The Hitchhiker's Guide to the Galaxy,Gail Andrews,0.4535467624664306,2.1617533355470595,0.4651680290699005,1.5026311790084164,The Hitchhiker's Guide to the Galaxy,0.4509778022766113,0.9562000321919004,0.5595822334289551,2.624409782313436,0.002568960189819336,1.205553303355159,-0.09441420435905457,-1.1217786033050194 +Twilight,Carmen,0.5116759538650513,0.0083180897352118,0.4351828396320343,4.641500438336512e-07,Twilight,0.4769243597984314,0.0020450478101498,0.529487669467926,0.0667213460788601,0.03475159406661987,0.006273041925062,-0.09430482983589172,-0.06672088192881627 +Harry Potter,Dean Thomas,0.4605115950107574,1.521156044271354,0.448440670967102,1.828053777490866,Harry Potter,0.4910069108009338,1.964056739711877e-21,0.5423886179924011,6.595244790795994e-09,-0.03049531579017639,1.521156044271354,-0.09394794702529913,1.8280537708956213 +The Hunger Games,Casca Highbottom,0.4864108562469482,0.0053927922680926,0.4324418902397156,2.4006125507516925e-06,The Hunger Games,0.5193358063697815,0.067383490854419,0.5250967144966125,0.0839281652098627,-0.03292495012283331,-0.0619906985863264,-0.09265482425689697,-0.08392576459731195 +The Hunger Games,Haymitch Abernathy,0.4316339194774627,1.134473813765434,0.4425918161869049,1.229173845922611,The Hunger Games,0.4491443932056427,1.2683325876099306e-41,0.5349822640419006,2.641567310653902e-21,-0.017510473728179987,1.134473813765434,-0.09239044785499573,1.229173845922611 +Twilight,Paul Lahote,0.5231663584709167,0.0037034459416706,0.4577199518680572,9.125731580496854e-11,Twilight,0.5150099992752075,0.0303382441467537,0.5465271472930908,0.0221356357462167,0.008156359195709229,-0.0266347982050831,-0.08880719542503362,-0.022135635654959386 +The Lord of the Rings,Saruman,0.4741404950618744,0.8696719536245657,0.4654025435447693,1.2235656275977629,The Lord of the Rings,0.4671428799629211,5.896204108889357e-98,0.5533922910690308,1.1844731084685679e-11,0.006997615098953303,0.8696719536245657,-0.08798974752426147,1.2235656275859181 +Harry Potter,Myrtle Warren,0.4512809216976166,4.066192632689464,0.4595744013786316,4.842941977938914,Harry Potter,0.508208155632019,1.076582645255686e-05,0.5474299788475037,2.642506336340502e-06,-0.056927233934402466,4.066181866863012,-0.08785557746887207,4.842939335432577 +Twilight,J. Jenks,0.5524166822433472,0.2216549059922535,0.4394181370735168,0.0001588303121254,Twilight,0.5219054818153381,0.094675581562965,0.5259211659431458,0.0063786709959909,0.030511200428009033,0.1269793244292885,-0.08650302886962896,-0.006219840683865501 +Twilight,Aro,0.4243939220905304,0.460612241210917,0.4378767609596252,0.6814359492698534,Twilight,0.4543935358524322,9.889850379521285e-13,0.5243455767631531,8.342864762593227e-07,-0.0299996137619018,0.460612241209928,-0.08646881580352789,0.6814351149833772 +The Hunger Games,Felix Ravinstill,0.485382467508316,0.2378235069555312,0.4536113142967224,0.3712447120353729,The Hunger Games,0.5140994787216187,1.570545047804901,0.5395987629890442,1.752262925950918,-0.028717011213302668,-1.3327215408493698,-0.08598744869232178,-1.381018213915545 +The Hunger Games,Katniss Everdeen,0.4497995972633362,1.4265105776332534,0.474838376045227,2.195442424563712,The Hunger Games,0.4919271767139435,3.5075124594518224e-74,0.5602644085884094,3.947301730599182e-27,-0.0421275794506073,1.4265105776332534,-0.08542603254318243,2.195442424563712 +Twilight,Charlie Swan,0.4474963545799255,0.6579660924865371,0.4262187480926513,1.7776992499067172,Twilight,0.50819993019104,1.7029831075784686e-20,0.5111526250839233,1.0789891481000245e-15,-0.06070357561111456,0.6579660924865371,-0.08493387699127203,1.7776992499067161 +Twilight,Randall,0.4445645213127136,0.2113762974976194,0.4651248753070831,0.1869984820936673,Twilight,0.553048312664032,1.454575429737306,0.5498643517494202,3.8130195171475982,-0.10848379135131836,-1.2431991322396865,-0.08473947644233709,-3.626021035053931 +The Lord of the Rings,Frodo Baggins,0.4546349644660949,1.7198854026994104,0.4846213757991791,1.250914683541555,The Lord of the Rings,0.4864082634449005,2.1745984994112282e-17,0.5676297545433044,1.848452970455668e-08,-0.0317732989788056,1.7198854026994104,-0.08300837874412537,1.2509146650570253 +Dune,Ziarenko Javid,0.5213062167167664,0.7372080900214711,0.4195296764373779,0.1327686030114251,Dune,0.467689573764801,0.8923458602015979,0.5024972558021545,0.9705700571787712,0.05361664295196533,-0.15513777018012676,-0.08296757936477667,-0.8378014541673461 +Twilight,Charlotte,0.4985171854496002,0.0262960061436414,0.4373162090778351,7.300929998184094e-06,Twilight,0.5051864385604858,0.0596528866898714,0.5192722082138062,0.2376004493509231,-0.00666925311088562,-0.03335688054623,-0.08195599913597107,-0.2375931484209249 +Dune,Feyd-Rautha Harkonnen,0.460873395204544,1.219083792235549,0.4707494080066681,0.8714558397648315,Dune,0.5048120021820068,0.0491797741805462,0.5505842566490173,0.2825709889059585,-0.043938606977462824,1.1699040180550029,-0.07983484864234924,0.5888848508588731 +The Hitchhiker's Guide to the Galaxy,Paul Neil Milne Johnstone,0.5655339360237122,1.9738671343872247,0.4687610566616058,2.227910665168056,The Hitchhiker's Guide to the Galaxy,0.5163652896881104,2.7351682821906733,0.5477356910705566,3.51385000822408,0.04916864633560181,-0.7613011478034486,-0.07897463440895086,-1.285939343056024 +Twilight,Lauren Mallory,0.452099472284317,0.0881345951046566,0.4402539134025574,0.0103526996278594,Twilight,0.5076858997344971,0.0148204148834229,0.5188787579536438,1.9971218720906192,-0.055586427450180054,0.0733141802212337,-0.07862484455108643,-1.9867691724627599 +The Lord of the Rings,Bilbo Baggins,0.4629913568496704,0.7427334673811882,0.4710036516189575,0.7643137653901765,The Lord of the Rings,0.4778127372264862,5.997080118325448e-93,0.5490546822547913,5.605650315565308e-07,-0.014821380376815796,0.7427334673811882,-0.07805103063583374,0.764313204825145 +Twilight,Tia,0.5152443051338196,8.281582664851085e-06,0.4440155327320099,2.194075915816099e-07,Twilight,0.4475622475147247,0.0001213449980344,0.5206810235977173,0.1201431568196889,0.0676820576190949,-0.00011306341536954892,-0.0766654908657074,-0.12014293741209732 +Dune,Ramallo,0.4325161278247833,0.0687161399514886,0.501629650592804,1.872451841371104,Dune,0.5678929090499878,1.154690518665489,0.5771474838256836,1.2469760206362497,-0.13537678122520447,-1.0859743787140004,-0.07551783323287964,0.6254758207348543 +Twilight,Sam Uley,0.4657468497753143,0.7360231784276465,0.4671300649642944,0.9117944123315556,Twilight,0.5355950593948364,3.600960145056e-05,0.540189266204834,1.1542121422218382e-05,-0.06984820961952215,0.735987168826196,-0.0730592012405396,0.9117828702101334 +The Hunger Games,Clemensia Dovecote,0.5008890628814697,1.6014022585481102e-05,0.4638417661190033,4.811672253580727e-08,The Hunger Games,0.5120881795883179,0.0047036399681221,0.5367035269737244,0.0222355032350336,-0.011199116706848145,-0.004687625945536619,-0.07286176085472107,-0.022235455118311064 +The Hunger Games,Coral,0.4286750257015228,4.980235540597977e-07,0.4535006880760193,4.3197941769261226e-08,The Hunger Games,0.4890300333499908,0.0080261692520166,0.5262603163719177,0.0648888114158943,-0.06035500764846796,-0.00802567122846254,-0.07275962829589844,-0.06488876821795253 +Dune,Korba,0.4905959963798523,1.9028732015359175,0.4283231496810913,0.0761158108795646,Dune,0.4850527346134186,1.211352121437672,0.5010478496551514,1.7559935864881495,0.005543261766433716,0.6915210800982456,-0.07272469997406006,-1.679877775608585 +Dune,Tio Holtzman,0.4509092569351196,5.580479411464467e-05,0.5041067600250244,0.0065064358970146,Dune,0.5365378260612488,0.4520475765011633,0.5751590132713318,0.2024374726113764,-0.0856285691261292,-0.45199177170704863,-0.07105225324630737,-0.1959310367143618 +The Hunger Games,Vipsania Sickle,0.4668054580688476,0.0091408931120802,0.4577060341835022,0.2628891810579304,The Hunger Games,0.494323194026947,1.5781923253593952,0.5286621451377869,2.421608415197159,-0.02751773595809942,-1.569051432247315,-0.07095611095428467,-2.1587192341392285 +Dune,Aramsham,0.4058475792407989,0.8238137072393069,0.4876619875431061,0.9168460982084708,Dune,0.5344614386558533,1.4950078491961325,0.558563232421875,1.4762572326855694,-0.12861385941505438,-0.6711941419568256,-0.07090124487876892,-0.5594111344770986 +The Lord of the Rings,Faramir,0.4913611710071563,0.8622361224149409,0.4823136627674103,1.0867150159587091,The Lord of the Rings,0.4902814328670501,1.67007031583667e-22,0.5523663759231567,4.15414819828084e-05,0.0010797381401062012,0.8622361224149409,-0.07005271315574646,1.0866734744767264 +Dune,Vorian Atreides,0.4723348021507263,0.7620755642897297,0.4491121768951416,1.0658716977179965,Dune,0.5141591429710388,1.5746219723473062e-11,0.5186734795570374,2.5327050753729173e-14,-0.0418243408203125,0.7620755642739835,-0.06956130266189575,1.0658716977179712 +Dune,Otheym,0.5519803762435913,1.9190665607807564,0.488323450088501,0.4175151666718351,Dune,0.5967943072319031,2.07091631715095,0.5572136640548706,2.31686868074298,-0.04481393098831177,-0.1518497563701935,-0.06889021396636963,-1.899353514071145 +The Hitchhiker's Guide to the Galaxy,Great Circling Poets of Arium,0.5344204902648926,4.215717009037368,0.4994305968284607,2.7808154040086315,The Hitchhiker's Guide to the Galaxy,0.5566425323486328,5.327887898814819,0.5682133436203003,4.149285679691731,-0.022222042083740234,-1.1121708897774507,-0.0687827467918396,-1.3684702756830998 +Twilight,Victoria,0.439033567905426,0.6875448458491541,0.4483987092971802,0.7681029253884348,Twilight,0.4500223100185394,2.4296132185068976e-12,0.5165584683418274,4.3097260621781655e-09,-0.010988742113113348,0.6875448458467245,-0.06815975904464722,0.7681029210787088 +The Hitchhiker's Guide to the Galaxy,Garkbit,0.5128700733184814,1.946174109013354,0.5239087343215942,2.7189349347234626,The Hitchhiker's Guide to the Galaxy,0.5236223936080933,1.0433548950697888,0.5911267399787903,2.4572819478109995,-0.010752320289611816,0.9028192139435651,-0.06721800565719604,0.2616529869124631 +Dune,Jehanne Butler,0.4389314949512481,0.0288194764317802,0.4444078803062439,0.0512613213413012,Dune,0.5041056871414185,0.7578706297314075,0.511239230632782,0.7765911703854489,-0.06517419219017034,-0.7290511532996273,-0.06683135032653809,-0.7253298490441477 +Harry Potter,Bartemius Crouch Junior,0.4790416359901428,3.9225961309581856,0.4808548986911773,3.138785448592562,Harry Potter,0.5438398122787476,2.068045174634521e-09,0.5474404096603394,1.3919049480481646e-09,-0.06479817628860474,3.9225961288901403,-0.06658551096916204,3.1387854472006573 +The Lord of the Rings,Gandalf,0.493848979473114,0.7690076168971675,0.4897597432136535,2.593182433548461,The Lord of the Rings,0.4894548654556274,3.482748800879476e-39,0.5559438467025757,8.537526913583036e-14,0.004394114017486628,0.7690076168971675,-0.06618410348892217,2.5931824335483755 +The Hunger Games,Coriolanus Snow,0.4087497889995575,0.3796436125093209,0.4526492655277252,1.5742954966856622,The Hunger Games,0.4886925816535949,1.7029677076940517e-18,0.518031120300293,7.187736589710056e-17,-0.07994279265403742,0.3796436125093209,-0.06538185477256775,1.5742954966856622 +The Hunger Games,Lysistrata Vickers,0.4519827663898468,7.61478911561517e-07,0.4958251416683197,0.0011258190365234,The Hunger Games,0.530523419380188,0.0118625476820695,0.5598405003547668,0.0343174409523811,-0.07854065299034119,-0.011861786203157938,-0.06401535868644714,-0.0331916219158577 +Dune,Tertius Eileen Anteac,0.5371912717819214,1.3095758687498087,0.4741029441356659,0.0657697811943477,Dune,0.4842688739299774,1.6092160416916077,0.5371854901313782,0.9017624269997888,0.05292239785194397,-0.299640172941799,-0.06308254599571228,-0.8359926458054411 +The Hitchhiker's Guide to the Galaxy,Rob McKenna,0.4869276583194732,0.3086540700572138,0.4509564638137817,0.2733458965409725,The Hitchhiker's Guide to the Galaxy,0.5017083287239075,1.667916825646644,0.5132248997688293,0.986423940066365,-0.01478067040443426,-1.35926275558943,-0.06226843595504766,-0.7130780435253925 +Dune,Alma Mavis Taraza,0.5075234174728394,0.6880329098557795,0.4995601177215576,0.2924849668415627,Dune,0.5149604678153992,0.8999436439874243,0.5610169768333435,0.9030535975180288,-0.0074370503425598145,-0.21191073413164485,-0.06145685911178589,-0.6105686306764662 +Dune,Liet-Kynes,0.5388694405555725,0.7744858351693394,0.5246624946594238,0.6364821227227504,Dune,0.4854009747505188,0.1085691714704211,0.5855634212493896,0.9576363986833852,0.05346846580505371,0.6659166636989183,-0.06090092658996582,-0.32115427596063484 +The Lord of the Rings,Galadriel,0.4945986270904541,1.1028929795254774,0.498959481716156,2.6947653102196303,The Lord of the Rings,0.5415364503860474,4.372329747200607e-11,0.5580785274505615,7.375608451744264e-10,-0.04693782329559326,1.1028929794817541,-0.05911904573440552,2.6947653094820696 +Dune,Leto Atreides II,0.4332444071769714,1.0353937872588983,0.4626670479774475,1.236763637671174,Dune,0.5101075768470764,0.0009207827013981,0.5217192769050598,0.000183900062533,-0.07686316967010504,1.0344730045575001,-0.059052228927612305,1.236579737608641 +Twilight,Rachel Black,0.4674018919467926,0.0019080303123256,0.4487326741218567,0.0005745818831719,Twilight,0.4946772158145904,0.4461437557674763,0.5062205791473389,0.2900946600663232,-0.027275323867797796,-0.44423572545515067,-0.05748790502548218,-0.2895200781831513 +The Lord of the Rings,Túrin,0.4932235479354858,1.9729607394382167e-10,0.4993710517883301,2.1667083816749173e-05,The Lord of the Rings,0.5421173572540283,0.0429806611634024,0.5550504326820374,0.0017625311475901,-0.048893809318542536,-0.042980660966106324,-0.055679380893707275,-0.001740864063773351 +Dune,Quintinius Violet Chenoeh,0.5333386659622192,0.0006095256747923,0.4813452661037445,2.004955329972975e-05,Dune,0.503670334815979,0.003929017584763,0.5365883708000183,0.0071388692042059,0.029668331146240234,-0.0033194919099707003,-0.055243104696273804,-0.00711881965090617 +Twilight,Garrett,0.4939342439174652,0.0974875565247484,0.4706915915012359,7.563791265191502e-06,Twilight,0.4718561172485351,0.000427357599277,0.5253652334213257,0.0422177982688839,0.02207812666893011,0.0970601989254714,-0.05467364192008978,-0.04221023447761871 +The Hitchhiker's Guide to the Galaxy,Enid Kapelsen,0.4745515286922455,1.8897915120627369,0.4854231774806976,1.4991200642594105,The Hitchhiker's Guide to the Galaxy,0.4951694905757904,1.255892682117142,0.5399518013000488,1.751950865087436,-0.020617961883544922,0.633898829945595,-0.05452862381935125,-0.25283080082802556 +Dune,Norma Cenva,0.494139552116394,1.279041748836781,0.5010496973991394,0.8907502084443788,Dune,0.5233030319213867,0.778264812852435,0.555372953414917,2.386279260997153,-0.02916347980499273,0.5007769359843459,-0.05432325601577759,-1.495529052552774 +The Hitchhiker's Guide to the Galaxy,Hurling Frootmig,0.4553157687187195,0.5980317027887777,0.496841698884964,2.427544772938232,The Hitchhiker's Guide to the Galaxy,0.5172088146209717,1.3230990334518309,0.5507286787033081,3.484903478663206,-0.0618930459022522,-0.7250673306630532,-0.053886979818344116,-1.0573587057249743 +Twilight,Brady Fuller,0.4072178900241852,0.4258262646188319,0.3713338673114776,0.1247171649284515,Twilight,0.4130733013153076,0.6068299589117829,0.4249446392059326,0.6052303750544059,-0.0058554112911224365,-0.18100369429295105,-0.05361077189445501,-0.4805132101259544 +Twilight,Eleazar,0.5085576176643372,0.0235834368810516,0.471886932849884,2.449435515698204e-05,Twilight,0.4954434037208557,8.21575146284907e-06,0.5252564549446106,0.0046762128614364,0.013114213943481445,0.02357522112958875,-0.05336952209472662,-0.0046517185062794186 +Dune,Mapes,0.5485497713088989,2.672092425420998,0.4881096184253692,0.6152978619282995,Dune,0.5276244282722473,0.0458423124801677,0.5413835644721985,2.2664236242419347,0.02092534303665161,2.62625011294083,-0.05327394604682928,-1.6511257623136353 +The Hitchhiker's Guide to the Galaxy,Number Two,0.43616983294487,0.9727470646024056,0.4991006553173065,1.892146497758362,The Hitchhiker's Guide to the Galaxy,0.5003491044044495,1.2324191217297131,0.5516855120658875,1.8112055895966903,-0.06417927145957947,-0.25967205712730757,-0.05258485674858093,0.08094090816167165 +The Lord of the Rings,Aragorn II,0.514411449432373,1.2754050915206687,0.49165078997612,1.2727238428741576,The Lord of the Rings,0.5183244943618774,1.4765109316005042e-08,0.5439724326133728,6.747405139781331e-12,-0.0039130449295043945,1.2754050767555594,-0.05232164263725281,1.2727238428674101 +Dune,Chani Kynes,0.4593413472175598,0.765399971568981,0.4882956147193908,0.8681908027060506,Dune,0.5317520499229431,1.1616693733240029,0.5398597121238708,1.4438592161520991,-0.0724107027053833,-0.3962694017550219,-0.051564097404480036,-0.5756684134460485 +The Hitchhiker's Guide to the Galaxy,Lady Cynthia Fitzmelton,0.4988591372966766,0.1258692840482537,0.4810832440853119,0.3714832006276615,The Hitchhiker's Guide to the Galaxy,0.509372889995575,1.866133674698825,0.5305003523826599,2.344663893372813,-0.010513752698898371,-1.7402643906505713,-0.04941710829734802,-1.9731806927451512 +The Hitchhiker's Guide to the Galaxy,Barman,0.5393004417419434,4.006915173714827,0.5009679794311523,1.4300801901079685,The Hitchhiker's Guide to the Galaxy,0.511643648147583,1.608056616499328,0.5494937896728516,1.9716792377981351,0.02765679359436035,2.398858557215499,-0.04852581024169922,-0.5415990476901666 +The Hitchhiker's Guide to the Galaxy,Allitnils,0.4514158368110657,0.7028346729424548,0.4638689458370209,1.177709601829284,The Hitchhiker's Guide to the Galaxy,0.4965316355228424,0.8980947810572045,0.5122107267379761,1.7813170644012286,-0.04511579871177673,-0.1952601081147497,-0.0483417809009552,-0.6036074625719445 +Dune,Alia Atreides,0.4658108353614807,0.3335438271517829,0.4670486748218536,0.1940878944588636,Dune,0.4886529445648193,0.2486703479700113,0.5153259038925171,0.6871300640953478,-0.022842109203338568,0.08487347918177157,-0.04827722907066351,-0.49304216963648423 +The Hitchhiker's Guide to the Galaxy,Googleplex Starthinker,0.5453110933303833,6.22332899740104,0.4888273477554321,1.7581331973296717,The Hitchhiker's Guide to the Galaxy,0.5102677345275879,1.5426929913351373,0.5362627506256104,2.2513618535087176,0.03504335880279541,4.680636006065903,-0.04743540287017828,-0.493228656179046 +The Hitchhiker's Guide to the Galaxy,Lig Lury Jr,0.4491147696971893,0.167543472843609,0.4874661862850189,3.8898089760996233,The Hitchhiker's Guide to the Galaxy,0.5064576864242554,1.4415529324090486,0.5332200527191162,2.406554908545643,-0.057342916727066096,-1.2740094595654397,-0.04575386643409729,1.4832540675539803 +Twilight,Mexican coven,0.5069307088851929,0.0362351906965213,0.4671769738197326,0.0880664320824296,Twilight,0.4998178482055664,0.5380650017431479,0.512706995010376,0.4692169152583046,0.007112860679626465,-0.5018298110466266,-0.045530021190643366,-0.381150483175875 +The Lord of the Rings,Smaug,0.4951056838035583,1.369934426713461,0.5086314678192139,1.0657703146783388,The Lord of the Rings,0.5015507340431213,5.0048383037670566e-12,0.5529960989952087,5.611996296469298e-07,-0.006445050239563044,1.369934426708456,-0.04436463117599487,1.0657697534787092 +The Lord of the Rings,Morgoth,0.4580369889736175,1.168327412862539,0.4980153143405914,1.836967770407093,The Lord of the Rings,0.5276913642883301,5.316404165253476e-17,0.5421412587165833,1.5246684081734516e-13,-0.06965437531471258,1.168327412862539,-0.04412594437599188,1.8369677704069405 +Dune,Piter De Vries,0.5243019461631775,1.1976779929079375,0.524216890335083,1.2231867428278729,Dune,0.5457844734191895,2.264401020878476,0.5682894587516785,3.001800801270369,-0.021482527256011963,-1.0667230279705386,-0.04407256841659546,-1.778614058442496 +Twilight,Amun,0.5048414468765259,0.0363424946666695,0.4782496392726898,0.0001141380678301,Twilight,0.4475617110729217,0.0002119297826385,0.5199306011199951,0.0018816264449106,0.05727973580360418,0.036130564884031,-0.0416809618473053,-0.0017674883770805 +The Hitchhiker's Guide to the Galaxy,Lajestic Vantrashell of Lob,0.5244877934455872,1.6782123801521862,0.4863301217556,3.513824218687684,The Hitchhiker's Guide to the Galaxy,0.5036670565605164,0.995913763020436,0.5276214480400085,5.068278898090996,0.0208207368850708,0.6822986171317502,-0.04129132628440857,-1.5544546794033116 +The Hitchhiker's Guide to the Galaxy,Lintilla,0.4331122636795044,0.0054116694166139,0.5091831088066101,0.2562651870653857,The Hitchhiker's Guide to the Galaxy,0.5287073850631714,0.558869123703348,0.5504475831985474,0.5872657301781092,-0.09559512138366699,-0.5534574542867341,-0.041264474391937256,-0.33100054311272353 +Dune,Tlaloc,0.4285541176795959,0.0118315451596015,0.5015847682952881,0.9321172489174157,Dune,0.5124073624610901,3.8070235424098406,0.542407751083374,1.1899244749396642,-0.0838532447814942,-3.7951919972502393,-0.04082298278808594,-0.2578072260222486 +Dune,Abulurd Harkonnen,0.5403276085853577,2.013332878603165,0.5230582356452942,2.1064208263373607,Dune,0.5195108652114868,1.1375128614763077,0.563437819480896,0.8915872034693118,0.02081674337387085,0.8758200171268573,-0.04037958383560181,1.214833622868049 +Twilight,Rebecca Black,0.4065530896186828,0.094421984457344,0.4780859351158142,1.0728798273423112,Twilight,0.4971699118614197,1.2935049089247452,0.517520546913147,3.558757023917906,-0.09061682224273687,-1.1990829244674013,-0.039434611797332764,-2.4858771965755944 +The Hunger Games,Dill,0.4356289803981781,0.0002891011143852,0.4885352551937103,0.0960276098361049,The Hunger Games,0.510287880897522,0.1673106770659258,0.5264093279838562,0.3645071642658643,-0.07465890049934387,-0.1670215759515406,-0.037874072790145874,-0.26847955442975946 +The Hitchhiker's Guide to the Galaxy,Majikthise,0.5912110805511475,12.419892748137844,0.5154204964637756,1.6728761877985672,The Hitchhiker's Guide to the Galaxy,0.5403741002082825,3.0068773709123358,0.551992654800415,8.413546322822135,0.05083698034286499,9.41301537722551,-0.036572158336639404,-6.740670135023568 +Twilight,Renesmee Cullen,0.4330266118049621,0.6311994326354685,0.4501892328262329,0.6259689675029592,Twilight,0.497202605009079,3.8947510848525565e-11,0.4866980016231537,1.0830165529302885e-12,-0.06417599320411688,0.631199432596521,-0.036508768796920776,0.6259689675018761 +The Hitchhiker's Guide to the Galaxy,Poodoo,0.452880322933197,1.4072647612067786,0.4860747456550598,1.3931414530091124,The Hitchhiker's Guide to the Galaxy,0.450519859790802,1.0020379796927297,0.5223364233970642,1.4941446530390217,0.0023604631423950195,0.4052267815140489,-0.036261677742004395,-0.10100320002990926 +The Hitchhiker's Guide to the Galaxy,Caveman,0.4730314910411834,1.0964563631165871,0.4764082133769989,3.0170284945414987,The Hitchhiker's Guide to the Galaxy,0.4620581865310669,1.1378235127068754,0.511817455291748,2.426670574784131,0.010973304510116522,-0.04136714959028831,-0.035409241914749146,0.5903579197573676 +The Hitchhiker's Guide to the Galaxy,Russell,0.4884125888347626,1.8988536444481336,0.4713529944419861,3.520367733124405,The Hitchhiker's Guide to the Galaxy,0.4608912467956543,0.9779045702858556,0.5067327618598938,1.3193558646808417,0.027521342039108276,0.920949074162278,-0.035379767417907715,2.2010118684435636 +Dune,Piter de Vries,0.463932991027832,0.7901284138439427,0.5120517611503601,1.5202778799386392,Dune,0.5234078764915466,2.121741244796618,0.5473734140396118,2.341555622457318,-0.059474885463714655,-1.3316128309526754,-0.03532165288925171,-0.821277742518679 +Dune,Shaddam Corrino IV,0.4789293706417084,0.1121077979174268,0.4741994738578796,0.1294522849521067,Dune,0.4910401105880737,0.2161713518518647,0.5092676877975464,0.5253868339563927,-0.012110739946365301,-0.1040635539344379,-0.035068213939666804,-0.39593454900428604 +Twilight,Leah Clearwater,0.5293238162994385,8.166267693146855e-05,0.518864095211029,6.573006431824589e-06,Twilight,0.5080369710922241,8.0013803633786e-08,0.5539224147796631,0.0024517969115172,0.021286845207214355,8.158266312783477e-05,-0.03505831956863403,-0.0024452239050853754 +Dune,Lady Jessica,0.468407541513443,0.2028299003667993,0.4681082963943481,0.3171852694143707,Dune,0.4113405346870422,0.0023579364569927,0.5031242370605469,0.5388505817298004,0.05706700682640081,0.2004719639098066,-0.035015940666198786,-0.22166531231542969 +Dune,Harah,0.4979162812232971,0.0725353494553252,0.5090550184249878,0.0058115788910207,Dune,0.4883544445037842,0.0001861030552235,0.5431880950927734,0.117351796543035,0.00956183671951294,0.0723492464001017,-0.034133076667785645,-0.1115402176520143 +Dune,Irulan Corrino,0.5094133019447327,0.0134960327501953,0.5159376263618469,0.0779417916071164,Dune,0.5549029111862183,0.3883706492553182,0.5475248694419861,0.0924784031698652,-0.045489609241485596,-0.37487461650512294,-0.03158724308013916,-0.01453661156274881 +Dune,Liet Kynes,0.5218409895896912,1.278225329638197,0.5362000465393066,0.7457589774633218,Dune,0.5779098868370056,0.5893175192449547,0.5671825408935547,0.5113138194072281,-0.05606889724731445,0.6889078103932422,-0.030982494354248047,0.23444515805609367 +Dune,Tyekanik,0.5045052170753479,0.8605449177709994,0.5404890775680542,1.138484106188053,Dune,0.5200982689857483,0.8706128152474562,0.5710911154747009,1.0321123382009028,-0.01559305191040039,-0.010067897476456755,-0.03060203790664673,0.10637176798715031 +Dune,Gaius Helen Mohiam,0.526836097240448,1.1550383866306306,0.5425923466682434,1.538226544406715,Dune,0.526899516582489,0.2654334195320227,0.5729935765266418,1.7485603659038411,-6.341934204101562e-05,0.8896049670986079,-0.030401229858398438,-0.2103338214971262 +The Lord of the Rings,Círdan,0.4970964193344116,1.1359558026426888e-15,0.5533652901649475,0.0023556687549475,The Lord of the Rings,0.5649707317352295,0.0396925836048516,0.5829378366470337,0.0174921897736828,-0.06787431240081787,-0.039692583604850465,-0.02957254648208618,-0.0151365210187353 +The Lord of the Rings,Elrond,0.5225498080253601,2.1405124896213987,0.5052364468574524,2.5439314310177656,The Lord of the Rings,0.5360152721405029,2.839668591472706e-05,0.5335156321525574,1.633587481324431e-05,-0.013465464115142822,2.140484092935484,-0.02827918529510498,2.5439150951429523 +The Hitchhiker's Guide to the Galaxy,Constant Mown,0.4848194122314453,2.6657217316758315,0.4528148770332336,1.86553460742644,The Hitchhiker's Guide to the Galaxy,0.5038566589355469,3.265715467731482,0.4810433089733124,3.086949363020123,-0.019037246704101562,-0.5999937360556507,-0.02822843194007879,-1.221414755593683 +Dune,Marcus Claire Luyseyal,0.5409387946128845,5.817468506746241,0.4750081300735473,1.6040966020982437,Dune,0.4626936614513397,1.0868284645373023,0.5031079053878784,1.939214834068864,0.0782451331615448,4.730640042208939,-0.02809977531433111,-0.3351182319706203 +The Hunger Games,Reaper Ash,0.4743912518024444,0.0004285614472345,0.4919630885124206,0.007660071244621,The Hunger Games,0.4778136610984802,0.0003236972647869,0.5199940204620361,0.0091448316415742,-0.003422409296035822,0.00010486418244760003,-0.028030931949615534,-0.0014847603969532011 +Dune,Raquella Berto-Anirul,0.5147691369056702,0.0505092472857887,0.5281753540039062,0.2529816771656182,Dune,0.5327244997024536,0.2562112091315427,0.5556399822235107,1.244242900357726,-0.017955362796783447,-0.205701961845754,-0.027464628219604492,-0.9912612231921079 +The Lord of the Rings,Ancalagon,0.477145254611969,0.0110481038998085,0.5791114568710327,2.0878972244703298,The Lord of the Rings,0.5745759010314941,4.189269457296343,0.6052698493003845,4.544569991484027,-0.09743064641952515,-4.178221353396535,-0.026158392429351807,-2.4566727670136976 +Dune,Logno,0.4954418241977691,0.8754907556427473,0.4983513653278351,0.6225424791607346,Dune,0.5045991539955139,0.4669420713972166,0.523835301399231,1.217815646928167,-0.009157329797744806,0.40854868424553065,-0.025483936071395874,-0.5952731677674323 +Twilight,Embry Call,0.5151413679122925,0.0214462358855365,0.5060939192771912,0.0093058597417683,Twilight,0.4495475590229034,1.2256301981221556e-05,0.5312647819519043,0.1356989120483769,0.0655938088893891,0.02143397958355528,-0.025170862674713135,-0.12639305230660858 +Dune,Scytale,0.4897126257419586,0.4730752657490815,0.5085275173187256,0.5772822226475126,Dune,0.521210253238678,0.5930412116541532,0.5328407883644104,0.2677262583362687,-0.03149762749671936,-0.11996594590507176,-0.024313271045684814,0.30955596431124394 +Dune,Jessica Atreides,0.4570485055446625,0.144439164385024,0.4733946025371551,0.5619218432663521,Dune,0.4973728954792022,0.376441262810641,0.4970850646495819,0.4108089338864428,-0.04032438993453974,-0.232002098425617,-0.023690462112426813,0.1511129093799093 +The Hitchhiker's Guide to the Galaxy,Old Thrashbarg,0.5388432741165161,4.580215516699263,0.5233867764472961,2.5792795717445203,The Hitchhiker's Guide to the Galaxy,0.5672872066497803,4.087518235317492,0.546647310256958,4.474187102026901,-0.02844393253326416,0.49269728138177094,-0.023260533809661865,-1.894907530282381 +Dune,Octa Butler,0.4596191346645355,0.0260518392912217,0.5119488835334778,0.9994224406668474,Dune,0.5055363774299622,1.1788144831676244,0.5349791646003723,0.9440785315735382,-0.045917242765426636,-1.1527626438764027,-0.02303028106689453,0.05534390909330922 +Twilight,Harry Clearwater,0.5476050972938538,0.0438943956407439,0.5528291463851929,0.988138735717682,Twilight,0.534866988658905,0.1401510615761508,0.5757616758346558,1.7593148768518931,0.01273810863494873,-0.09625666593540688,-0.02293252944946289,-0.7711761411342112 +The Hunger Games,Treech,0.5075646638870239,0.117626392781118,0.4749631881713867,0.0002962613432383,The Hunger Games,0.4770993590354919,0.3687356863387556,0.4976861178874969,0.1049643699751414,0.030465304851532038,-0.25110929355763756,-0.022722929716110174,-0.1046681086319031 +The Lord of the Rings,Glaurung,0.4925675988197326,0.0105043637293916,0.5601674318313599,0.5209951886978874,The Lord of the Rings,0.5535544753074646,0.3629630472734391,0.5826680660247803,0.8313548871362959,-0.06098687648773199,-0.35245868354404747,-0.02250063419342041,-0.3103596984384085 +The Hitchhiker's Guide to the Galaxy,Old Man on the Pole,0.4875471293926239,4.7026631692738174,0.5063191056251526,6.556842986455579,The Hitchhiker's Guide to the Galaxy,0.5013925433158875,4.9671203983264665,0.5283668041229248,7.481179459003158,-0.01384541392326355,-0.264457229052649,-0.022047698497772217,-0.9243364725475791 +The Lord of the Rings,Thorin II,0.4779637455940246,1.9999888091541057e-19,0.5533391833305359,1.7823173898844698e-06,The Lord of the Rings,0.5464227199554443,0.0004284126620413,0.575333297252655,0.0027267432030499,-0.06845897436141973,-0.0004284126620412998,-0.02199411392211914,-0.0027249608856600156 +Twilight,Billy Black,0.5193422436714172,0.0001874504207676,0.5135833621025085,2.3514188956747863e-06,Twilight,0.5093494057655334,2.3591983499352122e-07,0.5355236530303955,0.0005672443480786,0.009992837905883789,0.00018721450093260646,-0.021940290927886963,-0.0005648929291829252 +The Hitchhiker's Guide to the Galaxy,Random Dent,0.5012661218643188,1.1383587611249018,0.4745690524578094,0.1524974019494977,The Hitchhiker's Guide to the Galaxy,0.473728746175766,1.4937575705922388,0.4956254959106445,0.950463493923778,0.027537375688552856,-0.35539880946733704,-0.021056443452835083,-0.7979660919742804 +Twilight,Kate,0.4886078834533691,0.0004188823951983,0.501785933971405,3.64939274318443e-05,Twilight,0.4700287282466888,0.011458645602367,0.522560179233551,0.0005613060321858,0.018579155206680298,-0.0110397632071687,-0.020774245262145996,-0.0005248121047539557 +Twilight,Nahuel,0.5094461441040039,0.0122782688457226,0.4904480576515198,1.6070452396395075e-05,Twilight,0.487690657377243,3.267971768044545e-06,0.5109698176383972,0.0100261470848423,0.02175548672676092,0.012275000873954556,-0.02052175998687744,-0.010010076632445906 +Dune,Anirul Corrino,0.5136567950248718,1.876669671550019,0.5680137276649475,2.9275031075382563,Dune,0.5521725416183472,1.7887946758179385,0.5885332226753235,2.588326357345893,-0.03851574659347534,0.08787499573208057,-0.020519495010375977,0.3391767501923635 +The Hitchhiker's Guide to the Galaxy,Phouchg,0.5244225859642029,3.808853748013472,0.4926845729351043,1.0361474155167532,The Hitchhiker's Guide to the Galaxy,0.558274507522583,3.1433265221504385,0.511775553226471,0.8516334959792943,-0.03385192155838013,0.6655272258630336,-0.019090980291366633,0.18451391953745888 +The Lord of the Rings,Thranduil,0.4878326654434204,1.3411993964995826e-27,0.5475040078163147,0.0032064112663925,The Lord of the Rings,0.515102207660675,3.7983051277183866e-11,0.5661547780036926,0.0140890316963217,-0.02726954221725464,-3.7983051277183866e-11,-0.01865077018737793,-0.0108826204299292 +The Hitchhiker's Guide to the Galaxy,Murray Bost Henson,0.5320996642112732,2.2800785875024605,0.5120303630828857,2.9196774427018526,The Hitchhiker's Guide to the Galaxy,0.4902479350566864,1.2326925936283584,0.5304598212242126,2.1115138981949566,0.04185172915458679,1.0473859938741021,-0.018429458141326904,0.808163544506896 +Dune,Kailea Vernius,0.4088099002838135,3.335268626224189e-07,0.5558974742889404,0.6014721844717049,Dune,0.5170943737030029,0.3752516692902247,0.5739883184432983,0.7558099218848111,-0.10828447341918945,-0.37525133576336206,-0.01809084415435791,-0.1543377374131062 +Dune,Dama,0.4857421815395355,1.715304963446476,0.4941137433052063,0.6593159783259328,Dune,0.4485619664192199,0.4845491510995697,0.5121527910232544,0.7110396160190182,0.03718021512031561,1.2307558123469065,-0.018039047718048096,-0.05172363769308541 +The Lord of the Rings,Ungoliant,0.5248897075653076,0.0068898861689286,0.55659019947052,0.4206666712385319,The Lord of the Rings,0.524909496307373,0.2464164812303801,0.5736237168312073,0.7277688611379045,-1.9788742065429688e-05,-0.2395265950614515,-0.017033517360687256,-0.3071021898993726 +The Lord of the Rings,Shadowfax,0.558815598487854,0.2268558574927122,0.5979445576667786,1.6379879568324147,The Lord of the Rings,0.6224778294563293,1.7175942891378289,0.6148388385772705,1.9714219260473624,-0.06366223096847534,-1.4907384316451167,-0.016894280910491943,-0.3334339692149477 +Dune,Alef Burzmali,0.5161446928977966,1.0354349672963867,0.5568660497665405,1.6205280729583174,Dune,0.5303556323051453,0.8859958499328504,0.5734409093856812,2.9636699586674617,-0.014210939407348633,0.14943911736353632,-0.016574859619140625,-1.3431418857091444 +The Hitchhiker's Guide to the Galaxy,Elvis Presley,0.5296612977981567,1.509792747521029,0.5141420960426331,3.454116112209741,The Hitchhiker's Guide to the Galaxy,0.4907255470752716,1.351894932353983,0.5306002497673035,1.626699947685858,0.03893575072288513,0.15789781516704604,-0.01645815372467041,1.8274161645238831 +The Hitchhiker's Guide to the Galaxy,Hig Hurtenflurst,0.4822753369808197,2.544482997403323,0.5229754447937012,1.666027704785033,The Hitchhiker's Guide to the Galaxy,0.4566085934638977,0.9668784992035736,0.5390203595161438,2.0755742165154047,0.025666743516921997,1.5776044981997495,-0.016044914722442627,-0.4095465117303718 +The Lord of the Rings,Thingol,0.5081369876861572,4.428451715613721e-05,0.5225947499275208,0.0055173497932467,The Lord of the Rings,0.5166316032409668,0.0077201613206518,0.5382469296455383,0.2264463580282318,-0.00849461555480957,-0.007675876803495663,-0.015652179718017578,-0.2209290082349851 +Dune,Minotauros Atreides,0.481614202260971,0.1604432397909353,0.5114316344261169,0.3985008488922756,Dune,0.4983564913272857,0.8598707847609885,0.5270689725875854,1.0406608076188153,-0.016742289066314697,-0.6994275449700532,-0.015637338161468506,-0.6421599587265396 +Dune,Xavier Harkonnen,0.5057855248451233,0.0001623178149653,0.5143126249313354,0.0432104443771766,Dune,0.5171380639076233,0.0743896149171771,0.5296557545661926,0.026693979818351,-0.0113525390625,-0.0742272971022118,-0.015343129634857178,0.016516464558825602 +The Lord of the Rings,Boromir,0.567672073841095,0.0269396313274863,0.542649507522583,0.0314407638735158,The Lord of the Rings,0.487245500087738,0.0267726651457569,0.5577863454818726,0.0760962279419869,0.08042657375335699,0.00016696618172939992,-0.01513683795928955,-0.044655464068471096 +The Lord of the Rings,Éowyn,0.5354081392288208,0.0446670784607137,0.5591710209846497,0.0808981344760647,The Lord of the Rings,0.5752246379852295,0.1766522094437725,0.5742315649986267,0.0361872465904922,-0.03981649875640869,-0.1319851309830588,-0.01506054401397705,0.044710887885572495 +Twilight,Riley Biers,0.5060179233551025,5.831605686072552e-05,0.5028755068778992,0.0007274335295509,Twilight,0.5229548811912537,0.0005162053381782,0.5178256630897522,0.0029624085757236,-0.016936957836151123,-0.0004578892813174745,-0.014950156211853027,-0.0022349750461727 +Dune,Tyros Reffa,0.42983078956604,0.1327862233708681,0.4983071088790893,1.1056474255429347,Dune,0.4846203923225403,0.8964724246466521,0.5130773186683655,0.7053993910320941,-0.0547896027565003,-0.763686201275784,-0.014770209789276179,0.40024803451084057 +The Hitchhiker's Guide to the Galaxy,Emperor of the Galaxy,0.5510367751121521,4.235283767584108,0.5142906308174133,5.053041068047337,The Hitchhiker's Guide to the Galaxy,0.4816323816776275,4.000186235659046,0.5285906791687012,6.886287217357911,0.06940439343452459,0.2350975319250619,-0.014300048351287842,-1.8332461493105736 +Twilight,Caius,0.5134718418121338,0.0041258673936078,0.524796724319458,0.0036320872433338,Twilight,0.5032059550285339,0.004225557163603,0.5385996103286743,0.0044691226682601,0.010265886783599854,-9.968976999519957e-05,-0.013802886009216309,-0.0008370354249262997 +Harry Potter,Katie Bell,0.5273134112358093,2.134555659548249e-05,0.5541184544563293,6.941469957752831e-05,Harry Potter,0.5012985467910767,0.0004962681969855,0.5672582387924194,4.619072452139013e-05,0.026014864444732666,-0.0004749226403900175,-0.013139784336090088,2.3223975056138177e-05 +The Hitchhiker's Guide to the Galaxy,Vroomfondel,0.5641388893127441,6.758901834977475,0.5593463778495789,9.166721456417331,The Hitchhiker's Guide to the Galaxy,0.5289682745933533,6.720129576328287,0.5723767876625061,4.958258342843732,0.03517061471939087,0.038772258649188096,-0.013030409812927246,4.2084631135735995 +Harry Potter,Hermione Granger,0.4524604678153991,0.704830134611921,0.4401030540466308,1.4039408463334415,Harry Potter,0.3828257620334625,0.0,0.452903002500534,1.365026639534582e-49,0.06963470578193659,0.704830134611921,-0.012799948453903198,1.4039408463334415 +The Hunger Games,Lucretius Flickerman,0.5081245303153992,1.4047005526211074e-06,0.5309379696846008,0.3740077622090239,The Hunger Games,0.4888031184673309,0.3311301477382859,0.5430733561515808,0.4712395986169309,0.019321411848068293,-0.3311287430377333,-0.01213538646697998,-0.097231836407907 +The Hitchhiker's Guide to the Galaxy,Lallafa,0.4753203988075256,0.7379222995063882,0.5090602040290833,1.4554464099777698,The Hitchhiker's Guide to the Galaxy,0.5180431008338928,1.4061786046354934,0.5211470723152161,0.9665751629373902,-0.04272270202636724,-0.6682563051291052,-0.012086868286132812,0.48887124704037954 +The Hitchhiker's Guide to the Galaxy,Guide Mark II,0.531345784664154,0.967506182327614,0.5462780594825745,4.615148925284156,The Hitchhiker's Guide to the Galaxy,0.5517412424087524,3.014383230731099,0.5583321452140808,5.972646482817048,-0.02039545774459839,-2.046877048403485,-0.012054085731506348,-1.3574975575328914 +The Lord of the Rings,Maedhros,0.5035333037376404,2.6845660125638523e-09,0.5534624457359314,0.0007071572139962,The Lord of the Rings,0.5822654962539673,0.0118733455624457,0.5654446482658386,0.0303042822961876,-0.0787321925163269,-0.011873342877879688,-0.011982202529907227,-0.0295971250821914 +The Hunger Games,Festus Creed,0.4804655015468597,0.0004364852600695,0.5087020397186279,0.0077027971029612,The Hunger Games,0.4831237196922302,0.2742316573049203,0.5206208825111389,0.3036459530122752,-0.002658218145370539,-0.27379517204485077,-0.011918842792510986,-0.295943155909314 +The Lord of the Rings,Éomer,0.5421885848045349,0.0170643806662626,0.5727627873420715,0.0765165006720312,The Lord of the Rings,0.569170355796814,0.066327741860287,0.5846097469329834,0.0604223548725145,-0.026981770992279053,-0.0492633611940244,-0.011846959590911865,0.016094145799516693 +The Hitchhiker's Guide to the Galaxy,Gag Halfrunt,0.4889803230762481,0.0982620976643629,0.5009781122207642,1.4467308498254026,The Hitchhiker's Guide to the Galaxy,0.4621201157569885,1.6535225458766083,0.5127925276756287,4.510724437648572,0.026860207319259588,-1.5552604482122454,-0.011814415454864502,-3.0639935878231697 +The Lord of the Rings,Gollum,0.5312132835388184,0.0012175108716184,0.5351508259773254,0.0002608758122073,The Lord of the Rings,0.4790458977222442,2.474754774110922e-28,0.5469645857810974,4.741465540436228e-07,0.05216738581657415,0.0012175108716184,-0.011813759803771973,0.00026040166565325637 +The Lord of the Rings,Thrór,0.4825860559940338,7.743723490880978e-06,0.5413334965705872,0.2404470966108232,The Lord of the Rings,0.5830733180046082,0.1168014483449544,0.5529870390892029,0.0606224964542881,-0.10048726201057434,-0.11679370462146352,-0.011653542518615723,0.1798246001565351 +Dune,Wellington Yueh,0.5041899085044861,0.4257537731570264,0.5070567727088928,0.2773105966965404,Dune,0.4970987439155578,0.2325143240007675,0.5185472369194031,0.2033587989177272,0.007091164588928278,0.1932394491562589,-0.011490464210510254,0.0739517977788132 +Dune,Victor Atreides,0.4980299174785614,0.2910350286240949,0.5519011616706848,0.6685790952560978,Dune,0.5181224346160889,0.5430793792140399,0.5632820129394531,1.9181918906205708,-0.020092517137527466,-0.252044350589945,-0.01138085126876831,-1.249612795364473 +Twilight,Kebi,0.5474962592124939,0.0136361783219434,0.5137883424758911,0.0668578732688211,Twilight,0.4648018479347229,0.0602315246081563,0.5248673558235168,0.5233448042994691,0.082694411277771,-0.046595346286212896,-0.011079013347625732,-0.45648693103064797 +Twilight,Sasha,0.4354710578918457,0.0038431673822077,0.5104660987854004,1.085126858305472,Twilight,0.4636020064353943,0.434826142440545,0.5213740468025208,0.3945277143916048,-0.028130948543548584,-0.4309829750583373,-0.010907948017120361,0.6905991439138672 +The Lord of the Rings,Samwise Gamgee,0.5255295634269714,0.0002127983320222,0.5717642307281494,0.0005201358644656,The Lord of the Rings,0.5425846576690674,3.937179946292413e-10,0.5823348760604858,0.0002485532633412,-0.017055094242095947,0.00021279793830420539,-0.010570645332336426,0.0002715826011244 +The Hitchhiker's Guide to the Galaxy,Heimdall,0.5224384665489197,2.6783508235738216,0.5182178020477295,2.607389714298064,The Hitchhiker's Guide to the Galaxy,0.5255253911018372,2.0622431163773225,0.5286298394203186,1.3716973750191226,-0.0030869245529174805,0.6161077071964991,-0.010412037372589111,1.2356923392789416 +Harry Potter,Angelina Johnson,0.4413478076457977,0.4817691565597695,0.4609935581684112,1.61538573750937,Harry Potter,0.4537081718444824,1.8427468955960171e-16,0.4713198542594909,9.816952547824026e-11,-0.012360364198684748,0.4817691565597693,-0.010326296091079712,1.6153857374112006 +The Hitchhiker's Guide to the Galaxy,Oolon Colluphid,0.5167138576507568,0.3045699755027859,0.5419318079948425,4.214868428260779,The Hitchhiker's Guide to the Galaxy,0.5784218311309814,4.851148934817749,0.5522536039352417,2.5080001062957518,-0.06170797348022461,-4.546578959314963,-0.01032179594039917,1.7068683219650271 +The Lord of the Rings,Treebeard,0.5894725322723389,0.0374304636551114,0.5587906837463379,0.6738879374362026,The Lord of the Rings,0.4938358664512634,0.0103694590954731,0.5689936876296997,0.3546676867674176,0.09563666582107544,0.0270610045596383,-0.010203003883361816,0.31922025066878496 +Dune,Edric,0.4637089073657989,1.474504801773972,0.4967652559280395,1.1583227412688253,Dune,0.4717606902122497,1.5474047775962123,0.5060545206069946,1.0497433254976,-0.008051782846450806,-0.07289997582224039,-0.009289264678955134,0.10857941577122521 +The Hunger Games,Effie Trinket,0.5815386772155762,3.0792937880716245e-06,0.5591163039207458,1.2126429404944133e-06,The Hunger Games,0.5359324812889099,8.321606180910708e-05,0.5681807994842529,3.933899465304202e-14,0.04560619592666626,-8.013676802103546e-05,-0.00906449556350708,1.2126429011554186e-06 +The Hitchhiker's Guide to the Galaxy,Genghis Khan,0.5043528079986572,1.1397913126863477,0.5355144143104553,3.3542247691558065,The Hitchhiker's Guide to the Galaxy,0.5663809180259705,2.074380728007357,0.5443081259727478,2.531551998571767,-0.06202811002731323,-0.9345894153210095,-0.00879371166229248,0.8226727705840395 +The Hitchhiker's Guide to the Galaxy,Reg Nullify,0.4720154106616974,1.902039103801027,0.5031870007514954,2.457118678686294,The Hitchhiker's Guide to the Galaxy,0.4947773516178131,1.620227868508112,0.5117180347442627,1.048460238003262,-0.022761940956115723,0.28181123529291496,-0.008531033992767334,1.4086584406830323 +Dune,Darwi Odrade,0.5599603652954102,0.0043853748137809,0.5430006980895996,0.0014113899537567,Dune,0.5547276735305786,0.002377769984988,0.5509737133979797,0.0001683148322433,0.005232691764831543,0.0020076048287929003,-0.007973015308380127,0.0012430751215134 +Twilight,Collin Littlesea,0.4015692770481109,0.3932931368504643,0.4368025660514831,0.3934013293951621,Twilight,0.4317830801010132,0.6549329661210603,0.4445505440235138,0.8581127887388902,-0.030213803052902277,-0.26163982927059604,-0.007747977972030695,-0.4647114593437281 +The Hitchhiker's Guide to the Galaxy,Humma Kavula,0.4854157567024231,1.8566239223449013,0.5276848077774048,5.14095889510766,The Hitchhiker's Guide to the Galaxy,0.5110021829605103,2.0183648713233,0.5350873470306396,4.865023727382481,-0.025586426258087158,-0.16174094897839852,-0.007402539253234863,0.2759351677251791 +The Lord of the Rings,Khamûl,0.5273112654685974,0.3111839518759664,0.5779586434364319,1.5488645441375015,The Lord of the Rings,0.5351359248161316,0.4660404983610751,0.5849636793136597,1.381356707874084,-0.00782465934753418,-0.15485654648510866,-0.007005035877227783,0.16750783626341748 +The Lord of the Rings,Melian,0.4705244600772857,0.0005430458619563,0.5702692866325378,1.151224722893621,The Lord of the Rings,0.568642795085907,0.4820294146165659,0.5772488117218018,0.5859594915320728,-0.09811833500862127,-0.4814863687546096,-0.006979525089263916,0.5652652313615482 +The Hitchhiker's Guide to the Galaxy,Golgafrinchans,0.4998741745948791,0.0022159234741147,0.5546774864196777,0.9447810135592936,The Hitchhiker's Guide to the Galaxy,0.5678676962852478,1.1610192491706892,0.5612878203392029,1.4139129371358898,-0.06799352169036871,-1.1588033256965746,-0.0066103339195251465,-0.4691319235765963 +The Hitchhiker's Guide to the Galaxy,Colin the Security Robot,0.5130603909492493,2.195416666697422,0.5294987559318542,2.83372619940594,The Hitchhiker's Guide to the Galaxy,0.5057948231697083,1.244740878257223,0.5356009006500244,1.521336768726183,0.007265567779541016,0.9506757884401991,-0.006102144718170166,1.3123894306797572 +The Hitchhiker's Guide to the Galaxy,Pizpot Gargravarr,0.4750292301177978,0.8398734947705285,0.4932797253131866,1.082886502347771,The Hitchhiker's Guide to the Galaxy,0.4787600934505462,0.9577454175059584,0.4993785619735718,1.5612964447779745,-0.003730863332748413,-0.1178719227354299,-0.006098836660385187,-0.4784099424302035 +Dune,Kwisatz Haderach,0.562592089176178,0.2092850384260413,0.5722053050994873,0.8231619434607415,Dune,0.527566134929657,0.3652673873188247,0.5783027410507202,0.6787766995793216,0.035025954246520996,-0.1559823488927834,-0.00609743595123291,0.14438524388141982 +Dune,Bijaz,0.5214598178863525,0.274879842394981,0.5157041549682617,0.2647359742327518,Dune,0.500070333480835,0.194777491022945,0.5213509202003479,0.9725980765421376,0.021389484405517578,0.08010235137203597,-0.005646765232086182,-0.7078621023093858 +Twilight,Santiago,0.4405513107776642,0.0113096824479289,0.4655430316925049,0.0218416827716768,Twilight,0.500321090221405,1.2468754962383273,0.4711087644100189,0.1209499717076706,-0.059769779443740845,-1.2355658137903984,-0.005565732717514038,-0.0991082889359938 +Dune,Shando Vernius,0.4891597926616668,0.1598593751666299,0.5207884311676025,0.4678524818639373,Dune,0.5465232133865356,0.7520822598278919,0.5261800289154053,0.8021177618208027,-0.05736342072486883,-0.592222884661262,-0.005391597747802734,-0.33426527995686545 +The Lord of the Rings,Lúthien,0.4240851700305938,1.3768888823489491e-10,0.5941258072853088,0.1462831108081908,The Lord of the Rings,0.5956390500068665,0.0112333518610646,0.5993440747261047,0.0595055290157494,-0.17155387997627264,-0.011233351723375713,-0.0052182674407958984,0.08677758179244141 +Dune,Stilgar,0.5065039992332458,0.3521997169623891,0.532167375087738,0.5102105680812854,Dune,0.4978335201740265,1.050191588802027,0.5372103452682495,0.4579809007162451,0.00867047905921936,-0.6979918718396378,-0.005042970180511475,0.05222966736504031 +Dune,Murbella,0.5306856632232666,0.1161153578347403,0.5490666627883911,0.311518693349403,Dune,0.5431306958198547,0.1647578209637947,0.5540927648544312,0.3209911285770032,-0.012445032596588135,-0.04864246312905442,-0.005026102066040039,-0.009472435227600162 +Dune,Rhombur Vernius,0.4880791306495666,0.0403226233838716,0.5621006488800049,0.4523142109796731,Dune,0.5298475623130798,0.4492802922201242,0.5671092867851257,0.2153144695845419,-0.04176843166351324,-0.4089576688362526,-0.00500863790512085,0.23699974139513122 +The Hitchhiker's Guide to the Galaxy,Effrafax of Wug,0.5077013373374939,2.7731462138051746,0.5334528088569641,2.335238629716953,The Hitchhiker's Guide to the Galaxy,0.5174126625061035,2.4604352678384305,0.5381537079811096,3.3004362825008813,-0.00971132516860962,0.3127109459667441,-0.004700899124145508,-0.9651976527839281 +Twilight,Seth Clearwater,0.5219919085502625,2.6690509572979773e-05,0.5368380546569824,2.2557357816646632e-08,Twilight,0.5169409513473511,5.498352064403032e-07,0.5414804816246033,5.633002374780094e-05,0.005050957202911377,2.614067436653947e-05,-0.00464242696762085,-5.630746638998429e-05 +Dune,Leto I Atreides,0.504253625869751,0.0099520281209106,0.5509100556373596,0.1195720031412774,Dune,0.5601571798324585,0.1023989904643914,0.5555311441421509,0.0417155261758025,-0.05590355396270752,-0.09244696234348079,-0.00462108850479126,0.0778564769654749 +Dune,Farok,0.5331273078918457,2.0201251314036,0.5111566185951233,0.8885105448392211,Dune,0.5553319454193115,2.3081063709412537,0.5157051682472229,1.8509081586007976,-0.02220463752746582,-0.28798123953765353,-0.004548549652099609,-0.9623976137615765 +Twilight,Alec,0.528445303440094,0.0011680431373348,0.515385627746582,2.8397931685995056e-05,Twilight,0.4573462605476379,3.3593638855767326e-08,0.5198443531990051,0.0005200181715442,0.07109904289245611,0.0011680095436959442,-0.004458725452423096,-0.0004916202398582049 +Twilight,Marcus,0.5064879059791565,0.000135643522374,0.5018938779830933,9.792731027764253e-06,Twilight,0.5242221355438232,0.0003123954626464,0.5059548616409302,0.0002575812630279,-0.017734229564666748,-0.0001767519402724,-0.004060983657836914,-0.00024778853200013576 +The Hitchhiker's Guide to the Galaxy,Know-Nothing-Bozo,0.460536777973175,1.4569908972698322,0.4859395027160644,1.0203099039770764,The Hitchhiker's Guide to the Galaxy,0.4955277740955353,0.5778292685825147,0.4897610247135162,0.6143910796859021,-0.034990996122360285,0.8791616286873175,-0.0038215219974517822,0.4059188242911743 +Twilight,Jared Cameron,0.5240994691848755,0.0186014665449711,0.532151997089386,0.0067800101584847,Twilight,0.5024563670158386,0.0557968494229464,0.5359641909599304,0.0320030351326334,0.021643102169036865,-0.0371953828779753,-0.0038121938705444336,-0.025223024974148703 +Twilight,Peter,0.5418391227722168,0.0016953537711623,0.5076555609703064,1.2035564024001924e-05,Twilight,0.477811336517334,0.0035910733978483,0.5113801956176758,8.112589315640874e-05,0.06402778625488281,-0.001895719626686,-0.0037246346473693848,-6.909032913240683e-05 +Twilight,Quil Ateara III,0.5075376033782959,1.6239529934461778,0.5255942344665527,1.253521363478485,Twilight,0.5304310917854309,3.3693445809070885,0.5289638638496399,3.843474799960733,-0.02289348840713501,-1.7453915874609107,-0.003369629383087158,-2.589953436482248 +Dune,Pardot Kynes,0.5781580805778503,0.667386054851426,0.5367116928100586,0.4363991678386836,Dune,0.548527717590332,0.672247439672272,0.5399633049964905,0.0884621745392188,0.02963036298751831,-0.004861384820845971,-0.0032516121864318848,0.3479369932994648 +The Hitchhiker's Guide to the Galaxy,Hactar,0.4329808056354522,0.0638868818155731,0.5714038014411926,2.182541127424045,The Hitchhiker's Guide to the Galaxy,0.5371614098548889,1.459193337851069,0.574628472328186,1.092209836230405,-0.1041806042194367,-1.395306456035496,-0.003224670886993408,1.0903312911936403 +Dune,Duncan Idaho,0.4214058220386505,1.0528955818498733,0.4439141750335693,2.1972041209773283,Dune,0.4661685228347778,7.297284294208589e-05,0.4469107091426849,0.000229876418894,-0.044762700796127264,1.0528226090069313,-0.0029965341091156006,2.1969742445584344 +Dune,Daniel,0.5007641315460205,1.631312666915827,0.5122811198234558,1.1045714636700712,Dune,0.4878224730491638,1.5604541803826115,0.5150571465492249,2.135764787601336,0.01294165849685669,0.07085848653321558,-0.002776026725769043,-1.031193323931265 +Dune,Jamis,0.5443645715713501,0.0881118874436091,0.5378723740577698,0.1472962292049995,Dune,0.4380188286304474,4.0357943122665017e-08,0.5405598878860474,0.0628581234073116,0.10634574294090271,0.08811184708566597,-0.002687513828277588,0.08443810579768789 +The Hunger Games,Palmyra Monty,0.4756408631801605,2.723208990680631,0.5241082310676575,3.4981564388107538,The Hunger Games,0.4658852517604828,1.4012232545944838,0.5263291597366333,2.776145655403921,0.009755611419677734,1.3219857360861471,-0.00222092866897583,0.7220107834068328 +Dune,Hwi Noree,0.5402935743331909,0.9546559571623304,0.5494601726531982,0.328316116884358,Dune,0.5299132466316223,0.4767344742662933,0.5516391396522522,0.8540949176886722,0.010380327701568604,0.47792148289603714,-0.002178966999053955,-0.5257788008043142 +The Lord of the Rings,Watcher in the Water,0.5586118102073669,0.0005535213703505,0.5981280207633972,0.0051045433536228,The Lord of the Rings,0.58259117603302,0.0008455740605946,0.6002125144004822,0.0048471313602718,-0.023979365825653076,-0.00029205269024409994,-0.002084493637084961,0.00025741199335099947 +The Hitchhiker's Guide to the Galaxy,Lunkwill and Fook,0.4459331035614013,0.9297680416501386,0.5080600380897522,1.226444792424524,The Hitchhiker's Guide to the Galaxy,0.4774085283279419,1.5053924682447637,0.5095489621162415,0.74077942371084,-0.03147542476654058,-0.5756244265946251,-0.0014889240264892578,0.48566536871368404 +The Lord of the Rings,Peregrin Took,0.5437358021736145,0.0542727872519525,0.5529078841209412,0.1864921831796264,The Lord of the Rings,0.5318484306335449,0.2692060335335933,0.5542590618133545,0.2374488441743688,0.01188737154006958,-0.2149332462816408,-0.00135117769241333,-0.050956660994742387 +Dune,Norma Cevna,0.4986927509307861,0.2939918557389265,0.5146554112434387,1.1904821789395426,Dune,0.5122960805892944,0.7993872527996245,0.5158432126045227,0.6773874968887998,-0.013603329658508356,-0.505395397060698,-0.0011878013610839844,0.5130946820507427 +The Hitchhiker's Guide to the Galaxy,Great Green Arkleseizure,0.528576135635376,3.3641340015274275,0.5669288635253906,6.084616931515877,The Hitchhiker's Guide to the Galaxy,0.5522434115409851,4.391415220193749,0.5681037306785583,5.109643200946081,-0.02366727590560913,-1.0272812186663214,-0.0011748671531677246,0.9749737305697961 +The Lord of the Rings,Bard,0.5038110613822937,0.0044467726571034,0.5618695616722107,0.0068535072910567,The Lord of the Rings,0.5035655498504639,0.0116677526904767,0.5629619359970093,0.0031130032542259,0.000245511531829834,-0.0072209800333733,-0.001092374324798584,0.0037405040368307997 +Dune,Wensicia Corrino,0.5699851512908936,1.352215822644708,0.5664901733398438,1.7340149761303842,Dune,0.5715660452842712,1.819849624453167,0.5675203800201416,0.9927692781062312,-0.0015808939933776855,-0.4676338018084589,-0.0010302066802978516,0.7412456980241531 +The Lord of the Rings,Balin,0.5572898387908936,6.873337123824756e-05,0.5653225183486938,0.0107615077965567,The Lord of the Rings,0.5153865814208984,0.0037171150859989,0.5659844875335693,0.0089930416383406,0.04190325736999512,-0.003648381714760652,-0.0006619691848754883,0.0017684661582161015 +The Hitchhiker's Guide to the Galaxy,God,0.4720796644687652,0.000474325132103,0.5213883519172668,2.9978883732699493,The Hitchhiker's Guide to the Galaxy,0.538847804069519,2.2596122948759985,0.5220323801040649,1.4293852203350672,-0.06676813960075384,-2.2591379697438954,-0.0006440281867980957,1.568503152934882 +Dune,Thufir Hawat,0.5250611901283264,0.0538646829607475,0.5541090965270996,0.034884852362595,Dune,0.4564379751682281,0.0023243158719375,0.5546550154685974,0.0420107217075216,0.06862321496009832,0.05154036708881,-0.0005459189414978027,-0.007125869344926601 +The Hitchhiker's Guide to the Galaxy,Prak,0.4407698810100555,0.1180049148389614,0.514369547367096,0.4189564750491458,The Hitchhiker's Guide to the Galaxy,0.4743108451366424,0.8805545389287109,0.5147708058357239,0.2908535552733367,-0.033540964126586914,-0.7625496240897496,-0.0004012584686279297,0.12810291977580912 +Twilight,Laurent,0.5089563727378845,0.0012824595639473,0.5217602252960205,0.0286178367409613,Twilight,0.4753958880901336,0.0014116932360878,0.5218551158905029,0.0066333819862924,0.03356048464775091,-0.00012923367214050002,-9.489059448242188e-05,0.0219844547546689 +The Lord of the Rings,Celeborn,0.5386183857917786,8.960520794475933e-07,0.5627967715263367,0.0024571792711473,The Lord of the Rings,0.4809964895248413,3.0929334752995546e-11,0.5626426339149475,0.00886908460637,0.057621896266937256,8.960211501128403e-07,0.00015413761138916016,-0.006411905335222701 +Dune,Nayla,0.5458073019981384,1.1268773215155374,0.5432273745536804,1.7074506944108572,Dune,0.5117801427841187,1.2422612366213277,0.5429883599281311,1.5111770122717076,0.034027159214019775,-0.11538391510579027,0.0002390146255493164,0.19627368213914953 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Jeltz,0.5412886142730713,3.643808150265752,0.5502378940582275,5.653932292970884,The Hitchhiker's Guide to the Galaxy,0.5014403462409973,1.5210810540607456,0.5499670505523682,2.281380024832352,0.039848268032073975,2.122727096205007,0.000270843505859375,3.372552268138532 +The Hitchhiker's Guide to the Galaxy,Roosta,0.5273421406745911,4.546129077375875,0.526216983795166,4.499983689897789,The Hitchhiker's Guide to the Galaxy,0.5169205665588379,2.102114009073872,0.5259182453155518,5.666003639061062,0.010421574115753174,2.444015068302003,0.0002987384796142578,-1.1660199491632728 +Harry Potter,Cormac McLaggen,0.5400038957595825,0.0082151004331804,0.530128002166748,0.0002208664604471,Harry Potter,0.5474498867988586,0.0013196453172605,0.5296474099159241,0.0006933806875067,-0.007445991039276123,0.0068954551159199,0.0004805922508239746,-0.00047251422705959996 +Twilight,Tanya,0.4943207502365112,2.3001461533403246e-07,0.5129669904708862,1.017026482000468e-06,Twilight,0.4598340392112732,3.2839210098507054e-15,0.511573314666748,9.316443602184018e-07,0.03448671102523798,2.3001461205011146e-07,0.0013936758041381836,8.538212178206627e-08 +Dune,Hedley Tuek,0.4837548434734344,1.07362282470827,0.5231477618217468,1.5332853064468446,Dune,0.5025479197502136,0.8595255704490478,0.5215905904769897,1.2034179134975411,-0.01879307627677923,0.2140972542592222,0.00155717134475708,0.32986739294930345 +The Hitchhiker's Guide to the Galaxy,Agda,0.4573055505752563,1.421807429387134,0.5298096537590027,6.014122812135902,The Hitchhiker's Guide to the Galaxy,0.5139344334602356,1.6046755314659846,0.5281763672828674,2.435745000064001,-0.056628882884979304,-0.18286810207885074,0.001633286476135254,3.578377812071901 +The Hitchhiker's Guide to the Galaxy,Loonquawl,0.5614513754844666,1.0392012009479468,0.5413311123847961,1.8312584658984103,The Hitchhiker's Guide to the Galaxy,0.5401980876922607,2.7960738546327706,0.5393425226211548,1.8750551413304997,0.02125328779220581,-1.7568726536848238,0.0019885897636413574,-0.043796675432089316 +Dune,Zufa Cenva,0.4670575857162475,0.0112104319609969,0.5524097681045532,0.3717184737716069,Dune,0.5469627380371094,0.2514755578288763,0.5501323938369751,0.497377813153401,-0.07990515232086187,-0.2402651258678794,0.002277374267578125,-0.12565933938179413 +The Lord of the Rings,Meriadoc Brandybuck,0.561441957950592,0.0648408954241231,0.5652663707733154,0.9112354140815888,The Lord of the Rings,0.5441402792930603,0.0021317408663048,0.562679648399353,0.6799241297925943,0.01730167865753174,0.0627091545578183,0.0025867223739624023,0.2313112842889945 +The Lord of the Rings,Halbarad,0.5482879281044006,0.0377240224085869,0.5678908228874207,1.2505198519541445,The Lord of the Rings,0.4990382194519043,0.1382394741821053,0.5650730133056641,1.5125902145942676,0.04924970865249634,-0.1005154517735184,0.002817809581756592,-0.26207036264012307 +Twilight,Jessica Stanley,0.5055686235427856,0.0003780182242173,0.5701385736465454,0.0041601556336921,Twilight,0.5203374624252319,2.209583549370973e-06,0.5668190717697144,0.0473474140753404,-0.014768838882446289,0.000375808640667929,0.0033195018768310547,-0.0431872584416483 +The Hunger Games,Hilarius Heavensbee,0.5234611630439758,2.0099604890001523,0.5248605608940125,0.90694244099205,The Hunger Games,0.5345776081085205,2.11777440643859,0.5213660597801208,2.95474443474159,-0.011116445064544678,-0.10781391743843782,0.0034945011138916016,-2.04780199374954 +Twilight,Tyler Crowley,0.5633716583251953,1.140472973049515,0.554145872592926,0.4903717002677769,Twilight,0.5305580496788025,0.0755971518111978,0.5499755144119263,0.2944422307977792,0.03281360864639282,1.0648758212383171,0.004170358180999756,0.19592946946999767 +Dune,Ghanima Atreides,0.4960546195507049,0.4661478620566122,0.507136881351471,0.6183888868445536,Dune,0.5155541300773621,0.2499762320736255,0.5028332471847534,0.453167202126176,-0.01949951052665716,0.2161716299829867,0.004303634166717529,0.16522168471837761 +Twilight,Ephraim Black,0.4925296306610107,0.3658229524051135,0.5327481627464294,0.7108240690539922,Twilight,0.495035707950592,0.0450036994060215,0.5283763408660889,0.9754689028889536,-0.002506077289581299,0.320819252999092,0.004371821880340576,-0.2646448338349614 +Twilight,Zafrina,0.5180833339691162,0.0561211749005394,0.5461707711219788,0.1718688423167518,Twilight,0.5134309530258179,0.0060094369545604,0.5406683683395386,0.0198820398641118,0.00465238094329834,0.050111737945979,0.0055024027824401855,0.15198680245264 +Twilight,Huilen,0.5564388036727905,0.4284589161086818,0.503710150718689,0.0176898436123173,Twilight,0.5121077299118042,0.0233117597090182,0.4981113970279693,0.0021069506874706,0.04433107376098633,0.4051471563996636,0.00559875369071966,0.0155828929248467 +The Hitchhiker's Guide to the Galaxy,The Lord,0.4792201817035675,1.354531018545949,0.5172358751296997,3.7359408086054313,The Hitchhiker's Guide to the Galaxy,0.5007612705230713,2.066419580043978,0.5112965703010559,1.3281270743648217,-0.021541088819503784,-0.711888561498029,0.005939304828643799,2.4078137342406096 +Dune,Lucilla,0.5374746918678284,2.789838649157089,0.5433661341667175,4.21780433563992,Dune,0.5077373385429382,0.7368252249282593,0.5373562574386597,1.3430112354343922,0.029737353324890137,2.05301342422883,0.006009876728057861,2.8747931002055283 +The Lord of the Rings,Gimli,0.5303179025650024,0.0018958562640058,0.5486525297164917,0.007278140322566,The Lord of the Rings,0.4835466742515564,1.7847412999035477e-06,0.5416079163551331,0.0246381498587795,0.046771228313446045,0.0018940715227058966,0.007044613361358643,-0.0173600095362135 +Harry Potter,Ronald Weasley,0.4466086626052856,0.5717791795437712,0.4628472924232483,0.8329823782588229,Harry Potter,0.4568961858749389,3.0121077517168323e-67,0.4556145966053009,1.5991470488320035e-30,-0.01028752326965332,0.5717791795437712,0.007232695817947388,0.8329823782588229 +The Lord of the Rings,Gil-galad,0.4937008917331695,2.8875881748037804e-14,0.5870011448860168,0.0041511127078988,The Lord of the Rings,0.6103127002716064,0.0028920199616459,0.5794858336448669,0.0144161097849405,-0.11661180853843695,-0.0028920199616170243,0.007515311241149902,-0.0102649970770417 +The Lord of the Rings,Tom Bombadil,0.5839139819145203,3.449736913810358e-05,0.574947714805603,0.000480317382217,The Lord of the Rings,0.560651421546936,0.0005328502053433,0.5672776699066162,0.0005428128490563,0.02326256036758423,-0.0004983528362051963,0.007670044898986816,-6.249546683930005e-05 +Dune,Serena Butler,0.512681782245636,0.0034786939474873,0.5410799384117126,0.0026481038198425,Dune,0.5420154333114624,0.001153885083131,0.5333322882652283,0.0049335653498528,-0.029333651065826416,0.0023248088643563003,0.007747650146484375,-0.0022854615300103003 +The Hitchhiker's Guide to the Galaxy,Captain,0.5367289185523987,2.805112306823628,0.5163926482200623,1.8205771236547,The Hitchhiker's Guide to the Galaxy,0.4852561056613922,1.3337660049817803,0.5076146721839905,0.9621542476535582,0.05147281289100647,1.4713463018418478,0.008777976036071777,0.8584228760011418 +Harry Potter,Vincent Crabbe,0.5198566317558289,0.0006169246388136,0.5248391628265381,0.0007503214476635,Harry Potter,0.4622730612754822,1.1250639826776048e-08,0.5160602331161499,0.0004350931133402,0.05758357048034668,0.0006169133881737733,0.008778929710388184,0.00031522833432329997 +The Lord of the Rings,Beorn,0.4574282765388489,7.964547045271094e-06,0.6069895625114441,0.5130365078530041,The Lord of the Rings,0.5743336081504822,0.2859192303420603,0.598109781742096,0.1540755443137909,-0.1169053316116333,-0.285911265795015,0.008879780769348145,0.35896096353921325 +The Lord of the Rings,Thráin II,0.4682380259037018,6.8213707629566455e-09,0.5730043649673462,0.0226963133225233,The Lord of the Rings,0.5807884335517883,0.0296818214378983,0.5639391541481018,0.0503974339656662,-0.11255040764808655,-0.029681814616527538,0.009065210819244385,-0.0277011206431429 +The Hitchhiker's Guide to the Galaxy,Hillman Hunter,0.4723850190639496,0.3463285279502558,0.526846706867218,1.3370309332758832,The Hitchhiker's Guide to the Galaxy,0.519244909286499,3.550699065130454,0.5177202820777893,2.1707907641217323,-0.04685989022254944,-3.2043705371801985,0.009126424789428711,-0.8337598308458491 +The Lord of the Rings,Gríma,0.5651068687438965,0.0263081311492341,0.5924745798110962,0.0689119201878415,The Lord of the Rings,0.5414962768554688,0.0014040690327283,0.5831183195114136,0.0226204631359317,0.023610591888427734,0.0249040621165058,0.009356260299682617,0.04629145705190979 +Harry Potter,Padma Patil,0.5182434916496277,0.0007101262299604,0.5555219054222107,0.0044738017133605,Harry Potter,0.4872567057609558,6.378623810573792e-06,0.5460124611854553,0.0552383572989323,0.030986785888671875,0.0007037476061498262,0.009509444236755371,-0.050764555585571795 +The Lord of the Rings,Shelob,0.5592805743217468,0.0758405306378195,0.5853018164634705,0.3406007945047815,The Lord of the Rings,0.5028041005134583,1.2144310358752952e-12,0.5753321647644043,0.2937028728612532,0.056476473808288574,0.07584053063660506,0.009969651699066162,0.046897921643528295 +Dune,Mohandas Suk,0.4551697373390198,0.2720735772913702,0.5508387684822083,1.4002093038690775,Dune,0.4978834688663482,1.0267002706159707,0.540614664554596,1.529749728452501,-0.042713731527328436,-0.7546266933246004,0.010224103927612305,-0.12954042458342352 +Twilight,Irina,0.4988650679588318,0.0077706609258345,0.5048238039016724,0.0002198406798161,Twilight,0.4536858797073364,0.0013092396599973,0.4939875900745392,0.0013506494225449,0.04517918825149536,0.0064614212658372,0.010836213827133179,-0.0011308087427288002 +Dune,Paul Atreides,0.477653831243515,1.4512494341597175,0.4664964973926544,1.45505341540141,Dune,0.4406875669956207,2.358466546337092e-14,0.4551504552364349,2.737971189246936e-07,0.03696626424789429,1.451249434159694,0.011346042156219538,1.4550531416042911 +Dune,Leto Atreides I,0.4644840657711029,0.1561335935662264,0.4951279759407043,0.440357396190372,Dune,0.4105958044528961,0.0206977719287023,0.4836027324199676,0.50074308350192,0.05388826131820679,0.1354358216375241,0.011525243520736694,-0.060385687311547975 +The Hitchhiker's Guide to the Galaxy,Hotblack Desiato,0.5021933913230896,3.3008269824014618,0.5471504330635071,4.551225292467061,The Hitchhiker's Guide to the Galaxy,0.5200538635253906,3.951519228743921,0.5353698134422302,2.8489468857505824,-0.017860472202301025,-0.6506922463424591,0.011780619621276855,1.7022784067164785 +Dune,Marty,0.4924050271511078,0.932898749248838,0.5335819125175476,1.646799387111592,Dune,0.5066540837287903,1.1714954308479877,0.5216068029403687,1.8426423024082883,-0.014249056577682495,-0.2385966815991497,0.011975109577178955,-0.19584291529669628 +Dune,Glossu Rabban Harkonnen,0.5374839901924133,2.346730239086161,0.5518556237220764,3.595008864263438,Dune,0.5142450332641602,2.34971710324303,0.5398516654968262,3.508803037015137,0.023238956928253174,-0.0029868641568691068,0.012003958225250244,0.08620582724830106 +The Hitchhiker's Guide to the Galaxy,Dan Streetmentioner,0.4536094069480896,0.3031424793759491,0.5627984404563904,3.105531301877437,The Hitchhiker's Guide to the Galaxy,0.518623411655426,1.0481372819919772,0.5506841540336609,3.3942237237839783,-0.06501400470733643,-0.744994802616028,0.012114286422729492,-0.28869242190654143 +Twilight,Demetri,0.5613125562667847,0.0012281161893588,0.5580273866653442,0.0040244895400104,Twilight,0.5109078884124756,8.155717012021489e-05,0.545673668384552,0.0394128451447977,0.05040466785430908,0.001146559019238585,0.012353718280792236,-0.0353883556047873 +Dune,Siona Atreides,0.5410712957382202,0.5836693720482895,0.5667243003845215,0.1415506545006138,Dune,0.5566157698631287,0.7132382625515441,0.554270327091217,0.2215421654128753,-0.015544474124908447,-0.1295688905032546,0.012453973293304443,-0.0799915109122615 +The Hitchhiker's Guide to the Galaxy,Haggunenons,0.5025545358657837,0.4367676940461874,0.5594968795776367,1.4825687364523716,The Hitchhiker's Guide to the Galaxy,0.5453197956085205,0.3291761873612753,0.5468650460243225,0.920699640644659,-0.042765259742736816,0.10759150668491213,0.012631833553314209,0.5618690958077126 +Dune,Gurney Halleck,0.5254309177398682,0.0210078510281879,0.5530193448066711,0.076351204570937,Dune,0.4746912121772766,0.0132546012270145,0.5403727293014526,0.0163296967836743,0.05073970556259155,0.0077532498011734004,0.012646615505218506,0.0600215077872627 +Dune,Helena Atreides,0.5068652033805847,0.1119035016338069,0.5462532639503479,0.3454311405400564,Dune,0.55311119556427,0.3863628588487818,0.5335257053375244,0.2456276973392827,-0.0462459921836853,-0.2744593572149749,0.012727558612823486,0.09980344320077372 +Twilight,Benjamin,0.5442827343940735,0.0002199300895121,0.4993562400341034,3.5617777723742515e-06,Twilight,0.5174652934074402,0.021134095012226,0.4865785241127014,8.920801700391271e-07,0.0268174409866333,-0.0209141649227139,0.012777715921401978,2.6696976023351244e-06 +Dune,Moneo Atreides,0.5322074890136719,0.1221604302703853,0.552431046962738,0.0376465890712522,Dune,0.5522628426551819,0.2040862951867797,0.5395599007606506,0.032820311689115,-0.02005535364151001,-0.0819258649163944,0.012871146202087402,0.004826277382137201 +Twilight,James,0.4592633545398712,2.1330016673097883e-08,0.5340688228607178,0.00052318268686,Twilight,0.4569451510906219,1.873352245885299e-12,0.5209974050521851,5.469161351854039e-06,0.002318203449249323,2.1328143320851998e-08,0.013071417808532715,0.000517713525508146 +Dune,Hayt,0.5439981818199158,3.035260854687782,0.5676808953285217,1.8890437314339483,Dune,0.5623521208763123,1.488815995076424,0.5540022253990173,2.7630196330461185,-0.018353939056396484,1.546444859611358,0.013678669929504395,-0.8739759016121702 +Twilight,Mike Newton,0.5422773957252502,0.0228071631416192,0.5342537760734558,0.0119840056601496,Twilight,0.509818971157074,0.0566707227136515,0.5195896625518799,0.0013125449480526,0.03245842456817627,-0.0338635595720323,0.014664113521575928,0.010671460712097 +The Hitchhiker's Guide to the Galaxy,Number One,0.4791897237300873,1.594780988308329,0.5081092715263367,1.295263558473435,The Hitchhiker's Guide to the Galaxy,0.5280580520629883,1.4328597399698952,0.493426501750946,0.9568505357678344,-0.048868328332901,0.1619212483384338,0.01468276977539068,0.3384130227056007 +The Lord of the Rings,Théoden,0.5443832278251648,0.0742075913758281,0.5772528052330017,0.1807967875535116,The Lord of the Rings,0.5545390844345093,0.1281139861151609,0.562267005443573,0.0641638199573162,-0.010155856609344482,-0.0539063947393328,0.014985799789428711,0.11663296759619542 +The Hitchhiker's Guide to the Galaxy,Grunthos the Flatulent,0.5367152690887451,2.4596168074797715,0.5372061729431152,2.8103312219034,The Hitchhiker's Guide to the Galaxy,0.5995125770568848,17.001846737223865,0.5219007730484009,2.133263321573577,-0.06279730796813965,-14.542229929744092,0.015305399894714355,0.6770679003298228 +The Hitchhiker's Guide to the Galaxy,Frankie and Benjy,0.5203325748443604,0.4796580016301606,0.5363255739212036,1.6535834987703122,The Hitchhiker's Guide to the Galaxy,0.4938448667526245,0.0661239444775259,0.5206273794174194,0.1932430384039708,0.02648770809173584,0.4135340571526347,0.01569819450378418,1.4603404603663415 +The Hitchhiker's Guide to the Galaxy,Ruler of the Universe,0.4977446794509887,4.313830727905722,0.5375468134880066,9.833476668039363,The Hitchhiker's Guide to the Galaxy,0.5280703902244568,11.006996540280486,0.521700382232666,6.962456970037287,-0.030325710773468073,-6.693165812374764,0.015846431255340576,2.871019698002076 +The Hitchhiker's Guide to the Galaxy,Old Woman in the Cave,0.4645183086395263,1.170952580145992,0.5418444275856018,7.01581392016772,The Hitchhiker's Guide to the Galaxy,0.5089417099952698,4.67116185980418,0.5259667634963989,6.319423488592738,-0.044423401355743464,-3.5002092796581885,0.01587766408920288,0.696390431574982 +The Lord of the Rings,Fíli and Kíli,0.535077691078186,0.0390663683312621,0.6048795580863953,0.1515881549037747,The Lord of the Rings,0.5735980868339539,0.0009851667951868,0.5889543890953064,0.1636460379511975,-0.03852039575576782,0.0380812015360753,0.015925168991088867,-0.012057883047422807 +Dune,Elrood Corrino IX,0.4714115262031555,1.3470757706131942,0.5571887493133545,3.313130230889499,Dune,0.5237322449684143,1.7444766368832163,0.5411025285720825,2.93718753271404,-0.05232071876525879,-0.39740086627002214,0.016086220741271973,0.375942698175459 +Dune,Paulus Atreides,0.5753435492515564,0.7760784009369951,0.5783288478851318,0.6385111652421047,Dune,0.5355798602104187,0.271578043577058,0.5614880919456482,0.4179249168729293,0.039763689041137695,0.5045003573599371,0.016840755939483643,0.2205862483691754 +Dune,Iakin Nefud,0.5762370824813843,3.774862952073259,0.5554256439208984,1.3726203168044029,Dune,0.5314460396766663,1.5068754477787645,0.5381607413291931,1.2583039126290727,0.04479104280471802,2.267987504294495,0.017264902591705322,0.11431640417533018 +Twilight,Bree Tanner,0.5183275938034058,2.555710534939857e-06,0.5305123329162598,4.429474834340514e-05,Twilight,0.5580485463142395,0.0113079999916323,0.5131526589393616,0.0001464595674742,-0.03972095251083374,-0.01130544428109736,0.017359673976898193,-0.00010216481913079486 +Twilight,Heidi,0.4454536139965057,1.0930883456035096e-07,0.4894866943359375,0.0184495655810594,Twilight,0.4520511627197265,0.0001680023447723,0.471882551908493,0.0009332466402578,-0.006597548723220825,-0.00016789303593773964,0.017604142427444514,0.0175163189408016 +Twilight,Angela Weber,0.5451338291168213,0.0179369636990772,0.5681806206703186,0.0080092662495488,Twilight,0.5237318873405457,0.0032600961595887,0.5503565073013306,0.0799621913934073,0.021401941776275635,0.014676867539488499,0.017824113368988037,-0.0719529251438585 +Dune,Margot Fenring,0.5632591843605042,0.0901246651570515,0.5906767249107361,1.5331309572850005,Dune,0.5554811954498291,1.886456070361856,0.5722024440765381,3.858722627527751,0.007777988910675049,-1.7963314052048045,0.018474280834197998,-2.3255916702427504 +The Lord of the Rings,Denethor II,0.5466106534004211,0.1223507951938338,0.5836129784584045,0.3042194992237594,The Lord of the Rings,0.5417104363441467,0.1426756873688543,0.5651096701622009,0.4485476149051312,0.004900217056274414,-0.02032489217502051,0.018503308296203613,-0.14432811568137177 +Twilight,Mary,0.5204862356185913,1.4050623647905562,0.5231702923774719,1.023507485669433,Twilight,0.4660108685493469,0.3373203105847336,0.5035999417304993,0.5700600729471494,0.054475367069244385,1.0677420542058227,0.019570350646972656,0.4534474127222836 +Dune,Bellonda,0.5828205943107605,3.054110317840824,0.592597246170044,3.691212952707253,Dune,0.566320538520813,2.080836282967017,0.572908878326416,3.142909773513882,0.01650005578994751,0.9732740348738069,0.01968836784362793,0.548303179193371 +Harry Potter,Harry Potter,0.4503121674060821,0.5536328923594419,0.4723129868507385,0.9263211683672428,Harry Potter,0.4013104438781738,2.3430883707773023e-302,0.4515830278396606,1.8861245582152952e-90,0.049001723527908325,0.5536328923594419,0.020729959011077936,0.9263211683672428 +Twilight,Emily Young,0.5085493326187134,7.213279249480357e-06,0.5158069729804993,0.0330255215871768,Twilight,0.4843425154685974,5.8861067356876075e-08,0.4932059049606323,0.0021554370112846,0.024206817150115967,7.154418182123481e-06,0.022601068019866943,0.0308700845758922 +The Lord of the Rings,Arwen,0.5495935678482056,0.0917615574909407,0.5545570254325867,0.4326173121468185,The Lord of the Rings,0.493246465921402,0.0876554934573564,0.531183660030365,0.2635930426979998,0.05634710192680359,0.004106064033584295,0.02337336540222168,0.16902426944881865 +Twilight,Quil Ateara V,0.5100683569908142,0.1399546709235932,0.561724066734314,0.0447618215796129,Twilight,0.5615991950035095,0.0493345792024236,0.5382692217826843,0.0347674485236213,-0.05153083801269531,0.09062009172116961,0.02345484495162964,0.009994373055991601 +Dune,Sheeana Brugh,0.5340063571929932,0.9987176212057696,0.5581178069114685,2.533198754228731,Dune,0.5689539313316345,3.879076295351741,0.5332396626472473,2.092447271800819,-0.03494757413864136,-2.8803586741459712,0.02487814426422119,0.44075148242791196 +Twilight,Eric Yorkie,0.5205509662628174,0.0642821243823755,0.5471195578575134,0.1757533347555896,Twilight,0.4972875118255615,0.0263127727884052,0.5217227935791016,0.016041407862509,0.02326345443725586,0.0379693515939703,0.025396764278411865,0.1597119268930806 +The Hitchhiker's Guide to the Galaxy,Judiciary Pag,0.4658540189266205,2.2053176174830877,0.5554378628730774,1.6235163327564248,The Hitchhiker's Guide to the Galaxy,0.4990079998970032,2.7655560556335304,0.5291802883148193,2.0222538527401874,-0.03315398097038269,-0.5602384381504426,0.026257574558258057,-0.3987375199837626 +The Hitchhiker's Guide to the Galaxy,Ameglian Major Cow,0.4219990670681,0.0333257116217055,0.5657427310943604,4.5520837618766254,The Hitchhiker's Guide to the Galaxy,0.524772584438324,0.4754265145147631,0.5391592383384705,1.6993015589938314,-0.102773517370224,-0.4421008028930576,0.026583492755889893,2.852782202882794 +The Hitchhiker's Guide to the Galaxy,Almighty Bob,0.460065096616745,1.8494015249277385,0.5477994680404663,2.8131422225838065,The Hitchhiker's Guide to the Galaxy,0.5236132144927979,3.957909785382811,0.5205970406532288,1.3806195933359589,-0.06354811787605286,-2.1085082604550727,0.02720242738723755,1.4325226292478477 +The Hitchhiker's Guide to the Galaxy,Eccentrica Gallumbits,0.5684916377067566,1.600421665398035,0.5986104011535645,5.373714248134763,The Hitchhiker's Guide to the Galaxy,0.5966795682907104,7.6688246058673775,0.5707736015319824,4.145647728569833,-0.028187930583953857,-6.068402940469342,0.02783679962158203,1.2280665195649298 +The Hitchhiker's Guide to the Galaxy,Mella,0.4520410597324371,1.4347506010220392,0.5313006639480591,8.1670382369449,The Hitchhiker's Guide to the Galaxy,0.487587034702301,1.8086497148552143,0.5032673478126526,2.9962824801325185,-0.03554597496986395,-0.3738991138331751,0.028033316135406494,5.170755756812382 +The Lord of the Rings,Isildur,0.5536698698997498,0.0001405835555204,0.5754685997962952,0.0019145160582926,The Lord of the Rings,0.514318585395813,0.0002690887948658,0.54621821641922,0.0173277243707655,0.03935128450393677,-0.00012850523934539998,0.029250383377075195,-0.015413208312472901 +The Hitchhiker's Guide to the Galaxy,Mr Prosser,0.5069112777709961,3.1382313033558216,0.5113053321838379,4.395576469021057,The Hitchhiker's Guide to the Galaxy,0.4827904403209686,4.507037385340246,0.4820026457309723,3.286594095395597,0.02412083745002752,-1.3688060819844248,0.0293026864528656,1.1089823736254596 +Dune,Glossu Rabban,0.5381055474281311,2.142668830782992,0.5276147723197937,1.656558769139198,Dune,0.5129092931747437,1.0069395582773502,0.4982693493366241,0.8636006270233796,0.02519625425338745,1.135729272505642,0.02934542298316961,0.7929581421158185 +The Hunger Games,Alma Coin,0.4811421930789947,2.95861523989604e-20,0.5374076962471008,0.0030204198098382,The Hunger Games,0.5310269594192505,0.0579975632837664,0.507499635219574,0.0027280961559054,-0.04988476634025579,-0.0579975632837664,0.029908061027526855,0.0002923236539328 +Twilight,Jane,0.5082261562347412,0.0001358791583441,0.5344328284263611,1.017502052202691e-05,Twilight,0.4662284553050995,7.231129503729666e-06,0.498564600944519,7.089014437417576e-08,0.041997700929641724,0.00012864802884037034,0.035868227481842097,1.0104130377652734e-05 +Dune,Hasimir Fenring,0.547031044960022,3.7819609171032647,0.5571539402008057,1.9510502823437563,Dune,0.5189106464385986,0.7464248043860787,0.5208718776702881,1.5108144082637671,0.02812039852142334,3.035536112717186,0.03628206253051758,0.4402358740799892 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Kwaltz,0.5228808522224426,1.413300164165216,0.5617323517799377,5.506559981534626,The Hitchhiker's Guide to the Galaxy,0.5397637486457825,3.052210660958916,0.5244671106338501,6.27272596489698,-0.016882896423339844,-1.6389104967937,0.037265241146087646,-0.7661659833623542 +The Hitchhiker's Guide to the Galaxy,Alice Beeblebrox,0.484935998916626,2.711765617333668,0.541314423084259,1.1895178198195084,The Hitchhiker's Guide to the Galaxy,0.4696454703807831,0.8978039968744738,0.5031110644340515,1.1097740115014256,0.015290528535842896,1.8139616204591942,0.03820335865020752,0.07974380831808281 +The Hitchhiker's Guide to the Galaxy,Max Quordlepleen,0.4794408977031708,2.500813108490748,0.5032950639724731,3.402245075624442,The Hitchhiker's Guide to the Galaxy,0.4801921248435974,1.9751599362663192,0.4648252129554748,4.165068703849383,-0.0007512271404266357,0.5256531722244286,0.038469851016998347,-0.762823628224941 +The Lord of the Rings,Radagast,0.5174330472946167,0.00017497649855,0.5598633289337158,0.0032167003587381,The Lord of the Rings,0.5262231826782227,1.7547469280061835e-05,0.5205216407775879,2.6606774322600487e-05,-0.008790135383605957,0.00015742902926993817,0.03934168815612793,0.0031900935844154992 +Twilight,Sue Clearwater,0.5386261343955994,0.2446133009175692,0.5701732635498047,0.0704058026402606,Twilight,0.5145647525787354,0.0258926919519143,0.5306036472320557,0.012183993251342,0.024061381816864014,0.2187206089656549,0.03956961631774902,0.0582218093889186 +The Lord of the Rings,Celebrimbor,0.5008432269096375,0.3055048819347499,0.5453246831893921,4.317380873481824,The Lord of the Rings,0.516136646270752,1.3411937602809202e-06,0.5013521313667297,5.955852752708689e-11,-0.015293419361114502,0.3055035407409896,0.043972551822662354,4.317380873422265 +The Hitchhiker's Guide to the Galaxy,Questular Rontok,0.4964897036552429,1.9219703990808992,0.4972619116306305,4.186321044159038,The Hitchhiker's Guide to the Galaxy,0.4678911566734314,0.9307606330728296,0.4485040605068207,5.86522394679092,0.028598546981811523,0.9912097660080695,0.048757851123809814,-1.678902902631882 +Dune,Miles Teg,0.5735767483711243,0.5392183891587967,0.5745278596878052,0.3328531911163241,Dune,0.5230474472045898,0.0899397912265296,0.5156404376029968,0.1163706711457741,0.050529301166534424,0.4492785979322671,0.05888742208480835,0.21648251997055 diff --git a/ressources/data/total_comparisson/normal_eval_comparisonwh.csv b/ressources/data/total_comparisson/normal_eval_comparisonwh.csv new file mode 100644 index 0000000000000000000000000000000000000000..59ad694ece4783deaa9c36f6e8bbac6939812b80 --- /dev/null +++ b/ressources/data/total_comparisson/normal_eval_comparisonwh.csv @@ -0,0 +1,312 @@ +Book_1,Character,F1_1,h_1,wF1_1,wh_1,Book_2,F1_2,h_2,wF1_2,wh_2,F1c,hc,wF1c,whc +The Hitchhiker's Guide to the Galaxy,Majikthise,0.5912110805511475,12.419892748137844,0.5154204964637756,1.6728761877985672,The Hitchhiker's Guide to the Galaxy,0.5403741002082825,3.0068773709123358,0.551992654800415,8.413546322822135,0.05083698034286499,9.41301537722551,-0.036572158336639404,-6.740670135023568 +The Hitchhiker's Guide to the Galaxy,Great Hyperlobic Omnicognate Neutron Wrangler,0.5309005975723267,1.657872944449094,0.5062478184700012,1.0521555069322066,The Hitchhiker's Guide to the Galaxy,0.5384833216667175,2.4184494776517766,0.6105626225471497,7.005432719867193,-0.007582724094390869,-0.7605765332026826,-0.10431480407714844,-5.953277212934987 +Twilight,Randall,0.4445645213127136,0.2113762974976194,0.4651248753070831,0.1869984820936673,Twilight,0.553048312664032,1.454575429737306,0.5498643517494202,3.8130195171475982,-0.10848379135131836,-1.2431991322396865,-0.08473947644233709,-3.626021035053931 +Twilight,Senna,0.5209641456604004,0.1763051382946032,0.4448743462562561,0.0162425166037513,Twilight,0.5020114183425903,1.1654473847385365,0.5421069860458374,3.339938662868396,0.01895272731781006,-0.9891422464439332,-0.0972326397895813,-3.3236961462646444 +Twilight,Kachiri,0.5447333455085754,0.92798029818798,0.4272400140762329,0.0480980095476665,Twilight,0.5337878465652466,1.2243431248416543,0.5379436016082764,3.230076547233832,0.010945498943328857,-0.2963628266536743,-0.11070358753204346,-3.1819785376861653 +The Hitchhiker's Guide to the Galaxy,Gag Halfrunt,0.4889803230762481,0.0982620976643629,0.5009781122207642,1.4467308498254026,The Hitchhiker's Guide to the Galaxy,0.4621201157569885,1.6535225458766083,0.5127925276756287,4.510724437648572,0.026860207319259588,-1.5552604482122454,-0.011814415454864502,-3.0639935878231697 +Twilight,Quil Ateara III,0.5075376033782959,1.6239529934461778,0.5255942344665527,1.253521363478485,Twilight,0.5304310917854309,3.3693445809070885,0.5289638638496399,3.843474799960733,-0.02289348840713501,-1.7453915874609107,-0.003369629383087158,-2.589953436482248 +Twilight,Rebecca Black,0.4065530896186828,0.094421984457344,0.4780859351158142,1.0728798273423112,Twilight,0.4971699118614197,1.2935049089247452,0.517520546913147,3.558757023917906,-0.09061682224273687,-1.1990829244674013,-0.039434611797332764,-2.4858771965755944 +The Lord of the Rings,Ancalagon,0.477145254611969,0.0110481038998085,0.5791114568710327,2.0878972244703298,The Lord of the Rings,0.5745759010314941,4.189269457296343,0.6052698493003845,4.544569991484027,-0.09743064641952515,-4.178221353396535,-0.026158392429351807,-2.4566727670136976 +Dune,Schwangyu,0.542707085609436,2.5322962807125675,0.4593090415000915,1.3245332225874222,Dune,0.5511276125907898,1.8958544366122756,0.5603456497192383,3.75076187459884,-0.00842052698135376,0.6364418441002919,-0.10103660821914678,-2.4262286520114174 +Dune,Margot Fenring,0.5632591843605042,0.0901246651570515,0.5906767249107361,1.5331309572850005,Dune,0.5554811954498291,1.886456070361856,0.5722024440765381,3.858722627527751,0.007777988910675049,-1.7963314052048045,0.018474280834197998,-2.3255916702427504 +The Hunger Games,Vipsania Sickle,0.4668054580688476,0.0091408931120802,0.4577060341835022,0.2628891810579304,The Hunger Games,0.494323194026947,1.5781923253593952,0.5286621451377869,2.421608415197159,-0.02751773595809942,-1.569051432247315,-0.07095611095428467,-2.1587192341392285 +The Hunger Games,Hilarius Heavensbee,0.5234611630439758,2.0099604890001523,0.5248605608940125,0.90694244099205,The Hunger Games,0.5345776081085205,2.11777440643859,0.5213660597801208,2.95474443474159,-0.011116445064544678,-0.10781391743843782,0.0034945011138916016,-2.04780199374954 +Twilight,Lauren Mallory,0.452099472284317,0.0881345951046566,0.4402539134025574,0.0103526996278594,Twilight,0.5076858997344971,0.0148204148834229,0.5188787579536438,1.9971218720906192,-0.055586427450180054,0.0733141802212337,-0.07862484455108643,-1.9867691724627599 +The Hunger Games,Livia Cardew,0.4411150813102722,0.0011644289971937,0.4497662484645843,0.018320461370184,The Hunger Games,0.4969425797462463,0.601184000557319,0.5460469126701355,1.993355810689457,-0.055827498435974066,-0.6000195715601253,-0.0962806642055512,-1.9750353493192732 +The Hitchhiker's Guide to the Galaxy,Lady Cynthia Fitzmelton,0.4988591372966766,0.1258692840482537,0.4810832440853119,0.3714832006276615,The Hitchhiker's Guide to the Galaxy,0.509372889995575,1.866133674698825,0.5305003523826599,2.344663893372813,-0.010513752698898371,-1.7402643906505713,-0.04941710829734802,-1.9731806927451512 +Dune,Otheym,0.5519803762435913,1.9190665607807564,0.488323450088501,0.4175151666718351,Dune,0.5967943072319031,2.07091631715095,0.5572136640548706,2.31686868074298,-0.04481393098831177,-0.1518497563701935,-0.06889021396636963,-1.899353514071145 +The Hitchhiker's Guide to the Galaxy,Old Thrashbarg,0.5388432741165161,4.580215516699263,0.5233867764472961,2.5792795717445203,The Hitchhiker's Guide to the Galaxy,0.5672872066497803,4.087518235317492,0.546647310256958,4.474187102026901,-0.02844393253326416,0.49269728138177094,-0.023260533809661865,-1.894907530282381 +The Hitchhiker's Guide to the Galaxy,Emperor of the Galaxy,0.5510367751121521,4.235283767584108,0.5142906308174133,5.053041068047337,The Hitchhiker's Guide to the Galaxy,0.4816323816776275,4.000186235659046,0.5285906791687012,6.886287217357911,0.06940439343452459,0.2350975319250619,-0.014300048351287842,-1.8332461493105736 +Dune,Piter De Vries,0.5243019461631775,1.1976779929079375,0.524216890335083,1.2231867428278729,Dune,0.5457844734191895,2.264401020878476,0.5682894587516785,3.001800801270369,-0.021482527256011963,-1.0667230279705386,-0.04407256841659546,-1.778614058442496 +Dune,Korba,0.4905959963798523,1.9028732015359175,0.4283231496810913,0.0761158108795646,Dune,0.4850527346134186,1.211352121437672,0.5010478496551514,1.7559935864881495,0.005543261766433716,0.6915210800982456,-0.07272469997406006,-1.679877775608585 +The Hitchhiker's Guide to the Galaxy,Questular Rontok,0.4964897036552429,1.9219703990808992,0.4972619116306305,4.186321044159038,The Hitchhiker's Guide to the Galaxy,0.4678911566734314,0.9307606330728296,0.4485040605068207,5.86522394679092,0.028598546981811523,0.9912097660080695,0.048757851123809814,-1.678902902631882 +Dune,Mapes,0.5485497713088989,2.672092425420998,0.4881096184253692,0.6152978619282995,Dune,0.5276244282722473,0.0458423124801677,0.5413835644721985,2.2664236242419347,0.02092534303665161,2.62625011294083,-0.05327394604682928,-1.6511257623136353 +Twilight,Vasilii,0.4197364151477813,0.0006704062509159,0.4228555858135223,0.0588528301541689,Twilight,0.4868839085102081,0.9821019779920626,0.5375935435295105,1.6325823342779708,-0.06714749336242676,-0.9814315717411467,-0.11473795771598821,-1.573729504123802 +The Hitchhiker's Guide to the Galaxy,Lajestic Vantrashell of Lob,0.5244877934455872,1.6782123801521862,0.4863301217556,3.513824218687684,The Hitchhiker's Guide to the Galaxy,0.5036670565605164,0.995913763020436,0.5276214480400085,5.068278898090996,0.0208207368850708,0.6822986171317502,-0.04129132628440857,-1.5544546794033116 +Dune,Lichna,0.4485637843608856,1.328797911591771,0.4464889764785766,0.7906917182421546,Dune,0.5000667572021484,0.8253871268352208,0.5714812278747559,2.2966022270097417,-0.05150297284126282,0.5034107847565502,-0.12499225139617925,-1.5059105087675873 +Dune,Norma Cenva,0.494139552116394,1.279041748836781,0.5010496973991394,0.8907502084443788,Dune,0.5233030319213867,0.778264812852435,0.555372953414917,2.386279260997153,-0.02916347980499273,0.5007769359843459,-0.05432325601577759,-1.495529052552774 +Dune,Tylwyth Waff,0.5741361379623413,5.170779834619342,0.4583922624588012,0.1531923656668821,Dune,0.5559523701667786,1.7187419585481665,0.5639292001724243,1.6008048102770898,0.018183767795562744,3.4520378760711754,-0.1055369377136231,-1.4476124446102077 +The Hunger Games,Felix Ravinstill,0.485382467508316,0.2378235069555312,0.4536113142967224,0.3712447120353729,The Hunger Games,0.5140994787216187,1.570545047804901,0.5395987629890442,1.752262925950918,-0.028717011213302668,-1.3327215408493698,-0.08598744869232178,-1.381018213915545 +The Hitchhiker's Guide to the Galaxy,Great Circling Poets of Arium,0.5344204902648926,4.215717009037368,0.4994305968284607,2.7808154040086315,The Hitchhiker's Guide to the Galaxy,0.5566425323486328,5.327887898814819,0.5682133436203003,4.149285679691731,-0.022222042083740234,-1.1121708897774507,-0.0687827467918396,-1.3684702756830998 +The Hitchhiker's Guide to the Galaxy,Guide Mark II,0.531345784664154,0.967506182327614,0.5462780594825745,4.615148925284156,The Hitchhiker's Guide to the Galaxy,0.5517412424087524,3.014383230731099,0.5583321452140808,5.972646482817048,-0.02039545774459839,-2.046877048403485,-0.012054085731506348,-1.3574975575328914 +Dune,Alef Burzmali,0.5161446928977966,1.0354349672963867,0.5568660497665405,1.6205280729583174,Dune,0.5303556323051453,0.8859958499328504,0.5734409093856812,2.9636699586674617,-0.014210939407348633,0.14943911736353632,-0.016574859619140625,-1.3431418857091444 +The Hitchhiker's Guide to the Galaxy,Paul Neil Milne Johnstone,0.5655339360237122,1.9738671343872247,0.4687610566616058,2.227910665168056,The Hitchhiker's Guide to the Galaxy,0.5163652896881104,2.7351682821906733,0.5477356910705566,3.51385000822408,0.04916864633560181,-0.7613011478034486,-0.07897463440895086,-1.285939343056024 +Dune,Victor Atreides,0.4980299174785614,0.2910350286240949,0.5519011616706848,0.6685790952560978,Dune,0.5181224346160889,0.5430793792140399,0.5632820129394531,1.9181918906205708,-0.020092517137527466,-0.252044350589945,-0.01138085126876831,-1.249612795364473 +The Hitchhiker's Guide to the Galaxy,Constant Mown,0.4848194122314453,2.6657217316758315,0.4528148770332336,1.86553460742644,The Hitchhiker's Guide to the Galaxy,0.5038566589355469,3.265715467731482,0.4810433089733124,3.086949363020123,-0.019037246704101562,-0.5999937360556507,-0.02822843194007879,-1.221414755593683 +The Hitchhiker's Guide to the Galaxy,Roosta,0.5273421406745911,4.546129077375875,0.526216983795166,4.499983689897789,The Hitchhiker's Guide to the Galaxy,0.5169205665588379,2.102114009073872,0.5259182453155518,5.666003639061062,0.010421574115753174,2.444015068302003,0.0002987384796142578,-1.1660199491632728 +The Hitchhiker's Guide to the Galaxy,Gail Andrews,0.4535467624664306,2.1617533355470595,0.4651680290699005,1.5026311790084164,The Hitchhiker's Guide to the Galaxy,0.4509778022766113,0.9562000321919004,0.5595822334289551,2.624409782313436,0.002568960189819336,1.205553303355159,-0.09441420435905457,-1.1217786033050194 +The Hitchhiker's Guide to the Galaxy,Hurling Frootmig,0.4553157687187195,0.5980317027887777,0.496841698884964,2.427544772938232,The Hitchhiker's Guide to the Galaxy,0.5172088146209717,1.3230990334518309,0.5507286787033081,3.484903478663206,-0.0618930459022522,-0.7250673306630532,-0.053886979818344116,-1.0573587057249743 +Dune,Daniel,0.5007641315460205,1.631312666915827,0.5122811198234558,1.1045714636700712,Dune,0.4878224730491638,1.5604541803826115,0.5150571465492249,2.135764787601336,0.01294165849685669,0.07085848653321558,-0.002776026725769043,-1.031193323931265 +Dune,Raquella Berto-Anirul,0.5147691369056702,0.0505092472857887,0.5281753540039062,0.2529816771656182,Dune,0.5327244997024536,0.2562112091315427,0.5556399822235107,1.244242900357726,-0.017955362796783447,-0.205701961845754,-0.027464628219604492,-0.9912612231921079 +The Hitchhiker's Guide to the Galaxy,Effrafax of Wug,0.5077013373374939,2.7731462138051746,0.5334528088569641,2.335238629716953,The Hitchhiker's Guide to the Galaxy,0.5174126625061035,2.4604352678384305,0.5381537079811096,3.3004362825008813,-0.00971132516860962,0.3127109459667441,-0.004700899124145508,-0.9651976527839281 +Dune,Farok,0.5331273078918457,2.0201251314036,0.5111566185951233,0.8885105448392211,Dune,0.5553319454193115,2.3081063709412537,0.5157051682472229,1.8509081586007976,-0.02220463752746582,-0.28798123953765353,-0.004548549652099609,-0.9623976137615765 +The Hitchhiker's Guide to the Galaxy,Old Man on the Pole,0.4875471293926239,4.7026631692738174,0.5063191056251526,6.556842986455579,The Hitchhiker's Guide to the Galaxy,0.5013925433158875,4.9671203983264665,0.5283668041229248,7.481179459003158,-0.01384541392326355,-0.264457229052649,-0.022047698497772217,-0.9243364725475791 +Dune,Hayt,0.5439981818199158,3.035260854687782,0.5676808953285217,1.8890437314339483,Dune,0.5623521208763123,1.488815995076424,0.5540022253990173,2.7630196330461185,-0.018353939056396484,1.546444859611358,0.013678669929504395,-0.8739759016121702 +Dune,Ziarenko Javid,0.5213062167167664,0.7372080900214711,0.4195296764373779,0.1327686030114251,Dune,0.467689573764801,0.8923458602015979,0.5024972558021545,0.9705700571787712,0.05361664295196533,-0.15513777018012676,-0.08296757936477667,-0.8378014541673461 +Dune,Tertius Eileen Anteac,0.5371912717819214,1.3095758687498087,0.4741029441356659,0.0657697811943477,Dune,0.4842688739299774,1.6092160416916077,0.5371854901313782,0.9017624269997888,0.05292239785194397,-0.299640172941799,-0.06308254599571228,-0.8359926458054411 +The Hitchhiker's Guide to the Galaxy,Hillman Hunter,0.4723850190639496,0.3463285279502558,0.526846706867218,1.3370309332758832,The Hitchhiker's Guide to the Galaxy,0.519244909286499,3.550699065130454,0.5177202820777893,2.1707907641217323,-0.04685989022254944,-3.2043705371801985,0.009126424789428711,-0.8337598308458491 +Dune,Piter de Vries,0.463932991027832,0.7901284138439427,0.5120517611503601,1.5202778799386392,Dune,0.5234078764915466,2.121741244796618,0.5473734140396118,2.341555622457318,-0.059474885463714655,-1.3316128309526754,-0.03532165288925171,-0.821277742518679 +The Hitchhiker's Guide to the Galaxy,Random Dent,0.5012661218643188,1.1383587611249018,0.4745690524578094,0.1524974019494977,The Hitchhiker's Guide to the Galaxy,0.473728746175766,1.4937575705922388,0.4956254959106445,0.950463493923778,0.027537375688552856,-0.35539880946733704,-0.021056443452835083,-0.7979660919742804 +Twilight,Harry Clearwater,0.5476050972938538,0.0438943956407439,0.5528291463851929,0.988138735717682,Twilight,0.534866988658905,0.1401510615761508,0.5757616758346558,1.7593148768518931,0.01273810863494873,-0.09625666593540688,-0.02293252944946289,-0.7711761411342112 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Kwaltz,0.5228808522224426,1.413300164165216,0.5617323517799377,5.506559981534626,The Hitchhiker's Guide to the Galaxy,0.5397637486457825,3.052210660958916,0.5244671106338501,6.27272596489698,-0.016882896423339844,-1.6389104967937,0.037265241146087646,-0.7661659833623542 +The Hitchhiker's Guide to the Galaxy,Max Quordlepleen,0.4794408977031708,2.500813108490748,0.5032950639724731,3.402245075624442,The Hitchhiker's Guide to the Galaxy,0.4801921248435974,1.9751599362663192,0.4648252129554748,4.165068703849383,-0.0007512271404266357,0.5256531722244286,0.038469851016998347,-0.762823628224941 +Dune,Jehanne Butler,0.4389314949512481,0.0288194764317802,0.4444078803062439,0.0512613213413012,Dune,0.5041056871414185,0.7578706297314075,0.511239230632782,0.7765911703854489,-0.06517419219017034,-0.7290511532996273,-0.06683135032653809,-0.7253298490441477 +The Hitchhiker's Guide to the Galaxy,Rob McKenna,0.4869276583194732,0.3086540700572138,0.4509564638137817,0.2733458965409725,The Hitchhiker's Guide to the Galaxy,0.5017083287239075,1.667916825646644,0.5132248997688293,0.986423940066365,-0.01478067040443426,-1.35926275558943,-0.06226843595504766,-0.7130780435253925 +Dune,Bijaz,0.5214598178863525,0.274879842394981,0.5157041549682617,0.2647359742327518,Dune,0.500070333480835,0.194777491022945,0.5213509202003479,0.9725980765421376,0.021389484405517578,0.08010235137203597,-0.005646765232086182,-0.7078621023093858 +Dune,Minotauros Atreides,0.481614202260971,0.1604432397909353,0.5114316344261169,0.3985008488922756,Dune,0.4983564913272857,0.8598707847609885,0.5270689725875854,1.0406608076188153,-0.016742289066314697,-0.6994275449700532,-0.015637338161468506,-0.6421599587265396 +Dune,Alma Mavis Taraza,0.5075234174728394,0.6880329098557795,0.4995601177215576,0.2924849668415627,Dune,0.5149604678153992,0.8999436439874243,0.5610169768333435,0.9030535975180288,-0.0074370503425598145,-0.21191073413164485,-0.06145685911178589,-0.6105686306764662 +The Hitchhiker's Guide to the Galaxy,Allitnils,0.4514158368110657,0.7028346729424548,0.4638689458370209,1.177709601829284,The Hitchhiker's Guide to the Galaxy,0.4965316355228424,0.8980947810572045,0.5122107267379761,1.7813170644012286,-0.04511579871177673,-0.1952601081147497,-0.0483417809009552,-0.6036074625719445 +Dune,Logno,0.4954418241977691,0.8754907556427473,0.4983513653278351,0.6225424791607346,Dune,0.5045991539955139,0.4669420713972166,0.523835301399231,1.217815646928167,-0.009157329797744806,0.40854868424553065,-0.025483936071395874,-0.5952731677674323 +Dune,Chani Kynes,0.4593413472175598,0.765399971568981,0.4882956147193908,0.8681908027060506,Dune,0.5317520499229431,1.1616693733240029,0.5398597121238708,1.4438592161520991,-0.0724107027053833,-0.3962694017550219,-0.051564097404480036,-0.5756684134460485 +Dune,Aramsham,0.4058475792407989,0.8238137072393069,0.4876619875431061,0.9168460982084708,Dune,0.5344614386558533,1.4950078491961325,0.558563232421875,1.4762572326855694,-0.12861385941505438,-0.6711941419568256,-0.07090124487876892,-0.5594111344770986 +The Hitchhiker's Guide to the Galaxy,Barman,0.5393004417419434,4.006915173714827,0.5009679794311523,1.4300801901079685,The Hitchhiker's Guide to the Galaxy,0.511643648147583,1.608056616499328,0.5494937896728516,1.9716792377981351,0.02765679359436035,2.398858557215499,-0.04852581024169922,-0.5415990476901666 +Dune,Hwi Noree,0.5402935743331909,0.9546559571623304,0.5494601726531982,0.328316116884358,Dune,0.5299132466316223,0.4767344742662933,0.5516391396522522,0.8540949176886722,0.010380327701568604,0.47792148289603714,-0.002178966999053955,-0.5257788008043142 +The Hitchhiker's Guide to the Galaxy,Googleplex Starthinker,0.5453110933303833,6.22332899740104,0.4888273477554321,1.7581331973296717,The Hitchhiker's Guide to the Galaxy,0.5102677345275879,1.5426929913351373,0.5362627506256104,2.2513618535087176,0.03504335880279541,4.680636006065903,-0.04743540287017828,-0.493228656179046 +Dune,Alia Atreides,0.4658108353614807,0.3335438271517829,0.4670486748218536,0.1940878944588636,Dune,0.4886529445648193,0.2486703479700113,0.5153259038925171,0.6871300640953478,-0.022842109203338568,0.08487347918177157,-0.04827722907066351,-0.49304216963648423 +Twilight,Brady Fuller,0.4072178900241852,0.4258262646188319,0.3713338673114776,0.1247171649284515,Twilight,0.4130733013153076,0.6068299589117829,0.4249446392059326,0.6052303750544059,-0.0058554112911224365,-0.18100369429295105,-0.05361077189445501,-0.4805132101259544 +The Hitchhiker's Guide to the Galaxy,Pizpot Gargravarr,0.4750292301177978,0.8398734947705285,0.4932797253131866,1.082886502347771,The Hitchhiker's Guide to the Galaxy,0.4787600934505462,0.9577454175059584,0.4993785619735718,1.5612964447779745,-0.003730863332748413,-0.1178719227354299,-0.006098836660385187,-0.4784099424302035 +The Hitchhiker's Guide to the Galaxy,Golgafrinchans,0.4998741745948791,0.0022159234741147,0.5546774864196777,0.9447810135592936,The Hitchhiker's Guide to the Galaxy,0.5678676962852478,1.1610192491706892,0.5612878203392029,1.4139129371358898,-0.06799352169036871,-1.1588033256965746,-0.0066103339195251465,-0.4691319235765963 +Twilight,Collin Littlesea,0.4015692770481109,0.3932931368504643,0.4368025660514831,0.3934013293951621,Twilight,0.4317830801010132,0.6549329661210603,0.4445505440235138,0.8581127887388902,-0.030213803052902277,-0.26163982927059604,-0.007747977972030695,-0.4647114593437281 +Twilight,Kebi,0.5474962592124939,0.0136361783219434,0.5137883424758911,0.0668578732688211,Twilight,0.4648018479347229,0.0602315246081563,0.5248673558235168,0.5233448042994691,0.082694411277771,-0.046595346286212896,-0.011079013347625732,-0.45648693103064797 +The Hitchhiker's Guide to the Galaxy,Hig Hurtenflurst,0.4822753369808197,2.544482997403323,0.5229754447937012,1.666027704785033,The Hitchhiker's Guide to the Galaxy,0.4566085934638977,0.9668784992035736,0.5390203595161438,2.0755742165154047,0.025666743516921997,1.5776044981997495,-0.016044914722442627,-0.4095465117303718 +The Hitchhiker's Guide to the Galaxy,Judiciary Pag,0.4658540189266205,2.2053176174830877,0.5554378628730774,1.6235163327564248,The Hitchhiker's Guide to the Galaxy,0.4990079998970032,2.7655560556335304,0.5291802883148193,2.0222538527401874,-0.03315398097038269,-0.5602384381504426,0.026257574558258057,-0.3987375199837626 +Dune,Shaddam Corrino IV,0.4789293706417084,0.1121077979174268,0.4741994738578796,0.1294522849521067,Dune,0.4910401105880737,0.2161713518518647,0.5092676877975464,0.5253868339563927,-0.012110739946365301,-0.1040635539344379,-0.035068213939666804,-0.39593454900428604 +Twilight,Mexican coven,0.5069307088851929,0.0362351906965213,0.4671769738197326,0.0880664320824296,Twilight,0.4998178482055664,0.5380650017431479,0.512706995010376,0.4692169152583046,0.007112860679626465,-0.5018298110466266,-0.045530021190643366,-0.381150483175875 +Dune,Marcus Claire Luyseyal,0.5409387946128845,5.817468506746241,0.4750081300735473,1.6040966020982437,Dune,0.4626936614513397,1.0868284645373023,0.5031079053878784,1.939214834068864,0.0782451331615448,4.730640042208939,-0.02809977531433111,-0.3351182319706203 +Dune,Shando Vernius,0.4891597926616668,0.1598593751666299,0.5207884311676025,0.4678524818639373,Dune,0.5465232133865356,0.7520822598278919,0.5261800289154053,0.8021177618208027,-0.05736342072486883,-0.592222884661262,-0.005391597747802734,-0.33426527995686545 +The Lord of the Rings,Shadowfax,0.558815598487854,0.2268558574927122,0.5979445576667786,1.6379879568324147,The Lord of the Rings,0.6224778294563293,1.7175942891378289,0.6148388385772705,1.9714219260473624,-0.06366223096847534,-1.4907384316451167,-0.016894280910491943,-0.3334339692149477 +The Hitchhiker's Guide to the Galaxy,Lintilla,0.4331122636795044,0.0054116694166139,0.5091831088066101,0.2562651870653857,The Hitchhiker's Guide to the Galaxy,0.5287073850631714,0.558869123703348,0.5504475831985474,0.5872657301781092,-0.09559512138366699,-0.5534574542867341,-0.041264474391937256,-0.33100054311272353 +Dune,Liet-Kynes,0.5388694405555725,0.7744858351693394,0.5246624946594238,0.6364821227227504,Dune,0.4854009747505188,0.1085691714704211,0.5855634212493896,0.9576363986833852,0.05346846580505371,0.6659166636989183,-0.06090092658996582,-0.32115427596063484 +The Lord of the Rings,Glaurung,0.4925675988197326,0.0105043637293916,0.5601674318313599,0.5209951886978874,The Lord of the Rings,0.5535544753074646,0.3629630472734391,0.5826680660247803,0.8313548871362959,-0.06098687648773199,-0.35245868354404747,-0.02250063419342041,-0.3103596984384085 +The Lord of the Rings,Ungoliant,0.5248897075653076,0.0068898861689286,0.55659019947052,0.4206666712385319,The Lord of the Rings,0.524909496307373,0.2464164812303801,0.5736237168312073,0.7277688611379045,-1.9788742065429688e-05,-0.2395265950614515,-0.017033517360687256,-0.3071021898993726 +The Hunger Games,Festus Creed,0.4804655015468597,0.0004364852600695,0.5087020397186279,0.0077027971029612,The Hunger Games,0.4831237196922302,0.2742316573049203,0.5206208825111389,0.3036459530122752,-0.002658218145370539,-0.27379517204485077,-0.011918842792510986,-0.295943155909314 +Twilight,Rachel Black,0.4674018919467926,0.0019080303123256,0.4487326741218567,0.0005745818831719,Twilight,0.4946772158145904,0.4461437557674763,0.5062205791473389,0.2900946600663232,-0.027275323867797796,-0.44423572545515067,-0.05748790502548218,-0.2895200781831513 +The Hitchhiker's Guide to the Galaxy,Dan Streetmentioner,0.4536094069480896,0.3031424793759491,0.5627984404563904,3.105531301877437,The Hitchhiker's Guide to the Galaxy,0.518623411655426,1.0481372819919772,0.5506841540336609,3.3942237237839783,-0.06501400470733643,-0.744994802616028,0.012114286422729492,-0.28869242190654143 +The Hunger Games,Dill,0.4356289803981781,0.0002891011143852,0.4885352551937103,0.0960276098361049,The Hunger Games,0.510287880897522,0.1673106770659258,0.5264093279838562,0.3645071642658643,-0.07465890049934387,-0.1670215759515406,-0.037874072790145874,-0.26847955442975946 +Twilight,Ephraim Black,0.4925296306610107,0.3658229524051135,0.5327481627464294,0.7108240690539922,Twilight,0.495035707950592,0.0450036994060215,0.5283763408660889,0.9754689028889536,-0.002506077289581299,0.320819252999092,0.004371821880340576,-0.2646448338349614 +The Lord of the Rings,Halbarad,0.5482879281044006,0.0377240224085869,0.5678908228874207,1.2505198519541445,The Lord of the Rings,0.4990382194519043,0.1382394741821053,0.5650730133056641,1.5125902145942676,0.04924970865249634,-0.1005154517735184,0.002817809581756592,-0.26207036264012307 +Dune,Tlaloc,0.4285541176795959,0.0118315451596015,0.5015847682952881,0.9321172489174157,Dune,0.5124073624610901,3.8070235424098406,0.542407751083374,1.1899244749396642,-0.0838532447814942,-3.7951919972502393,-0.04082298278808594,-0.2578072260222486 +The Hitchhiker's Guide to the Galaxy,Enid Kapelsen,0.4745515286922455,1.8897915120627369,0.4854231774806976,1.4991200642594105,The Hitchhiker's Guide to the Galaxy,0.4951694905757904,1.255892682117142,0.5399518013000488,1.751950865087436,-0.020617961883544922,0.633898829945595,-0.05452862381935125,-0.25283080082802556 +Twilight,Charlotte,0.4985171854496002,0.0262960061436414,0.4373162090778351,7.300929998184094e-06,Twilight,0.5051864385604858,0.0596528866898714,0.5192722082138062,0.2376004493509231,-0.00666925311088562,-0.03335688054623,-0.08195599913597107,-0.2375931484209249 +Dune,Lady Jessica,0.468407541513443,0.2028299003667993,0.4681082963943481,0.3171852694143707,Dune,0.4113405346870422,0.0023579364569927,0.5031242370605469,0.5388505817298004,0.05706700682640081,0.2004719639098066,-0.035015940666198786,-0.22166531231542969 +The Lord of the Rings,Thingol,0.5081369876861572,4.428451715613721e-05,0.5225947499275208,0.0055173497932467,The Lord of the Rings,0.5166316032409668,0.0077201613206518,0.5382469296455383,0.2264463580282318,-0.00849461555480957,-0.007675876803495663,-0.015652179718017578,-0.2209290082349851 +Dune,Gaius Helen Mohiam,0.526836097240448,1.1550383866306306,0.5425923466682434,1.538226544406715,Dune,0.526899516582489,0.2654334195320227,0.5729935765266418,1.7485603659038411,-6.341934204101562e-05,0.8896049670986079,-0.030401229858398438,-0.2103338214971262 +Dune,Tio Holtzman,0.4509092569351196,5.580479411464467e-05,0.5041067600250244,0.0065064358970146,Dune,0.5365378260612488,0.4520475765011633,0.5751590132713318,0.2024374726113764,-0.0856285691261292,-0.45199177170704863,-0.07105225324630737,-0.1959310367143618 +Dune,Marty,0.4924050271511078,0.932898749248838,0.5335819125175476,1.646799387111592,Dune,0.5066540837287903,1.1714954308479877,0.5216068029403687,1.8426423024082883,-0.014249056577682495,-0.2385966815991497,0.011975109577178955,-0.19584291529669628 +Dune,Kailea Vernius,0.4088099002838135,3.335268626224189e-07,0.5558974742889404,0.6014721844717049,Dune,0.5170943737030029,0.3752516692902247,0.5739883184432983,0.7558099218848111,-0.10828447341918945,-0.37525133576336206,-0.01809084415435791,-0.1543377374131062 +The Lord of the Rings,Denethor II,0.5466106534004211,0.1223507951938338,0.5836129784584045,0.3042194992237594,The Lord of the Rings,0.5417104363441467,0.1426756873688543,0.5651096701622009,0.4485476149051312,0.004900217056274414,-0.02032489217502051,0.018503308296203613,-0.14432811568137177 +Dune,Mohandas Suk,0.4551697373390198,0.2720735772913702,0.5508387684822083,1.4002093038690775,Dune,0.4978834688663482,1.0267002706159707,0.540614664554596,1.529749728452501,-0.042713731527328436,-0.7546266933246004,0.010224103927612305,-0.12954042458342352 +Twilight,Embry Call,0.5151413679122925,0.0214462358855365,0.5060939192771912,0.0093058597417683,Twilight,0.4495475590229034,1.2256301981221556e-05,0.5312647819519043,0.1356989120483769,0.0655938088893891,0.02143397958355528,-0.025170862674713135,-0.12639305230660858 +Dune,Zufa Cenva,0.4670575857162475,0.0112104319609969,0.5524097681045532,0.3717184737716069,Dune,0.5469627380371094,0.2514755578288763,0.5501323938369751,0.497377813153401,-0.07990515232086187,-0.2402651258678794,0.002277374267578125,-0.12565933938179413 +Twilight,Tia,0.5152443051338196,8.281582664851085e-06,0.4440155327320099,2.194075915816099e-07,Twilight,0.4475622475147247,0.0001213449980344,0.5206810235977173,0.1201431568196889,0.0676820576190949,-0.00011306341536954892,-0.0766654908657074,-0.12014293741209732 +Dune,Harah,0.4979162812232971,0.0725353494553252,0.5090550184249878,0.0058115788910207,Dune,0.4883544445037842,0.0001861030552235,0.5431880950927734,0.117351796543035,0.00956183671951294,0.0723492464001017,-0.034133076667785645,-0.1115402176520143 +The Hunger Games,Treech,0.5075646638870239,0.117626392781118,0.4749631881713867,0.0002962613432383,The Hunger Games,0.4770993590354919,0.3687356863387556,0.4976861178874969,0.1049643699751414,0.030465304851532038,-0.25110929355763756,-0.022722929716110174,-0.1046681086319031 +The Hitchhiker's Guide to the Galaxy,Poodoo,0.452880322933197,1.4072647612067786,0.4860747456550598,1.3931414530091124,The Hitchhiker's Guide to the Galaxy,0.450519859790802,1.0020379796927297,0.5223364233970642,1.4941446530390217,0.0023604631423950195,0.4052267815140489,-0.036261677742004395,-0.10100320002990926 +Twilight,Santiago,0.4405513107776642,0.0113096824479289,0.4655430316925049,0.0218416827716768,Twilight,0.500321090221405,1.2468754962383273,0.4711087644100189,0.1209499717076706,-0.059769779443740845,-1.2355658137903984,-0.005565732717514038,-0.0991082889359938 +The Hunger Games,Lucretius Flickerman,0.5081245303153992,1.4047005526211074e-06,0.5309379696846008,0.3740077622090239,The Hunger Games,0.4888031184673309,0.3311301477382859,0.5430733561515808,0.4712395986169309,0.019321411848068293,-0.3311287430377333,-0.01213538646697998,-0.097231836407907 +The Hunger Games,Casca Highbottom,0.4864108562469482,0.0053927922680926,0.4324418902397156,2.4006125507516925e-06,The Hunger Games,0.5193358063697815,0.067383490854419,0.5250967144966125,0.0839281652098627,-0.03292495012283331,-0.0619906985863264,-0.09265482425689697,-0.08392576459731195 +Dune,Siona Atreides,0.5410712957382202,0.5836693720482895,0.5667243003845215,0.1415506545006138,Dune,0.5566157698631287,0.7132382625515441,0.554270327091217,0.2215421654128753,-0.015544474124908447,-0.1295688905032546,0.012453973293304443,-0.0799915109122615 +Twilight,Angela Weber,0.5451338291168213,0.0179369636990772,0.5681806206703186,0.0080092662495488,Twilight,0.5237318873405457,0.0032600961595887,0.5503565073013306,0.0799621913934073,0.021401941776275635,0.014676867539488499,0.017824113368988037,-0.0719529251438585 +Twilight,Carmen,0.5116759538650513,0.0083180897352118,0.4351828396320343,4.641500438336512e-07,Twilight,0.4769243597984314,0.0020450478101498,0.529487669467926,0.0667213460788601,0.03475159406661987,0.006273041925062,-0.09430482983589172,-0.06672088192881627 +The Hunger Games,Coral,0.4286750257015228,4.980235540597977e-07,0.4535006880760193,4.3197941769261226e-08,The Hunger Games,0.4890300333499908,0.0080261692520166,0.5262603163719177,0.0648888114158943,-0.06035500764846796,-0.00802567122846254,-0.07275962829589844,-0.06488876821795253 +Dune,Leto Atreides I,0.4644840657711029,0.1561335935662264,0.4951279759407043,0.440357396190372,Dune,0.4105958044528961,0.0206977719287023,0.4836027324199676,0.50074308350192,0.05388826131820679,0.1354358216375241,0.011525243520736694,-0.060385687311547975 +Dune,Dama,0.4857421815395355,1.715304963446476,0.4941137433052063,0.6593159783259328,Dune,0.4485619664192199,0.4845491510995697,0.5121527910232544,0.7110396160190182,0.03718021512031561,1.2307558123469065,-0.018039047718048096,-0.05172363769308541 +The Lord of the Rings,Peregrin Took,0.5437358021736145,0.0542727872519525,0.5529078841209412,0.1864921831796264,The Lord of the Rings,0.5318484306335449,0.2692060335335933,0.5542590618133545,0.2374488441743688,0.01188737154006958,-0.2149332462816408,-0.00135117769241333,-0.050956660994742387 +Harry Potter,Padma Patil,0.5182434916496277,0.0007101262299604,0.5555219054222107,0.0044738017133605,Harry Potter,0.4872567057609558,6.378623810573792e-06,0.5460124611854553,0.0552383572989323,0.030986785888671875,0.0007037476061498262,0.009509444236755371,-0.050764555585571795 +The Lord of the Rings,Boromir,0.567672073841095,0.0269396313274863,0.542649507522583,0.0314407638735158,The Lord of the Rings,0.487245500087738,0.0267726651457569,0.5577863454818726,0.0760962279419869,0.08042657375335699,0.00016696618172939992,-0.01513683795928955,-0.044655464068471096 +The Hitchhiker's Guide to the Galaxy,Loonquawl,0.5614513754844666,1.0392012009479468,0.5413311123847961,1.8312584658984103,The Hitchhiker's Guide to the Galaxy,0.5401980876922607,2.7960738546327706,0.5393425226211548,1.8750551413304997,0.02125328779220581,-1.7568726536848238,0.0019885897636413574,-0.043796675432089316 +Twilight,Jessica Stanley,0.5055686235427856,0.0003780182242173,0.5701385736465454,0.0041601556336921,Twilight,0.5203374624252319,2.209583549370973e-06,0.5668190717697144,0.0473474140753404,-0.014768838882446289,0.000375808640667929,0.0033195018768310547,-0.0431872584416483 +Twilight,Garrett,0.4939342439174652,0.0974875565247484,0.4706915915012359,7.563791265191502e-06,Twilight,0.4718561172485351,0.000427357599277,0.5253652334213257,0.0422177982688839,0.02207812666893011,0.0970601989254714,-0.05467364192008978,-0.04221023447761871 +Twilight,Demetri,0.5613125562667847,0.0012281161893588,0.5580273866653442,0.0040244895400104,Twilight,0.5109078884124756,8.155717012021489e-05,0.545673668384552,0.0394128451447977,0.05040466785430908,0.001146559019238585,0.012353718280792236,-0.0353883556047873 +The Hunger Games,Lysistrata Vickers,0.4519827663898468,7.61478911561517e-07,0.4958251416683197,0.0011258190365234,The Hunger Games,0.530523419380188,0.0118625476820695,0.5598405003547668,0.0343174409523811,-0.07854065299034119,-0.011861786203157938,-0.06401535868644714,-0.0331916219158577 +The Lord of the Rings,Maedhros,0.5035333037376404,2.6845660125638523e-09,0.5534624457359314,0.0007071572139962,The Lord of the Rings,0.5822654962539673,0.0118733455624457,0.5654446482658386,0.0303042822961876,-0.0787321925163269,-0.011873342877879688,-0.011982202529907227,-0.0295971250821914 +The Lord of the Rings,Thráin II,0.4682380259037018,6.8213707629566455e-09,0.5730043649673462,0.0226963133225233,The Lord of the Rings,0.5807884335517883,0.0296818214378983,0.5639391541481018,0.0503974339656662,-0.11255040764808655,-0.029681814616527538,0.009065210819244385,-0.0277011206431429 +Twilight,Jared Cameron,0.5240994691848755,0.0186014665449711,0.532151997089386,0.0067800101584847,Twilight,0.5024563670158386,0.0557968494229464,0.5359641909599304,0.0320030351326334,0.021643102169036865,-0.0371953828779753,-0.0038121938705444336,-0.025223024974148703 +The Hunger Games,Clemensia Dovecote,0.5008890628814697,1.6014022585481102e-05,0.4638417661190033,4.811672253580727e-08,The Hunger Games,0.5120881795883179,0.0047036399681221,0.5367035269737244,0.0222355032350336,-0.011199116706848145,-0.004687625945536619,-0.07286176085472107,-0.022235455118311064 +Twilight,Paul Lahote,0.5231663584709167,0.0037034459416706,0.4577199518680572,9.125731580496854e-11,Twilight,0.5150099992752075,0.0303382441467537,0.5465271472930908,0.0221356357462167,0.008156359195709229,-0.0266347982050831,-0.08880719542503362,-0.022135635654959386 +The Lord of the Rings,Gimli,0.5303179025650024,0.0018958562640058,0.5486525297164917,0.007278140322566,The Lord of the Rings,0.4835466742515564,1.7847412999035477e-06,0.5416079163551331,0.0246381498587795,0.046771228313446045,0.0018940715227058966,0.007044613361358643,-0.0173600095362135 +The Lord of the Rings,Isildur,0.5536698698997498,0.0001405835555204,0.5754685997962952,0.0019145160582926,The Lord of the Rings,0.514318585395813,0.0002690887948658,0.54621821641922,0.0173277243707655,0.03935128450393677,-0.00012850523934539998,0.029250383377075195,-0.015413208312472901 +The Lord of the Rings,Círdan,0.4970964193344116,1.1359558026426888e-15,0.5533652901649475,0.0023556687549475,The Lord of the Rings,0.5649707317352295,0.0396925836048516,0.5829378366470337,0.0174921897736828,-0.06787431240081787,-0.039692583604850465,-0.02957254648208618,-0.0151365210187353 +Dune,Irulan Corrino,0.5094133019447327,0.0134960327501953,0.5159376263618469,0.0779417916071164,Dune,0.5549029111862183,0.3883706492553182,0.5475248694419861,0.0924784031698652,-0.045489609241485596,-0.37487461650512294,-0.03158724308013916,-0.01453661156274881 +The Lord of the Rings,Fíli and Kíli,0.535077691078186,0.0390663683312621,0.6048795580863953,0.1515881549037747,The Lord of the Rings,0.5735980868339539,0.0009851667951868,0.5889543890953064,0.1636460379511975,-0.03852039575576782,0.0380812015360753,0.015925168991088867,-0.012057883047422807 +The Lord of the Rings,Thranduil,0.4878326654434204,1.3411993964995826e-27,0.5475040078163147,0.0032064112663925,The Lord of the Rings,0.515102207660675,3.7983051277183866e-11,0.5661547780036926,0.0140890316963217,-0.02726954221725464,-3.7983051277183866e-11,-0.01865077018737793,-0.0108826204299292 +The Lord of the Rings,Gil-galad,0.4937008917331695,2.8875881748037804e-14,0.5870011448860168,0.0041511127078988,The Lord of the Rings,0.6103127002716064,0.0028920199616459,0.5794858336448669,0.0144161097849405,-0.11661180853843695,-0.0028920199616170243,0.007515311241149902,-0.0102649970770417 +Twilight,Nahuel,0.5094461441040039,0.0122782688457226,0.4904480576515198,1.6070452396395075e-05,Twilight,0.487690657377243,3.267971768044545e-06,0.5109698176383972,0.0100261470848423,0.02175548672676092,0.012275000873954556,-0.02052175998687744,-0.010010076632445906 +The Hunger Games,Mizzen,0.4259211421012878,1.2010382943299564e-06,0.4469455778598785,1.869939636121712e-07,The Hunger Games,0.4994212985038757,0.0027858218807353,0.5460163354873657,0.0096939378827912,-0.07350015640258789,-0.00278462084244097,-0.09907075762748724,-0.009693750888827587 +Dune,Murbella,0.5306856632232666,0.1161153578347403,0.5490666627883911,0.311518693349403,Dune,0.5431306958198547,0.1647578209637947,0.5540927648544312,0.3209911285770032,-0.012445032596588135,-0.04864246312905442,-0.005026102066040039,-0.009472435227600162 +Dune,Thufir Hawat,0.5250611901283264,0.0538646829607475,0.5541090965270996,0.034884852362595,Dune,0.4564379751682281,0.0023243158719375,0.5546550154685974,0.0420107217075216,0.06862321496009832,0.05154036708881,-0.0005459189414978027,-0.007125869344926601 +Dune,Quintinius Violet Chenoeh,0.5333386659622192,0.0006095256747923,0.4813452661037445,2.004955329972975e-05,Dune,0.503670334815979,0.003929017584763,0.5365883708000183,0.0071388692042059,0.029668331146240234,-0.0033194919099707003,-0.055243104696273804,-0.00711881965090617 +The Lord of the Rings,Celeborn,0.5386183857917786,8.960520794475933e-07,0.5627967715263367,0.0024571792711473,The Lord of the Rings,0.4809964895248413,3.0929334752995546e-11,0.5626426339149475,0.00886908460637,0.057621896266937256,8.960211501128403e-07,0.00015413761138916016,-0.006411905335222701 +Twilight,J. Jenks,0.5524166822433472,0.2216549059922535,0.4394181370735168,0.0001588303121254,Twilight,0.5219054818153381,0.094675581562965,0.5259211659431458,0.0063786709959909,0.030511200428009033,0.1269793244292885,-0.08650302886962896,-0.006219840683865501 +Twilight,Eleazar,0.5085576176643372,0.0235834368810516,0.471886932849884,2.449435515698204e-05,Twilight,0.4954434037208557,8.21575146284907e-06,0.5252564549446106,0.0046762128614364,0.013114213943481445,0.02357522112958875,-0.05336952209472662,-0.0046517185062794186 +The Lord of the Rings,Thorin II,0.4779637455940246,1.9999888091541057e-19,0.5533391833305359,1.7823173898844698e-06,The Lord of the Rings,0.5464227199554443,0.0004284126620413,0.575333297252655,0.0027267432030499,-0.06845897436141973,-0.0004284126620412998,-0.02199411392211914,-0.0027249608856600156 +Twilight,Leah Clearwater,0.5293238162994385,8.166267693146855e-05,0.518864095211029,6.573006431824589e-06,Twilight,0.5080369710922241,8.0013803633786e-08,0.5539224147796631,0.0024517969115172,0.021286845207214355,8.158266312783477e-05,-0.03505831956863403,-0.0024452239050853754 +Dune,Serena Butler,0.512681782245636,0.0034786939474873,0.5410799384117126,0.0026481038198425,Dune,0.5420154333114624,0.001153885083131,0.5333322882652283,0.0049335653498528,-0.029333651065826416,0.0023248088643563003,0.007747650146484375,-0.0022854615300103003 +Twilight,Riley Biers,0.5060179233551025,5.831605686072552e-05,0.5028755068778992,0.0007274335295509,Twilight,0.5229548811912537,0.0005162053381782,0.5178256630897522,0.0029624085757236,-0.016936957836151123,-0.0004578892813174745,-0.014950156211853027,-0.0022349750461727 +Twilight,Amun,0.5048414468765259,0.0363424946666695,0.4782496392726898,0.0001141380678301,Twilight,0.4475617110729217,0.0002119297826385,0.5199306011199951,0.0018816264449106,0.05727973580360418,0.036130564884031,-0.0416809618473053,-0.0017674883770805 +The Lord of the Rings,Túrin,0.4932235479354858,1.9729607394382167e-10,0.4993710517883301,2.1667083816749173e-05,The Lord of the Rings,0.5421173572540283,0.0429806611634024,0.5550504326820374,0.0017625311475901,-0.048893809318542536,-0.042980660966106324,-0.055679380893707275,-0.001740864063773351 +The Hunger Games,Reaper Ash,0.4743912518024444,0.0004285614472345,0.4919630885124206,0.007660071244621,The Hunger Games,0.4778136610984802,0.0003236972647869,0.5199940204620361,0.0091448316415742,-0.003422409296035822,0.00010486418244760003,-0.028030931949615534,-0.0014847603969532011 +Twilight,Felix,0.5359938740730286,0.0005091215912758,0.438522458076477,1.548957681363193e-10,Twilight,0.488877922296524,1.5009940594018296e-05,0.5447016954421997,0.0014592390895059,0.04711595177650457,0.0004941116506817817,-0.10617923736572271,-0.001459238934610132 +Twilight,Irina,0.4988650679588318,0.0077706609258345,0.5048238039016724,0.0002198406798161,Twilight,0.4536858797073364,0.0013092396599973,0.4939875900745392,0.0013506494225449,0.04517918825149536,0.0064614212658372,0.010836213827133179,-0.0011308087427288002 +Twilight,Caius,0.5134718418121338,0.0041258673936078,0.524796724319458,0.0036320872433338,Twilight,0.5032059550285339,0.004225557163603,0.5385996103286743,0.0044691226682601,0.010265886783599854,-9.968976999519957e-05,-0.013802886009216309,-0.0008370354249262997 +Twilight,Billy Black,0.5193422436714172,0.0001874504207676,0.5135833621025085,2.3514188956747863e-06,Twilight,0.5093494057655334,2.3591983499352122e-07,0.5355236530303955,0.0005672443480786,0.009992837905883789,0.00018721450093260646,-0.021940290927886963,-0.0005648929291829252 +Twilight,Kate,0.4886078834533691,0.0004188823951983,0.501785933971405,3.64939274318443e-05,Twilight,0.4700287282466888,0.011458645602367,0.522560179233551,0.0005613060321858,0.018579155206680298,-0.0110397632071687,-0.020774245262145996,-0.0005248121047539557 +Twilight,Alec,0.528445303440094,0.0011680431373348,0.515385627746582,2.8397931685995056e-05,Twilight,0.4573462605476379,3.3593638855767326e-08,0.5198443531990051,0.0005200181715442,0.07109904289245611,0.0011680095436959442,-0.004458725452423096,-0.0004916202398582049 +Harry Potter,Cormac McLaggen,0.5400038957595825,0.0082151004331804,0.530128002166748,0.0002208664604471,Harry Potter,0.5474498867988586,0.0013196453172605,0.5296474099159241,0.0006933806875067,-0.007445991039276123,0.0068954551159199,0.0004805922508239746,-0.00047251422705959996 +Twilight,Marcus,0.5064879059791565,0.000135643522374,0.5018938779830933,9.792731027764253e-06,Twilight,0.5242221355438232,0.0003123954626464,0.5059548616409302,0.0002575812630279,-0.017734229564666748,-0.0001767519402724,-0.004060983657836914,-0.00024778853200013576 +Twilight,Bree Tanner,0.5183275938034058,2.555710534939857e-06,0.5305123329162598,4.429474834340514e-05,Twilight,0.5580485463142395,0.0113079999916323,0.5131526589393616,0.0001464595674742,-0.03972095251083374,-0.01130544428109736,0.017359673976898193,-0.00010216481913079486 +Twilight,Peter,0.5418391227722168,0.0016953537711623,0.5076555609703064,1.2035564024001924e-05,Twilight,0.477811336517334,0.0035910733978483,0.5113801956176758,8.112589315640874e-05,0.06402778625488281,-0.001895719626686,-0.0037246346473693848,-6.909032913240683e-05 +The Lord of the Rings,Tom Bombadil,0.5839139819145203,3.449736913810358e-05,0.574947714805603,0.000480317382217,The Lord of the Rings,0.560651421546936,0.0005328502053433,0.5672776699066162,0.0005428128490563,0.02326256036758423,-0.0004983528362051963,0.007670044898986816,-6.249546683930005e-05 +Twilight,Seth Clearwater,0.5219919085502625,2.6690509572979773e-05,0.5368380546569824,2.2557357816646632e-08,Twilight,0.5169409513473511,5.498352064403032e-07,0.5414804816246033,5.633002374780094e-05,0.005050957202911377,2.614067436653947e-05,-0.00464242696762085,-5.630746638998429e-05 +Twilight,Tanya,0.4943207502365112,2.3001461533403246e-07,0.5129669904708862,1.017026482000468e-06,Twilight,0.4598340392112732,3.2839210098507054e-15,0.511573314666748,9.316443602184018e-07,0.03448671102523798,2.3001461205011146e-07,0.0013936758041381836,8.538212178206627e-08 +The Hunger Games,Effie Trinket,0.5815386772155762,3.0792937880716245e-06,0.5591163039207458,1.2126429404944133e-06,The Hunger Games,0.5359324812889099,8.321606180910708e-05,0.5681807994842529,3.933899465304202e-14,0.04560619592666626,-8.013676802103546e-05,-0.00906449556350708,1.2126429011554186e-06 +Twilight,Benjamin,0.5442827343940735,0.0002199300895121,0.4993562400341034,3.5617777723742515e-06,Twilight,0.5174652934074402,0.021134095012226,0.4865785241127014,8.920801700391271e-07,0.0268174409866333,-0.0209141649227139,0.012777715921401978,2.6696976023351244e-06 +Twilight,Jane,0.5082261562347412,0.0001358791583441,0.5344328284263611,1.017502052202691e-05,Twilight,0.4662284553050995,7.231129503729666e-06,0.498564600944519,7.089014437417576e-08,0.041997700929641724,0.00012864802884037034,0.035868227481842097,1.0104130377652734e-05 +Harry Potter,Katie Bell,0.5273134112358093,2.134555659548249e-05,0.5541184544563293,6.941469957752831e-05,Harry Potter,0.5012985467910767,0.0004962681969855,0.5672582387924194,4.619072452139013e-05,0.026014864444732666,-0.0004749226403900175,-0.013139784336090088,2.3223975056138177e-05 +The Lord of the Rings,Watcher in the Water,0.5586118102073669,0.0005535213703505,0.5981280207633972,0.0051045433536228,The Lord of the Rings,0.58259117603302,0.0008455740605946,0.6002125144004822,0.0048471313602718,-0.023979365825653076,-0.00029205269024409994,-0.002084493637084961,0.00025741199335099947 +The Lord of the Rings,Gollum,0.5312132835388184,0.0012175108716184,0.5351508259773254,0.0002608758122073,The Lord of the Rings,0.4790458977222442,2.474754774110922e-28,0.5469645857810974,4.741465540436228e-07,0.05216738581657415,0.0012175108716184,-0.011813759803771973,0.00026040166565325637 +The Lord of the Rings,Samwise Gamgee,0.5255295634269714,0.0002127983320222,0.5717642307281494,0.0005201358644656,The Lord of the Rings,0.5425846576690674,3.937179946292413e-10,0.5823348760604858,0.0002485532633412,-0.017055094242095947,0.00021279793830420539,-0.010570645332336426,0.0002715826011244 +The Hunger Games,Alma Coin,0.4811421930789947,2.95861523989604e-20,0.5374076962471008,0.0030204198098382,The Hunger Games,0.5310269594192505,0.0579975632837664,0.507499635219574,0.0027280961559054,-0.04988476634025579,-0.0579975632837664,0.029908061027526855,0.0002923236539328 +Harry Potter,Vincent Crabbe,0.5198566317558289,0.0006169246388136,0.5248391628265381,0.0007503214476635,Harry Potter,0.4622730612754822,1.1250639826776048e-08,0.5160602331161499,0.0004350931133402,0.05758357048034668,0.0006169133881737733,0.008778929710388184,0.00031522833432329997 +Twilight,James,0.4592633545398712,2.1330016673097883e-08,0.5340688228607178,0.00052318268686,Twilight,0.4569451510906219,1.873352245885299e-12,0.5209974050521851,5.469161351854039e-06,0.002318203449249323,2.1328143320851998e-08,0.013071417808532715,0.000517713525508146 +Dune,Darwi Odrade,0.5599603652954102,0.0043853748137809,0.5430006980895996,0.0014113899537567,Dune,0.5547276735305786,0.002377769984988,0.5509737133979797,0.0001683148322433,0.005232691764831543,0.0020076048287929003,-0.007973015308380127,0.0012430751215134 +The Lord of the Rings,Balin,0.5572898387908936,6.873337123824756e-05,0.5653225183486938,0.0107615077965567,The Lord of the Rings,0.5153865814208984,0.0037171150859989,0.5659844875335693,0.0089930416383406,0.04190325736999512,-0.003648381714760652,-0.0006619691848754883,0.0017684661582161015 +The Lord of the Rings,Radagast,0.5174330472946167,0.00017497649855,0.5598633289337158,0.0032167003587381,The Lord of the Rings,0.5262231826782227,1.7547469280061835e-05,0.5205216407775879,2.6606774322600487e-05,-0.008790135383605957,0.00015742902926993817,0.03934168815612793,0.0031900935844154992 +The Lord of the Rings,Bard,0.5038110613822937,0.0044467726571034,0.5618695616722107,0.0068535072910567,The Lord of the Rings,0.5035655498504639,0.0116677526904767,0.5629619359970093,0.0031130032542259,0.000245511531829834,-0.0072209800333733,-0.001092374324798584,0.0037405040368307997 +Dune,Moneo Atreides,0.5322074890136719,0.1221604302703853,0.552431046962738,0.0376465890712522,Dune,0.5522628426551819,0.2040862951867797,0.5395599007606506,0.032820311689115,-0.02005535364151001,-0.0819258649163944,0.012871146202087402,0.004826277382137201 +Twilight,Quil Ateara V,0.5100683569908142,0.1399546709235932,0.561724066734314,0.0447618215796129,Twilight,0.5615991950035095,0.0493345792024236,0.5382692217826843,0.0347674485236213,-0.05153083801269531,0.09062009172116961,0.02345484495162964,0.009994373055991601 +Twilight,Mike Newton,0.5422773957252502,0.0228071631416192,0.5342537760734558,0.0119840056601496,Twilight,0.509818971157074,0.0566707227136515,0.5195896625518799,0.0013125449480526,0.03245842456817627,-0.0338635595720323,0.014664113521575928,0.010671460712097 +Twilight,Huilen,0.5564388036727905,0.4284589161086818,0.503710150718689,0.0176898436123173,Twilight,0.5121077299118042,0.0233117597090182,0.4981113970279693,0.0021069506874706,0.04433107376098633,0.4051471563996636,0.00559875369071966,0.0155828929248467 +The Lord of the Rings,Éomer,0.5421885848045349,0.0170643806662626,0.5727627873420715,0.0765165006720312,The Lord of the Rings,0.569170355796814,0.066327741860287,0.5846097469329834,0.0604223548725145,-0.026981770992279053,-0.0492633611940244,-0.011846959590911865,0.016094145799516693 +Dune,Xavier Harkonnen,0.5057855248451233,0.0001623178149653,0.5143126249313354,0.0432104443771766,Dune,0.5171380639076233,0.0743896149171771,0.5296557545661926,0.026693979818351,-0.0113525390625,-0.0742272971022118,-0.015343129634857178,0.016516464558825602 +Twilight,Heidi,0.4454536139965057,1.0930883456035096e-07,0.4894866943359375,0.0184495655810594,Twilight,0.4520511627197265,0.0001680023447723,0.471882551908493,0.0009332466402578,-0.006597548723220825,-0.00016789303593773964,0.017604142427444514,0.0175163189408016 +Twilight,Laurent,0.5089563727378845,0.0012824595639473,0.5217602252960205,0.0286178367409613,Twilight,0.4753958880901336,0.0014116932360878,0.5218551158905029,0.0066333819862924,0.03356048464775091,-0.00012923367214050002,-9.489059448242188e-05,0.0219844547546689 +Twilight,Emily Young,0.5085493326187134,7.213279249480357e-06,0.5158069729804993,0.0330255215871768,Twilight,0.4843425154685974,5.8861067356876075e-08,0.4932059049606323,0.0021554370112846,0.024206817150115967,7.154418182123481e-06,0.022601068019866943,0.0308700845758922 +The Lord of the Rings,Éowyn,0.5354081392288208,0.0446670784607137,0.5591710209846497,0.0808981344760647,The Lord of the Rings,0.5752246379852295,0.1766522094437725,0.5742315649986267,0.0361872465904922,-0.03981649875640869,-0.1319851309830588,-0.01506054401397705,0.044710887885572495 +The Lord of the Rings,Gríma,0.5651068687438965,0.0263081311492341,0.5924745798110962,0.0689119201878415,The Lord of the Rings,0.5414962768554688,0.0014040690327283,0.5831183195114136,0.0226204631359317,0.023610591888427734,0.0249040621165058,0.009356260299682617,0.04629145705190979 +The Lord of the Rings,Shelob,0.5592805743217468,0.0758405306378195,0.5853018164634705,0.3406007945047815,The Lord of the Rings,0.5028041005134583,1.2144310358752952e-12,0.5753321647644043,0.2937028728612532,0.056476473808288574,0.07584053063660506,0.009969651699066162,0.046897921643528295 +Dune,Stilgar,0.5065039992332458,0.3521997169623891,0.532167375087738,0.5102105680812854,Dune,0.4978335201740265,1.050191588802027,0.5372103452682495,0.4579809007162451,0.00867047905921936,-0.6979918718396378,-0.005042970180511475,0.05222966736504031 +Dune,Octa Butler,0.4596191346645355,0.0260518392912217,0.5119488835334778,0.9994224406668474,Dune,0.5055363774299622,1.1788144831676244,0.5349791646003723,0.9440785315735382,-0.045917242765426636,-1.1527626438764027,-0.02303028106689453,0.05534390909330922 +Twilight,Sue Clearwater,0.5386261343955994,0.2446133009175692,0.5701732635498047,0.0704058026402606,Twilight,0.5145647525787354,0.0258926919519143,0.5306036472320557,0.012183993251342,0.024061381816864014,0.2187206089656549,0.03956961631774902,0.0582218093889186 +Dune,Gurney Halleck,0.5254309177398682,0.0210078510281879,0.5530193448066711,0.076351204570937,Dune,0.4746912121772766,0.0132546012270145,0.5403727293014526,0.0163296967836743,0.05073970556259155,0.0077532498011734004,0.012646615505218506,0.0600215077872627 +Dune,Wellington Yueh,0.5041899085044861,0.4257537731570264,0.5070567727088928,0.2773105966965404,Dune,0.4970987439155578,0.2325143240007675,0.5185472369194031,0.2033587989177272,0.007091164588928278,0.1932394491562589,-0.011490464210510254,0.0739517977788132 +Dune,Leto I Atreides,0.504253625869751,0.0099520281209106,0.5509100556373596,0.1195720031412774,Dune,0.5601571798324585,0.1023989904643914,0.5555311441421509,0.0417155261758025,-0.05590355396270752,-0.09244696234348079,-0.00462108850479126,0.0778564769654749 +The Hitchhiker's Guide to the Galaxy,Alice Beeblebrox,0.484935998916626,2.711765617333668,0.541314423084259,1.1895178198195084,The Hitchhiker's Guide to the Galaxy,0.4696454703807831,0.8978039968744738,0.5031110644340515,1.1097740115014256,0.015290528535842896,1.8139616204591942,0.03820335865020752,0.07974380831808281 +The Hitchhiker's Guide to the Galaxy,Number Two,0.43616983294487,0.9727470646024056,0.4991006553173065,1.892146497758362,The Hitchhiker's Guide to the Galaxy,0.5003491044044495,1.2324191217297131,0.5516855120658875,1.8112055895966903,-0.06417927145957947,-0.25967205712730757,-0.05258485674858093,0.08094090816167165 +Dune,Jamis,0.5443645715713501,0.0881118874436091,0.5378723740577698,0.1472962292049995,Dune,0.4380188286304474,4.0357943122665017e-08,0.5405598878860474,0.0628581234073116,0.10634574294090271,0.08811184708566597,-0.002687513828277588,0.08443810579768789 +Dune,Glossu Rabban Harkonnen,0.5374839901924133,2.346730239086161,0.5518556237220764,3.595008864263438,Dune,0.5142450332641602,2.34971710324303,0.5398516654968262,3.508803037015137,0.023238956928253174,-0.0029868641568691068,0.012003958225250244,0.08620582724830106 +The Lord of the Rings,Lúthien,0.4240851700305938,1.3768888823489491e-10,0.5941258072853088,0.1462831108081908,The Lord of the Rings,0.5956390500068665,0.0112333518610646,0.5993440747261047,0.0595055290157494,-0.17155387997627264,-0.011233351723375713,-0.0052182674407958984,0.08677758179244141 +Dune,Helena Atreides,0.5068652033805847,0.1119035016338069,0.5462532639503479,0.3454311405400564,Dune,0.55311119556427,0.3863628588487818,0.5335257053375244,0.2456276973392827,-0.0462459921836853,-0.2744593572149749,0.012727558612823486,0.09980344320077372 +Dune,Tyekanik,0.5045052170753479,0.8605449177709994,0.5404890775680542,1.138484106188053,Dune,0.5200982689857483,0.8706128152474562,0.5710911154747009,1.0321123382009028,-0.01559305191040039,-0.010067897476456755,-0.03060203790664673,0.10637176798715031 +Dune,Edric,0.4637089073657989,1.474504801773972,0.4967652559280395,1.1583227412688253,Dune,0.4717606902122497,1.5474047775962123,0.5060545206069946,1.0497433254976,-0.008051782846450806,-0.07289997582224039,-0.009289264678955134,0.10857941577122521 +Dune,Iakin Nefud,0.5762370824813843,3.774862952073259,0.5554256439208984,1.3726203168044029,Dune,0.5314460396766663,1.5068754477787645,0.5381607413291931,1.2583039126290727,0.04479104280471802,2.267987504294495,0.017264902591705322,0.11431640417533018 +The Lord of the Rings,Théoden,0.5443832278251648,0.0742075913758281,0.5772528052330017,0.1807967875535116,The Lord of the Rings,0.5545390844345093,0.1281139861151609,0.562267005443573,0.0641638199573162,-0.010155856609344482,-0.0539063947393328,0.014985799789428711,0.11663296759619542 +The Hitchhiker's Guide to the Galaxy,Prak,0.4407698810100555,0.1180049148389614,0.514369547367096,0.4189564750491458,The Hitchhiker's Guide to the Galaxy,0.4743108451366424,0.8805545389287109,0.5147708058357239,0.2908535552733367,-0.033540964126586914,-0.7625496240897496,-0.0004012584686279297,0.12810291977580912 +Dune,Kwisatz Haderach,0.562592089176178,0.2092850384260413,0.5722053050994873,0.8231619434607415,Dune,0.527566134929657,0.3652673873188247,0.5783027410507202,0.6787766995793216,0.035025954246520996,-0.1559823488927834,-0.00609743595123291,0.14438524388141982 +Dune,Jessica Atreides,0.4570485055446625,0.144439164385024,0.4733946025371551,0.5619218432663521,Dune,0.4973728954792022,0.376441262810641,0.4970850646495819,0.4108089338864428,-0.04032438993453974,-0.232002098425617,-0.023690462112426813,0.1511129093799093 +Twilight,Zafrina,0.5180833339691162,0.0561211749005394,0.5461707711219788,0.1718688423167518,Twilight,0.5134309530258179,0.0060094369545604,0.5406683683395386,0.0198820398641118,0.00465238094329834,0.050111737945979,0.0055024027824401855,0.15198680245264 +Twilight,Eric Yorkie,0.5205509662628174,0.0642821243823755,0.5471195578575134,0.1757533347555896,Twilight,0.4972875118255615,0.0263127727884052,0.5217227935791016,0.016041407862509,0.02326345443725586,0.0379693515939703,0.025396764278411865,0.1597119268930806 +Dune,Ghanima Atreides,0.4960546195507049,0.4661478620566122,0.507136881351471,0.6183888868445536,Dune,0.5155541300773621,0.2499762320736255,0.5028332471847534,0.453167202126176,-0.01949951052665716,0.2161716299829867,0.004303634166717529,0.16522168471837761 +The Lord of the Rings,Khamûl,0.5273112654685974,0.3111839518759664,0.5779586434364319,1.5488645441375015,The Lord of the Rings,0.5351359248161316,0.4660404983610751,0.5849636793136597,1.381356707874084,-0.00782465934753418,-0.15485654648510866,-0.007005035877227783,0.16750783626341748 +The Lord of the Rings,Arwen,0.5495935678482056,0.0917615574909407,0.5545570254325867,0.4326173121468185,The Lord of the Rings,0.493246465921402,0.0876554934573564,0.531183660030365,0.2635930426979998,0.05634710192680359,0.004106064033584295,0.02337336540222168,0.16902426944881865 +The Lord of the Rings,Thrór,0.4825860559940338,7.743723490880978e-06,0.5413334965705872,0.2404470966108232,The Lord of the Rings,0.5830733180046082,0.1168014483449544,0.5529870390892029,0.0606224964542881,-0.10048726201057434,-0.11679370462146352,-0.011653542518615723,0.1798246001565351 +The Hitchhiker's Guide to the Galaxy,Phouchg,0.5244225859642029,3.808853748013472,0.4926845729351043,1.0361474155167532,The Hitchhiker's Guide to the Galaxy,0.558274507522583,3.1433265221504385,0.511775553226471,0.8516334959792943,-0.03385192155838013,0.6655272258630336,-0.019090980291366633,0.18451391953745888 +Twilight,Tyler Crowley,0.5633716583251953,1.140472973049515,0.554145872592926,0.4903717002677769,Twilight,0.5305580496788025,0.0755971518111978,0.5499755144119263,0.2944422307977792,0.03281360864639282,1.0648758212383171,0.004170358180999756,0.19592946946999767 +Dune,Nayla,0.5458073019981384,1.1268773215155374,0.5432273745536804,1.7074506944108572,Dune,0.5117801427841187,1.2422612366213277,0.5429883599281311,1.5111770122717076,0.034027159214019775,-0.11538391510579027,0.0002390146255493164,0.19627368213914953 +Dune,Miles Teg,0.5735767483711243,0.5392183891587967,0.5745278596878052,0.3328531911163241,Dune,0.5230474472045898,0.0899397912265296,0.5156404376029968,0.1163706711457741,0.050529301166534424,0.4492785979322671,0.05888742208480835,0.21648251997055 +Dune,Paulus Atreides,0.5753435492515564,0.7760784009369951,0.5783288478851318,0.6385111652421047,Dune,0.5355798602104187,0.271578043577058,0.5614880919456482,0.4179249168729293,0.039763689041137695,0.5045003573599371,0.016840755939483643,0.2205862483691754 +The Lord of the Rings,Meriadoc Brandybuck,0.561441957950592,0.0648408954241231,0.5652663707733154,0.9112354140815888,The Lord of the Rings,0.5441402792930603,0.0021317408663048,0.562679648399353,0.6799241297925943,0.01730167865753174,0.0627091545578183,0.0025867223739624023,0.2313112842889945 +Dune,Liet Kynes,0.5218409895896912,1.278225329638197,0.5362000465393066,0.7457589774633218,Dune,0.5779098868370056,0.5893175192449547,0.5671825408935547,0.5113138194072281,-0.05606889724731445,0.6889078103932422,-0.030982494354248047,0.23444515805609367 +Dune,Rhombur Vernius,0.4880791306495666,0.0403226233838716,0.5621006488800049,0.4523142109796731,Dune,0.5298475623130798,0.4492802922201242,0.5671092867851257,0.2153144695845419,-0.04176843166351324,-0.4089576688362526,-0.00500863790512085,0.23699974139513122 +The Hitchhiker's Guide to the Galaxy,Garkbit,0.5128700733184814,1.946174109013354,0.5239087343215942,2.7189349347234626,The Hitchhiker's Guide to the Galaxy,0.5236223936080933,1.0433548950697888,0.5911267399787903,2.4572819478109995,-0.010752320289611816,0.9028192139435651,-0.06721800565719604,0.2616529869124631 +The Hitchhiker's Guide to the Galaxy,Humma Kavula,0.4854157567024231,1.8566239223449013,0.5276848077774048,5.14095889510766,The Hitchhiker's Guide to the Galaxy,0.5110021829605103,2.0183648713233,0.5350873470306396,4.865023727382481,-0.025586426258087158,-0.16174094897839852,-0.007402539253234863,0.2759351677251791 +Dune,Scytale,0.4897126257419586,0.4730752657490815,0.5085275173187256,0.5772822226475126,Dune,0.521210253238678,0.5930412116541532,0.5328407883644104,0.2677262583362687,-0.03149762749671936,-0.11996594590507176,-0.024313271045684814,0.30955596431124394 +The Lord of the Rings,Treebeard,0.5894725322723389,0.0374304636551114,0.5587906837463379,0.6738879374362026,The Lord of the Rings,0.4938358664512634,0.0103694590954731,0.5689936876296997,0.3546676867674176,0.09563666582107544,0.0270610045596383,-0.010203003883361816,0.31922025066878496 +Dune,Hedley Tuek,0.4837548434734344,1.07362282470827,0.5231477618217468,1.5332853064468446,Dune,0.5025479197502136,0.8595255704490478,0.5215905904769897,1.2034179134975411,-0.01879307627677923,0.2140972542592222,0.00155717134475708,0.32986739294930345 +The Hitchhiker's Guide to the Galaxy,Number One,0.4791897237300873,1.594780988308329,0.5081092715263367,1.295263558473435,The Hitchhiker's Guide to the Galaxy,0.5280580520629883,1.4328597399698952,0.493426501750946,0.9568505357678344,-0.048868328332901,0.1619212483384338,0.01468276977539068,0.3384130227056007 +Dune,Anirul Corrino,0.5136567950248718,1.876669671550019,0.5680137276649475,2.9275031075382563,Dune,0.5521725416183472,1.7887946758179385,0.5885332226753235,2.588326357345893,-0.03851574659347534,0.08787499573208057,-0.020519495010375977,0.3391767501923635 +Dune,Pardot Kynes,0.5781580805778503,0.667386054851426,0.5367116928100586,0.4363991678386836,Dune,0.548527717590332,0.672247439672272,0.5399633049964905,0.0884621745392188,0.02963036298751831,-0.004861384820845971,-0.0032516121864318848,0.3479369932994648 +The Lord of the Rings,Beorn,0.4574282765388489,7.964547045271094e-06,0.6069895625114441,0.5130365078530041,The Lord of the Rings,0.5743336081504822,0.2859192303420603,0.598109781742096,0.1540755443137909,-0.1169053316116333,-0.285911265795015,0.008879780769348145,0.35896096353921325 +Dune,Elrood Corrino IX,0.4714115262031555,1.3470757706131942,0.5571887493133545,3.313130230889499,Dune,0.5237322449684143,1.7444766368832163,0.5411025285720825,2.93718753271404,-0.05232071876525879,-0.39740086627002214,0.016086220741271973,0.375942698175459 +Dune,Tyros Reffa,0.42983078956604,0.1327862233708681,0.4983071088790893,1.1056474255429347,Dune,0.4846203923225403,0.8964724246466521,0.5130773186683655,0.7053993910320941,-0.0547896027565003,-0.763686201275784,-0.014770209789276179,0.40024803451084057 +The Hitchhiker's Guide to the Galaxy,Know-Nothing-Bozo,0.460536777973175,1.4569908972698322,0.4859395027160644,1.0203099039770764,The Hitchhiker's Guide to the Galaxy,0.4955277740955353,0.5778292685825147,0.4897610247135162,0.6143910796859021,-0.034990996122360285,0.8791616286873175,-0.0038215219974517822,0.4059188242911743 +Dune,Hasimir Fenring,0.547031044960022,3.7819609171032647,0.5571539402008057,1.9510502823437563,Dune,0.5189106464385986,0.7464248043860787,0.5208718776702881,1.5108144082637671,0.02812039852142334,3.035536112717186,0.03628206253051758,0.4402358740799892 +Dune,Sheeana Brugh,0.5340063571929932,0.9987176212057696,0.5581178069114685,2.533198754228731,Dune,0.5689539313316345,3.879076295351741,0.5332396626472473,2.092447271800819,-0.03494757413864136,-2.8803586741459712,0.02487814426422119,0.44075148242791196 +Twilight,Mary,0.5204862356185913,1.4050623647905562,0.5231702923774719,1.023507485669433,Twilight,0.4660108685493469,0.3373203105847336,0.5035999417304993,0.5700600729471494,0.054475367069244385,1.0677420542058227,0.019570350646972656,0.4534474127222836 +The Hitchhiker's Guide to the Galaxy,Lunkwill and Fook,0.4459331035614013,0.9297680416501386,0.5080600380897522,1.226444792424524,The Hitchhiker's Guide to the Galaxy,0.4774085283279419,1.5053924682447637,0.5095489621162415,0.74077942371084,-0.03147542476654058,-0.5756244265946251,-0.0014889240264892578,0.48566536871368404 +The Hitchhiker's Guide to the Galaxy,Lallafa,0.4753203988075256,0.7379222995063882,0.5090602040290833,1.4554464099777698,The Hitchhiker's Guide to the Galaxy,0.5180431008338928,1.4061786046354934,0.5211470723152161,0.9665751629373902,-0.04272270202636724,-0.6682563051291052,-0.012086868286132812,0.48887124704037954 +Dune,Norma Cevna,0.4986927509307861,0.2939918557389265,0.5146554112434387,1.1904821789395426,Dune,0.5122960805892944,0.7993872527996245,0.5158432126045227,0.6773874968887998,-0.013603329658508356,-0.505395397060698,-0.0011878013610839844,0.5130946820507427 +Dune,Bellonda,0.5828205943107605,3.054110317840824,0.592597246170044,3.691212952707253,Dune,0.566320538520813,2.080836282967017,0.572908878326416,3.142909773513882,0.01650005578994751,0.9732740348738069,0.01968836784362793,0.548303179193371 +The Hitchhiker's Guide to the Galaxy,Haggunenons,0.5025545358657837,0.4367676940461874,0.5594968795776367,1.4825687364523716,The Hitchhiker's Guide to the Galaxy,0.5453197956085205,0.3291761873612753,0.5468650460243225,0.920699640644659,-0.042765259742736816,0.10759150668491213,0.012631833553314209,0.5618690958077126 +The Lord of the Rings,Melian,0.4705244600772857,0.0005430458619563,0.5702692866325378,1.151224722893621,The Lord of the Rings,0.568642795085907,0.4820294146165659,0.5772488117218018,0.5859594915320728,-0.09811833500862127,-0.4814863687546096,-0.006979525089263916,0.5652652313615482 +Dune,Feyd-Rautha Harkonnen,0.460873395204544,1.219083792235549,0.4707494080066681,0.8714558397648315,Dune,0.5048120021820068,0.0491797741805462,0.5505842566490173,0.2825709889059585,-0.043938606977462824,1.1699040180550029,-0.07983484864234924,0.5888848508588731 +The Hitchhiker's Guide to the Galaxy,Caveman,0.4730314910411834,1.0964563631165871,0.4764082133769989,3.0170284945414987,The Hitchhiker's Guide to the Galaxy,0.4620581865310669,1.1378235127068754,0.511817455291748,2.426670574784131,0.010973304510116522,-0.04136714959028831,-0.035409241914749146,0.5903579197573676 +Dune,Ramallo,0.4325161278247833,0.0687161399514886,0.501629650592804,1.872451841371104,Dune,0.5678929090499878,1.154690518665489,0.5771474838256836,1.2469760206362497,-0.13537678122520447,-1.0859743787140004,-0.07551783323287964,0.6254758207348543 +Twilight,Renesmee Cullen,0.4330266118049621,0.6311994326354685,0.4501892328262329,0.6259689675029592,Twilight,0.497202605009079,3.8947510848525565e-11,0.4866980016231537,1.0830165529302885e-12,-0.06417599320411688,0.631199432596521,-0.036508768796920776,0.6259689675018761 +The Hitchhiker's Guide to the Galaxy,Grunthos the Flatulent,0.5367152690887451,2.4596168074797715,0.5372061729431152,2.8103312219034,The Hitchhiker's Guide to the Galaxy,0.5995125770568848,17.001846737223865,0.5219007730484009,2.133263321573577,-0.06279730796813965,-14.542229929744092,0.015305399894714355,0.6770679003298228 +Twilight,Aro,0.4243939220905304,0.460612241210917,0.4378767609596252,0.6814359492698534,Twilight,0.4543935358524322,9.889850379521285e-13,0.5243455767631531,8.342864762593227e-07,-0.0299996137619018,0.460612241209928,-0.08646881580352789,0.6814351149833772 +Twilight,Sasha,0.4354710578918457,0.0038431673822077,0.5104660987854004,1.085126858305472,Twilight,0.4636020064353943,0.434826142440545,0.5213740468025208,0.3945277143916048,-0.028130948543548584,-0.4309829750583373,-0.010907948017120361,0.6905991439138672 +The Hitchhiker's Guide to the Galaxy,Old Woman in the Cave,0.4645183086395263,1.170952580145992,0.5418444275856018,7.01581392016772,The Hitchhiker's Guide to the Galaxy,0.5089417099952698,4.67116185980418,0.5259667634963989,6.319423488592738,-0.044423401355743464,-3.5002092796581885,0.01587766408920288,0.696390431574982 +The Hunger Games,Palmyra Monty,0.4756408631801605,2.723208990680631,0.5241082310676575,3.4981564388107538,The Hunger Games,0.4658852517604828,1.4012232545944838,0.5263291597366333,2.776145655403921,0.009755611419677734,1.3219857360861471,-0.00222092866897583,0.7220107834068328 +Dune,Wensicia Corrino,0.5699851512908936,1.352215822644708,0.5664901733398438,1.7340149761303842,Dune,0.5715660452842712,1.819849624453167,0.5675203800201416,0.9927692781062312,-0.0015808939933776855,-0.4676338018084589,-0.0010302066802978516,0.7412456980241531 +The Lord of the Rings,Bilbo Baggins,0.4629913568496704,0.7427334673811882,0.4710036516189575,0.7643137653901765,The Lord of the Rings,0.4778127372264862,5.997080118325448e-93,0.5490546822547913,5.605650315565308e-07,-0.014821380376815796,0.7427334673811882,-0.07805103063583374,0.764313204825145 +Twilight,Victoria,0.439033567905426,0.6875448458491541,0.4483987092971802,0.7681029253884348,Twilight,0.4500223100185394,2.4296132185068976e-12,0.5165584683418274,4.3097260621781655e-09,-0.010988742113113348,0.6875448458467245,-0.06815975904464722,0.7681029210787088 +Dune,Glossu Rabban,0.5381055474281311,2.142668830782992,0.5276147723197937,1.656558769139198,Dune,0.5129092931747437,1.0069395582773502,0.4982693493366241,0.8636006270233796,0.02519625425338745,1.135729272505642,0.02934542298316961,0.7929581421158185 +The Hitchhiker's Guide to the Galaxy,Murray Bost Henson,0.5320996642112732,2.2800785875024605,0.5120303630828857,2.9196774427018526,The Hitchhiker's Guide to the Galaxy,0.4902479350566864,1.2326925936283584,0.5304598212242126,2.1115138981949566,0.04185172915458679,1.0473859938741021,-0.018429458141326904,0.808163544506896 +The Hitchhiker's Guide to the Galaxy,Genghis Khan,0.5043528079986572,1.1397913126863477,0.5355144143104553,3.3542247691558065,The Hitchhiker's Guide to the Galaxy,0.5663809180259705,2.074380728007357,0.5443081259727478,2.531551998571767,-0.06202811002731323,-0.9345894153210095,-0.00879371166229248,0.8226727705840395 +Harry Potter,Ronald Weasley,0.4466086626052856,0.5717791795437712,0.4628472924232483,0.8329823782588229,Harry Potter,0.4568961858749389,3.0121077517168323e-67,0.4556145966053009,1.5991470488320035e-30,-0.01028752326965332,0.5717791795437712,0.007232695817947388,0.8329823782588229 +The Hitchhiker's Guide to the Galaxy,Captain,0.5367289185523987,2.805112306823628,0.5163926482200623,1.8205771236547,The Hitchhiker's Guide to the Galaxy,0.4852561056613922,1.3337660049817803,0.5076146721839905,0.9621542476535582,0.05147281289100647,1.4713463018418478,0.008777976036071777,0.8584228760011418 +Twilight,Sam Uley,0.4657468497753143,0.7360231784276465,0.4671300649642944,0.9117944123315556,Twilight,0.5355950593948364,3.600960145056e-05,0.540189266204834,1.1542121422218382e-05,-0.06984820961952215,0.735987168826196,-0.0730592012405396,0.9117828702101334 +Harry Potter,Harry Potter,0.4503121674060821,0.5536328923594419,0.4723129868507385,0.9263211683672428,Harry Potter,0.4013104438781738,2.3430883707773023e-302,0.4515830278396606,1.8861245582152952e-90,0.049001723527908325,0.5536328923594419,0.020729959011077936,0.9263211683672428 +The Hitchhiker's Guide to the Galaxy,Great Green Arkleseizure,0.528576135635376,3.3641340015274275,0.5669288635253906,6.084616931515877,The Hitchhiker's Guide to the Galaxy,0.5522434115409851,4.391415220193749,0.5681037306785583,5.109643200946081,-0.02366727590560913,-1.0272812186663214,-0.0011748671531677246,0.9749737305697961 +The Lord of the Rings,Smaug,0.4951056838035583,1.369934426713461,0.5086314678192139,1.0657703146783388,The Lord of the Rings,0.5015507340431213,5.0048383037670566e-12,0.5529960989952087,5.611996296469298e-07,-0.006445050239563044,1.369934426708456,-0.04436463117599487,1.0657697534787092 +Dune,Vorian Atreides,0.4723348021507263,0.7620755642897297,0.4491121768951416,1.0658716977179965,Dune,0.5141591429710388,1.5746219723473062e-11,0.5186734795570374,2.5327050753729173e-14,-0.0418243408203125,0.7620755642739835,-0.06956130266189575,1.0658716977179712 +The Lord of the Rings,Faramir,0.4913611710071563,0.8622361224149409,0.4823136627674103,1.0867150159587091,The Lord of the Rings,0.4902814328670501,1.67007031583667e-22,0.5523663759231567,4.15414819828084e-05,0.0010797381401062012,0.8622361224149409,-0.07005271315574646,1.0866734744767264 +The Hitchhiker's Guide to the Galaxy,Hactar,0.4329808056354522,0.0638868818155731,0.5714038014411926,2.182541127424045,The Hitchhiker's Guide to the Galaxy,0.5371614098548889,1.459193337851069,0.574628472328186,1.092209836230405,-0.1041806042194367,-1.395306456035496,-0.003224670886993408,1.0903312911936403 +The Hitchhiker's Guide to the Galaxy,Mr Prosser,0.5069112777709961,3.1382313033558216,0.5113053321838379,4.395576469021057,The Hitchhiker's Guide to the Galaxy,0.4827904403209686,4.507037385340246,0.4820026457309723,3.286594095395597,0.02412083745002752,-1.3688060819844248,0.0293026864528656,1.1089823736254596 +Dune,Abulurd Harkonnen,0.5403276085853577,2.013332878603165,0.5230582356452942,2.1064208263373607,Dune,0.5195108652114868,1.1375128614763077,0.563437819480896,0.8915872034693118,0.02081674337387085,0.8758200171268573,-0.04037958383560181,1.214833622868049 +The Lord of the Rings,Saruman,0.4741404950618744,0.8696719536245657,0.4654025435447693,1.2235656275977629,The Lord of the Rings,0.4671428799629211,5.896204108889357e-98,0.5533922910690308,1.1844731084685679e-11,0.006997615098953303,0.8696719536245657,-0.08798974752426147,1.2235656275859181 +The Hitchhiker's Guide to the Galaxy,Eccentrica Gallumbits,0.5684916377067566,1.600421665398035,0.5986104011535645,5.373714248134763,The Hitchhiker's Guide to the Galaxy,0.5966795682907104,7.6688246058673775,0.5707736015319824,4.145647728569833,-0.028187930583953857,-6.068402940469342,0.02783679962158203,1.2280665195649298 +The Hunger Games,Haymitch Abernathy,0.4316339194774627,1.134473813765434,0.4425918161869049,1.229173845922611,The Hunger Games,0.4491443932056427,1.2683325876099306e-41,0.5349822640419006,2.641567310653902e-21,-0.017510473728179987,1.134473813765434,-0.09239044785499573,1.229173845922611 +The Hitchhiker's Guide to the Galaxy,Heimdall,0.5224384665489197,2.6783508235738216,0.5182178020477295,2.607389714298064,The Hitchhiker's Guide to the Galaxy,0.5255253911018372,2.0622431163773225,0.5286298394203186,1.3716973750191226,-0.0030869245529174805,0.6161077071964991,-0.010412037372589111,1.2356923392789416 +Dune,Leto Atreides II,0.4332444071769714,1.0353937872588983,0.4626670479774475,1.236763637671174,Dune,0.5101075768470764,0.0009207827013981,0.5217192769050598,0.000183900062533,-0.07686316967010504,1.0344730045575001,-0.059052228927612305,1.236579737608641 +Harry Potter,Rita Skeeter,0.4344606101512909,0.5426442446824509,0.4388675093650818,1.2415302305645854,Harry Potter,0.4429920613765716,2.1620884269442426e-18,0.5543853044509888,5.9324980022154e-07,-0.008531451225280706,0.5426442446824509,-0.11551779508590698,1.2415296373147853 +The Lord of the Rings,Frodo Baggins,0.4546349644660949,1.7198854026994104,0.4846213757991791,1.250914683541555,The Lord of the Rings,0.4864082634449005,2.1745984994112282e-17,0.5676297545433044,1.848452970455668e-08,-0.0317732989788056,1.7198854026994104,-0.08300837874412537,1.2509146650570253 +The Lord of the Rings,Aragorn II,0.514411449432373,1.2754050915206687,0.49165078997612,1.2727238428741576,The Lord of the Rings,0.5183244943618774,1.4765109316005042e-08,0.5439724326133728,6.747405139781331e-12,-0.0039130449295043945,1.2754050767555594,-0.05232164263725281,1.2727238428674101 +The Lord of the Rings,Legolas,0.4352049231529236,0.4679468441090048,0.4515453577041626,1.3105177750316803,The Lord of the Rings,0.5186892151832581,4.7944220802678974e-24,0.583724319934845,2.8502492893339547e-09,-0.08348429203033447,0.4679468441090048,-0.13217896223068237,1.310517772181431 +The Hitchhiker's Guide to the Galaxy,Colin the Security Robot,0.5130603909492493,2.195416666697422,0.5294987559318542,2.83372619940594,The Hitchhiker's Guide to the Galaxy,0.5057948231697083,1.244740878257223,0.5356009006500244,1.521336768726183,0.007265567779541016,0.9506757884401991,-0.006102144718170166,1.3123894306797572 +Harry Potter,Hermione Granger,0.4524604678153991,0.704830134611921,0.4401030540466308,1.4039408463334415,Harry Potter,0.3828257620334625,0.0,0.452903002500534,1.365026639534582e-49,0.06963470578193659,0.704830134611921,-0.012799948453903198,1.4039408463334415 +The Hitchhiker's Guide to the Galaxy,Reg Nullify,0.4720154106616974,1.902039103801027,0.5031870007514954,2.457118678686294,The Hitchhiker's Guide to the Galaxy,0.4947773516178131,1.620227868508112,0.5117180347442627,1.048460238003262,-0.022761940956115723,0.28181123529291496,-0.008531033992767334,1.4086584406830323 +The Hitchhiker's Guide to the Galaxy,Almighty Bob,0.460065096616745,1.8494015249277385,0.5477994680404663,2.8131422225838065,The Hitchhiker's Guide to the Galaxy,0.5236132144927979,3.957909785382811,0.5205970406532288,1.3806195933359589,-0.06354811787605286,-2.1085082604550727,0.02720242738723755,1.4325226292478477 +Dune,Paul Atreides,0.477653831243515,1.4512494341597175,0.4664964973926544,1.45505341540141,Dune,0.4406875669956207,2.358466546337092e-14,0.4551504552364349,2.737971189246936e-07,0.03696626424789429,1.451249434159694,0.011346042156219538,1.4550531416042911 +The Hitchhiker's Guide to the Galaxy,Frankie and Benjy,0.5203325748443604,0.4796580016301606,0.5363255739212036,1.6535834987703122,The Hitchhiker's Guide to the Galaxy,0.4938448667526245,0.0661239444775259,0.5206273794174194,0.1932430384039708,0.02648770809173584,0.4135340571526347,0.01569819450378418,1.4603404603663415 +The Hitchhiker's Guide to the Galaxy,Lig Lury Jr,0.4491147696971893,0.167543472843609,0.4874661862850189,3.8898089760996233,The Hitchhiker's Guide to the Galaxy,0.5064576864242554,1.4415529324090486,0.5332200527191162,2.406554908545643,-0.057342916727066096,-1.2740094595654397,-0.04575386643409729,1.4832540675539803 +The Hitchhiker's Guide to the Galaxy,God,0.4720796644687652,0.000474325132103,0.5213883519172668,2.9978883732699493,The Hitchhiker's Guide to the Galaxy,0.538847804069519,2.2596122948759985,0.5220323801040649,1.4293852203350672,-0.06676813960075384,-2.2591379697438954,-0.0006440281867980957,1.568503152934882 +The Hunger Games,Coriolanus Snow,0.4087497889995575,0.3796436125093209,0.4526492655277252,1.5742954966856622,The Hunger Games,0.4886925816535949,1.7029677076940517e-18,0.518031120300293,7.187736589710056e-17,-0.07994279265403742,0.3796436125093209,-0.06538185477256775,1.5742954966856622 +Harry Potter,Angelina Johnson,0.4413478076457977,0.4817691565597695,0.4609935581684112,1.61538573750937,Harry Potter,0.4537081718444824,1.8427468955960171e-16,0.4713198542594909,9.816952547824026e-11,-0.012360364198684748,0.4817691565597693,-0.010326296091079712,1.6153857374112006 +Harry Potter,Seamus Finnigan,0.4527804553508758,1.5254552835269637,0.4320342540740967,1.6758501032135402,Harry Potter,0.5138559937477112,6.541696306138895e-16,0.5381180644035339,2.4033985258907307e-06,-0.06107553839683538,1.525455283526963,-0.10608381032943726,1.6758476998150142 +The Hitchhiker's Guide to the Galaxy,Hotblack Desiato,0.5021933913230896,3.3008269824014618,0.5471504330635071,4.551225292467061,The Hitchhiker's Guide to the Galaxy,0.5200538635253906,3.951519228743921,0.5353698134422302,2.8489468857505824,-0.017860472202301025,-0.6506922463424591,0.011780619621276855,1.7022784067164785 +The Hitchhiker's Guide to the Galaxy,Oolon Colluphid,0.5167138576507568,0.3045699755027859,0.5419318079948425,4.214868428260779,The Hitchhiker's Guide to the Galaxy,0.5784218311309814,4.851148934817749,0.5522536039352417,2.5080001062957518,-0.06170797348022461,-4.546578959314963,-0.01032179594039917,1.7068683219650271 +Twilight,Charlie Swan,0.4474963545799255,0.6579660924865371,0.4262187480926513,1.7776992499067172,Twilight,0.50819993019104,1.7029831075784686e-20,0.5111526250839233,1.0789891481000245e-15,-0.06070357561111456,0.6579660924865371,-0.08493387699127203,1.7776992499067161 +The Hitchhiker's Guide to the Galaxy,Elvis Presley,0.5296612977981567,1.509792747521029,0.5141420960426331,3.454116112209741,The Hitchhiker's Guide to the Galaxy,0.4907255470752716,1.351894932353983,0.5306002497673035,1.626699947685858,0.03893575072288513,0.15789781516704604,-0.01645815372467041,1.8274161645238831 +Harry Potter,Dean Thomas,0.4605115950107574,1.521156044271354,0.448440670967102,1.828053777490866,Harry Potter,0.4910069108009338,1.964056739711877e-21,0.5423886179924011,6.595244790795994e-09,-0.03049531579017639,1.521156044271354,-0.09394794702529913,1.8280537708956213 +The Lord of the Rings,Morgoth,0.4580369889736175,1.168327412862539,0.4980153143405914,1.836967770407093,The Lord of the Rings,0.5276913642883301,5.316404165253476e-17,0.5421412587165833,1.5246684081734516e-13,-0.06965437531471258,1.168327412862539,-0.04412594437599188,1.8369677704069405 +The Hunger Games,Katniss Everdeen,0.4497995972633362,1.4265105776332534,0.474838376045227,2.195442424563712,The Hunger Games,0.4919271767139435,3.5075124594518224e-74,0.5602644085884094,3.947301730599182e-27,-0.0421275794506073,1.4265105776332534,-0.08542603254318243,2.195442424563712 +Dune,Duncan Idaho,0.4214058220386505,1.0528955818498733,0.4439141750335693,2.1972041209773283,Dune,0.4661685228347778,7.297284294208589e-05,0.4469107091426849,0.000229876418894,-0.044762700796127264,1.0528226090069313,-0.0029965341091156006,2.1969742445584344 +The Hitchhiker's Guide to the Galaxy,Russell,0.4884125888347626,1.8988536444481336,0.4713529944419861,3.520367733124405,The Hitchhiker's Guide to the Galaxy,0.4608912467956543,0.9779045702858556,0.5067327618598938,1.3193558646808417,0.027521342039108276,0.920949074162278,-0.035379767417907715,2.2010118684435636 +The Hitchhiker's Guide to the Galaxy,The Lord,0.4792201817035675,1.354531018545949,0.5172358751296997,3.7359408086054313,The Hitchhiker's Guide to the Galaxy,0.5007612705230713,2.066419580043978,0.5112965703010559,1.3281270743648217,-0.021541088819503784,-0.711888561498029,0.005939304828643799,2.4078137342406096 +The Lord of the Rings,Elrond,0.5225498080253601,2.1405124896213987,0.5052364468574524,2.5439314310177656,The Lord of the Rings,0.5360152721405029,2.839668591472706e-05,0.5335156321525574,1.633587481324431e-05,-0.013465464115142822,2.140484092935484,-0.02827918529510498,2.5439150951429523 +The Lord of the Rings,Gandalf,0.493848979473114,0.7690076168971675,0.4897597432136535,2.593182433548461,The Lord of the Rings,0.4894548654556274,3.482748800879476e-39,0.5559438467025757,8.537526913583036e-14,0.004394114017486628,0.7690076168971675,-0.06618410348892217,2.5931824335483755 +The Lord of the Rings,Galadriel,0.4945986270904541,1.1028929795254774,0.498959481716156,2.6947653102196303,The Lord of the Rings,0.5415364503860474,4.372329747200607e-11,0.5580785274505615,7.375608451744264e-10,-0.04693782329559326,1.1028929794817541,-0.05911904573440552,2.6947653094820696 +The Hitchhiker's Guide to the Galaxy,Ameglian Major Cow,0.4219990670681,0.0333257116217055,0.5657427310943604,4.5520837618766254,The Hitchhiker's Guide to the Galaxy,0.524772584438324,0.4754265145147631,0.5391592383384705,1.6993015589938314,-0.102773517370224,-0.4421008028930576,0.026583492755889893,2.852782202882794 +The Hitchhiker's Guide to the Galaxy,Ruler of the Universe,0.4977446794509887,4.313830727905722,0.5375468134880066,9.833476668039363,The Hitchhiker's Guide to the Galaxy,0.5280703902244568,11.006996540280486,0.521700382232666,6.962456970037287,-0.030325710773468073,-6.693165812374764,0.015846431255340576,2.871019698002076 +Dune,Lucilla,0.5374746918678284,2.789838649157089,0.5433661341667175,4.21780433563992,Dune,0.5077373385429382,0.7368252249282593,0.5373562574386597,1.3430112354343922,0.029737353324890137,2.05301342422883,0.006009876728057861,2.8747931002055283 +The Lord of the Rings,Sauron,0.4784235060214996,1.6349855311995525,0.473971426486969,3.107573119386748,The Lord of the Rings,0.4822040498256683,1.5777603004678571e-62,0.5719515085220337,1.2221334063712123e-19,-0.003780543804168701,1.6349855311995525,-0.0979800820350647,3.107573119386748 +Harry Potter,Bartemius Crouch Junior,0.4790416359901428,3.9225961309581856,0.4808548986911773,3.138785448592562,Harry Potter,0.5438398122787476,2.068045174634521e-09,0.5474404096603394,1.3919049480481646e-09,-0.06479817628860474,3.9225961288901403,-0.06658551096916204,3.1387854472006573 +The Hitchhiker's Guide to the Galaxy,Prostetnic Vogon Jeltz,0.5412886142730713,3.643808150265752,0.5502378940582275,5.653932292970884,The Hitchhiker's Guide to the Galaxy,0.5014403462409973,1.5210810540607456,0.5499670505523682,2.281380024832352,0.039848268032073975,2.122727096205007,0.000270843505859375,3.372552268138532 +The Hitchhiker's Guide to the Galaxy,Agda,0.4573055505752563,1.421807429387134,0.5298096537590027,6.014122812135902,The Hitchhiker's Guide to the Galaxy,0.5139344334602356,1.6046755314659846,0.5281763672828674,2.435745000064001,-0.056628882884979304,-0.18286810207885074,0.001633286476135254,3.578377812071901 +The Hitchhiker's Guide to the Galaxy,Vroomfondel,0.5641388893127441,6.758901834977475,0.5593463778495789,9.166721456417331,The Hitchhiker's Guide to the Galaxy,0.5289682745933533,6.720129576328287,0.5723767876625061,4.958258342843732,0.03517061471939087,0.038772258649188096,-0.013030409812927246,4.2084631135735995 +The Lord of the Rings,Celebrimbor,0.5008432269096375,0.3055048819347499,0.5453246831893921,4.317380873481824,The Lord of the Rings,0.516136646270752,1.3411937602809202e-06,0.5013521313667297,5.955852752708689e-11,-0.015293419361114502,0.3055035407409896,0.043972551822662354,4.317380873422265 +Harry Potter,Myrtle Warren,0.4512809216976166,4.066192632689464,0.4595744013786316,4.842941977938914,Harry Potter,0.508208155632019,1.076582645255686e-05,0.5474299788475037,2.642506336340502e-06,-0.056927233934402466,4.066181866863012,-0.08785557746887207,4.842939335432577 +The Hitchhiker's Guide to the Galaxy,Mella,0.4520410597324371,1.4347506010220392,0.5313006639480591,8.1670382369449,The Hitchhiker's Guide to the Galaxy,0.487587034702301,1.8086497148552143,0.5032673478126526,2.9962824801325185,-0.03554597496986395,-0.3738991138331751,0.028033316135406494,5.170755756812382 diff --git a/ressources/images/Gollum.png b/ressources/images/Gollum.png new file mode 100644 index 0000000000000000000000000000000000000000..44ace8426b9a883e7acc4ea0e20d8b0c85060bbc Binary files /dev/null and b/ressources/images/Gollum.png differ diff --git a/ressources/images/wiki_Gollum.png b/ressources/images/wiki_Gollum.png new file mode 100644 index 0000000000000000000000000000000000000000..7b2812148067d4f8a06ee824d8363fbb09f2d664 Binary files /dev/null and b/ressources/images/wiki_Gollum.png differ diff --git a/summary.aux b/summary.aux deleted file mode 100644 index 569c8d8e5a94d1cb0d6b2dedf9441d303c250404..0000000000000000000000000000000000000000 --- a/summary.aux +++ /dev/null @@ -1,149 +0,0 @@ -\relax -\providecommand\hyper@newdestlabel[2]{} -\@writefile{toc}{\contentsline {chapter}{\numberline {6}Summary \& Outlook}{19}{chapter.6}\protected@file@percent } -\@writefile{lof}{\addvspace {10\p@ }} -\@writefile{lot}{\addvspace {10\p@ }} -\@writefile{lol}{\addvspace {10\p@ }} -\@setckpt{summary}{ -\setcounter{page}{20} -\setcounter{equation}{0} -\setcounter{enumi}{0} -\setcounter{enumii}{0} -\setcounter{enumiii}{0} -\setcounter{enumiv}{0} -\setcounter{footnote}{0} -\setcounter{mpfootnote}{0} -\setcounter{part}{0} -\setcounter{chapter}{6} -\setcounter{section}{0} -\setcounter{subsection}{0} -\setcounter{subsubsection}{0} -\setcounter{paragraph}{0} -\setcounter{subparagraph}{0} -\setcounter{figure}{0} -\setcounter{table}{0} -\setcounter{lstnumber}{1} -\setcounter{section@level}{1} -\setcounter{Item}{0} -\setcounter{Hfootnote}{0} -\setcounter{bookmark@seq@number}{0} -\setcounter{caption@flags}{4} -\setcounter{continuedfloat}{0} -\setcounter{subfigure}{0} -\setcounter{subtable}{0} -\setcounter{tabx@nest}{0} -\setcounter{listtotal}{0} -\setcounter{listcount}{0} -\setcounter{liststart}{0} -\setcounter{liststop}{0} -\setcounter{citecount}{0} -\setcounter{citetotal}{0} -\setcounter{multicitecount}{0} -\setcounter{multicitetotal}{0} -\setcounter{instcount}{4} -\setcounter{maxnames}{3} -\setcounter{minnames}{1} -\setcounter{maxitems}{3} -\setcounter{minitems}{1} -\setcounter{citecounter}{0} -\setcounter{maxcitecounter}{0} -\setcounter{savedcitecounter}{0} -\setcounter{uniquelist}{0} -\setcounter{uniquename}{0} -\setcounter{refsection}{0} -\setcounter{refsegment}{0} -\setcounter{maxextratitle}{0} -\setcounter{maxextratitleyear}{0} -\setcounter{maxextraname}{0} -\setcounter{maxextradate}{0} -\setcounter{maxextraalpha}{0} -\setcounter{abbrvpenalty}{50} -\setcounter{highnamepenalty}{50} -\setcounter{lownamepenalty}{25} -\setcounter{maxparens}{3} -\setcounter{parenlevel}{0} -\setcounter{blx@maxsection}{0} -\setcounter{mincomprange}{10} -\setcounter{maxcomprange}{100000} -\setcounter{mincompwidth}{1} -\setcounter{afterword}{0} -\setcounter{savedafterword}{0} -\setcounter{annotator}{0} -\setcounter{savedannotator}{0} -\setcounter{author}{0} -\setcounter{savedauthor}{0} -\setcounter{bookauthor}{0} -\setcounter{savedbookauthor}{0} -\setcounter{commentator}{0} -\setcounter{savedcommentator}{0} -\setcounter{editor}{0} -\setcounter{savededitor}{0} -\setcounter{editora}{0} -\setcounter{savededitora}{0} -\setcounter{editorb}{0} -\setcounter{savededitorb}{0} -\setcounter{editorc}{0} -\setcounter{savededitorc}{0} -\setcounter{foreword}{0} -\setcounter{savedforeword}{0} -\setcounter{holder}{0} -\setcounter{savedholder}{0} -\setcounter{introduction}{0} -\setcounter{savedintroduction}{0} -\setcounter{namea}{0} -\setcounter{savednamea}{0} -\setcounter{nameb}{0} -\setcounter{savednameb}{0} -\setcounter{namec}{0} -\setcounter{savednamec}{0} -\setcounter{translator}{0} -\setcounter{savedtranslator}{0} -\setcounter{shortauthor}{0} -\setcounter{savedshortauthor}{0} -\setcounter{shorteditor}{0} -\setcounter{savedshorteditor}{0} -\setcounter{labelname}{0} -\setcounter{savedlabelname}{0} -\setcounter{institution}{0} -\setcounter{savedinstitution}{0} -\setcounter{lista}{0} -\setcounter{savedlista}{0} -\setcounter{listb}{0} -\setcounter{savedlistb}{0} -\setcounter{listc}{0} -\setcounter{savedlistc}{0} -\setcounter{listd}{0} -\setcounter{savedlistd}{0} -\setcounter{liste}{0} -\setcounter{savedliste}{0} -\setcounter{listf}{0} -\setcounter{savedlistf}{0} -\setcounter{location}{0} -\setcounter{savedlocation}{0} -\setcounter{organization}{0} -\setcounter{savedorganization}{0} -\setcounter{origlocation}{0} -\setcounter{savedoriglocation}{0} -\setcounter{origpublisher}{0} -\setcounter{savedorigpublisher}{0} -\setcounter{publisher}{0} -\setcounter{savedpublisher}{0} -\setcounter{language}{0} -\setcounter{savedlanguage}{0} -\setcounter{origlanguage}{0} -\setcounter{savedoriglanguage}{0} -\setcounter{pageref}{0} -\setcounter{savedpageref}{0} -\setcounter{textcitecount}{0} -\setcounter{textcitetotal}{0} -\setcounter{textcitemaxnames}{0} -\setcounter{biburlbigbreakpenalty}{100} -\setcounter{biburlbreakpenalty}{200} -\setcounter{biburlnumpenalty}{0} -\setcounter{biburlucpenalty}{0} -\setcounter{biburllcpenalty}{0} -\setcounter{smartand}{1} -\setcounter{bbx:relatedcount}{0} -\setcounter{bbx:relatedtotal}{0} -\setcounter{lstlisting}{0} -}