Skip to content

Commit

Permalink
correctly placing the SCOWL abbreviations information
Browse files Browse the repository at this point in the history
* all license files should live in the base directory
* moved info how abbreviations have been extracted from a special README
  into a notes section of Ninka::SentenceExtractor
  • Loading branch information
darxriggs committed Jun 4, 2015
1 parent 5d8906a commit 4419dba
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions MANIFEST
Expand Up @@ -2,6 +2,7 @@ bin/ninka
bin/ninka-excel
bin/ninka-sqlite
Changes
Copyright.SCOWL
lib/Ninka.pm
lib/Ninka/abbreviations.dict
lib/Ninka/CommentExtractor.pm
Expand Down
9 changes: 0 additions & 9 deletions lib/Ninka/README.txt

This file was deleted.

13 changes: 13 additions & 0 deletions lib/Ninka/SentenceExtractor.pm
Expand Up @@ -251,6 +251,19 @@ Ninka::SentenceExtractor
Breaks comments into sentences.
=head1 NOTES
This list of abbreviations was extracted from SCOWL (Spell Checker Oriented Word Lists)
by Kevin Atkinson (kevina@gnu.org) version 2015.04.24.
Specifically it was created from scowl-2015.04.24.tar.gz. by running:
cat *abbrev* | sort -u > abbreviations.dict
It also contains some additions by D.M German.
See Copyright.SCOWL for license.
=head1 COPYRIGHT AND LICENSE
Author: Paul Clough
Expand Down

0 comments on commit 4419dba

Please sign in to comment.