rename the WordNet module when creating a new language

This commit is contained in:
krangelov
2020-01-28 21:12:28 +01:00
parent 34fd18ea96
commit c50df37144

View File

@@ -634,6 +634,9 @@ function adjust_opens(cnc,oldcode,code) {
for(var li in rgl_modules)
if(cnc.opens[oi]==rgl_modules[li]+oldcode)
cnc.opens[oi]=rgl_modules[li]+code;
for(var li in wordnet_modules)
if(cnc.opens[oi]==wordnet_modules[li]+oldcode)
cnc.opens[oi]=wordnet_modules[li]+code;
}
function add_concrete2(ix,code) {