linguistica-uchicago / lxa5

Licence: MIT license
Linguistica 5: Unsupervised Learning of Linguistic Structure

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to lxa5

esapp
An unsupervised Chinese word segmentation tool.
Stars: ✭ 13 (-51.85%)
Mutual labels:  computational-linguistics, unsupervised-learning
Clustering Algorithms from Scratch
Implementing Clustering Algorithms from scratch in MATLAB and Python
Stars: ✭ 170 (+529.63%)
Mutual labels:  unsupervised-learning
yap
Yet Another (natural language) Parser
Stars: ✭ 40 (+48.15%)
Mutual labels:  computational-linguistics
FUSION
PyTorch code for NeurIPSW 2020 paper (4th Workshop on Meta-Learning) "Few-Shot Unsupervised Continual Learning through Meta-Examples"
Stars: ✭ 18 (-33.33%)
Mutual labels:  unsupervised-learning
UnsupervisedPointCloudReconstruction
Experiments on unsupervised point cloud reconstruction.
Stars: ✭ 133 (+392.59%)
Mutual labels:  unsupervised-learning
linguistics problems
Natural language processing in examples and games
Stars: ✭ 23 (-14.81%)
Mutual labels:  computational-linguistics
Deep-Unsupervised-Domain-Adaptation
Pytorch implementation of four neural network based domain adaptation techniques: DeepCORAL, DDC, CDAN and CDAN+E. Evaluated on benchmark dataset Office31.
Stars: ✭ 50 (+85.19%)
Mutual labels:  unsupervised-learning
nytwit
New York Times Word Innovation Types dataset
Stars: ✭ 21 (-22.22%)
Mutual labels:  computational-linguistics
unsup temp embed
Unsupervised learning of action classes with continuous temporal embedding (CVPR'19)
Stars: ✭ 62 (+129.63%)
Mutual labels:  unsupervised-learning
ml gallery
This is a master project of some experiments with Neural Networks. Every project here is runnable, visualized and explained clearly.
Stars: ✭ 18 (-33.33%)
Mutual labels:  unsupervised-learning
bllip-parser
BLLIP reranking parser (also known as Charniak-Johnson parser, Charniak parser, Brown reranking parser) See http://pypi.python.org/pypi/bllipparser/ for Python module.
Stars: ✭ 217 (+703.7%)
Mutual labels:  computational-linguistics
pytod
TOD: GPU-accelerated Outlier Detection via Tensor Operations
Stars: ✭ 131 (+385.19%)
Mutual labels:  unsupervised-learning
salt iccv2017
SALT (iccv2017) based Video Denoising Codes, Matlab implementation
Stars: ✭ 26 (-3.7%)
Mutual labels:  unsupervised-learning
perke
A keyphrase extractor for Persian
Stars: ✭ 60 (+122.22%)
Mutual labels:  computational-linguistics
CCD
Code for 'Constrained Contrastive Distribution Learning for Unsupervised Anomaly Detection and Localisation in Medical Images' [MICCAI 2021]
Stars: ✭ 30 (+11.11%)
Mutual labels:  unsupervised-learning
Revisiting-Contrastive-SSL
Revisiting Contrastive Methods for Unsupervised Learning of Visual Representations. [NeurIPS 2021]
Stars: ✭ 81 (+200%)
Mutual labels:  unsupervised-learning
metric-transfer.pytorch
Deep Metric Transfer for Label Propagation with Limited Annotated Data
Stars: ✭ 49 (+81.48%)
Mutual labels:  unsupervised-learning
GuidedNet
Caffe implementation for "Guided Optical Flow Learning"
Stars: ✭ 28 (+3.7%)
Mutual labels:  unsupervised-learning
Awesome-Cross-Domain-Person-Re-identification
Awesome-Cross-Domain-Person-Re-identification
Stars: ✭ 17 (-37.04%)
Mutual labels:  unsupervised-learning
ViCC
[WACV'22] Code repository for the paper "Self-supervised Video Representation Learning with Cross-Stream Prototypical Contrasting", https://arxiv.org/abs/2106.10137.
Stars: ✭ 33 (+22.22%)
Mutual labels:  unsupervised-learning

Linguistica 5

PyPI version Supported Python versions Wheel Build Code Health

Linguistica 5 is a Python library for unsupervised learning of linguistic structure.

Full documentation: http://linguistica-uchicago.github.io/lxa5/

Apart from being a Python library, Linguistica 5 provides two additional interfaces: (i) graphical user interface; (ii) command line interface.

Work by Jackson Lee and John Goldsmith

Please note that this code (Linguistica 5) is not John Goldsmith's development code, which can be found on his GitHub repository. The most recent release of John Goldsmith's code is Linguistica 4; see Linguistica at UChicago.

Download and install

Note: If you are a developer of the Linguistica project group, you should ignore this section and set up your environment by following these notes.

Linguistica 5 is available through pip:

$ pip install linguistica

Linguistica 5 works with Python 2.7 and 3.4+.

To use the graphical user interface, only Python 3 is supported. In addition, PyQt5 and SIP are required. PyQt5 is readily available from pip:

$ pip install PyQt5

At the time of writing (April 2017), SIP is best downloaded and installed from its source. (SIP is available through pip, but it does not include the C/C++ code generator for PyQt5.)

Using Linguistica 5

To use Linguistica 5 as a Python library, simply import linguistica in your Python programs:

import linguistica as lxa

Quick library demo here.

To launch the Linguistica 5 graphical user interface (with SIP and PyQt5 installed):

$ linguistica gui

To launch the Linguistica 5 command line interface:

$ linguistica cli

Citation

If you use Linguistica 5, please cite this paper:

@InProceedings{lee-goldsmith:2016:lxa5,
  author    = {Lee, Jackson L. and Goldsmith, John A.},
  title     = {Linguistica 5: Unsupervised Learning of Linguistic Structure},
  booktitle = {Proceedings of the 2016 Conference of the North American Chapter of the Association for Computational Linguistics},
  month     = {June},
  year      = {2016},
  address   = {San Diego, California},
  publisher = {Association for Computational Linguistics},
  pages     = {22--26},
  url       = {http://www.aclweb.org/anthology/N16-3005}
}

Source code

The source code of Linguistica 5 is officially released on PyPI: https://pypi.python.org/pypi/linguistica

It is also hosted on GitHub, possibly with work in progress: https://github.com/linguistica-uchicago/lxa5

Technical support

Please open issues for questions and bug reports. Alternatively, please feel free to contact Jackson Lee and John Goldsmith.

License

MIT License

See LICENSE.txt on the GitHub repository.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].