首页| 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次
  • 浏览次数:0次
  • 资源积分: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
0.183771s