The AI Works community logo The Blockchain Works community logo The Functional Works community logo The Golang Works community logo The Java Works community logo The JavaScript Works community logo The Python Works community logo The Remote Works community logo The WorksHub company logo

We use cookies and other tracking technologies to improve your browsing experience on our site, analyze site traffic, and understand where our audience is coming from. To find out more, please read our privacy policy.

By choosing 'I Accept', you consent to our use of cookies and other tracking technologies.

We use cookies and other tracking technologies to improve your browsing experience on our site, analyze site traffic, and understand where our audience is coming from. To find out more, please read our privacy policy.

By choosing 'I Accept', you consent to our use of cookies and other tracking technologies. Less

We use cookies and other tracking technologies... More

Login or register
to publish this job!

Login or register
to save this job!

Login or register
to save interesting jobs!

Login or register
to get access to all your job applications!

Login or register to start contributing with an article!

Login or register
to see more jobs from this company!

Login or register
to boost this post!

Show some love to the author of this blog by giving their post some rocket fuel 🚀.

Login or register to search for your ideal job!

Login or register to start working on this issue!

Login or register
to save articles!

Login to see the application

Engineers who find a new job through WorksHub average a 15% increase in salary 🚀

You will be redirected back to this page right after signin

Identifying place names in Ulysses

Pull requests: 1
Contributors: 0
Level: Intermediate
  • HTML
Pull requests: 1
Contributors: 0
Level: Intermediate
  • HTML

On GitHub

James Joyce's novel Ulysses in TEI XML. Work-in-progress.
More info >

Issue posted by: 
cderven's avatar

Caleb Derven

Description

Tagging the corpus to identify place names might form an interesting parallel to some of the work that you’ve been doing to date. Would others see it as sufficiently interesting to identify toponyms, provide some basic geocoding, and then possibly link the locations to external sources like GeoNames?

I’m thinking of the convention in TEI to use <placename> to identify toponyms and <place> to contain data about locations and then linking the two using ids. So, taking an example from Wandering Rocks:

<listplace>
...
 <place xml:id="wrL19" type="route">
      <placeName>Aldborough House</placeName>
      <location>
        <settlement> Dublin</settlement>
        <country> Ireland</country>
        <geo>53.39979659999999, -6.2435338</geo>
      </location>
  </place>
</listplace>

and

<p> <lb n="100083”/> Near <placeName ref="#wrL19">Aldborough house</placeName> Father Conmee thought of that spendthrift 
<lb n="100084"/>nobleman. And now it was an office or something. </p>

<place> can be used in conjunction with a type, so in this example a route. Is this useful?

Using would allow toponym identification and would contain the data used for geocoding.

Ronan alerted me also to this very interesting project: https://muziejus.github.io/wandering-rocks/.

    Use Open Source to hire or get hired

    On GitHub

    James Joyce's novel Ulysses in TEI XML. Work-in-progress.
    More info >

    Issue posted by: 
    cderven's avatar

    Caleb Derven

    Use Open Source to hire or get hired

    Identifying place names in Ulysses
    View on GitHub