amayadwillis / DisneySongs

https://amayadwillis.github.io/DisneySongs/
0 stars 0 forks source link

Tagging ngrams with XSLT #8

Open ebeshero opened 2 years ago

ebeshero commented 2 years ago

@amayadwillis I noticed this on your new task list, and was thinking about it. Are these ngrams that you pulled from analysis with Antconc?

If we can make a plain text list of these, we can use <xsl:analyze-string> to go looking for them and tag them where they turn up in your collection. @wdjacca and I used this on the Montage project last year in DIGIT 110 to look for and tag recurring phrases to highlight in the HTML when they weren't tagged in the XML.

ebeshero commented 2 years ago

Anyway I'm happy to help with this, and we even have some starting code to work with from the project last year!

amayadwillis commented 2 years ago

Yes they are from antconc! I can work on making a plaintext list of them, I'll try to get it done asap!