mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-27 03:38:55 -06:00
renamed Hindi and Urdu translation dictionaries to DictEngHin and DictEngUrd for the sake of uniformity; chose latest versions from the repository, but there were older versions with different names, which were left as they are.
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
-- Hindi lexicon for GF, produced from:
|
-- Hindi lexicon for GF, produced from:
|
||||||
-- Pushpak Bhattacharyya's Hindi WordNet
|
-- Pushpak Bhattacharyya's Hindi WordNet
|
||||||
-- GF version generated by hdict2gf, Shafqat Virk March 2012
|
-- GF version generated by hdict2gf, Shafqat Virk March 2012
|
||||||
--# -path=.:../prelude:../abstract:../common:../hindustani
|
--# -path=.:../english:../abstract:../common:../hindustani
|
||||||
concrete DictHin of DictEngAbs = CatHin ** open ParadigmsHin, Prelude, NounHin,ParamX,CommonHindustani in {
|
concrete DictEngHin of DictEngAbs = CatHin ** open ParadigmsHin, Prelude, NounHin,ParamX,CommonHindustani in {
|
||||||
flags
|
flags
|
||||||
coding=utf8 ;
|
coding=utf8 ;
|
||||||
|
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
--# -path=.:alltenses:../abstract:../english:../hindustani
|
--# -path=.:../abstract:../english:../hindustani
|
||||||
concrete ParseHin of ParseEngAbs =
|
concrete ParseHin of ParseEngAbs =
|
||||||
TenseX - [AdN,Adv,SC,PPos,PNeg],
|
TenseX - [AdN,Adv,SC,PPos,PNeg],
|
||||||
-- TextX - [AdN,Adv,SC],
|
-- TextX - [AdN,Adv,SC],
|
||||||
@@ -20,7 +20,7 @@ concrete ParseHin of ParseEngAbs =
|
|||||||
RP, MkVPS, BaseVPS, ConsVPS, ConjVPS, PredVPS, GenRP,VPI, VPIForm, VPIInf, VPIPresPart, ListVPI,
|
RP, MkVPS, BaseVPS, ConsVPS, ConjVPS, PredVPS, GenRP,VPI, VPIForm, VPIInf, VPIPresPart, ListVPI,
|
||||||
VV, MkVPI, BaseVPI, ConsVPI, ConjVPI, ComplVPIVV,ClSlash, RCl, EmptyRelSlash],
|
VV, MkVPI, BaseVPI, ConsVPI, ConjVPI, ComplVPIVV,ClSlash, RCl, EmptyRelSlash],
|
||||||
-- DictHinMath **
|
-- DictHinMath **
|
||||||
DictHin **
|
DictEngHin **
|
||||||
open MorphoHin, ResHin, ParadigmsHin,CommonX, CommonHindustani, Prelude in {
|
open MorphoHin, ResHin, ParadigmsHin,CommonX, CommonHindustani, Prelude in {
|
||||||
|
|
||||||
flags
|
flags
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
-- Urdu lexicon for GF, produced from:
|
-- Urdu lexicon for GF, produced from:
|
||||||
-- Hamariweb websit
|
-- Hamariweb websit
|
||||||
-- GF version generated by mkDict, Shafqat Virk November 2012
|
-- GF version generated by mkDict, Shafqat Virk November 2012
|
||||||
--# -path=.:../prelude:../abstract:../common:../hindustani
|
--# -path=.:../english:../abstract:../common:../hindustani
|
||||||
concrete DictUrd2 of DictEngAbs = CatUrd ** open ParadigmsUrd, Prelude, NounUrd,ParamX,CommonHindustani in {
|
concrete DictEngUrd of DictEngAbs = CatUrd ** open ParadigmsUrd, Prelude, NounUrd,ParamX,CommonHindustani in {
|
||||||
flags
|
flags
|
||||||
coding=utf8 ;
|
coding=utf8 ;
|
||||||
|
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
--# -path=.:alltenses:../abstract:../english:../hindustani
|
--# -path=.:../abstract:../english:../hindustani
|
||||||
concrete ParseUrd of ParseEngAbs =
|
concrete ParseUrd of ParseEngAbs =
|
||||||
TenseX - [AdN,Adv,SC,PPos,PNeg],
|
TenseX - [AdN,Adv,SC,PPos,PNeg],
|
||||||
-- TextX - [AdN,Adv,SC],
|
-- TextX - [AdN,Adv,SC],
|
||||||
@@ -19,7 +19,7 @@ concrete ParseUrd of ParseEngAbs =
|
|||||||
ExtraUrd [NP, Quant, VPSlash, VP, Tense, GenNP, PassVPSlash,Temp,Pol,Conj,VPS,ListVPS,S,Num, CN,
|
ExtraUrd [NP, Quant, VPSlash, VP, Tense, GenNP, PassVPSlash,Temp,Pol,Conj,VPS,ListVPS,S,Num, CN,
|
||||||
RP, MkVPS, BaseVPS, ConsVPS, ConjVPS, PredVPS, GenRP,VPI, VPIForm, VPIInf, VPIPresPart, ListVPI,
|
RP, MkVPS, BaseVPS, ConsVPS, ConjVPS, PredVPS, GenRP,VPI, VPIForm, VPIInf, VPIPresPart, ListVPI,
|
||||||
VV, MkVPI, BaseVPI, ConsVPI, ConjVPI, ComplVPIVV,ClSlash, RCl, EmptyRelSlash],
|
VV, MkVPI, BaseVPI, ConsVPI, ConjVPI, ComplVPIVV,ClSlash, RCl, EmptyRelSlash],
|
||||||
DictUrd2 **
|
DictEngUrd **
|
||||||
-- UNDictUrd **
|
-- UNDictUrd **
|
||||||
open MorphoUrd, ResUrd, ParadigmsUrd,CommonX, CommonHindustani, Prelude in {
|
open MorphoUrd, ResUrd, ParadigmsUrd,CommonX, CommonHindustani, Prelude in {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user