mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-21 10:49:33 -06:00
checked the top-1000 words of Google 1-grams in DictionarySwe, splitting senses of 70 words and adding the split senses to abstract Dictionary and DictionaryEng
This commit is contained in:
@@ -74,6 +74,7 @@ concrete IrregSwe of IrregSweAbs = CatSwe ** open ParadigmsSwe in {
|
||||
försvinna_V = irregV "försvinna" "försvann" "försvunnit" ;
|
||||
förtiga_V = irregV "förtiga" "förteg" "förtigit" ;
|
||||
frysa_V = irregV "frysa" "frös" "frusit" ;
|
||||
få_V = irregV "få" "fick" "fått" ;
|
||||
gå_V = irregV "gå" "gick" "gått" ;
|
||||
göra_V = mkV "göra" "gör" "gör" "gjorde" "gjort" "gjord" ;
|
||||
genomdriva_V = irregV "genomdriva" "genomdrev" "genomdrivit" ;
|
||||
|
||||
@@ -68,6 +68,7 @@ abstract IrregSweAbs = Cat ** {
|
||||
försvinna_V : V ;
|
||||
förtiga_V : V ;
|
||||
frysa_V : V ;
|
||||
fĺ_V : V ;
|
||||
gĺ_V : V ;
|
||||
göra_V : V ;
|
||||
genomdriva_V : V ;
|
||||
|
||||
@@ -43751,8 +43751,8 @@ fun poikilotherm_N : N;
|
||||
fun poikilothermic_A : A;
|
||||
fun poilu_N : N;
|
||||
fun poinsettia_N : N;
|
||||
fun point_1_N : A ; -- | at this point
|
||||
fun point_2_N : A ; -- | he got six points
|
||||
fun point_1_N : N ; -- | at this point
|
||||
fun point_2_N : N ; -- | he got six points
|
||||
fun point_N : N;
|
||||
fun point_V : V;
|
||||
fun point_V2 : V2;
|
||||
|
||||
@@ -43745,8 +43745,8 @@ lin poikilotherm_N = mkN "poikilotherm" ;
|
||||
lin poikilothermic_A = mkA "poikilothermic" ;
|
||||
lin poilu_N = mkN "poilu" ;
|
||||
lin poinsettia_N = mkN "poinsettia" "poinsettias";
|
||||
lin point_1_N = mkA "point" ;
|
||||
lin point_2_N = mkA "point" ;
|
||||
lin point_1_N = mkN "point" ;
|
||||
lin point_2_N = mkN "point" ;
|
||||
lin point_N = mkN "point" "points";
|
||||
lin point_V = mkV "point" "points" "pointed" "pointed" "pointing";
|
||||
lin point_V2 = mkV2 (mkV "point" "points" "pointed" "pointed" "pointing");
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user