-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from delph-in/olzama-dev
Prepare for initial release with Freeling 4.0
- Loading branch information
Showing
2,549 changed files
with
1,857,469 additions
and
182,021 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
|
||
=== SPPP FreeLing interface for the SRG === | ||
|
||
This directory contains the configuration and data files for SPPP interface | ||
for the LKB Spanish Resource Grammar, which allows it to use the low-level | ||
language processors in FreeLing library. | ||
|
||
Contents of this directory: | ||
|
||
sppp.dat: File with rules that control the interface behaviour, in order | ||
to make it meet the needs of your LKB grammar. | ||
|
||
You can: | ||
- Specify how FreeLing output (form, lemma, PoS) is mapped | ||
to SPPP fields (stem, rule_id, form) | ||
- List forms for which all analysis are to be retained (i.e. | ||
ignoring PoS tagger decisions) | ||
- List forms for which FreeLing output is to be | ||
changed by another user-specified list of tags. | ||
- List tag combinations that are to be changed to a single tag | ||
|
||
See the comments in sppp.dat to find out more about | ||
its possiblities. | ||
|
||
logon.cfg: Configuration file for FreeLing. You can configure the | ||
kind of output (morphological analysys, PoS disambiguation...), | ||
the linguistic resources used (e.g. form dictionary, multiword | ||
lists, enabled/disabled modules, etc.). | ||
See FreeLing documentation for details on the available options. | ||
|
||
data: Subdirectory containing linguistic data (different than FreeLing defaults) | ||
which are used in sppp.dat. |
Oops, something went wrong.