forked from aa-m-sa/fennica
-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
executable file
·78 lines (77 loc) · 1.94 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# Generated by roxygen2: do not edit by hand
export(capitalize)
export(century)
export(cheat_publishers)
export(check_synonymes)
export(city_synonymes)
export(clean_publisher)
export(clean_publisher_destructively)
export(collect_misspellings)
export(condense_spaces)
export(counts_by_language)
export(counts_by_town)
export(counts_total)
export(decade)
export(decapitate_keywords)
export(extract_personal_names)
export(filter_duplicates)
export(get_dissertation_mismatch)
export(get_gender_fi)
export(get_publishers_Finto)
export(get_relation_keyword)
export(handle_ie)
export(harmonize_abbreviated_names)
export(harmonize_corporate_Finto)
export(harmonize_for_comparison)
export(harmonize_ie)
export(harmonize_publisher_fennica)
export(harmonize_publisher_fennica2)
export(map)
export(mark_dissertations)
export(mark_duplicates)
export(pick_firstname)
export(pick_lastname)
export(polish_author)
export(polish_corporate)
export(polish_entry)
export(polish_languages)
export(polish_place)
export(polish_publisher)
export(polish_publisher_fennica)
export(polish_title)
export(polish_university)
export(polish_years)
export(read_mapping)
export(remove_brackets_from_letters)
export(remove_duplicates)
export(remove_endings)
export(remove_letters)
export(remove_persons)
export(remove_print_statements)
export(remove_sl)
export(remove_special_chars)
export(remove_terms)
export(remove_time_info)
export(remove_trailing_periods)
export(splitpick)
export(top)
import(XML)
import(dplyr)
importFrom(data.table,fread)
importFrom(grDevices,dev.off)
importFrom(grDevices,png)
importFrom(graphics,plot)
importFrom(stats,na.omit)
importFrom(stringdist,amatch)
importFrom(stringr,str_c)
importFrom(stringr,str_count)
importFrom(stringr,str_extract)
importFrom(stringr,str_replace)
importFrom(stringr,str_split)
importFrom(stringr,str_sub)
importFrom(stringr,str_trim)
importFrom(tm,stopwords)
importFrom(utils,adist)
importFrom(utils,as.roman)
importFrom(utils,read.csv)
importFrom(utils,tail)