首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > Java API for英语动词共轭

Java API for英语动词共轭

  • 资源大小:2.19 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:1次
  • 资源积分:1积分
  • 标      签: 英语 动词

资 源 简 介

This is java API for French Verbs Conjugation developed by barkat abdelbasset, this API is based on the two XML file conjugation-fr.xml and verbs-fr.xml taken from the project Verbiste (http://perso.b2b2c.ca/sarrazip/dev/verbiste.html). owner : barkat abdelbasset : barkatab@gmail.com How to use it : ``` import org.jdom.Element; import univ.biskra.french.ConjugateResult; import univ.biskra.french.VerbTemplate; import univ.biskra.french.getElementConjugation; /** * * @author barkat abdelbasset */ public class TestConj { private static String[] pronoms = {"je","tu","il/elle","nous","vous","ils/elles"}; public static void main(String[] args) { //this is our verb String verb = "manger"; //get the template to conjuge the verb VerbTemplate vt = new VerbTemplate("verbs-fr.xml"); String template = vt.getTemplate(verb); //get the XML elements wich contain the conjugation af the verb //

文 件 列 表

univ
biskra

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP
  • 开心快活人 15分钟前 成为了本站会员

  • 晋财 1小时前 成为了本站会员

  • WYG 1天前 成为了本站会员

  • Shine 1天前 成为了本站会员

  • 柳贻 1天前 成为了本站会员

  • hallelujah_HL 1天前 成为了本站会员

  • 焦昱贺 1天前 成为了本站会员

  • Rubin 1天前 成为了本站会员

  • Li 2天前 成为了本站会员

  • bigfatcat1977 3天前 成为了本站会员

0.194808s