Closed enterprisey closed 2 years ago
I favor making each sentence in the article into a clickable <span> and asking the user to click one. It seems like the most obvious way to approach this problem.
It could be done by splitting the article's text at each period (.
). Unfortunately, abbreviations exist (like U.S.A.
). We would need to find a list of them. We can also make a special rule that periods inside a wikilink don't count. These strategies together would probably result in a decent result.
possibilities: