First usable version

This commit is contained in:
Marc Riera Irigoyen 2021-01-04 18:04:37 +01:00
parent dd1ab8018f
commit 536fef8d88
5 changed files with 137 additions and 20 deletions

View file

@ -0,0 +1,2 @@
[Filters]
txt = okf_plaintext

View file

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<rainbowProject version="4">
<fileSet id="1">
<root useCustom="0"></root>
</fileSet>
<fileSet id="2">
<root useCustom="0"></root></fileSet>
<fileSet id="3">
<root useCustom="0"></root>
</fileSet>
<output>
<root use="0"></root>
<subFolder use="0"></subFolder>
<extension use="1" style="0">.out</extension>
<replace use="0" oldText="" newText=""></replace>
<prefix use="0"></prefix><suffix use="0"></suffix>
</output>
<options sourceLanguage="en" sourceEncoding="UTF-8" targetLanguage="ca" targetEncoding="UTF-8"></options>
<parametersFolder useCustom="0"></parametersFolder>
<utilities xml:spaces="preserve"></utilities>
</rainbowProject>

View file

@ -0,0 +1,50 @@
<?xml version="1.0" encoding="UTF-8"?>
<rainbowPipeline version="1"><step class="net.sf.okapi.steps.common.RawDocumentToFilterEventsStep"></step>
<step class="net.sf.okapi.steps.wordcount.WordCountStep">#v1
countInBatch.b=true
countInBatchItems.b=true
countInDocuments.b=true
countInSubDocuments.b=false
countInGroups.b=false
bufferSize.i=0</step>
<step class="net.sf.okapi.steps.wordcount.CharacterCountStep">#v1
countInBatch.b=true
countInBatchItems.b=true
countInDocuments.b=true
countInSubDocuments.b=false
countInGroups.b=false
bufferSize.i=0</step>
<step class="net.sf.okapi.steps.repetitionanalysis.RepetitionAnalysisStep">#v1
fuzzyThreshold.i=100
maxHits.i=20</step>
<step class="net.sf.okapi.steps.scopingreport.ScopingReportStep">#v1
projectName=My Project
customTemplateURI=
customTemplateString=
outputPath=${rootDir}/scoping_report.html
countAsNonTranslatable_GMXProtected.b=true
countAsNonTranslatable_GMXExactMatched.b=true
countAsNonTranslatable_GMXLeveragedMatched.b=false
countAsNonTranslatable_GMXRepetitionMatched.b=false
countAsNonTranslatable_GMXFuzzyMatch.b=false
countAsNonTranslatable_GMXAlphanumericOnlyTextUnit.b=true
countAsNonTranslatable_GMXNumericOnlyTextUnit.b=true
countAsNonTranslatable_GMXMeasurementOnlyTextUnit.b=true
countAsNonTranslatable_ExactUniqueIdMatch.b=true
countAsNonTranslatable_ExactPreviousVersionMatch.b=true
countAsNonTranslatable_ExactLocalContextMatch.b=false
countAsNonTranslatable_ExactDocumentContextMatch.b=false
countAsNonTranslatable_ExactStructuralMatch.b=false
countAsNonTranslatable_ExactMatch.b=false
countAsNonTranslatable_ExactTextOnlyPreviousVersionMatch.b=false
countAsNonTranslatable_ExactTextOnlyUniqueIdMatch.b=false
countAsNonTranslatable_ExactTextOnly.b=false
countAsNonTranslatable_ExactRepaired.b=false
countAsNonTranslatable_FuzzyPreviousVersionMatch.b=false
countAsNonTranslatable_FuzzyUniqueIdMatch.b=false
countAsNonTranslatable_FuzzyMatch.b=false
countAsNonTranslatable_FuzzyRepaired.b=false
countAsNonTranslatable_PhraseAssembled.b=false
countAsNonTranslatable_MT.b=false
countAsNonTranslatable_Concordance.b=false</step>
</rainbowPipeline>