Differentiate Between Major and Minor Article Changes #149

오픈
dustinwilson5 년 전을 오픈 · 1개의 코멘트
dustinwilson 코멘트됨, 5 년 전
소유자

Many applications simply show updated articles as new and unread ones which makes sense if the article actually changes a lot and is updated with a significant amount of information. In most cases articles are updated with fixed typos, and showing them as new articles isn't helpful at all.

What we maybe could do is use a levenshtein comparison between two articles and silently update articles that don't change much. We would just need to find a happy threshold.

Some things that might be difficult would be something like images and video where if the article is mostly images and/or video. Changing an image without changing its location doesn't affect this at all, and even adding a couple of images to it doesn't change the article's markup much either, so maybe weigh changes on images and video markup more?

Many applications simply show updated articles as new and unread ones which makes sense if the article actually changes a lot and is updated with a significant amount of information. In most cases articles are updated with fixed typos, and showing them as new articles isn't helpful at all. What we maybe could do is use a levenshtein comparison between two articles and silently update articles that don't change much. We would just need to find a happy threshold. Some things that might be difficult would be something like images and video where if the article is mostly images and/or video. Changing an image without changing its location doesn't affect this at all, and even adding a couple of images to it doesn't change the article's markup much either, so maybe weigh changes on images and video markup more?
dustinwilson added the
enhancement
feature
labels 5 년 전
jking Future 5 년 전 마일스톤을 추가하였습니다.
jking 코멘트됨, 2 년 전
소유자

Either relying on or importing a stripped-down version of https://github.com/jfcherng/php-levenshtein-distance might be the best way to calculate edit distance.

Either relying on or importing a stripped-down version of https://github.com/jfcherng/php-levenshtein-distance might be the best way to calculate edit distance.
로그인하여 이 대화에 참여
마일스톤 없음
담당자 없음
참여자 2명
알림
마감일

마감일이 설정되지 않았습니다.

의존성

이 이슈는 어떠한 의존성도 가지지 않습니다.

불러오는 중...
아직 콘텐츠가 없습니다.