closes #1690. This creates a new component ConnectPossibleSpellingOccurrence.vue that searches for possible spellings given the placement of broken signs and known signs. Due to the number of possibilities that could come up with such a search, I made another component called EpigraphyConext.vue. This component will allow the words to be displayed fairly quickly while context loads (it takes a lot longer). Only those contexts that will be displayed are loaded, making this much faster than it would have been. I also added this to ConnectSpellingOccurrence.vue
closes #1690. This creates a new component
ConnectPossibleSpellingOccurrence.vue
that searches for possible spellings given the placement of broken signs and known signs. Due to the number of possibilities that could come up with such a search, I made another component calledEpigraphyConext.vue
. This component will allow the words to be displayed fairly quickly while context loads (it takes a lot longer). Only those contexts that will be displayed are loaded, making this much faster than it would have been. I also added this toConnectSpellingOccurrence.vue