Menu

RE Time-Place

Andreas Vlachidis

ex:JAPE Grammar
rdfs:label "Relation Time-Place 01";
ex:pattern
{E49plus}{E53plus}
;
rdfs:comment "A pair of a Time Appellation and a Place; for example 'prehistoric pit'"
.
ex:JAPE Grammar
rdfs:label "Relation Time-Place 02";
ex:pattern
{E49plus}
({Token.kind != punctuation, !Token.category == VB}|
{Token.kind != punctuation, !Token.category == VBG}|
{Token.kind != punctuation, !Token.category == VBP}|
{Token.kind != punctuation, !Token.category == VBD})
{E53plus}
;
rdfs:comment "A phrase of three words where between a Time Appellation and a Place entity, there is a token which is not punctuation or verb; for example 'medieval moated settlement', 'Modern 74 Deposit'"
.
ex:JAPE Grammar
rdfs:label "Relation Time-Place 03";
ex:pattern
{E53plus}
{VG, Token.root!="contain"}
({Token.category == DT}|{Token.category == IN}|
{Token.category == RB})?
{E49plus}
;
rdfs:comment "A phrase of maximum four words where between a Place and a Time Appellation and entity, there is a verb, excluding 'contain', which might be followed by a determiner, an adverb or a preposition; for example 'Road is post-medieval', 'deposits were clearly modern', 'deposit was of postmedieval date'"
.
ex:JAPE Grammar
rdfs:label "Relation Time-Place 04";
ex:pattern
{E49plus}
({Token.category == JJ}|
{Token.category == NN}|
{Token.category == NNS}|
{Token.category == NNP}|
{Token.category == NNPS}|
{Token.category == NP}|
{Token.category == NPS})[1,3]
{E53plus}
;
rdfs:comment "A phrase of maximum five words where between a Time Appellation and a Place entity, there are up to 3 words, adjectives or nouns; for example 'Roman ceramic land drain', 'Saxon Sunken feature building'"
.
ex:JAPE Grammar
rdfs:label "Relation Time-Place 05";
ex:pattern
{E53plus}
({Token.string == ","})?
{Token.category == IN}
({Token.category == DT}|{Token.category == JJ}|
{Token.category == RB})?
{E49plus}
;
rdfs:comment "A phrase of maximum five words where between a Place and a Time Appellation entity, there might be a comma, which is followed by a preposition, which might be followed by a determiner or an adjective or an adverb; for example 'deposits, of Roman Date', 'pit of the Iron Age'"
.
ex:JAPE Grammar
rdfs:label "Relation Time-Place 06";
ex:pattern
{E49plus}
({!E19, Token.string != "."})[0,3]
{Token.category == IN}
({Token.kind == word})?
{E53plus}
;
rdfs:comment "A phrase of maximum seven words where between a Time Appellation and a Place entity, there are up to 3 tokens, which are not Physical Object entities or full-stops, followed by a preposition, which might be followed by a word; for example 'early 2nd century AD system of ditched enclosures'"
.
ex:JAPE Grammar
rdfs:label "Relation Time-Place 07";
ex:pattern
{E49plus}
({!E19, Token.string != "."})[0,3]
({VG, Token.root!="contain"})?
({Token.category == JJ})?
{Token.category == IN}
{Token.category == DT}
({Token.kind == word})?
{E53plus}
;
rdfs:comment "A phrase of maximum ten words where between a Time Appellation and a Place entity, there are up to 3 words which are not Physical Object entities or full-stops, followed by a verb excluding 'contain', which might be followed by an adjective, which is followed by a preposition, followed by a determiner, which might be followed by a word; for example 'Saxon or medieval date are present on the site', 'post-medieval date was identified in the topsoil deposit'"
.
ex:JAPE Grammar
rdfs:label "Relation Time-Place 08";
ex:pattern
{E49plus}
({!E19, Token.string != "."})[0,4]
({Token.category == NN}|{Token.category == NNS})
{Token.category == TO}
{Token.category == DT}
({Token.kind == word})?
{E53plus}
;
rdfs:comment "A phrase of maximum ten words where between a Time Appellation and a Place entity, there are up to 4 words which are not Physical Object entities or full-stops, followed by a noun, which is followed by 'To', followed by a determiner, which might be followed by a word; for example 'Medieval references to a ditch', 'Medieval references to a town ditch'"
.
ex:JAPE Grammar
rdfs:label "Relation Time-Place 09";
ex:pattern
{E53plus}
({!E19, Token.string != "."})[0,4]
({VG}|{Token.category == RB})?
({VG}|{Token.category == IN}|{Token.category == TO})?
{Token.category == IN}
{Token.category == DT}
{E49plus}
;
rdfs:comment "A phrase of maximum ten words where between a Place entity and a Time Appellation, there are up to 4 words which are not Physical Object entities or full-stops, which might be followed by a verb or an adverb, which might be followed by another verb, or preposition or 'To', which is followed by a preposition and a determiner for example; 'ditch may well lie within the Saxon phase', 'deposits dating from after the 18th century', 'contexts dating to before the late 13th century'"
.
ex:JAPE Grammar
rdfs:label "Relation Time-Place 10";
ex:pattern
{{E53plus}
({!E19, Token.string != "."})[0,4]
({VG}|{Token.category == RB})?
({VG}|{Token.category == JJ}|{Token.category == RB})
{Token.category == TO}
{Token.category == DT}
{E49plus}
;
rdfs:comment "A phrase of maximum ten words where between a Place entity and a Time Appellation, there are up to 3 tokens, which are not Physical Object entities or full-stops, which might be followed by a verb or an adverb, which are followed by another verb, or adjective or adverb, which is followed by 'To' and a determiner for example; 'deposits relating to the medieval', ' human burials dating back to the Bronze Age', 'ditch probably dating to the Late Bronze Age'"
.
ex:JAPE Grammar
rdfs:label "Relation Time-Place 11";
ex:pattern
{E53plus}
({!E19, Token.string != "."})[0,6]
({Token.category == TO}|{Token.root == "have"})
({Token.category == VB}|{Token.category == VBN}|
{Token.category == VBP}|{Token.category == VBD}|
{Token.category == VBG})
{E49plus}
;
rdfs:comment "A phrase of maximum ten words where between a Place entity and a Time Appellation, there are up to 6 words which are not Physical Object entities or full-stops, which are followed by 'To' or 'have', that is followed by a verb, for example; 'pit was shown to be modern', 'pits at Davyshiel are likely to be post-medieval', 'ditch, which must have been Late Iron Age/Roman or later'"
.
ex:JAPE Grammar
rdfs:label "Relation Time-Place 12";
ex:pattern
{E53plus}
({!E19, Token.string != "."})[0,5]
{VG, Token.root!="contain"}
({Token.category == RB}|{Token.category == IN}|
{Token.category == DT})
({Token.category == RB})?
{E49plus}
;
rdfs:comment "A phrase of maximum ten words where between a Place entity and a Time Appellation, there are up to 5 tokens, which are not Physical Object entities or full-stops, which are followed by a verb excluding 'contain', which is followed be an adverb or an adjective or a determiner which might be followed by an adverb for example; 'layer suggests a 13th century date', 'site is of relatively modern date', 'ditch is probably Roman'"
.
ex:JAPE Grammar
rdfs:label "Relation Time-Place 13";
ex:pattern
{E53plus}
({!E19, Token.string != "."})[0,3]
({Token.category == RB})
{Token.category == IN}
{E49plus}
;
rdfs:comment "A phrase of maximum seven words where between a Place entity and a Time Appellation, there are up to 3 tokens, which are not Physical Object entities or full-stops, which are followed by an adverb which is followed by a preposition for example; 'archaeological deposits, particularly of prehistoric date'"
.
ex:JAPE Grammar
rdfs:label "Relation Time-Place 14";
ex:pattern
{E53plus}
({!E19, Token.string != "."})[0,4]
{VG, Token.root!="contain"}
{Token.category == TO}
{Token.category == DT}
{Token.category == JJ}
{Token.category == TO}
{E49plus}
;
rdfs:comment "A phrase of maximum ten words where between a Place entity and a Time Appellation, there are up to 4 tokens, which are not Physical Object entities or full-stops, followed by a verb excluding “contain”, which is followed by 'To', a determiner, an adjective and a 'To' for example; 'pit 37 belonging to an early to mid-13th century'"
.
ex:JAPE Grammar
rdfs:label "Relation Time-Place 15";
ex:pattern
{E53plus}
({!E19, Token.string != "."})[0,10]
{Token.root=="date"}
{Token.category == TO}
{Token.category == DT}
{E49plus}
;
rdfs:comment "phrase of maximum fifteen words (exception of a large span due to the use of the phrase 'dating to the ...') where between a Place entity and a Time Appellation, there are up to 10 tokens, which are not Physical Object entities or full-stops, followed by a token of root 'date', followed by 'To' and determiner for example; 'building of the late type, probably dating to the 18th century'"
.
ex:JAPE Grammar
rdfs:label "Relation Time-Place 16";
ex:pattern
{E49plus}
{Token.string == ","}
({Token.category == RB}|{Token.category == VBN}|
{Token.category == CC})+
{Token.string == ","}
{E53plus}
;
rdfs:comment "Phrase of a Time Appellation and a Place entity where a sub clause surrounded by commas exists between the two entities. The sub clause consists of adverb, verb of past tense/passive voice and a coordinating conjunction; for example 'Roman, heavily silted and blocked, land drains'"
.


Related

Wiki: Home

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.