A technique to store rich formatting separately from text
frameableinc.com
A technique to store rich formatting separately from text
1–4 of 4 posts
Re: A technique to store rich formatting separately from text
#2This strategy works for applying semantic annotations of any kind to text. If you are marking up text to train a machine learning model that works as a "magic magic marker" (learns to mark up text the way you do) this is the ultimate way to do it because it is not dependent on any way to tokenize the text and lets you make markings that overlap.
Re: A technique to store rich formatting separately from text
#3Works great until the text gets changed. This strategy works for applying semantic annotations of any kind to text. If you are marking up text to train a machine learning model that works as a "magic magic marker" (learns to mark up text the way you do) this is the ultimate way to do it because it is not dependent on any way to tokenize the text and lets you make markings that overlap.
Re: A technique to store rich formatting separately from text
#4Works great until the text gets changed. This strategy works for applying semantic annotations of any kind to text. If you are marking up text to train a machine learning model that works as a "magic magic marker" (learns to mark up text the way you do) this is the ultimate way to do it because it is not dependent on any way to tokenize the text and lets you make markings that overlap.
Yes, it is true that with this approach, you have to make sure not to edit the text independently from its metadata.