In today's world more and more of the teaching process involves some kind of multimedia help. The goal of this thesis was to develop a system that is going to help with learning ancient Greek.
The result is an application, that allows you to read practically any of the ancient Greek texts. For that we first needed to find appropriate source of such texts and process them in such a way that they would fit into our database system.
Because one of the demands for the application was for it to be able to search the whole corpus of texts by words or characters, we opted for Elasticsearch for our back end system. That is because Elasticsearch is, among other things, intended to be used for full text searches. The rest of the application was built in C# and .NET MVC 5 framework.
|