Skip to content

Commit

Permalink
Merge pull request #1 from hrbrmstr/master
Browse files Browse the repository at this point in the history
  • Loading branch information
histmr committed Oct 29, 2017
2 parents 7c48365 + f2b66c3 commit be38a23
Show file tree
Hide file tree
Showing 8 changed files with 187 additions and 17 deletions.
Binary file removed .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.Rproj.user
.Rhistory
.RData
.DS_Store
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Imports: stringi
2 changes: 2 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
YEAR: 2017
COPYRIGHT HOLDER: Mark Ravina
3 changes: 2 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Generated by roxygen2: do not edit by hand

export(normalize)
export(normalize_kanji)
importFrom(stringi,stri_replace_all_fixed)
16 changes: 6 additions & 10 deletions R/Normalize.R

Large diffs are not rendered by default.

171 changes: 171 additions & 0 deletions R/aaa.R

Large diffs are not rendered by default.

10 changes: 4 additions & 6 deletions man/normalize.Rd → man/normalize_kanji.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit be38a23

Please sign in to comment.