Skip to content
Merged

Devel #943

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Build/Sources-TEI/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
init-Sources-TEI:
rsync -av ../Distro/ParlaMint-*.TEI* .
1 change: 1 addition & 0 deletions Build/Taxonomies/taxonomy-translation-include.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ ca ParlaMint-ES-CT
cs ParlaMint-CZ
da ParlaMint-DK
de ParlaMint-AT
de ParlaMint-DE
el ParlaMint-GR
es ParlaMint-ES
es ParlaMint-ES-CN
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@ flowchart TB

- [Create a GitHub account](https://github.com/signup) if you don't have one.
- [Fork ParlaMint repository](https://github.com/clarin-eric/ParlaMint/fork) into your organization or private account.
- **uncheck "Copy the main branch only"**
- Start the terminal on your computer and navigate to the folder where you want the ParlaMint local clone of the repository to be placed:

```bash
# replace <USER-ORG> with your GitHub user or organization name
git clone git@github.com:<USER-ORG>/ParlaMint.git
```

- Set the data branch in your repository to be synchronized with the data branch in the ParlaMint repository:

- (ONLY WHEN YOU FORGET TO UNCHECK "Copy the main branch only") Set the data branch in your repository to be synchronized with the data branch in the ParlaMint repository:
```bash
cd ParlaMint
git remote add upstream https://github.com/clarin-eric/ParlaMint.git
Expand Down
8 changes: 7 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@
#Special case
#PARLIAMENTS = IL

#All Parliaments
PARLIAMENTS = AT BE BG CZ DE DK EE ES ES-CN ES-CT ES-GA ES-PV FI FR GB GR HR HU IL IS IT LV NL NO PL PT SE SI TR BA RS UA

#Parliaments for V5.0
PARLIAMENTS = AT BE BG CZ DK EE ES ES-CT ES-GA ES-PV FI FR GB GR HR HU IS IT LV NL NO PL PT SE SI TR BA RS UA
# PARLIAMENTS = AT BE BG CZ DK EE ES ES-CT ES-GA ES-PV FI FR GB GR HR HU IS IT LV NL NO PL PT SE SI TR BA RS UA

##$JAVA-MEMORY## Set a java memory maxsize in GB
JAVA-MEMORY =
Expand Down Expand Up @@ -99,6 +102,9 @@ setup-parliament-newInParlaMint2:
setup-parliament-CanaryIslands:
make setup-parliament PARLIAMENT-NAME='Canary Islands' PARLIAMENT-CODE='ES-CN' LANG-LIST='es (Spanish)'

setup-parliament-Germany:
make setup-parliament PARLIAMENT-NAME='Germany' PARLIAMENT-CODE='DE' LANG-LIST='de (German)'

## initTaxonomies-XX ## initialize taxonomies in folder ParlaMint-XX
#### parameter LANG-CODE-LIST can contain space separated list of languages
initTaxonomies-XX = $(addprefix initTaxonomies-, $(PARLIAMENTS))
Expand Down
395 changes: 395 additions & 0 deletions Samples/ParlaMint-DE/ParlaMint-taxonomy-CHES.xml

Large diffs are not rendered by default.

22 changes: 22 additions & 0 deletions Samples/ParlaMint-DE/ParlaMint-taxonomy-NER.ana.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<taxonomy xmlns="http://www.tei-c.org/ns/1.0" xml:id="ParlaMint-taxonomy-NER.ana" xml:lang="mul">
<desc xml:lang="en"><term>Named entities</term></desc>
<desc xml:lang="de"><term>Eigennamen</term></desc>
<category xml:id="PER">
<catDesc xml:lang="en"><term>person</term></catDesc>
<catDesc xml:lang="de"><term>Person</term></catDesc>
</category>
<category xml:id="LOC">
<catDesc xml:lang="en"><term>location</term></catDesc>
<catDesc xml:lang="de"><term>Ort</term></catDesc>
</category>
<category xml:id="ORG">
<catDesc xml:lang="en"><term>organization</term></catDesc>
<catDesc xml:lang="de"><term>Organisation</term></catDesc>
</category>
<category xml:id="MISC">
<catDesc xml:lang="en"><term>miscellaneous</term></catDesc>
<catDesc xml:lang="de"><term>Sonstiges</term></catDesc>
</category>
</taxonomy>

Loading
Loading