-
Notifications
You must be signed in to change notification settings - Fork 4
/
README
60 lines (37 loc) · 1.54 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Lingua-TreeTagger version 0.11
This module provides a simple object-oriented interface to the TreeTagger
part-of-speech tagger created by Helmut Schmid.
Installing and using this module requires a working version of TreeTagger
(available at http://www.ims.uni-stuttgart.de/projekte/corplex/TreeTagger).
Windows users are advised to follow the installation instructions given on page
http://www.smo.uhi.ac.uk/~oduibhin/oideasra/interfaces/winttinterface.htm.
There is also a Lingua::TreeTagger::Installer module created by Alberto
Manuel Brandao Simoes.
INSTALLATION
To install this module, run the following commands:
perl Build.PL
./Build
./Build test
./Build install
SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the
perldoc command.
perldoc Lingua::TreeTagger
See also:
perldoc Lingua::TreeTagger::TaggedText
perldoc Lingua::TreeTagger::Token
You can also look for information at:
RT, CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=TreeTagger
AnnoCPAN, Annotated CPAN documentation
http://annocpan.org/dist/TreeTagger
CPAN Ratings
http://cpanratings.perl.org/d/TreeTagger
Search CPAN
http://search.cpan.org/dist/TreeTagger/
LICENSE AND COPYRIGHT
Copyright (C) 2010-2017 Aris Xanthos
This program is released under the following license: GPL
This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.