perl-lingua-en-tagger 0.30
Part-of-speech tagger for English natural language processing
This module is a probability based, corpus-trained tagger that assigns part-of-speech tags to English text based on a lookup dictionary and a set of probability values. The tagger assigns appropriate tags based on conditional probabilities - it examines the preceding tag to determine the appropriate tag for the current word. Unknown words are classified according to word morphology or can be set to be treated as nouns or other parts of speech. The tagger also extracts as many nouns and noun phrases as it can, using a set of regular expressions.
- Website: https://metacpan.org/release/Lingua-EN-Tagger
- Licenses: GPL 3
- Package source: gnu/packages/language.scm
- Builds: See build status
- Issues: See known issues
Installation
Install perl-lingua-en-tagger 0.30
as follows:
guix install perl-lingua-en-tagger@0.30
Or install the latest version:
guix install perl-lingua-en-tagger
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.