matthiasn / BirdWatch

Tweet stream analysis and visualization with real-time updates.
http://matthiasnehlsen.com/
GNU Affero General Public License v3.0
856 stars 153 forks source link

BirdWatch.formatTweet mishandles overlapping entities #32

Closed jlc467 closed 7 years ago

jlc467 commented 9 years ago

If there are hashtags or mentions that overlap, e.g. #BirdWatch and #BirdWatcher, i found where it will sometimes link #BirdWatcher as #BirdWatch if it sees it first.

you can try npm install twitter-text https://github.com/twitter/twitter-text/tree/master/js

it has an autoLink function. Otherwise, i'm interested to see what approach you take to solve it.