1
0
forked from GitHub/gf-core

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:
aarne
2013-10-27 20:09:53 +00:00
parent ed67c09129
commit 6c1a22140b
4 changed files with 8 additions and 8 deletions

View File

@@ -1,8 +1,8 @@
-- Hindi lexicon for GF, produced from:
-- Pushpak Bhattacharyya's Hindi WordNet
-- GF version generated by hdict2gf, Shafqat Virk March 2012
--# -path=.:../prelude:../abstract:../common:../hindustani
concrete DictHin of DictEngAbs = CatHin ** open ParadigmsHin, Prelude, NounHin,ParamX,CommonHindustani in {
--# -path=.:../english:../abstract:../common:../hindustani
concrete DictEngHin of DictEngAbs = CatHin ** open ParadigmsHin, Prelude, NounHin,ParamX,CommonHindustani in {
flags
coding=utf8 ;

View File

@@ -1,4 +1,4 @@
--# -path=.:alltenses:../abstract:../english:../hindustani
--# -path=.:../abstract:../english:../hindustani
concrete ParseHin of ParseEngAbs =
TenseX - [AdN,Adv,SC,PPos,PNeg],
-- TextX - [AdN,Adv,SC],
@@ -20,7 +20,7 @@ concrete ParseHin of ParseEngAbs =
RP, MkVPS, BaseVPS, ConsVPS, ConjVPS, PredVPS, GenRP,VPI, VPIForm, VPIInf, VPIPresPart, ListVPI,
VV, MkVPI, BaseVPI, ConsVPI, ConjVPI, ComplVPIVV,ClSlash, RCl, EmptyRelSlash],
-- DictHinMath **
DictHin **
DictEngHin **
open MorphoHin, ResHin, ParadigmsHin,CommonX, CommonHindustani, Prelude in {
flags

View File

@@ -1,8 +1,8 @@
-- Urdu lexicon for GF, produced from:
-- Hamariweb websit
-- GF version generated by mkDict, Shafqat Virk November 2012
--# -path=.:../prelude:../abstract:../common:../hindustani
concrete DictUrd2 of DictEngAbs = CatUrd ** open ParadigmsUrd, Prelude, NounUrd,ParamX,CommonHindustani in {
--# -path=.:../english:../abstract:../common:../hindustani
concrete DictEngUrd of DictEngAbs = CatUrd ** open ParadigmsUrd, Prelude, NounUrd,ParamX,CommonHindustani in {
flags
coding=utf8 ;

View File

@@ -1,4 +1,4 @@
--# -path=.:alltenses:../abstract:../english:../hindustani
--# -path=.:../abstract:../english:../hindustani
concrete ParseUrd of ParseEngAbs =
TenseX - [AdN,Adv,SC,PPos,PNeg],
-- 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,
RP, MkVPS, BaseVPS, ConsVPS, ConjVPS, PredVPS, GenRP,VPI, VPIForm, VPIInf, VPIPresPart, ListVPI,
VV, MkVPI, BaseVPI, ConsVPI, ConjVPI, ComplVPIVV,ClSlash, RCl, EmptyRelSlash],
DictUrd2 **
DictEngUrd **
-- UNDictUrd **
open MorphoUrd, ResUrd, ParadigmsUrd,CommonX, CommonHindustani, Prelude in {