Movies
Welcome to Movies, a community for discussing movies, film news, box office, and more! We want this to be a place for members to feel safe to discuss and share everything they love about movies and movie related things. Please feel free to take part and help our community grow!
Related Communities:
!books@lemmy.world - Discussing books and book-related things.
!comicbooks@lemmy.world - A place to discuss comic books of all types.
!marvelstudios@lemmy.world - LW's home for all things MCU.
While posting and commenting in this community, you must abide by the Lemmy.World Terms of Service: https://legal.lemmy.world/tos/
-
Posts or comments that are homophobic, transphobic, racist, sexist, ableist, or advocating violence will be removed.
-
Be civil: disagreements happen, but that doesn’t provide the right to personally insult others.
-
Spam, self promotion, trolling, and bots are not allowed
-
Shitposts and memes are allowed until they prove to be a problem.
Regarding spoilers; Please put "(Spoilers)" in the title of your post if you anticipate spoilers, as we do not currently have a spoiler tag available. If your post contains an image that could be considered a spoiler, please mark the thread as NSFW so the image gets blurred. As far as how long to wait until the post is no longer a spoiler, please just use your best judgement. Everyone has a different idea on this, so we don't want to make any hard limits.
Please use spoiler tags whenever commenting a spoiler in a non-spoiler thread. Most of the Lemmy clients don't support this but we want to get into the habit as clients will be supporting in the future.
Failure to follow these guidelines will result in your post/comment being removed and/or more severe actions. All posts and comments will be reviewed on a case-by-case basis. This means that some content that violates the rules may be allowed, while other content that does not violate the rules may be removed. The moderators retain the right to remove any content and ban users. We ask that the users report any comment or post that violates the rules, and to use critical thinking when reading, posting or commenting.
view the rest of the comments
wikidata is much easier to query while querying natural language is hard
Although normally I'd agree, not so much here. Wikipedia headers are uniform most of the time so checking if a film has a filming section is easy. Then they handily wrap locations in a tag for their own processing purposes.
For example: [[Havana]]
That's about as easy to parse as you can get.
they don’t just wrap locations in brackets, they wrap every single link in brackets so the software knows to make it a link. wikipedia’s big shtick is making articles have tons of link to each other so that is not easy to figure out which one is the location
not to mention examples like Terminator 1:
when they started filming, the set was moved to Los Angeles. following a link in that section to Rambo 2:
clearly, the movie wasn't shot in "Location shooting", and we can't just discard Thailand when placing all of the films dots on a map. similarly, Get Out begins with "[[Principal photography]] began on February 16, 2016."
Yeah? That's all exceedingly easy to the point of boring to handle. Grab everything between double brackets, test against the openstreetmaps data they're using. If it isn't a location, ignore. Done. As for your Thailand example, discarding regions that are too broad is exactly what they're doing already based on a couple movies I looked at. I'd probably still save it for later as it's a known trusted location I can compare against if I ever find another source of data.
What about the Terminator example? That is a location.
i’m not saying they should discard locations that are too broad (which in fact shouldn’t be linked); i’m saying when there’s multiple locations, all should be included.