Skip to content

Commit

Permalink
Fine-tune Measurement detection in Swedish (#211)
Browse files Browse the repository at this point in the history
Corrections and fine-tuning in the detection of
measurements with units (km, %, kronor,...).
No spans yet.
  • Loading branch information
ISC-SDE committed Mar 17, 2022
1 parent e6a5d46 commit afe17a7
Show file tree
Hide file tree
Showing 32 changed files with 26,071 additions and 25,203 deletions.
9 changes: 5 additions & 4 deletions language_models/sv/labels.csv
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
;1,30;SVClocktime;typeConcept;hh.mm;0;;
;1,30,35;SVClocktime2;typeConcept;hh:mm -> can be time or price;0;;
;1,35;SVColonnumber;typeConcept;d(d+):d+, not in clock time range;0;;
;30,40,60,65,70,75,76,$;SVComma;typeOther;comma;0;;
;30,35,40,60,65,70,75,76,$;SVComma;typeOther;comma;0;;
;1,15,40,75,76,$;SVConIfCap;typeConcept;capitalized noun or name;0;;
;1,15,40,75,76,$;SVConIfAllCap;typeConcept;acronym in upper case;0;;
;1,15,40,45;SVConpart1;typeConcept;first part of a concept;0;;
Expand Down Expand Up @@ -101,16 +101,17 @@
;1,25,30,35,40,45,65,70,75,76,80,$;SVNum;typeConcept;number written in digits;0;;
;1,15,25,30,35,40,45,65,75,76,$;SVNumber;typeConcept;number;0;;
;1,35,$;SVNumberPlusUnit;typeConcept;general label for all numbers plus units without space;0;;Entity(Measurement,Value,Unit)
;1,30;SVNumpart2;typeConcept;plural numbers like 'miljoner';0;;
;1,30,35;SVNumpart2;typeConcept;plural numbers like 'miljoner';0;;
;1,15,40,45,60,65,70,75,76,80,$;SVObjpron;typePathRelevant;object form of personal pronoun;0;;
;1,15,30,40,45,75,76,$;SVOrdnumber;typeConcept;ordinal number;0;;
;1,35;SVQuantity;typeConcept;några, flera,...;0;;

;1,15,40;SVPart;typeAmbiguous;past participle;0;;
;1,15,40;SVPartCon;typeAmbiguous;past participle or noun;0;;
;1,15,40;SVPartSup;typeAmbiguous;past participle or supinum;0;;
;1,15,40;SVPartSupCon;typeAmbiguous;past participle, supinum or noun;0;;

;1,15,25,30,40,45,65,80;SVpAux;typeRelation;passive auxiliary;0;;
;1,15,25,30,35,40,45,65,80;SVpAux;typeRelation;passive auxiliary;0;;
;1,15,40,45;SVPluralnoun;typeConcept;plural noun;0;;
;1,15,40,75,76,$;SVPlussign;typeConcept;plus sign (cannot be used as literal);0;;
;1,15,25,40,60,65,70,75,76,$;SVPosspron;typePathRelevant;possessive pronoun;0;;
Expand Down Expand Up @@ -173,7 +174,7 @@
;40,70,80;SVDummy;typeAttribute;meaningless attribute, usable in rules when ^LabelA in the left part has to remain untouched;0;;
;40,$;SVEttform;typeAttribute;to mark pronouns that can be used attributively with an AdvAdj;0;;
;40,$;SVSForm;typeAttribute;to mark s-forms;0;;
;15,40,$;SVRegex;typeAttribute;to mark lexreps that are labeled via regular expressions;0;;
;15,35,40,$;SVRegex;typeAttribute;to mark lexreps that are labeled via regular expressions;0;;
;60,65,70,80;SVList;typeAttribute;mark enumerations;0;;
;60;SVListEnd;typeAttribute;och så vidare, etc.;0;;

Expand Down
Loading

0 comments on commit afe17a7

Please sign in to comment.