Skip to content

Commit 6477cdb

Browse files
committed
url's changed
1 parent 89846ef commit 6477cdb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

R/data.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ ner_download_modeldata <- function(type = c("conll2002-nl", "conll2002-es", "Ger
165165
#' }
166166
#' @name airbnb
167167
#' @docType data
168-
#' @source \url{http://data.insideairbnb.com/belgium/bru/brussels/2015-10-03/visualisations/reviews.csv}, \url{http://insideairbnb.com/get-the-data.html}
168+
#' @source \url{http://insideairbnb.com/brussels}: information of 2015-10-03
169169
#' @seealso \code{\link{airbnb_chunks}}
170170
#' @examples
171171
#' data(airbnb)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This repository contains an R package which wraps the CRFsuite C/C++ library (ht
66
- Use the model to get predictions alongside the model on new data
77
- The focus of the implementation is in the area of Natural Language Processing where this R package allows you to easily build and apply models for **named entity recognition, text chunking, part of speech tagging, intent recognition or classification** of any category you have in mind.
88

9-
For users unfamiliar with Conditional Random Field (CRF) models, you can read this excellent tutorial http://homepages.inf.ed.ac.uk/csutton/publications/crftut-fnt.pdf
9+
For users unfamiliar with Conditional Random Field (CRF) models, you can read this excellent tutorial https://homepages.inf.ed.ac.uk/csutton/publications/crftut-fnt.pdf
1010

1111
## Installation
1212

man/airbnb.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vignettes/crfsuite-nlp.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This R package wraps the CRFsuite C/C++ library (https://github.com/chokkan/crfs
3232
- Use the model to get predictions alongside the model on new data
3333
- The focus of the implementation is in the area of Natural Language Processing where this R package allows you to easily build and apply models for **named entity recognition, text chunking, part of speech tagging, intent recognition or classification** of any category you have in mind.
3434

35-
For users unfamiliar with Conditional Random Field (CRF) models, you can read this excellent tutorial http://homepages.inf.ed.ac.uk/csutton/publications/crftut-fnt.pdf
35+
For users unfamiliar with Conditional Random Field (CRF) models, you can read this excellent tutorial https://homepages.inf.ed.ac.uk/csutton/publications/crftut-fnt.pdf
3636

3737

3838
## Data format

0 commit comments

Comments
 (0)