Stanford NER XQuery Module An XQuery module to integrate the Stanford Named Entity Recognizer into eXist-db. The package can be installed via the package manager in the eXist dashboard or you can build it yourself. Examples classify-string : takes a plain string and returns a sequence of text nodes and elements. Recognized entities are wrapped into an element having the same name as the corresponding category classify-node : recursively enhances a node (text node, element or entire document) by wrapping all entities into an element. The structure of the original XML is preserved.
Read full article from Stanford Named Entity Recognition for eXist
No comments:
Post a Comment