Size: 1343
Comment:
|
Size: 1589
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 4: | Line 4: |
This is the official page of Nerf, a tool for Nested Named Entity Recognition based on the Conditional Random Fields modelling technique. The Nerf tool is released under the [[http://www.gnu.org/licenses/gpl.html|GNU General Public License v3]] and by downloading the Nerf package you accept the conditions of that licence. | Nerf is a statistical named entity recognition (NER) tool based on linear-chain conditional random fields (CRFs). |
Line 6: | Line 6: |
'''Author:''' Jakub Waszczuk <<MailTo(jakub DOT waszczuk AT SPAMFREE ipipan DOT waw DOT pl)>> <<BR>> '''Author:''' Michał Lenart <<MailTo(michal DOT lenart AT SPAMFREE ipipan DOT waw DOT pl)>> <<BR>> |
'''Principal developer:''' [[http://zil.ipipan.waw.pl/JakubWaszczuk|Jakub Waszczuk]] <<BR>> '''License:''' 2-clause BSD |
Line 10: | Line 11: |
Readme file of the current version, in English [[attachment:NERF.pdf]] | See the [[https://github.com/kawu/nerf/blob/master/README.md#nerf|README]] file from the development repository. |
Line 14: | Line 16: |
You can download the current distribution package from [[attachment:nerf.dist.0.2.tgz|here]]. The package consists of three components: | Nerf is available in a form of a software distribution which can be downloaded from [[http://hackage.haskell.org/package/nerf|Hackage]] using the [[http://www.haskell.org/cabal/|Cabal]] tool. To compile Concraft you will also need the [[http://www.haskell.org/ghc/|Glasgow Haskell Compiler]] (GHC). The simplest way to get both Cabal and GHC is to install the [[http://www.haskell.org/platform/|Haskell Platform]]. Please see the documentation for more information about the installation process. == Python version == '''The Python version of Nerf is no longer supported.''' '''Authors:''' [[http://zil.ipipan.waw.pl/JakubWaszczuk|Jakub Waszczuk]], [[http://zil.ipipan.waw.pl/MichalLenart|Michał Lenart]] <<BR>> '''License:''' GPL v.3 Readme file of the Python version, in English [[attachment:NERF.pdf]] You can download the obsolete distribution package from [[attachment:nerf.dist.0.2.tgz|here]]. The package consists of three components: |
Line 18: | Line 33: |
You can also download the newest versions of both pycrf library and Nerf tool directly from repositories: * svn co svn://chopin.ipipan.waw.pl/nkjp/pycrf/trunk pycrf * svn co svn://chopin.ipipan.waw.pl/nkjp/ner/trunk ner If you have any problems with tool installation or usage, please send report to waszczuk.kuba@gmail.com. |
NERF
Nerf is a statistical named entity recognition (NER) tool based on linear-chain conditional random fields (CRFs).
Principal developer: Jakub Waszczuk
License: 2-clause BSD
Documentation
See the README file from the development repository.
Downloads
Nerf is available in a form of a software distribution which can be downloaded from Hackage using the Cabal tool. To compile Concraft you will also need the Glasgow Haskell Compiler (GHC). The simplest way to get both Cabal and GHC is to install the Haskell Platform. Please see the documentation for more information about the installation process.
Python version
The Python version of Nerf is no longer supported.
Authors: Jakub Waszczuk, Michał Lenart
License: GPL v.3
Readme file of the Python version, in English NERF.pdf
You can download the obsolete distribution package from here. The package consists of three components:
- Python pycrf library, which has to be installed before the Nerf tool can be used,
- The Nerf tool itself,
- Supplementary data: trained models and examples of configuration files.