Skip to content
This repository has been archived by the owner on Mar 5, 2019. It is now read-only.

danieldk/simpletbl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

= simpletbl - a simple transformation-based learner/tagger =

Copyright (c) 2008 Daniel de Kok

== Introduction ==

simpletbl is a simple transformation-based learner and tagger written
in C++. simpletbl can automatically learn rules from a POS-tagged
corpus, given a set of rule templates. The rules that are produced
can subsequently be used to tag arbitrary text.

== Warning ==

I found this source code my archive, and am making it available for
illustrative purposes only. I do not intend to maintain it.

== Building simpletbl ==

simpletbl can be built using the cmake build tool. On GNU/Linux and
OS/X, you can simply run 'cmake' in the top-level directory, followed
by 'make', and a simpletbl library will be built, as well as some utility
programs.

== License ==

Copyright 2008 Daniël de Kok

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Tranformation-based learner for tagging

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages