This document discusses natural language processing tasks related to analyzing fictional languages from the book series A Song of Ice and Fire. It presents code samples in Python using the NLTK library to process text samples in Dothraki, Astapori Valyrian, and High Valyrian: cleaning and tokenizing text, calculating word frequencies, and extracting phonological features to compare across the languages. It also analyzes a sample of Assamese text to determine positional restrictions and frequency of certain sounds. The document concludes with proposals for further work incorporating the phonological features into language classifiers.