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:
aarne
2014-03-29 20:15:41 +00:00
parent b5f4e308a3
commit 649924352a
5 changed files with 2434 additions and 2221 deletions

View File

@@ -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" ;

View File

@@ -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 ;

View File

@@ -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;

View File

@@ -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