Hey Andre, You'd need... 1. something to find what you want to annotation: known names of people, locations, law codes, religious text references, unlinked URLs (sad...but it happens...). 2. then, you'd need to turn those locations into a selector that Annotator understands. 3. then store that into a storage provide Annotator can read from. 4. lastly, provide Annotator with the content for which you've automatically generated annotations.
There are lots of libraries for finding "known entities" or references within web pages. My guess is you have one (or more) in mind for finding these things? If so, you could start at #2. ;) AnnotateIt.org provides API keys that you could use for exploring this further. They use the reference HTTP API implementation (afaik)--docs for that can be found at: http://docs.annotatorjs.org/en/latest/storage.html Hope that helps! Benjamin -- Developer Advocate http://hypothes.is/ On Mon, Feb 23, 2015 at 7:26 AM, Andre Z. <[email protected]> wrote: > Hi, I am currently working on automatic annotations. Now the question > comes up what is the best approach to create and store annotation objects > via script. > kind regards > Andre > > _______________________________________________ > annotator-dev mailing list > [email protected] > https://lists.okfn.org/mailman/listinfo/annotator-dev > Unsubscribe: https://lists.okfn.org/mailman/options/annotator-dev > >
_______________________________________________ annotator-dev mailing list [email protected] https://lists.okfn.org/mailman/listinfo/annotator-dev Unsubscribe: https://lists.okfn.org/mailman/options/annotator-dev
