CodeforKarlsruhe / streetnames

Background information on street names
https://codeforkarlsruhe.github.io/streetnames
Other
7 stars 1 forks source link

Classify name topics #2

Open torfsen opened 9 years ago

torfsen commented 9 years ago

A classification of the name topics would be awesome. For example, in Berlin's project there are categories for persons, battle location, military unit, etc.

Ideally such a classification would be some kind of ontology so that we can distinguish topics on multiple levels. For example, a high level classification could distinguish between names that relate to persons and those that relate to geographical entities. The latter could, in turn, be split into cities, mountains, etc. Such an ontology needs to be designed with care, however: Unrelated differences in the data should not be covered by the same ontology (for example, a person's gender and their occupation are orthogonal and should be stored separately).

torfsen commented 9 years ago

I've created a branch for working on this issue: https://github.com/CodeforKarlsruhe/streetnames/tree/classification