Skip to content

sacry-/AdaptiveAgents

Repository files navigation

AdaptiveAgents

Lernende Agenten

Setup

Parsing and Text Processing

# Python 2.7.x used
# Python NLTK 3.0 http://www.nltk.org/install.html
pip install treelib
# Remove Markup from Strings
git clone https://github.com/daddyd/dewiki.git
cd dewiki/
python setup.py install
pip install beautifulsoup4
# English dictionary
brew install enchant
pip install pyenchant
# Pos Tagging Speed up
# normally: pip install -U textblob-aptagger
pip install -U git+https://github.com/sloria/textblob-aptagger.git@dev

Infrastructure

# Install Redis
brew install redis
pip install redis-py
pip install redisdl
# Start server and then client
# redis-server
# redis-cli

Visualization

# TODO Graph Visualization with graph-tool ~> http://graph-tool.skewed.de/ (python)
# Download graphviz for your platform from http://graphviz.org 
# On Ubuntu
sudo apt-get install graphviz libgraphviz-dev pkg-config
# And then
pip install pygraphviz

Artifacts

# Install ElasticSearch
brew install elasticsearch

Our plan

Phonetik und Phonologie

  1. Morphologie ist die Lehre von der Zusammensetzung und Formbildung der Wörter.
  2. Syntax werden die von den Wörtern gebildeten Strukturen zusammengefasst. Hierzu zählen die Grammatiken.
  3. Semantik - (Lexikalisch - Bedeutung auf Wortebene) + (Kompositionell - Bedeutung von Sätzen/Abschnitten)
    Pragmatik und Diskurs

NLP Mitschrift

Usage

coming soon

Notes

coming soon

About

Lernende Agenten

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published