Skip to content

Commit

Permalink
cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
flammie committed Oct 5, 2023
1 parent 4d313b5 commit 5283c47
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/filters/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
# List any local filter regex files here:
GIELLA_FILTER_LOCAL_REGEX_SRCS=\
downcase_UCletters.regex \
remove-norm-comp-tags.regex
remove-norm-comp-tags.regex \
remove-DNorm-tags.regex

# List any local filter xfscript files here:
GIELLA_FILTER_LOCAL_XFSCRIPT_SRCS=
Expand Down
18 changes: 18 additions & 0 deletions src/filters/remove-DNorm-tags.regex
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
! Divvun & Giellatekno - open source grammars for Sámi and other languages
! Copyright © 2000-2010 The University of Tromsø & the Norwegian Sámi Parliament
! http://giellatekno.uit.no & http://divvun.no
!
! This program is free software; you can redistribute and/or modify
! this file under the terms of the GNU General Public License as published by
! the Free Software Foundation, either version 3 of the License, or
! (at your option) any later version. The GNU General Public License
! is found at http://www.gnu.org/licenses/gpl.html. It is
! also available in the file $GTHOME/LICENSE.txt.
!
! Other licensing options are available upon request, please contact
! giellatekno@uit.no or feedback@divvun.no

# This filter removes Rel-Foc combinations.

0 <- %+Use%/NotDNorm,
0 <- %+Use%/DNorm;

0 comments on commit 5283c47

Please sign in to comment.