Skip to content

Tools and source files used to generate Norwegian spell-checking dictionaries for ispell, aspell and the OpenOffice.org spell checker (also used by other projects, including Mozilla)

Notifications You must be signed in to change notification settings

nlbdev/spell-no

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spell-no

Dependencies

Using APT in Linux (i.e. Ubuntu):

sudo apt-get install texlive-extra-utils

Maven setup

Add to ~/.m2/settings.xml (replace USERNAME and TOKEN with your Github username and token):

<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
                      http://maven.apache.org/xsd/settings-1.0.0.xsd">

  <activeProfiles>
    <activeProfile>github-spell-no</activeProfile>
  </activeProfiles>

  <profiles>
    <profile>
      <id>github-spell-no</id>
      <repositories>
        <repository>
          <id>central</id>
          <url>https://repo1.maven.org/maven2</url>
        </repository>
        <repository>
          <id>github-spell-no</id>
          <url>https://maven.pkg.github.com/nlbdev/spell-no</url>
          <snapshots>
            <enabled>true</enabled>
          </snapshots>
        </repository>
      </repositories>
    </profile>
  </profiles>

  <servers>
    <server>
      <id>github-spell-no</id>
      <username>USERNAME</username>
      <password>TOKEN</password>
    </server>
  </servers>
</settings>

See also:

Build and publish

cd norsk/patterns
make publish

About

Tools and source files used to generate Norwegian spell-checking dictionaries for ispell, aspell and the OpenOffice.org spell checker (also used by other projects, including Mozilla)

Resources

Stars

Watchers

Forks

Packages