airbnb_chunks {crfsuite} | R Documentation |
Dutch reviews of AirBnB customers on Brussels address locations manually tagged with entities
Description
The airbnb
dataset was manually annotated with the shiny app inside this R package.
The annotation shows chunks of data which have been flagged with the following categories: PERSON, LOCATION, DISTANCE.
The dataset is an object of class chunkrange
and of type data.frame which contains the following fields:
doc_id: a unique identifier of the review, which is also available in
airbnb
listing_id: the airbnb address identifier
text: text with the feedback of a customer on his visit in the AirBnB appartment
chunk_id: a chunk identifier
chunk_entity: a chunk entity label
chunk: the text of the chunk which is a substring of
text
start: the starting position in
text
where thechunk
is foundend: the end position in
text
where thechunk
is found
See Also
Examples
data(airbnb_chunks)
str(airbnb_chunks)
head(airbnb_chunks)
[Package crfsuite version 0.4.2 Index]