Updated the dictionary structure to allow grouping of dictionaries, this is the first step to try to clean up a bit the massive repetitions in dictionaries.
This commit is contained in:
parent
6bb0646f1c
commit
afd3a95a21
22 changed files with 1533 additions and 297 deletions
|
@ -43,9 +43,9 @@ public class LocalTibetanScanner extends TibetanScanner
|
|||
archivo = null;
|
||||
}
|
||||
|
||||
public DictionarySource getDictionarySource()
|
||||
public BitDictionarySource getDictionarySource()
|
||||
{
|
||||
return raiz.getDictionarySource();
|
||||
return raiz.getDictionarySourcesWanted();
|
||||
}
|
||||
|
||||
|
||||
|
@ -401,7 +401,7 @@ outAHere:
|
|||
ll2.addLast(s.substring(n+1).trim());
|
||||
}
|
||||
}
|
||||
Definitions.defTags = ll2.toStringArray();
|
||||
DictionarySource.setTags(ll2.toStringArray());
|
||||
return ll1.toStringArray();
|
||||
}
|
||||
catch (Exception e)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue