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
7de1ceaf
Commit
7de1ceaf
authored
6 years ago
by
Lucas Schons
Browse files
Options
Downloads
Plain Diff
Merge branch '75-remove-outdated-todo-comments' into 'master'
Resolve "Remove outdated todo comments" Closes
#75
See merge request
!79
parents
ae093df7
b6b1948a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!79
Resolve "Remove outdated todo comments"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
processing/wikiproc/R/get_spouse.R
+0
-7
0 additions, 7 deletions
processing/wikiproc/R/get_spouse.R
processing/wikiproc/R/get_university.R
+0
-3
0 additions, 3 deletions
processing/wikiproc/R/get_university.R
with
0 additions
and
10 deletions
processing/wikiproc/R/get_spouse.R
+
0
−
7
View file @
7de1ceaf
...
...
@@ -3,11 +3,6 @@
# Author: David
### TODO: Matching pronouns would be the way to get a few additional matches.
### This is somewhat difficult though as it will be hard to establish to whom the pronoun refers.
### Similarly
#' Reads the spouse of an physicist from text if possible
#'
#' @param physicist Name of the physicist we're looking at
...
...
@@ -95,8 +90,6 @@ get_spouse <- function(physicist, annotation) {
return
(
results
)
}
return
(
NA
)
}
...
...
This diff is collapsed.
Click to expand it.
processing/wikiproc/R/get_university.R
+
0
−
3
View file @
7de1ceaf
#!/usr/bin/env Rscript
## TODO: check if the ORG is in relation with another person
## TODO: clean Parentices
## Authors: Leonard
#' Function to extract academic affiliation from text
...
...
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