1
0
forked from GitHub/gf-core

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

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