#saxonc — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #saxonc, aggregated by home.social.
-
Pipeline concluded: Afterwards must clean up new spaCy mess b/c the autotagging matches over its own tags--gross! Regex could clean this up but XSLT is better b/c simpler: reads element nodes natively, thank you very much! So we run XSLT (in Python). Yay for a pipeline roundtrip! (3/3) #xslt #python #saxonica #saxonc
-
Pipeline (in stages): Python reads XML nodes (retrieved by SaxonC XPath), the spaCy LLM goes looking for named entities, parts of speech, whatever, we run it thru the NER ruler to filter/change/fix the spaCy LLM mess, then search and replace matching strings in the XML with new XML elements. #xslt #python #saxonica #saxonc