Coder Social home page Coder Social logo

semtle / collocationfinder Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lihait/collocationfinder

0.0 0.0 0.0 11 KB

基于WordNet和句法依存树,实现对英语短语的搭配提取,包括连续的和非连续的英语短语词组。

Java 100.00%

collocationfinder's Introduction

CollocationFinder

基于WordNet和句法依存树,实现对英语短语的搭配提取,包括连续的和非连续的英语短语词组。 连续的提取可以是任意长度的。非连续的对句法分析得到的任意长的词组,只提取长度为2的非连续词组。 StanfordCollocationFinder.java是入口函数,主要是根据句法分析的结果得到词组搭配的结果。并与WordNet建立连接。 WordNet.java是判断短语搭配是否在WordNet中,并返回提取出的词组。

输入:需要提取短语的文件目录 输出:连续和非连续短语提取的结果文件

collocationfinder's People

Contributors

lihait avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.