Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Wiki Rasa
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tm-chatbot
Wiki Rasa
Commits
1a33c807
Commit
1a33c807
authored
6 years ago
by
David Fuhry
Browse files
Options
Downloads
Patches
Plain Diff
More cleanup
parent
6808a21b
No related branches found
No related tags found
2 merge requests
!34
Resolve "Add unit tests for clean_html.R"
,
!27
Resolve "Add unit tests for cleanHtml.R"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
processing/wikiproc/R/get_birthdate.R
+0
-5
0 additions, 5 deletions
processing/wikiproc/R/get_birthdate.R
processing/wikiproc/R/get_birthplace.R
+0
-6
0 additions, 6 deletions
processing/wikiproc/R/get_birthplace.R
with
0 additions
and
11 deletions
processing/wikiproc/R/get_birthdate.R
+
0
−
5
View file @
1a33c807
...
@@ -2,11 +2,6 @@
...
@@ -2,11 +2,6 @@
# Author: Lukas
# Author: Lukas
library
(
rvest
)
library
(
stringr
)
library
(
data.table
)
library
(
xml2
)
#' Extract birthdate from infobox
#' Extract birthdate from infobox
#' Will try to get infobox as table and extract birthdate
#' Will try to get infobox as table and extract birthdate
#' from 'Born'-entry
#' from 'Born'-entry
...
...
This diff is collapsed.
Click to expand it.
processing/wikiproc/R/get_birthplace.R
+
0
−
6
View file @
1a33c807
...
@@ -2,12 +2,6 @@
...
@@ -2,12 +2,6 @@
# Author: Lukas
# Author: Lukas
## librarys
library
(
rvest
)
library
(
stringr
)
library
(
data.table
)
#' This script extracts Birthplace from physicist texts
#' This script extracts Birthplace from physicist texts
#' Try to get the infobox and extract the birthplace
#' Try to get the infobox and extract the birthplace
#' If there is no infobox, 0 will be returned as
#' If there is no infobox, 0 will be returned as
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment